LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adding Window Manager to Login Screen (https://www.linuxquestions.org/questions/linux-newbie-8/adding-window-manager-to-login-screen-236013/)

JSmith 09-27-2004 09:13 PM

Adding Window Manager to Login Screen
 
Hey folks,

I'm running Fedora Core 1. I just installed Garnome (Gnome 2.8). Now, I'm trying to actually run it. I created my garnome-session scripts following all the examples. Then I followed instructions on the net on how to add it to my Login Manager. I did the following:


chmod a+rx garnome-session
mv garnome-session /usr/bin/

cd /etc/X11/dm/Sessions
cp gnome.desktop garnome.desktop
sed -e 's/GNOME/GARNOME/g' < gnome.desktop > garnome.desktop.tmp
sed -e 's/gnome-session/garnome-session/g'
garnome.desktop
rm garnome.desktop.tmp

I verified the contents of garnome.desktop and it looks good. But, even after a reboot, Garnome does not appear as an option in my login manager. What am I missing?

It's possible I'm running KDM. Are those instructions only for GDM? If so, how would I do it for KDM?

Thanks!

meblost 09-27-2004 11:40 PM

I'm using mdkkdm and I'm not sure what the differences are, but I added a file in /etc/X11/wmsession.d cooresponding to the session type I wanted to add.

Also, I'm not sure if Fedora comes with it, but /usr/sbin/chksession was also useful. As root, try /usr/sbin/chksession --help

Good luck


All times are GMT -5. The time now is 11:00 PM.