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

13th April 2005, 10:03 AM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 11

|
|
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
|

13th April 2005, 10:11 AM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026

|
|
|
Have a look in /etc/sysconfig/desktop ;-)
|

13th April 2005, 11:45 AM
|
|
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
|

13th April 2005, 12:14 PM
|
 |
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.
|

13th April 2005, 12:56 PM
|
|
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
|

13th April 2005, 01:03 PM
|
 |
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?
|

13th April 2005, 02:41 PM
|
|
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
|

13th April 2005, 04:05 PM
|
|
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
|

18th April 2005, 04:40 AM
|
|
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.
|

18th April 2005, 06:12 AM
|
|
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
|

18th April 2005, 07:03 AM
|
|
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.
|

19th April 2005, 02:58 PM
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:21 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|