This file is indexed.

/usr/share/doc/pyhoca-gui/README.Unity is in pyhoca-gui 0.5.0.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
42
pyhoca-gui - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
             Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl>

Published under the terms of the GNU Affero General Public License.
See http://www.gnu.org/licenses/agpl.html for a recent copy.


=== The PyHoca-GUI icon does not appear on Unity (Ubuntu 12.04 or later)? ===

Unity got its notification area (called Systray by the Ubuntu developers) back a
while ago, but only for a few applications: Java apps, Mumble, Wine applications,
Skype, and hp-systray.

As you can see: PyHoca-GUI is not among those... :-(

There used to be an easy way to either re-enable the Systray for all applications
or to whitelist a few applications (e.g. PyHoca-GUI) you can't live without.


Solution for Unity on Ubuntu 12.10 and 13.04...
-----------------------------------------------
Allow all applications to appear in the systray:

  $ gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

Add PyHoca-GUI (or any other application) to the systray whitelist:

  $ gsettings set com.canonical.Unity.Panel systray-whitelist \
      "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'YOUR_APPLICATION']"

The above command includes the already whitelisted (by default) applications so you should
replace "YOUR_APPLICATION" with the application you want to whitelist (in our case:
"pyhoca-gui").


No solution for Unity on recent Ubuntu versions...
--------------------------------------------------
Use Ubuntu MATE Remix instead!!!


light+love
Mike Gabriel, 20142010