Comment 6 for bug 857929

Revision history for this message
Till Kamppeter (till-kamppeter) wrote : Re: hp-systray icon does nothing

More things I tried:

II found out how to make the menu open on a single left click: In the file

/usr/share/hplip/ui4/systemtray.py

insert the line

        self.menu.popup(QCursor.pos())

right after the commented line '#print "single click"' and before "pass" in the method trayActivated().

On Natty, the menu opens with a single left click then, but on Oneiric still an empty menu opens.