PDA

View Full Version : onboard not appearing in Notification area



frafu
October 18th, 2006, 06:13 PM
Hello,

I hope that I am understanding it correctly:

I suppose that checking 'show icon in system tray' in the settings of onboard should make onboard appear in the notification area where also gaim appears when it is launched?

In fact, when I check that setting, onboard does disappear from the bottom panel, but it does not appear in the notification area. This happens both with vnc and with nx.

Or is the system tray not the notification area of ubuntu? (Sorry, but I am not very used to the terms used in ubuntu/gnome/linux yet.)

frafu

t0rtois3
October 19th, 2006, 12:20 PM
This feature is only available on edgy at the moment as it needs the new version of GTK.

frafu
October 19th, 2006, 12:42 PM
I am running edgy; I upgraded a few days ago.

t0rtois3
October 20th, 2006, 01:55 AM
Your right, it's not working here either

t0rtois3
October 21st, 2006, 05:57 PM
It was looking in the wrong place for the icon. I'm to late to get the fix into edgy now though.

frafu
October 21st, 2006, 09:59 PM
Good job!
:-)

If I get you correctly, it is to late for the edgy-cd!?

Will the fix be available through the Update Manager? Or maybe new debians to download from a webpage?

frafu

t0rtois3
October 22nd, 2006, 05:55 PM
Not sure i'll have to ask about the policy. You can bodge the fix yourself:

Press alt-f2 and type gksu gedit
Open the file /usr/share/onboard/sok.py and go to line 83.
Change the line from
self.statusIcon = gtk.status_icon_new_from_file("onboard.svg")

to

self.statusIcon = gtk.status_icon_new_from_file("%s/onboard.svg" % self.SOK_INSTALL_DIR)

Be carefull not to change the indentation.

Chris

frafu
October 22nd, 2006, 06:50 PM
Hello,

Thanks for the fix; I can confirm that the fix works.
:-)

Another problem has arised: when I click on the icon of onboard in the notification area, onboard disappears. However, when I click again on the icon, it reappears, but it does not reappear on the same place on the desktop as it was before disappearing.

The behaviour is different when using the taskbar: it reappears where it was before.

I suppose that it should reappear where it was, also when using the notification icon; or am I wrong?

frafu