[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-09-15 Thread Bug Watch Updater
** Changed in: gdm Status: Invalid = Unknown ** Changed in: gdm Importance: Unknown = Medium -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.30.2.is.2.30.0-0ubuntu2 --- gdm (2.30.2.is.2.30.0-0ubuntu2) lucid-proposed; urgency=low * debian/patches/94_git_null_free_crash.patch: - git change to fix a crasher (lp: #403441) * debian/patches/95_git_name_escaping.patch: - git

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-23 Thread Pedro Villavicencio
I've managed to reproduce the crash creating the .desktop file on the /usr/share/xsessions dir, I've updated the gdm package to the proposed one, tested it again and there's no crash this time, the session works fine. Marking this as verification done, thanks all. ** Tags added: verification-done

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-18 Thread Colin Watson
Accepted gdm into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Tags added: verification-needed -- gdm

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/gdm -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. --

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-17 Thread Sebastien Bacher
sru team, the debdiff for the stable update which has been uploaded is on bug #403441 -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-12 Thread Bug Watch Updater
** Changed in: gdm Status: New = Invalid -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. --

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-10 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.30.2-0ubuntu3 --- gdm (2.30.2-0ubuntu3) maverick; urgency=low * debian/patches/30_don_t_save_failsafe_session.patch: (LP: #542345) - return FALSE instead of exiting on .desktop file without a comment -- Didier Roche didro...@ubuntu.com

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-10 Thread Didier Roche
pushed in maverick, waiting for pushing in -proposed from that commit: http://bazaar.launchpad.net/~ubuntu-desktop/gdm/ubuntu/revision/257 ** Changed in: gdm (Ubuntu Lucid) Status: Confirmed = Fix Committed -- gdm crashes when it encounters a .desktop session file it can't read

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gdm/lucid -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. --

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gdm -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs mailing list

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Sebastien Bacher
The issue seems to be due to the failsafe change from https://bugzilla.gnome.org/show_bug.cgi?id=607703, Didier you wrote the change could you look at the issue? It should not exit when no comment can be read but deal with it nicely rather ** Also affects: gdm (Ubuntu Lucid) Importance:

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Sebastien Bacher
+res = get_session_comment_for_file (filename, comment); +if (! res) { +g_critical (Cannot read specified session file: %s, filename); +g_free (filename); +exit (1); +} it seems that should return and not exit in such cases

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Dylan McCall
Hi Sebastien! Sorry about changing the bug status. That was just a silly accident when I was wondering why the upstream bug watcher still said New :) (I tinker mercilessly with anything that uses Javascript) I installed gdm from lucid-proposed, which gives me 2.30.2.is.2.30.0-0ubuntu1

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Sebastien Bacher
right, the bug is likely the one I indicated before, Didier will try to get it fixed in the next upload, the version in lucid-proposed got downgraded due to issue in 2.30.2, we want to try to get a set of easy fixes in lucid-updates before trying to get a new version now -- gdm crashes when it

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Dylan McCall
** Changed in: gdm (Ubuntu) Status: Triaged = Confirmed -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu.

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Sebastien Bacher
why did you change the status there? ** Changed in: gdm (Ubuntu) Status: Confirmed = Triaged -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Dylan McCall
Brian Cameron (one of the GDM guys) says this issue is not happening for him with stock upstream gdm! Ubuntu's GDM is currently at version 2.30.0, but upstream's latest stable release is 2.30.2 [1]. It fixes a fair assortment of issues, so upgrading to it could magically cure this bug (among

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-06-09 Thread Sebastien Bacher
sorry the comment crossed there, 2.30.2 has been in lucid-proposed for some weeks but add new crashers and doesn't solve some of the bugs it was supposed to fix, see bug #579044 for example -- gdm crashes when it encounters a .desktop session file it can't read

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-04-17 Thread Bug Watch Updater
** Changed in: gdm Status: Unknown = New -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. --

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-04-12 Thread Sebastien Bacher
Thank you for your bug report and sending it to GNOME ** Changed in: gdm (Ubuntu) Importance: Undecided = Low ** Changed in: gdm (Ubuntu) Status: New = Triaged -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-04-11 Thread Dylan McCall
** Bug watch added: GNOME Bug Tracker #615462 https://bugzilla.gnome.org/show_bug.cgi?id=615462 ** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=615462 Importance: Unknown Status: Unknown -- gdm crashes when it encounters a .desktop session file it can't read

[Bug 542345] Re: gdm crashes when it encounters a .desktop session file it can't read

2010-03-19 Thread Dylan McCall
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41347121/Dependencies.txt -- gdm crashes when it encounters a .desktop session file it can't read https://bugs.launchpad.net/bugs/542345 You received this bug notification because you are a member of Ubuntu Desktop Bugs,