Bug 98104 - GDeskcal borks on fresh install
Summary: GDeskcal borks on fresh install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 20:30 UTC by S Roberts
Modified: 2006-05-29 21:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S Roberts 2006-05-29 20:30:20 UTC
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@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

Fix: 

Don't know.
How-To-Repeat: Install GDeskcal
Try to find its launcher
Try to add a launcher
Try to run from cmdline
Comment 1 Jeremy Messenger freebsd_committer freebsd_triage 2006-05-29 20:54:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

gnome@'s job.
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2006-05-29 20:55:06 UTC
State Changed
From-To: open->feedback
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2006-05-29 20:56:02 UTC
State Changed
From-To: feedback->analyzed

1) I told you that it doesn't provide in tarball by default. You should 
report to the author of gdeskcal. 

2) Um, looks like it's a bug or something in gnome-menu-editor. We will check 
on it. 

3) Does it works?
Comment 4 Jeremy Messenger freebsd_committer freebsd_triage 2006-05-29 21:01:11 UTC
State Changed
From-To: analyzed->closed

<FreeBSDMarcus> Those warnings are normal for gdeskcal. 
<FreeBSDMarcus> It still renders the calendar on the desktop. 
<FreeBSDMarcus> Works for me. 

As for the gnome-menu-editor, we will check it... Closed this PR.