LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-27-2004, 05:29 PM   #1
sylvain_gnu
Member
 
Registered: Mar 2004
Posts: 91

Rep: Reputation: Disabled
Changing the window manager used by GNOME


Hello,

Do you know how to change the window manager used by GNOME.
I'd like to use xfwm or xfwm4 for instance.

Cheers,
Sylvain.
 
Old 04-27-2004, 06:37 PM   #2
rkef
Member
 
Registered: Mar 2004
Location: bursa
Posts: 110

Rep: Reputation: 15
</deleteme>
 
Old 04-27-2004, 07:21 PM   #3
grcunningham
Member
 
Registered: Apr 2004
Location: Florida
Distribution: RedHat 9.0/Afterstep
Posts: 103

Rep: Reputation: 15
changing window manager

I know that to change my window manager to
window maker, I just add the line
exec wmaker
to the end of my ~/.xinitrc file
 
Old 04-28-2004, 03:17 PM   #4
sylvain_gnu
Member
 
Registered: Mar 2004
Posts: 91

Original Poster
Rep: Reputation: Disabled
Any solution?

Hello,
My .xinitrc is here below. But it is not used when I launch a GNOME session from gdm.
So I guess another config file is used somewhere else...

To rkef:
"</deleteme>"? Do you mean "delete this post"? Why? Do you have the answer? or you didn't get the point?

Cheers to you guys... and if someone can give a solution, I'll be happy.
Sylvain.

%cat ~/.xinitrc
#!/bin/sh
#
# xinitrc file for XFce 3 startxfce script

# Some distro needs to allow even localhost to use the display
# Uncomment this if you experience "Can't open display" when running
# programs from xfce. BEWARE this is considered as a vulnerability !
#
# xhost +$HOSTNAME
#
xsetroot -solid black -cursor_name watch

# Unselect the following line to get a BIG mouse cursor in Xfce :
# xset +fp "/usr/share/xfce/cursors"

# Set up additionnal fonts that ship with Xfce (Change id38121117)
xset fp+ "/usr/share/xfce/fonts"

# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if [ -d "$HOME/Desktop/Autostart" ]; then
for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
if [ -x $HOME/Desktop/Autostart/$i ]; then
$HOME/Desktop/Autostart/$i &
fi
done
fi

# Uncomment this if you have xmodmap loading additional keycodes.
# set the XKEYS variable to the correct file

# XKEYS=/etc/X11/xinit/.Xmodmap
# if [ -f $XKEYS ]; then
# xmodmap $XKEYS
# fi

# Uncomment this if you run gkrellm. See http://www.gkrellm.net for
# more info. It will launch gkrellm if it's not already running
# if [ -z $(grep gkrellm ${HOME}/.xfce/xfwm-session) ]; then
# exec `which gkrellm` &
# fi

# Launch xscreensaver (if available)
xscreensaver -no-splash &

# Finally, launch XFce window manager
exec xfwm
xsetroot -solid black
 
Old 04-28-2004, 03:28 PM   #5
grcunningham
Member
 
Registered: Apr 2004
Location: Florida
Distribution: RedHat 9.0/Afterstep
Posts: 103

Rep: Reputation: 15
try the same line in .Xclients or .Xclients-default.
distributions vary in where this is located.
 
Old 04-29-2004, 01:44 AM   #6
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
yeah, gnome (or maybe some of it's distributions - i'm using gentoo) doesn't read .xinitrc
you'll have the same trouble when you want to muck around with your mouse buttons or scroll wheel, and someone tells you to put an xmodmap line in .xinitrc

i think what you really want to do though, is choose a different session from gdm and add gnome menus and panels to that. the new linux desktop standards push means that most of the windowmanagers are happy to have bits of gnome imposed upon them.
gnome 2.4 and 2.6 don't seem to want to to use anything but metacity, in fact you'll find lots of references to 'hiding the window manager from the user'. so there is no more gnome 'choose a different WM' menu.

i've only had to work all that out this week though, after upgrading everything, so i'm not going to offer any actual suggestions...
 
Old 05-03-2004, 04:16 PM   #7
sylvain_gnu
Member
 
Registered: Mar 2004
Posts: 91

Original Poster
Rep: Reputation: Disabled
Lightbulb XFCE4 + gnome-panel does the trick.

Thanks to andrewlorien,

In another thread, I explain that XFCE4 as window manager + gnome-panel on the top of it gives me the environement I was looking for.

http://www.linuxquestions.org/questi...hreadid=175649

Cheers,
Sylvain.
 
Old 05-21-2004, 10:56 AM   #8
crm
Member
 
Registered: Apr 2004
Location: leeds - UK
Distribution: Gentoo Stage 1 on Riser FS 4
Posts: 204

Rep: Reputation: 30
i'am using fedora core 1.
my /home directory dosent have a .Xclients or .Xclients-default. or even a .xinitrc
where should i look to change my wiindowmanager to enlightenment? (which i have already installed?)
 
Old 05-21-2004, 04:40 PM   #9
sylvain_gnu
Member
 
Registered: Mar 2004
Posts: 91

Original Poster
Rep: Reputation: Disabled
Hi crm,

This depends on what you are using to launch your window-manager / which "Destop" environment you're using, and might also be distribution specific.
- are you using Gnome or Kde ? or none of them?
- are you launching your GUI using 'startx' or from GDM or KDM or XDM ?
Have you had a look already in some Fedora docs or faqs?
There's probably a tool to configure this.
Have you already searched using Google?

Hope this will put you on a track to a solution.
Sylvain.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Window Manager in GNOME Jose Muņiz Linux - General 0 07-21-2004 10:05 AM
changing window manager in gnome sanjith11 Linux - General 3 12-09-2003 10:15 AM
changing window manager in gnome GŠutama Linux - Software 2 11-08-2003 10:00 AM
Changing Window Manager downinthemine Linux - Newbie 11 08-03-2003 09:10 PM
Changing your Window Manager nigma Linux - Software 6 05-05-2003 02:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration