• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Smart GUI startet nicht

quedel

Member
Könnt ihr mit dieser Fehlermeldung etwas anfangen? (Smart GUI startet nicht)

9:40 linux-6ols:/usr/lib/smart # smart --gui
/usr/lib/python2.5/site-packages/smart/interfaces/gtk/__init__.py:52: GtkWarning: Cannot open pixbuf loader module file '/etc/gtk-2.0/gdk-pixbuf.loaders': Datei oder Verzeichnis nicht gefunden
pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
Traceback (most recent call last):
File "/usr/bin/smart", line 194, in <module>
main(sys.argv[1:])
File "/usr/bin/smart", line 161, in main
forcelocks=opts.ignore_locks, loglevel=opts.log_level)
File "/usr/lib/python2.5/site-packages/smart/__init__.py", line 122, in init
iface.object = createInterface(ifacename, ctrl, command, argv)
File "/usr/lib/python2.5/site-packages/smart/interface.py", line 164, in createInterface
return interface.create(ctrl, command, argv)
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/__init__.py", line 44, in create
return GtkInteractiveInterface(ctrl)
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/interactive.py", line 188, in __init__
GtkInterface.__init__(self, ctrl)
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/interface.py", line 36, in __init__
self._log = GtkLog()
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/log.py", line 39, in __init__
self.set_icon(getPixbuf("smart"))
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/__init__.py", line 52, in getPixbuf
pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
gobject.GError: Das Format der Bilddatei »/usr/lib/python2.5/site-packages/smart/interfaces/images/smart.png« konnte nicht erkannt werden
 
OP
Q

quedel

Member
Da startet Smart GUI auch nicht.

Die Meldungen sehe ich ja nur, wenn ich Smart aus der Konsole Starte.....

any idea?
 
Benutzt du irgendwelche komischen Gnome-Repositories?

Poste bitte deine channel-Konfiguration
Code:
smart channel --show
sowie
Code:
rpm -qa | egrep 'gtk|python' | sort
 
quedel schrieb:
die lösung: einfach gtk2 neu installieren *grübel*
Vermutlich hätte es auch gereicht die /etc/gtk-2.0/gdk-pixbuf.loaders neu zu erzeugen:
Code:
touch /var/adm/SuSEconfig/run-gtk
SuSEconfig -module gtk2
Da bei der Re-Installation auch SuSEconfig aufgerufen wird, hat das Installations-Ping-Pong ausnahmsweise mal geholfen (indirekt).
 

FensterZu

Newbie
Hallo b3ll3roph0n,

ich hatte das gleiche Problem, dein Vorschlag hat geholfen :D . Wir können das "Vermutlich" also entfernen :roll:

Vielen Dank dafür!

b3ll3roph0n schrieb:
Vermutlich hätte es auch gereicht die /etc/gtk-2.0/gdk-pixbuf.loaders neu zu erzeugen:
Code:
touch /var/adm/SuSEconfig/run-gtk
SuSEconfig -module gtk2
Da bei der Re-Installation auch SuSEconfig aufgerufen wird, hat das Installations-Ping-Pong ausnahmsweise mal geholfen (indirekt).

Gruß FensterZu
 
Oben