Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to be able to choose WMFS on GDM #39

Closed
BenoitMio opened this issue Apr 8, 2012 · 4 comments
Closed

How to be able to choose WMFS on GDM #39

BenoitMio opened this issue Apr 8, 2012 · 4 comments

Comments

@BenoitMio
Copy link

Hello

I had some problems to get WMFS available on my debian squeeze with Gnome Display Manager.

WMFS were simply absent.

I've edited the wmfs.desktop in /usr/share/xsessions/ if it's not present move it to this location.

Before it was

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=wmfs
Comment=Window Manager From Scratch
TryExec=wmfs
Exec=wmfs

I edited with

[Desktop Entry]
Encoding=UTF-8
Name=wmfs
Comment=Window Manager From Scratch
Exec=wmfs
Type=XSession

Now it's work.

;)

@ghost
Copy link

ghost commented Apr 8, 2012

so what really solve the issue ??
removing the "TryExec" line or add the "Type" one..

@BenoitMio
Copy link
Author

I just did few tests.

with

[Desktop Entry]
Encoding=UTF-8
Name=wmfs
Comment=Window Manager From Scratch
TryExec=wmfs
Type=XSession

it doesn't work

[Desktop Entry]
Encoding=UTF-8
Name=wmfs
Comment=Window Manager From Scratch
Exec=wmfs
Type=Application

it's work

@linkdd
Copy link
Collaborator

linkdd commented May 4, 2012

It seems to be resolved, I close the issue.

@linkdd linkdd closed this as completed May 4, 2012
@dyp-fr
Copy link

dyp-fr commented Oct 16, 2013

thanks a lot for the tip, it works for me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants