I believe you can add a startup script to /etc/X11/gdm/Sessions
i wanted to know as tto how i would add enlightenment to my gdm
my distro is debian sarge
usually i just hit startx to get enlightenment but i was wondering how i would go bout adding it to gdm
thanks in advancee
I believe you can add a startup script to /etc/X11/gdm/Sessions
yea, its in one of the session files.
On slack I think its....
/etc/X11/xdm/Xsession
And you should have;
Code:enlightenment) exec enlightenment ;;
thanks for the help and please bear with me im new at this
this is what i have as my script code in sessions
but how do i make it into a sh file shell script
---------------------------------------------------------------------
#!/bin
#
# /etc/gdm/Sessions/Enlightenment
#
# Enlightenment session file, used by gdm
exec /etc/X11/Xsession /usr/bin/enlightenment
------------------------------------------------------------------------
should !/bin be !/bin/sh thats what it was origanlly but i dont have a bin/sh
anyhow thanks for the help
Bookmarks