After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637883 - Integration with gnome-session 2.91.x
Integration with gnome-session 2.91.x
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-23 15:38 UTC by Vincent Untz
Modified: 2011-03-12 00:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
daemon: add a gdm session for gnome session to start (2.13 KB, patch)
2011-03-12 00:32 UTC, Ray Strode [halfline]
committed Details | Review

Description Vincent Untz 2010-12-23 15:38:50 UTC
With gnome-session 2.91.4, the way we define a session has changed. I've no idea what is the result with latest gdm, but it's possible that it might break the gdm login window...

I suggest you ship a gdm session file. It's really easy, just look at http://git.gnome.org/browse/gnome-session/tree/data/classic-gnome.session.desktop.in.in.

And then launch gnome-session with "--session gdm". That should make sure you get the result you want.
Comment 1 Ray Strode [halfline] 2011-02-07 15:14:56 UTC
It doesn't seem like it breaks it, since we point gnome-session to a separate autostart directory that has e.g. X-GNOME-Provides=windowmanager overrides.

Never the less, you're right we should have a separate session file.
Comment 2 Ray Strode [halfline] 2011-03-12 00:32:38 UTC
The following fix has been pushed:
1387d98 daemon: add a gdm session for gnome session to start
Comment 3 Ray Strode [halfline] 2011-03-12 00:32:41 UTC
Created attachment 183186 [details] [review]
daemon: add a gdm session for gnome session to start

Previously, we just piggy backed off the gnome one,
but it's better to have our own.