Hi, Well I run through gdb, here is the output:
$ gdb python GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/python...(no debugging symbols found)...done. (gdb) run /usr/bin/cinnamon-settings Starting program: /usr/bin/python /usr/bin/cinnamon-settings warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". process 13982 is executing new program: /usr/bin/python2.7 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject [New Thread 0x7fffe9435700 (LWP 13985)] [New Thread 0x7fffe8c34700 (LWP 13986)] [New Thread 0x7fffd762a700 (LWP 13987)] [New Thread 0x7fffd6e29700 (LWP 13988)] Traceback (most recent call last): File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 329, in <module> MainWindow() File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 123, in __init__ mod = modules[i].Module(self.content_box) File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 171, in __init__ custom_kb.writeSettings() File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 257, in writeSettings gclient.set_string(self.path + "/binding", self.entries[0]) TypeError: GConf.Client.set_string() argument 2 must be string, not None [Thread 0x7fffd762a700 (LWP 13987) exited] [Thread 0x7fffe8c34700 (LWP 13986) exited] [Thread 0x7fffe9435700 (LWP 13985) exited] [Thread 0x7ffff7fe0700 (LWP 13982) exited] [Inferior 1 (process 13982) exited with code 01] (gdb) bt No stack. As you can see there is no backtrace! Still investigating, Vincent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org