Comment 2 for bug 418994

Revision history for this message
genepool (genepool99) wrote :

I was wrong, it crashes every time I try to run X through ssh forwarding. Here is the GUI message:
Traceback (most recent call last):
  File "ubuntu-tweak.py", line 75, in <module>
    launcher = TweakLauncher()
  File "ubuntu-tweak.py", line 42, in __init__
    from mainwindow import MainWindow
  File "/usr/share/ubuntu-tweak/mainwindow.py", line 31, in <module>
    from common.canvas import RenderCell
  File "/usr/share/ubuntu-tweak/common/canvas.py", line 14, in <module>
    class RenderCell:
  File "/usr/share/ubuntu-tweak/common/canvas.py", line 15, in RenderCell
    font_name = StringSetting('/desktop/gnome/interface/font_name').get_string()
  File "/usr/share/ubuntu-tweak/common/settings.py", line 92, in __init__
    super(StringSetting, self).__init__(key, default)
  File "/usr/share/ubuntu-tweak/common/settings.py", line 51, in __init__
    self.__client.add_dir(self.dir, gconf.CLIENT_PRELOAD_NONE)
GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Failed to connect to socket /tmp/dbus-tblDbvz0Uv: Connection refused)

And here is the terminal output:
ubuntu-tweak.py:60: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
  gtk.main_iteration()
ubuntu-tweak.py:60: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
  gtk.main_iteration()
ubuntu-tweak.py:60: GtkWarning: gdk_window_freeze_toplevel_updates_libgtk_only: assertion `GDK_IS_WINDOW (window)' failed
  gtk.main_iteration()
ubuntu-tweak.py:60: Warning: g_hash_table_lookup: assertion `hash_table != NULL' failed
  gtk.main_iteration()
ubuntu-tweak.py:60: GtkWarning: Error loading theme icon 'gtk-yes' for stock: Icon 'gtk-yes' not present in theme
  gtk.main_iteration()
/usr/share/ubuntu-tweak/common/debug.py:38: GtkWarning: gdk_window_thaw_toplevel_updates_libgtk_only: assertion `private->update_and_descendants_freeze_count > 0' failed
  if dialog.run() == gtk.RESPONSE_YES: