Package: gdeskcal
Version: 0.57.1-1
Followup-For: Bug #228924

Unless I run rox-filer with a pinboard, gdeskcal doesn't start.
Here is the error log:

/usr/share/gdeskcal/code/BGWatcher.py:23: GtkDeprecationWarning: 
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(50, self.__check_bg)
/usr/share/gdeskcal/code/TimeWatcher.py:20: GtkDeprecationWarning: gtk.idle_add 
is deprecated, use gobject.idle_add instead
  gtk.idle_add(self.__watchtime)
/usr/share/gdeskcal/code/TimeWatcher.py:21: GtkDeprecationWarning: 
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(3000, self.__save_config)
/usr/share/gdeskcal/code/CalWindow.py:43: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  self.set_decorated(gtk.FALSE)
/usr/share/gdeskcal/code/CalWindow.py:81: GtkDeprecationWarning: gtk.idle_add 
is deprecated, use gobject.idle_add instead
  gtk.idle_add(self.set_property, "skip-taskbar-hint", 1)
/usr/share/gdeskcal/code/CalWindow.py:82: GtkDeprecationWarning: gtk.idle_add 
is deprecated, use gobject.idle_add instead
  gtk.idle_add(self.set_property, "skip-pager-hint", 1)
/usr/share/gdeskcal/code/CalLabel.py:13: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  gtk.VBox.__init__(self, homogeneous, 0)
/usr/share/gdeskcal/code/CalLabel.py:16: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  hbox = gtk.HBox(homogeneous, 0)
/usr/share/gdeskcal/code/CalLabel.py:13: GtkDeprecationWarning: gtk.TRUE is 
deprecated, use True instead
  gtk.VBox.__init__(self, homogeneous, 0)
/usr/share/gdeskcal/code/CalLabel.py:16: GtkDeprecationWarning: gtk.TRUE is 
deprecated, use True instead
  hbox = gtk.HBox(homogeneous, 0)
/usr/share/gdeskcal/code/Navigation.py:16: GtkDeprecationWarning: gtk.TRUE is 
deprecated, use True instead
  gtk.HBox.__init__(self, gtk.TRUE, 0)
/usr/share/gdeskcal/code/ListBox.py:24: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  self.__list.set_headers_visible(gtk.FALSE)
/usr/share/gdeskcal/code/ListBox.py:54: GtkDeprecationWarning: gtk.TRUE is 
deprecated, use True instead
  self.__list.set_headers_visible(value)
/usr/share/gdeskcal/code/SkinBrowser.py:42: GtkDeprecationWarning: gtk.TRUE is 
deprecated, use True instead
  self.vbox.pack_start(self.__list, gtk.TRUE, gtk.TRUE, 0)
/usr/share/gdeskcal/code/SkinBrowser.py:70: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  hbox.pack_start(img, gtk.FALSE, gtk.FALSE, 4)
/usr/share/gdeskcal/code/SkinBrowser.py:75: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  hbox.pack_start(lbl, gtk.FALSE, gtk.FALSE, 4)
/usr/share/gdeskcal/code/SkinBrowser.py:77: GtkDeprecationWarning: gtk.FALSE is 
deprecated, use False instead
  self.vbox.pack_end(hbox, gtk.FALSE, gtk.FALSE, 8)
/usr/share/gdeskcal/code/planner/Popup.py:43: GtkDeprecationWarning: gtk.TRUE 
is deprecated, use True instead
  vbox.pack_start(self.__vbox, gtk.TRUE, gtk.TRUE, 0)
/usr/share/gdeskcal/code/FileWatcher.py:22: GtkDeprecationWarning: 
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(500, self.__check_mtime)
/usr/bin/gdeskcal:106: GtkDeprecationWarning: gtk.mainloop is deprecated, use 
gtk.main instead
  gtk.mainloop()
/usr/share/gdeskcal/code/BGWatcher.py:33: GtkDeprecationWarning: 
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(500, self.__notify_update, self.__last_update)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:70: 
GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
  return self.func(*args, **kwargs)
/usr/share/gdeskcal/code/Cal.py:242: GtkDeprecationWarning: gtk.idle_add is 
deprecated, use gobject.idle_add instead
  gtk.idle_add(self.__idle_set_month, month, year)
/usr/share/gdeskcal/code/CalMediator.py:271: GtkDeprecationWarning: 
gtk.idle_add is deprecated, use gobject.idle_add instead
  gtk.idle_add(self.__window.set_bg_image, filename, alpha)
/usr/share/gdeskcal/code/TimeWatcher.py:37: GtkDeprecationWarning: 
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  gtk.timeout_add(1000, self.__watchtime)
/usr/share/gdeskcal/code/GlassWindow.py:82: GtkDeprecationWarning: gtk.idle_add 
is deprecated, use gobject.idle_add instead
  gtk.idle_add(self.update_bg)
The program 'gdeskcal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 522 error_code 9 request_code 14 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages gdeskcal depends on:
ii  python                        2.3.5-1    An interactive high-level object-o
ii  python-gtk2                   2.6.1-2    Python bindings for the GTK+ widge
ii  python-numeric                23.8-1     Numerical (matrix-oriented) Mathem
ii  python-xml                    0.8.4-1    XML tools for Python [dummy packag

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to