KDE help: Kubuntu Oneiric Won’t Shut Down Anymore?

I’m really loving Kubuntu 11.10. As usual, I upgraded during the beta phase to avoid the slow downloads after the official release. It was a flawless upgrade: the best I can remember. I even did it using the wireless connection, with no significant hiccups… except this one I hardly noticed. I rarely need to reboot or shutdown, but the upgrade overwrote a configuration file which disrupted the reboot and shutdown functions. Fortunately, an easy fix:

~$ cd /etc/kde4/kdm
~$ sudo kate kdmrc

Search for the [Shutdown] section, and make sure the shutdown and reboot lines aren’t commented out with ‘#’ hashes. Add (or uncomment) these commands.

HaltCmd=/sbin/shutdown -h -P now

RebootCmd=/sbin/shutdown -r now


Posted

in

,

by

Tags:

Comments

4 responses to “KDE help: Kubuntu Oneiric Won’t Shut Down Anymore?”

  1. Gonzalo avatar
    Gonzalo

    Thank you so much for posting this. It was driving me nuts.

    I am surprised that none of the kubuntu developers caught this at the gate.

    Thanks again.

    1. Todd Lyons avatar
      Todd Lyons

      You’re welcome!

  2. SeanR avatar
    SeanR

    Awesome. Thank you. Worked great!

  3. Oneiric Ocelot avatar
    Oneiric Ocelot

    Hey i tried the above mentioned solution but the problem still remains, any help? Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *