User Tools

Site Tools


wiki:components:pyhoca-gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:components:pyhoca-gui [2011/11/15 10:15]
sunweaver
wiki:components:pyhoca-gui [2013/03/08 13:31]
127.0.0.1 external edit
Line 66: Line 66:
  
 PyHoca-GUI will appear on your desktop as a small icon that docks into your systray (as the GNOME applet for Network Manager does). Find this icon---it looks like a little white seal on grey background. PyHoca-GUI will appear on your desktop as a small icon that docks into your systray (as the GNOME applet for Network Manager does). Find this icon---it looks like a little white seal on grey background.
 +
 +Note that on Ubuntu 12.04 or later, the Unity interface does not allow PyHoca-gui to create the systray icon. To enable this, we need to edit the gsettings. To allow all applications in the systray, type this in the terminal.
 +<code>
 +  $ gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
 +</code>
 +
 +If you would rather whitelist a set of applications, use this command instead, where YOUR_APPLICATION is 'pyhoca-gui'
 +
 +<code>
 +$ gsettings set com.canonical.Unity.Panel systray-whitelist \
 +      "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'YOUR_APPLICATION']"
 +</code>
  
  
Line 86: Line 98:
 ===== Further Readings ===== ===== Further Readings =====
  
-Please also consult further README and TODO documentation in the PyHoca-CLI to Git project (X2go upstream site): +Please also consult further README and TODO documentation in the PyHoca-GUI Git project (X2go upstream site): 
-http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=tree+http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=tree