GDeskcal borks on fresh install (original) (raw)
S Roberts sroberts at vickiandstacey.com
Mon May 29 12:21:50 PDT 2006
- Previous message: How to add a move button back to the toolbar (Evolution)
- Next message: ports/98104: GDeskcal borks on fresh install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Submitter-Id: current-users Originator: S Roberts Organization: Confidential: no Synopsis: GDeskcal borks on fresh install Severity: serious Priority: high Category: ports Class: sw-bug Release: FreeBSD 6.1-STABLE i386 Environment: System: FreeBSD chimera.vickiandstacey.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 28 11:47:03 BST 2006 sroberts at chimera.vickiandstacey.com:/usr/obj/usr/src/sys/STEEL i386
Description: On fresh installation of gdeskcal-0.57.1_2, I am unable to run this application. Note: -
1] No menu entry appears under Applications menu listing anywhere
2] When attempting to add a menu item via "Right-click on Applications > then right-click again in Edit menu, GDeskcal's executable is not visible at /usr/X11R6/bin/gdeskcal hen browsing the filesystem
3] When trying to run GDeskcal from cmd line, this spews out:
$ gdeskcal & [1] 69797 [sroberts at chimera ~]$ /usr/X11R6/share/gnome/gdeskcal/code/BGWatcher.py:23: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead gtk.timeout_add(50, self.__check_bg) gDeskCal version 0.57.1 copyright (C) 2002 - 2004 by Martin Grimme This software is licensed under the terms of the GNU GPL.
/usr/X11R6/share/gnome/gdeskcal/code/TimeWatcher.py:20: GtkDeprecationWarning: gtk.idle_add is deprecated, use gobject.idle_add instead gtk.idle_add(self.__watchtime) /usr/X11R6/share/gnome/gdeskcal/code/TimeWatcher.py:21: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead gtk.timeout_add(3000, self.__save_config) /usr/X11R6/share/gnome/gdeskcal/code/CalWindow.py:43: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.set_decorated(gtk.FALSE) /usr/X11R6/share/gnome/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/X11R6/share/gnome/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/X11R6/share/gnome/gdeskcal/code/CalLabel.py:13: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead gtk.VBox.init(self, homogeneous, 0) /usr/X11R6/share/gnome/gdeskcal/code/CalLabel.py:16: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead hbox = gtk.HBox(homogeneous, 0) /usr/X11R6/share/gnome/gdeskcal/code/CalLabel.py:13: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead gtk.VBox.init(self, homogeneous, 0) /usr/X11R6/share/gnome/gdeskcal/code/CalLabel.py:16: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead hbox = gtk.HBox(homogeneous, 0) /usr/X11R6/share/gnome/gdeskcal/code/Navigation.py:16: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead gtk.HBox.init(self, gtk.TRUE, 0) /usr/X11R6/share/gnome/gdeskcal/code/ListBox.py:24: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.__list.set_headers_visible(gtk.FALSE) /usr/X11R6/share/gnome/gdeskcal/code/ListBox.py:54: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead self.__list.set_headers_visible(value) /usr/X11R6/share/gnome/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/X11R6/share/gnome/gdeskcal/code/SkinBrowser.py:70: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead hbox.pack_start(img, gtk.FALSE, gtk.FALSE, 4) /usr/X11R6/share/gnome/gdeskcal/code/SkinBrowser.py:75: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead hbox.pack_start(lbl, gtk.FALSE, gtk.FALSE, 4) /usr/X11R6/share/gnome/gdeskcal/code/SkinBrowser.py:77: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.vbox.pack_end(hbox, gtk.FALSE, gtk.FALSE, 8) /usr/X11R6/share/gnome/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/X11R6/share/gnome/gdeskcal/code/FileWatcher.py:22: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead gtk.timeout_add(500, self.__check_mtime) /usr/X11R6/bin/gdeskcal:106: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead gtk.mainloop() /usr/X11R6/share/gnome/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/local/lib/python2.4/site-packages/gtk-2.0/gtk/init.py:87: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead return self.func(*args, **kwargs) /usr/local/lib/python2.4/site-packages/gtk-2.0/gtk/init.py:87: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead return self.func(*args, **kwargs) /usr/X11R6/share/gnome/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/X11R6/share/gnome/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/X11R6/share/gnome/gdeskcal/code/TimeWatcher.py:37: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead gtk.timeout_add(1000, self.__watchtime) /usr/X11R6/share/gnome/gdeskcal/code/GlassWindow.py:82: GtkDeprecationWarning: gtk.idle_add is deprecated, use gobject.idle_add instead gtk.idle_add(self.update_bg)
$
I only got my prompt back by hitting CTRL C
How-To-Repeat: Install GDeskcal Try to find its launcher Try to add a launcher Try to run from cmdline
Fix: Don't know.
- Previous message: How to add a move button back to the toolbar (Evolution)
- Next message: ports/98104: GDeskcal borks on fresh install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]