PDA

View Full Version : [ubuntu] my application icon won't show in Ubuntu 12.04 session fallback mode



nelson777
November 5th, 2012, 08:20 PM
I have a Python application that shows a systray icon, but it just won't appear in Ubuntu 12.04 session fallback mode (Gnome Classic WITH effects). It appears in 10.04, and in 12.04 with Unity. The problem is just in Gnome Classic.
I've already set:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
and I installed indicator-applet-complete but Alt-Win-right click won't work
Anyone has any idea what can be wrong ?

ibjsb4
November 5th, 2012, 08:39 PM
Have you tried Alt + right click?

Look in /usr/share/applications to see if you have a start icon for your Python app. If so, drag it to the panel.

If not, you should be able to create one in your main menu with alacarte.

nelson777
November 5th, 2012, 08:48 PM
I think I didn't explain the problem correctly, sorry. I meant that the systray icon won't appear, not the application in the menus.

Tried ALT-righ click. Won't work either;