Find the answer to your Linux question:
Results 1 to 5 of 5
hi All, I installed kubuntu-desktop on my Ubuntu machine to get a feel for things. I like it (doubt I'll do a full switch but it's good to have). The ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    KDE running on Ubuntu

    hi All,

    I installed kubuntu-desktop on my Ubuntu machine to get a feel for things. I like it (doubt I'll do a full switch but it's good to have). The one big issue is that shutdown/restart options are missing. I've been googling and found a lot of people that have been seeing this problem but no real solutions posted. Some people running Gnome OpenSuse and then installing KDE over it are seeing the same issue as well.

    Anyone know of a solution for this? It's a pain having to logout in order to shutdown....
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    open terminal

    Code:
    sudo shutdown -h now

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    haha I can't believe I didn't think of that....

    but...where are my bottons?
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    You can create a desktop icon or a menu entry that points to sudo /sbin/poweroff, and then just set up /etc/sudoers so that command doesn't require a password for you.

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Are you still using GDM to login?

    Normally when I've seen this it's an issue with the session not registering properly with policykit. It may be that launching with GDM rather than KDM doesn't register the session correctly.

    You should be able to look at polkit stuff in System Settings > Advanced (Tab) > PolicyKit Authorisation and see if regular users are allowed to shutdown.

    Or you could try changing the session launcher that gdm uses, I think in /usr/share/xsessions and making the exec part
    Code:
    Exec=ck-launch-session startkde

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...