Switch to side-by-side view

--- a/src/desktop/unity-scope-recoll/setup.py
+++ b/src/desktop/unity-scope-recoll/setup.py
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 #
 from distutils.core import setup
-from DistUtilsExtra.command import build_extra
 import subprocess
 #import build_i18n_ext as build_i18n
 
@@ -13,8 +12,10 @@
       license="GNU General Public License v3 (GPLv3)",
       data_files=[
     ('share/unity-scopes/recoll', ['unity_recoll_daemon.py']),
+    ('share/unity-scopes/recoll', ['__init__.py']),
     ('share/applications', ['unity-scope-recoll.desktop']),
     ('share/dbus-1/services', ['unity-scope-recoll.service']),
     ('share/icons/hicolor/48x48/apps', ['unity-scope-recoll.png']),
     ('share/unity/scopes/files', ['recoll.scope']),
-    ], cmdclass={"build":  build_extra.build_extra,})
+    ('share/icons/unity-icon-theme/places/svg', ['service-recoll.svg']),
+    ])