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 12th January 2008, 11:04 AM
stranger123 Offline
Registered User
 
Join Date: Jan 2008
Posts: 7
kde won't logout

Hi all, I am experiencing a very weird problem.

Freshly installed Fedora Core 8, updated with "yum update", kde is still 3.5.8 from the original distro. Sometimes kde just refuses to logout. Clicking the logout button from the kde menu does nothing. No any messages in /var/log/messages or .xsession-errors. kde just stays working... I tried to logout using Kshutdown - same thing.

Killing X with Ctrl-Alt-BackSpace works. Next login - I can logout ok, but two or three etc sessions later - same story. This happens with all users including root. Same story with a freshly created test user with absolutely no modifications in any kde settings.

Anyone has any clues?
Thanks.

Last edited by stranger123; 12th January 2008 at 11:23 AM.
Reply With Quote
  #2  
Old 12th January 2008, 11:58 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Very odd what you reported, I don't get that at my end. What is your version?

I'm using at my end:
[root@kiriyamablevins ~]# uname -r
2.6.23.9-85.fc8
[root@kiriyamablevins ~]#

Does the other buttons work? Shutdown, reboot, etc
Reply With Quote
  #3  
Old 12th January 2008, 04:15 PM
stranger123 Offline
Registered User
 
Join Date: Jan 2008
Posts: 7
Quote:
Originally Posted by marcrblevins
Very odd what you reported, I don't get that at my end. What is your version?

...Does the other buttons work? Shutdown, reboot, etc
Versions below. The shutdown option is in the window which should be opened when clicking the "Logout" line in the kde start menu, so it is not available to me... All other items ("Switch user". "Lock screen" and all applications) from the kde menu work ok.

I am completely lost. Found a similar post in an Ubhuntu forum with no answers there...

uname -a
Linux apollo 2.6.2Linux apollo 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux

rpm -qa|grep kde

kdelibs-3.5.8-7.fc8
kdemultimedia-3.5.8-8.fc8
kde-settings-kdm-3.5-34.fc8
kdenetwork-devel-3.5.8-4.fc8
kde-filesystem-3.92-9.fc8
kdegraphics-3.5.8-5.fc8
kde-i18n-Russian-3.5.8-1.fc8
lockdev-1.0.1-11.fc8.1
kdebase-libs-3.5.8-5.fc8
kdegraphics-libs-3.5.8-5.fc8
kdegraphics-extras-3.5.8-5.fc8
kdenetwork-3.5.8-4.fc8
kdebindings-dcopperl-3.5.8-1.fc8
kdeartwork-3.5.8-1.fc8
kdeaccessibility-3.5.8-3.fc8
kdegraphics-devel-3.5.8-5.fc8
kdebase-devel-3.5.8-5.fc8
kdenetwork-libs-3.5.8-4.fc8
kdebase-3.5.8-5.fc8
kdemultimedia-libs-3.5.8-8.fc8
compiz-kde-0.6.2-3.fc8
lockdev-devel-1.0.1-11.fc8.1
kdelibs-devel-3.5.8-7.fc8
kde-settings-3.5-34.fc8
kdeutils-3.5.8-3.fc8
kde-settings-pulseaudio-3.5-34.fc8
Reply With Quote
  #4  
Old 12th January 2008, 06:18 PM
schwerdf Offline
Registered User
 
Join Date: Aug 2007
Posts: 45
I have experienced a similar problem with KDE. It appears to be affected by the kernel version as it waxes and wanes with the kernel updates.
Reply With Quote
  #5  
Old 12th January 2008, 08:25 PM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
It's really very weird.i experienced the similar problem with KDE,but when i switched to gnome,everything seems to be fine.so i uninstalled KDE and make gnome as my default desktop environment
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D
Reply With Quote
  #6  
Old 13th January 2008, 06:30 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
See if this makes any differences, might install something that are missing:
Code:
su -
yum groupinstall "KDE (K Desktop Environment)" "GNOME Desktop Environment"  "X Software Development"
Then reboot.
Reply With Quote
  #7  
Old 13th January 2008, 07:05 AM
Deltanoob Offline
Registered User
 
Join Date: Dec 2007
Posts: 36
press ctrl + alt + backspace
this will force your session to terminate. And i do mean force, so make sure anything important is saved.
Or you can go to a terminal and type
Code:
reboot 

or 

halt
Good luck
Reply With Quote
  #8  
Old 13th January 2008, 11:25 AM
stranger123 Offline
Registered User
 
Join Date: Jan 2008
Posts: 7
Quote:
Originally Posted by Deltanoob
press ctrl + alt + backspace
Sorry but that is not a solution....

Upgraded the kernel - will see if this helps.

Thanks for all your posts.
Reply With Quote
  #9  
Old 13th January 2008, 11:41 AM
Demz
Guest
 
Posts: n/a
should update the kernel at all times to see if it fix's a problem , if it doesnt dont remove older kernel
Reply With Quote
  #10  
Old 16th January 2008, 02:10 AM
Manimalien Offline
Registered User
 
Join Date: Jan 2008
Location: Chicago
Posts: 4
I had the same problem with my Fedora KDE install. I would recommend kshutdown. If you do not have kshutdown already installed, install it via the package manager. Then you can add an applet to your KDE panel to shutdown, restart, or lock your session. It works quite nicely for me. I hope this helps you.
Reply With Quote
  #11  
Old 17th January 2008, 08:49 AM
stranger123 Offline
Registered User
 
Join Date: Jan 2008
Posts: 7
Quote:
Originally Posted by Manimalien
I had the same problem with my Fedora KDE install. I would recommend kshutdown. If you do not have kshutdown already installed, install it via the package manager. Then you can add an applet to your KDE panel to shutdown, restart, or lock your session. It works quite nicely for me. I hope this helps you.
As I said earlier, kshutdown does not help in this situation. It probably uses the same signals as kde itself so trying to log out fails just like when using standard kde buttons. Locking/shutdown works but those were not a problem... I could do these with kde.

Actually after upgrading the kernel to the latest version fron the Fedora "updates" dir (it is something like 2.6.23-59 or 69 - cannot remember now, I am on a different computer at the moment), the problem went away. Go figure...

Thanks for all your comments.

Last edited by stranger123; 17th January 2008 at 08:52 AM.
Reply With Quote
  #12  
Old 17th January 2008, 03:12 PM
Deltanoob Offline
Registered User
 
Join Date: Dec 2007
Posts: 36
uname -a will give you kernel info....what? I had to be helpful some how lol.
Reply With Quote
  #13  
Old 18th January 2008, 02:22 AM
Manimalien Offline
Registered User
 
Join Date: Jan 2008
Location: Chicago
Posts: 4
Quote:
Originally Posted by stranger123
As I said earlier, kshutdown does not help in this situation. It probably uses the same signals as kde itself so trying to log out fails just like when using standard kde buttons. Locking/shutdown works but those were not a problem... I could do these with kde.

Actually after upgrading the kernel to the latest version fron the Fedora "updates" dir (it is something like 2.6.23-59 or 69 - cannot remember now, I am on a different computer at the moment), the problem went away. Go figure...

Thanks for all your comments.
I apologize for my mistake in not realizing that you had tried kshutdown to no avail. The reason I recommended the program was because I had the same logout problem using KDE with Fedora and kshutdown seemed to solve my problem.

Nevertheless, I am glad to know that you resolved the situation.
Reply With Quote
Reply

Tags
kde, logout

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
KDE Logout Jongi Using Fedora 6 29th January 2007 06:39 PM
Need to logout twice :-/ tbl Using Fedora 6 24th November 2006 12:03 AM
VNC logout zslevi Servers & Networking 3 9th November 2005 11:58 AM
KDE Logout TameLion Using Fedora 1 7th July 2004 04:33 PM
FC2/KDE Not Able to Logout ... yur1022 Installation and Live Media 8 14th June 2004 04:41 AM


Current GMT-time: 18:28 (Wednesday, 22-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