trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: January 2013

Re: [trinity-users] kdesktop-trinity & wheezy

From: François ANDRIOT <francois.andriot@...>
Date: Mon, 07 Jan 2013 19:33:53 +0100
Le 07/01/2013 12:56, Mag. Dr. Nikolaus Klepp a écrit :
>> https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis/+packag
>> es?field.series_filter=wheezy&start=0&batch=150
>>
>> Slavek
> Hi Slacek!
>
> Thank you for the link. I just updated and found 3 issues:
>
> 1) kpowersave failes:
> $ kpowersave
> QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
> QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
> QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
> kpowersave: symbol lookup error: /opt/trinity/lib/libkdeinit_kpowersave.so:
> undefined symbol: _ZN6DBusQt10ConnectionC1EP7QObject
>


Hello, it will not solve your main kpowersave issue, but I had the 
"failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing" issue.
It looks like, at some time, the file "/etc/qt3/qt_plugins_3.3rc" was 
created as root (because of su or sudo ?), then QT3 tries to update it 
as normal user.
To prevent these messages, just remove the file: /etc/qt3/qt_plugins_3.3rc
It should not be there anyway.

Francois