We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
;)
The text was updated successfully, but these errors were encountered:
so what really solve the issue ?? removing the "TryExec" line or add the "Type" one..
Sorry, something went wrong.
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
It seems to be resolved, I close the issue.
thanks a lot for the tip, it works for me too
No branches or pull requests
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
I edited with
Now it's work.
;)
The text was updated successfully, but these errors were encountered: