Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533258 - x11-wm/fvwm should install a session file in /usr/share/xsessions/
Summary: x11-wm/fvwm should install a session file in /usr/share/xsessions/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 599144
Blocks:
  Show dependency tree
 
Reported: 2014-12-22 07:24 UTC by avx
Modified: 2018-09-28 17:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description avx 2014-12-22 07:24:32 UTC
The login manager SDDM (x11-misc/sddm) expects a WM/DE to put a .desktop file in /usr/share/xsessions/.

The current fvwm-ebuilds don't do this, as a result, FVWM is not available in the list of sessions to chose from.

This can be easily fixed by creating /usr/share/xsessions/fvwm.desktop with content:
#snip
[Desktop Entry]
Name=FVWM
Comment=The F Virtual WindowManager
Exec=fvwm2
TryExec=fvwm2
Type=Application
X-LightDM-DesktopName=FVWM
#snap

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2018-09-28 17:34:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445bcf71684247be699b2d5db15104be71434b1

commit 9445bcf71684247be699b2d5db15104be71434b1
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-09-23 07:18:19 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-09-28 17:31:02 +0000

    x11-wm/fvwm: version bump to 2.6.8
    
    Closes: https://bugs.gentoo.org/533258
    Closes: https://bugs.gentoo.org/599144

 x11-wm/fvwm/Manifest          |   1 +
 x11-wm/fvwm/fvwm-2.6.8.ebuild | 152 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 153 insertions(+)