desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #107670
[Bug 1383321] Re: Support XDG DesktopNames field in session files
This bug was fixed in the package lightdm - 1.12.3-0ubuntu1
---------------
lightdm (1.12.3-0ubuntu1) utopic; urgency=medium
* New upstream release:
- Fix pipe file descriptor leak for each greeter session. (LP: #1190344)
- Don't attempt generate D-Bus seat/session removal signals on shutdown.
* debian/guest-account.sh:
- Rename variables to make script compatible with Bash (LP: #1411100)
* debian/lightdm-session:
- Use bash for the session to improve error handling (LP: #678421)
* debian/control:
- Depend on bash
lightdm (1.12.2-0ubuntu1) utopic; urgency=medium
* New upstream release:
- Fix pipe file descriptor leak for each session login / authentication
(LP: #1190344)
- Use correct syntax for DesktopNames key in session files (LP: #1383321)
- Mock /run in tests
* debian/config-error-dialog.sh:
- Show warning dialog instead of interrupted login if syntax error in
~/.profile etc (LP: #678421)
-- Robert Ancell <robert.ancell@xxxxxxxxxxxxx> Tue, 10 Mar 2015 16:02:44 +1300
** Changed in: lightdm (Ubuntu Utopic)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1383321
Title:
Support XDG DesktopNames field in session files
Status in Light Display Manager:
Fix Released
Status in Light Display Manager 1.10 series:
Fix Released
Status in Light Display Manager 1.12 series:
Fix Released
Status in lightdm package in Ubuntu:
Fix Released
Status in lightdm source package in Trusty:
Fix Released
Status in lightdm source package in Utopic:
Fix Released
Status in lightdm source package in Vivid:
Fix Released
Bug description:
[Impact]
LightDM doesn't support the XDG standard "DesktopNames" field in session .desktop files. Instead we only support X-LightDM-DesktopName which was used before the standard was set. Newer sessions might expect DesktopNames to work.
[Test Case]
1. Install a session which has DesktopNames set in /usr/share/xsessions/name.desktop. i.e. DesktopNames=GNOME;Unity;
2. Start this session
Expected result:
XDG_CURRENT_DESKTOP is set to GNOME:Unity
Observed result:
XDG_CURRENT_DESKTOP is not set
[Regression Potential]
Low. This feature is only activated if the field is set.
To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1383321/+subscriptions
References