[Bug 615549] Re: gdm/kdm starting too early for DRM modules to load, no video

2011-06-13 Thread dtaylor84
My natty system has recently started doing this too... X is ending up on VT 1 somehow, and then 'enter' is randomly triggering SIGQUIT... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu.

[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
** Changed in: gdm (Ubuntu) Status: New = Confirmed ** Package changed: gdm (Ubuntu) = metacity (Ubuntu) -- GDM wont load login https://bugs.launchpad.net/bugs/533298 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in

[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
I now have no idea what was causing this problem. Both gnome-terminal- data and metacity-common on my system installed empty schemas like the above, but removing and reinstalling them has fixed the problems. I can only assume something was broken at the time I installed these packages, although

[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
Final note - the fastest way I have found to fix this problem globally: sudo sh -vx ./gconf2.postinst configure 2.28.0-1ubuntu4 -- GDM wont load login https://bugs.launchpad.net/bugs/533298 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
** Package changed: metacity (Ubuntu) = gconf2 (Ubuntu) -- GDM wont load login https://bugs.launchpad.net/bugs/533298 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf2 in ubuntu. -- desktop-bugs mailing list

[Bug 533298] Re: GDM wont load login

2010-03-25 Thread dtaylor84
I too was seeing this problem with both gdm and my normal gnome session (i could, sometimes, log in blind). As above metacity ends up constantly respawning and dying due to an assertion failure. I don't quite understand what's going on, but somehow there are no metacity settings in gconf, and

[Bug 533298] Re: GDM wont load login

2010-03-25 Thread dtaylor84
A more complete (and far simpler) fix: $ sudo gconf-schemas --register metacity.schemas Without this, for some reason /var/lib/gconf/defaults/%gconf-tree.xml contained only these values for metacity: dir name=metacity dir name=window_keybindings /dir dir name=keybinding_commands /dir dir

[Bug 493788] Re: gnome-panel segfaults on Lucid

2009-12-08 Thread dtaylor84
I have managed to extract the following: Program received signal SIGSEGV, Segmentation fault. desktop_entry_get_basename (entry=0x1f) at /build/buildd/gnome-menus-2.28.0.1/./libmenu/desktop-entries.c:607 607 if (entry-categories != NULL) (gdb) bt #0 desktop_entry_get_basename (entry=0x1f)

[Bug 493788] Re: gnome-panel segfaults on Lucid

2009-12-08 Thread dtaylor84
Further, simply adding (as required by the spec) 'Type=Directory' stops the segfault. -- gnome-panel segfaults on Lucid https://bugs.launchpad.net/bugs/493788 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. --

[Bug 493788] Re: gnome-panel segfaults on Lucid

2009-12-08 Thread dtaylor84
This is actually a bug in gnome-menus-2.28.0.1-0ubuntu3. In debian/patches/22_desktop-cache.patch line 48, which once applied inserts as line 322 of libmenu/desktop-entries.c: DesktopEntry *retval; The uninitialized retval is later returned in the event of an error. Initialising this to NULL

[Bug 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-10 Thread dtaylor84
This problem appears to be caused by /dev/shm having the wrong permissions (which is also causing me a number of other problems). Running $ sudo chmod 1777 /dev/shm and logging out and back in fixes the problem (until the next reboot). I am not sure why /dev/shm has the wrong permissions -