FedoraThis forum is for the discussion of the Fedora Project.
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm having some conflicts between Gnome and KDE that I'm not quite sure how to cure. After installing the rss screensavers I noticed that they would'nt work in KDE but would in Gnome. I selected one to run in Gnome, and when I'm in KDE it will run instead of the screensaver that I selected for KDE. When I logout from a KDE session it sometime goes to the default Gnome background, or black with just a cursor. CTRL + ALT + backspace will either take me back to the login screen or dump me to a command prompt. Anybody have an idea where to start?
Disclaimer: I usually turn off fancy screensavers and just use a blank page as the screen saver, since historically I have found that screen savers had problems with older versions of these window managers and X servers (not the least of which is questionable coding practices by some screen savers). I run F7 running the latest GNOME (latest w.r.t. what the standard updates provide, not compiled from latest source).
Things to try that might shed some light on the problem.
Is the behavior the same when you hit CTRL+ALT+BACKSPACE while running KDE and also from GNOME?
How did you install the rss screensavers?
Is the behavior the same when you hit CTRL+ALT+BACKSPACE from either KDE or GNOME after you have uninstalled the rss screensavers?
1. The behavior is specific to KDE.
2. The screensavers were installed via yum.
3. I was having logout problems with KDE before the screensavers were installed, and am still having after
uninstalling them.
The only problem I'm having with Gnome is that I have two trash cans, and any desktop icon that I have in KDE appears in Gnome and is labeled no name.
The only problem I'm having with Gnome is that I have two trash cans, and any desktop icon that I have in KDE appears in Gnome and is labeled no name.
Wow. That is indeed bizarre. I'm using GNOME with the Metacity window manager which is the default AFAIK, and I don't see that behavior.
Is there a reason why you need to switch between two different window managers instead of getting one to work and saying with that one?
I'm not really opposed to KDE, other than the fact that the format of the files in $HOME/.kde directory were not interoperable between different KDE versions, so I had to ditch them (affected me at work where I have to deal with multiple revisions of both KDE and GNOME desktop versions).
One thing you can try is to move aside your $HOME/.kde directory from within a console terminal, and then restart your X server with CTRL-ALT-DELETE.
Alternatively, since you stated you had problems with CTRL-ALT-DELETE, you may want to play it safe and do the move of the $HOME/.kde directory when the X server is not running. The way I do that is as follows:
Logout of the window manager
At the X login prompt (GDM/XDM/whatever), press CTRL-ALT-F1 to get to a console (X will still be running at this point)
At the login prompt in the console, login as root
Enter in "init 3" at the shell prompt. This will kill the X server, along with KDE or GNOME processes
After you get to another shell prompt, cd into your users $HOME directory (not $HOME of root)
Move the .kde directory aside with the mv command
Enter in "init 5" to restart X and get back to the X login prompt
Log back in as your user account (not as root)
Examine your icons to see if they still persist, and retry CTRL-ALT-BACKSPACE to see if the behavior improves.
The theory is that perhaps the installation/de-installation of the screen savers left some stale data in the $HOME/.kde directory, and moving it aside while X is not running will cause the behavior to correct itself.
If you are logging into KDE, and not GNOME, and you have moved your .kde directory aside, and you still see duplicate icons, then I'm really puzzled as to where KDE could be reading its settings for that. Sorry I couldn't be of more help.
The duplicated icons are in Gnome, but as it is I think I'll load Fedora8
up on a VM and pound on till it breaks and see if I can shake out any answers.
If this is GNOME, and you are using the Metacity window manager, then I guess that the $HOME/.metacity directory would be where that icon state would be stored. You could play with moving that directory aside to see if the behavior changes.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.