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

Probleme mit gDesklets

RedDust

Newbie
Hallo ihr lieben,

erst einmal sorry fals dieser Artikel in eine andere Kategorie gehört aber ich wusste einfach nicht wo es anders hin sollte.

Zu meinem Problem: Ich habe mir die gDesklets installiert und wollte diese nun starten. Leider war mir dies nicht möglich, nachdem in einen Blick in die Konsole gewurfen habe, wurde mir folgendes angezeigt:

Code:
/var/lib/python-support/python2.4/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: Module gnome.vfs is deprecated; please import gnomevfs instead
  DeprecationWarning)
/usr/share/gdesklets/sensor/Sensor.py:507: GtkDeprecationWarning: gtk.threads_init is deprecated, use gtk.gdk.threads_init instead
  gtk.threads_init()
/usr/share/gdesklets/desktop/BGWatcher.py:23: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(50, self.__check_bg)
/usr/bin/gdesklets:65: DeprecationWarning: the 'argc' parameter is optional and deprecated
  client.set_restart_command(1, [sys.argv[0]])
gDesklets 0.26.1
Copyright (C) 2003, 2004 Martin Grimme, Christian Meyer, Jesse Andrews

This software is licensed under the terms of the GNU GPL.

/usr/bin/gdesklets:80: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(60000, gc_collect)
/usr/bin/gdesklets:82: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead
  gtk.mainloop()
/usr/share/gdesklets/desktop/BGWatcher.py:33: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(500, self.__notify_update, self.__last_update)
/var/lib/python-support/python2.4/gtk-2.0/gtk/deprecation.py:62: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
  return func(*args, **kwargs)
/var/lib/python-support/python2.4/gtk-2.0/gtk/deprecation.py:62: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
  return func(*args, **kwargs)

Könnt ihr mir vll. helfen?
 
OP
RedDust

RedDust

Newbie
Ich hab sie von www.apt-get.org, daher hatte ich sie schoneinmal und da haben sie funktioniert :( oder rätst du mir sie ehr von der Anbieter Seite zu laden?
 

Gimpel

Guru
Naja..
gDesklets 0.26.1
Copyright (C) 2003, 2004
Gtk+ und Gnome haben sich in den letzten Jahren doch etwas verändert. Die aktuelle Version ist 0.35.3 - und selbst die ist schon ein Jahr alt.
Kann mir kaum vorstellen dass es in debian's unstable tree nicht eine "aktuelle" version gibt.
 
A

Anonymous

Gast
Dafür muss es nicht mal unstable sein, denn ich hab unter Testing schon 0.35.3-4
 
OP
RedDust

RedDust

Newbie
Ok, jetzt hab ich mir die aktuelle Version gezogen und es kommt immer noch ein fehler :(

Code:
./configure 
....
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking /usr/include/python2.4/Python.h usability... yes
checking /usr/include/python2.4/Python.h presence... yes
checking for /usr/include/python2.4/Python.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDESKLETS... configure: error: Package requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GDESKLETS_CFLAGS and GDESKLETS_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

Was muss ich denn da noch machen, irgendwie komm ich mit der Meldung ned zurecht :(
 
Oben