| View previous topic :: View next topic |
| Author |
Message |
yfh2 Apprentice

Joined: 20 May 2004 Posts: 242
|
Posted: Tue Jun 01, 2010 7:34 am Post subject: printer-applet-kde crashes ... |
|
|
Hello, I have trouble with the printer applet in KDE, which crashes :
| Code: |
user@fanless4 ~ $ printer-applet-kde
Traceback (most recent call last):
File "/usr/bin/printer-applet-kde", line 1161, in <module>
applet = JobManager()
File "/usr/bin/printer-applet-kde", line 297, in __init__
notification = NewPrinterNotification(bus, self)
File "/usr/bin/printer-applet-kde", line 1050, in __init__
bus_name = dbus.service.BusName (PDS_OBJ, bus=bus)
File "/usr/lib64/python2.6/site-packages/dbus/service.py", line 129, in __new__
retval = bus.request_name(name, name_flags)
File "/usr/lib64/python2.6/site-packages/dbus/bus.py", line 306, in request_name
'su', (name, flags))
File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.49" is not allowed to own the service "com.redhat.NewPrinterNotification" due to security policies in the configuration file
|
Any idea where I should start looking ? |
|
| Back to top |
|
 |
Nokai001 n00b

Joined: 25 Sep 2007 Posts: 21
|
Posted: Fri Jan 27, 2012 9:42 am Post subject: |
|
|
printer-applet crashed too. KDE 4.7.4
denise@LAPdenise ~ $ printer-applet-kde
KCrash: Application 'printer-applet-kde' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/denise/.kde4/socket-LAPdenise/kdeinit4__0
Any ideas?
thx |
|
| Back to top |
|
 |
regaleali n00b

Joined: 14 Jan 2005 Posts: 29 Location: Switzerland
|
|
| Back to top |
|
 |
regaleali n00b

Joined: 14 Jan 2005 Posts: 29 Location: Switzerland
|
|
| Back to top |
|
 |
regaleali n00b

Joined: 14 Jan 2005 Posts: 29 Location: Switzerland
|
Posted: Sat Jan 28, 2012 2:46 pm Post subject: |
|
|
Remerging the whole bunch solves it for me:
emerge PyQt4 && emerge sip && emerge pykde4 && emerge system-config-printer-kde
&& emerge printer-applet. |
|
| Back to top |
|
 |
franzf Advocate


Joined: 29 Mar 2005 Posts: 3287 Location: Irgendwo im Nirgendwo
|
Posted: Sat Jan 28, 2012 3:08 pm Post subject: |
|
|
| regaleali wrote: | Remerging the whole bunch solves it for me:
emerge PyQt4 && emerge sip && emerge pykde4 && emerge system-config-printer-kde
&& emerge printer-applet. |
sip is a dependency of PyQt4, so it should be emerged before PyQt4. _________________ "der mac dennoch wesen geil"
Wolfram von Eschenbach, Parzival (Buch 1, Z. 7).
Ein frühes Statement gegen Windows. |
|
| Back to top |
|
 |
|