I try to add JWM to gdm, so I do the follow steps:
- I've create a JWM.desktop file in /usr/local/etc/dm/Session which contain:
and in /usr/local/etc/gdm/Sessions I created a script which contain:
So my problem is that JWM appear in gdm as an entry but fail to start. Can someone give me an advice in this matter I will be very grateful.
- I've create a JWM.desktop file in /usr/local/etc/dm/Session which contain:
Code:
[Desktop Entry]
Name=JWM
Exec=/usr/local/etc/gdm/Sessions/JWM
and in /usr/local/etc/gdm/Sessions I created a script which contain:
Code:
#!/bin/sh
startjwm
So my problem is that JWM appear in gdm as an entry but fail to start. Can someone give me an advice in this matter I will be very grateful.