Child: [a18392] (diff)

Download this file

README    42 lines (26 with data), 996 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Sample Unity scope Daemon written in Python
-------------------------------------------

Dependencies
------------

gir1.2-unity-5.0
gir1.2-dee-1.0
recoll

Trying out the scope
--------------------

You can install the scope like this:

  python setup.py install --prefix=/usr

Then run the daemon with:

  ./unity_recoll_daemon.py

And from another terminal restart Unity like this:

  setsid unity

[the setsid ^^ is a small trick to detach the unity process from the terminal
 so you can close it if you want. A bit like 'unity &' just better ;-) ]

Past this step you can freely Control-C the scope daemon to stop it,
do some changes, and restart it. No need to restart Unity, it will find
the newly started daemon automatically.

Getting rid of the scope
------------------------

Just remove the gdrive.scope file. For example, by issuing:

  sudo rm /usr/share/unity/scopes/files/recoll.scope

With that done, restart Unity once again with 'setsid unity' and all should
be back to normal.