LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I choose both Gnome and fvwm at the start menu? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-choose-both-gnome-and-fvwm-at-the-start-menu-756946/)

ggyyree 09-22-2009 04:00 AM

How can I choose both Gnome and fvwm at the start menu?
 
I use Opensuse 11 and how can I choose both Gnome and fvwm at the start menu?

After I setup the fvwm-themes I have changed /etc/X11/xinit/xinitrc from

Code:

# su
Code:
exec $WINDOWMANAGER
#exec fvwm-themes-start

into

Code:

# exec $WINDOWMANAGER
exec fvwm-themes-start

then I can use fvwm-themes but not Gnome anymore; however, if I use
Code:

exec $WINDOWMANAGER
I can only use normal fvwm not fvwm-themes. And I can log on the Gnome.

May I ask how can I choose both fvwm-themes and Gnome from the start menu please? Cheers.:newbie:

slakmagik 09-22-2009 07:11 PM

Same caveats as my reply on your other thread, except that I use a plain fvwm 2.5.27 and don't know much about the fvwm-themes stuff. Seems you are starting the fvwm you want differently, so that likely explains the font issue. I run 'startx' so I don't know the details, but you'll need to edit your Xsession or ~/.xsession file, which will be read by your display manager instead of xinitrc which is read via startx. I'm amazed someone hasn't answered this one because, for those that do it, I believe this is as straightforward as editing ~/.xinitrc. I just don't know the details. Hope that helps you look in the right direction, anyway.

ggyyree 11-04-2009 08:20 AM

Quote:

Originally Posted by slakmagik (Post 3693514)
Same caveats as my reply on your other thread, except that I use a plain fvwm 2.5.27 and don't know much about the fvwm-themes stuff. Seems you are starting the fvwm you want differently, so that likely explains the font issue. I run 'startx' so I don't know the details, but you'll need to edit your Xsession or ~/.xsession file, which will be read by your display manager instead of xinitrc which is read via startx. I'm amazed someone hasn't answered this one because, for those that do it, I believe this is as straightforward as editing ~/.xinitrc. I just don't know the details. Hope that helps you look in the right direction, anyway.

The problem didn't solve. I can't change between fvwm-themes and gnome.

The setting now is

Code:

# exec $WINDOWMANAGER
exec fvwm-themes-start

for /etc/X11/xinit/xinitrc then I can't log on to the gnome session.

and I do not have Xsession or ~/.xsession under my home directory. Should I create one and add something in?

Thanks.

ggyyree 11-09-2009 04:10 PM

Any ideas please tell me. Thanks.


All times are GMT -5. The time now is 11:03 AM.