Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-23-2004, 12:09 PM
|
#1
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
KDE hijacks my XFCE
I had installed Slack 10, with KDE and XFCE. I selected XFCE as my default display manager. To my surprise, KDE pops was the display manager at runlevel 4. And I cannot see any mention of XFCE at the session selection (KDE logon stage). Startx does bring up XFCE however. Why?
|
|
|
|
07-23-2004, 12:13 PM
|
#2
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
Have you a xinitrc.xfce file in your /etc/X11/xinit directory ?
|
|
|
|
07-23-2004, 12:14 PM
|
#3
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Original Poster
Rep:
|
OK I think I have an answer for the why. The answer lies in /etc/rc.d/rc.4. and kde is checked for before xdm.
So, if I move xdm a notch up the script, I should get XFCE. Am I getting this right? But XFCE does not let you select your session manager like KDE does... and KDE does not bring up XFCE in its option.
Last edited by ppuru; 07-23-2004 at 12:16 PM.
|
|
|
|
07-23-2004, 12:16 PM
|
#4
|
|
Member
Registered: Jul 2004
Location: Sherbrooke, Quebec, Canada, North America, World, Milky Way
Distribution: Gentoo
Posts: 103
Rep:
|
Because init 4 uses session managers and your session manager is probably kdm.
Take a look at /etc/rc.d/rc.4 to see which session managers the system tries to load.
If you want to boot directly X, try booting in init 5.
|
|
|
|
07-23-2004, 12:19 PM
|
#5
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
If you have not /opt/kde/share/apps/kdm/sessions/xfce.desktop file, create it :
Code:
cat > /opt/kde/share/apps/kdm/sessions/xfce.desktop
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=xfwm
TryExec=xfwm
Name=XFce
Comment=The Cholesterol Free Desktop Environment. A desktop environment reminiscent of CDE
<CTRL-d>
|
|
|
|
07-23-2004, 12:33 PM
|
#6
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Original Poster
Rep:
|
Tried moving xdm entry in rc.4 above the kdm entry... result - I get a XFCE login... GREAT ...
after I login, KDE takes over :P
xfce.desktop does exist in /opt/kde/share/apps/kdm/sessions.
I cannot do away with KDE. 2 very important users ( my kids ) need it for their GCompris and other KDE games.
So I need to find a way to get KDE logon screen to allow me to select XFCE OR be content with using KDE.
|
|
|
|
07-23-2004, 12:44 PM
|
#7
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
That can not be configured in kde control center at session manager ?
|
|
|
|
07-23-2004, 11:02 PM
|
#8
|
|
LQ Newbie
Registered: May 2004
Location: Rio de Janeiro - Brazil
Posts: 7
Rep:
|
I also use XFCE and it does not get listed in kdm as well, there is a way to insert it in kdm however i do not record it ... and it is too much trouble anyway ....
Just use GDM instead of xdm or kdm ... i think it best login manager  ...
With it i have all desktops listed.
c0in.
Last edited by c0in; 07-23-2004 at 11:06 PM.
|
|
|
|
07-24-2004, 04:56 AM
|
#9
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Original Poster
Rep:
|
There should be a way to get XFCE included in the sessons list. Can you recollect something coin? file / directory names, anything...
I have been combing the /opt/kde directory for config file that will give me even the smallest clue on going about configuring it ...
|
|
|
|
07-24-2004, 05:23 AM
|
#10
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
I would try : /opt/kde/bin/genkdmconf --no-old
to regenerate kdm conf files, maybe it will take in account the xfce.desktop file.
|
|
|
|
07-25-2004, 01:27 AM
|
#11
|
|
Member
Registered: Feb 2004
Location: WA
Distribution: Slackware
Posts: 230
Rep:
|
I fixed this problem by doing the following.
Edit (as root): /opt/kde/share/apps/kdm/sessions/xfce.desktop
Change:
Code:
Exec=xfwm
TryExec=xfwm
To:
Code:
Exec=startxfce4
TryExec=startxfce4
Save the file and log out.
XFce should now be listed in the drop down menu of KDM.
I hope this helps someone.
MagicMan
|
|
|
|
07-25-2004, 10:14 PM
|
#12
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Original Poster
Rep:
|
Thanks for the Magic, man. Will post the results tonight.
|
|
|
|
07-26-2004, 10:20 AM
|
#13
|
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Original Poster
Rep:
|
Its Magic man ... I did get the XFCE listed under Sessions on the KDE login screen.
Thanks everyone.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 07:25 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|