Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13th April 2005, 10:03 AM
donald Offline
Registered User
 
Join Date: Jun 2004
Posts: 11
Smile XFCE as default windowmanager

hi all,

i want to set my default windowmanager to xfce -
xfce is installed and i can select it from the login list.
how do i set it as default windowmanager?

pls help.
thx
donald
Reply With Quote
  #2  
Old 13th April 2005, 10:11 AM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
Have a look in /etc/sysconfig/desktop ;-)
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #3  
Old 13th April 2005, 11:45 AM
donald Offline
Registered User
 
Join Date: Jun 2004
Posts: 11
hi,

thx.
i've set the the desktop and displaymanager variable to XFCE and put a line into prefdm.
But it won't work.

donald
Reply With Quote
  #4  
Old 13th April 2005, 12:14 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
Sorry for giving you a bad tip.

What exactly did you put in /etc/X11/prefdm? That looks like a good place.
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #5  
Old 13th April 2005, 12:56 PM
donald Offline
Registered User
 
Join Date: Jun 2004
Posts: 11
#!/bin/sh

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin


# shut down any graphical boot that might exist
if [ -x /usr/bin/rhgb-client ]; then
/usr/bin/rhgb-client -quit
fi

# We need to source this so that the login screens get translated
[ -f /etc/profile.d/lang.sh ] && . /etc/profile.d/lang.sh

# Run preferred X display manager
preferred=
if [ -f /etc/sysconfig/desktop ]; then
. /etc/sysconfig/desktop
if [ "$DISPLAYMANAGER" = GNOME ]; then
preferred=gdm
elif [ "$DISPLAYMANAGER" = KDE ]; then
preferred=kdm
elif [ "$DISPLAYMANAGER" = XDM ]; then
preferred=xdm
elif [ "$DISPLAYMANAGER" = XFCE ]; then
preferred=xfce
fi
fi

shopt -s execfail

[ -n "$preferred" ] && exec $preferred $* >/dev/null 2>&1

# Fallbacks, in order
exec gdm $* >/dev/null 2>&1
exec kdm $* >/dev/null 2>&1
exec xdm $* >/dev/null 2>&1

# catch all exit error
exit 1
Reply With Quote
  #6  
Old 13th April 2005, 01:03 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
open a terminal


type
switchdesk
choose your WM and click ok
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #7  
Old 13th April 2005, 02:41 PM
Dustin Offline
Registered User
 
Join Date: Mar 2005
Age: 27
Posts: 17
Quote:
Originally Posted by fedorajim
open a terminal


type
switchdesk
choose your WM and click ok
I think that is supposed to open up a gui but my install didn't have it. Just type
switchdesk xfce
Reply With Quote
  #8  
Old 13th April 2005, 04:05 PM
Ned Offline
Registered User
 
Join Date: May 2004
Location: UK
Posts: 399
Yes, you need to install the switchdesk-gui package to use the gui desktop switching tool. It's not installed by default, but can be found on one of the CDs (was on disk 4 for FC2, not sure for FC3).

Ned
Reply With Quote
  #9  
Old 18th April 2005, 04:40 AM
steve_scott Offline
Registered User
 
Join Date: Mar 2005
Posts: 1
quick question, switchdesk-gui gives me an error:

"Your desktop configuration cannot be updated, please make sure that the package switchdesk has correctly been installed on the machine."

When I try to set it to fluxbox, which I installed via rpm.
It does work with xfce and I tried uninstalling and reinstalling to no avail.

Is there any other way to do this?

ah, in the console it says that fluxbox is not installed, anyway to point it to my startfluxbox executable?


by the way, since this is my first/second post; you guys here are great I migrated from mandrake and this forum was very helpful getting everything set up and then after install troubleshooting

Last edited by steve_scott; 18th April 2005 at 04:46 AM.
Reply With Quote
  #10  
Old 18th April 2005, 06:12 AM
Ned Offline
Registered User
 
Join Date: May 2004
Location: UK
Posts: 399
I'm guessing that switchdesk-gui will only work with gui's that are officially shipped with fedora.

Ned
Reply With Quote
  #11  
Old 18th April 2005, 07:03 AM
ianmac
Guest
 
Posts: n/a
Quote:
Originally Posted by Ned
I'm guessing that switchdesk-gui will only work with gui's that are officially shipped with fedora.

Ned
No, I have got switchdesk to work with any window manager that I have installed. I just typed "switchdesk wm_name" and it works. No need for the gui for the actual switching. Then when you log out, the new wm should be in the gui in the gdm login screen.
Reply With Quote
  #12  
Old 19th April 2005, 02:58 PM
Ned Offline
Registered User
 
Join Date: May 2004
Location: UK
Posts: 399
Quote:
Originally Posted by ianmac
No, I have got switchdesk to work with any window manager that I have installed. I just typed "switchdesk wm_name" and it works. No need for the gui for the actual switching. Then when you log out, the new wm should be in the gui in the gdm login screen.
Cool - good to know

Ned
Reply With Quote
Reply

Tags
default, windowmanager, xfce

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Default XFCE Apps forkbomb Linux Chat 5 24th March 2008 10:59 PM
Default Gnome theme in Xfce? cipherus Using Fedora 2 13th February 2008 02:23 AM
Set XFCE as default Pipette Monkey Using Fedora 6 28th December 2004 06:45 AM
Windowmanager for old Laptop Optimistic Hardware & Laptops 10 27th July 2004 11:38 AM


Current GMT-time: 13:21 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat