Hi,
well, I found out something new.
I'm using gtk-qt-engine and even though hp-systray uses PyQt there seems
to be a connection.
If I deactivate the usage of the gtk style engine hp-systray works fine.
If I activate it, it hangs like I mentioned before.
Regards,
Matthias
--
To UNSUBSCR
On Sunday 08 August 2010 03:09:33 Matthias Heinz wrote:
> It looks like it has something to do with python-qt4, because the
> app.exec_() in /usr/share/hplip/ui4/systemtray.py:725 fails/locks it up.
Matthias,
Sorry but this is beyond my ability to debug. I have forwarded your reports
upstream.
Hi,
If found some time to dig in a bit.
It looks like it has something to do with python-qt4, because the
app.exec_() in /usr/share/hplip/ui4/systemtray.py:725 fails/locks it up.
This is a call for QApplication to start, so it looks like something
goes wrong here.
Regards,
Matthias
PS: Not