The branch, master has been updated via b95753e5e00970953d7b39ff4f255ec3d09057b0 (commit) from 854d1f84c838c006bfa3fa62fabb98240ccd2f13 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b95753e5e00970953d7b39ff4f255ec3d09057b0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 31 23:54:51 2012 +0200 forgot to add README.Unity ----------------------------------------------------------------------- Summary of changes: README.Unity | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 README.Unity The diff of changes is: diff --git a/README.Unity b/README.Unity new file mode 100644 index 0000000..c8d7b11 --- /dev/null +++ b/README.Unity @@ -0,0 +1,34 @@ +pyhoca-gui - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> + +Published under the terms of the GNU Affero General Public License. +See http://www.gnu.org/licenses/gpl.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... :-( + +But there's 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. Read on to +learn how to get your systray back! + +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"). + +light+love +Mike Gabriel, 20120531 \ No newline at end of file hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).