Shutdown button only logs out ubuntu 15.04

Hugo Andrade

Since i upgraded to Ubuntu 15.04, if i click on the shutdown button it only logs out and i have to click again on the shutdown button (from the ubuntu login screen) to power off the pc. How can i fix this?

Mad Man

If you have docky installed this fixed the problem for both of my machines.

Ubuntu 15.04 Unity + Docky, Plank, or Cairo-Dock

(DOCKY)

cd ~/.config/autostart
nano docky.desktop
add X-GNOME-Autostart-Delay=20

(IF YOU USE CAIRODOCK)

cd ~/.config/autostart
nano cairo-dock.desktop
add X-GNOME-Autostart-Delay=20

Or you can just remove either one from autostart.

Example docky.desktop

[Desktop Entry]
Type=Application
Exec=docky
Hidden=false
NoDisplay=false
X-GNOME-Autostart-Delay=20
X-GNOME-Autostart-enabled=true
Name[en_US]=Docky
Name=Docky
Comment[en_US]=
Comment=

(IF YOU USE PLANK)

cd ~/.config/autostart
nano plank.desktop
add X-GNOME-Autostart-Delay=20

For example: cat ~/.config/autostart/plank.desktop

[Desktop Entry]
Type=Application
Exec=/usr/bin/plank
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
X-GNOME-Autostart-Delay=20
Name=Plank

Note: Still happens on Ubuntu 15.10

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Shutdown button only logs out ubuntu 15.04

From Dev

linux - shutdown from mate only logs out (back to display manager)

From Dev

Shutdown button (Start Menu & Login Screen) logs out but doesn't shut down in Windows 10 Desktop PC

From Dev

Shutdown button for Ubuntu dock

From Dev

Ubuntu 11.10 logs off when clicking shutdown

From Dev

Error installing ubuntu server 14:04 / 15:04

From Dev

Ubuntu 16.04 - Logs in then immediately logs me out

From Dev

How to find out from the logs what caused system shutdown?

From Dev

Ubuntu 14.04 - 14.10 - 15,04 wifi disconnection

From Dev

Ubuntu 16.04 hangs on shutdown/restart (Dell XPS 15 9560)

From Dev

Ubuntu 17.10 refuses to shutdown in Dell XPS 15 9560

From Dev

Ubuntu 16.04 hangs on shutdown/restart (Dell XPS 15 9560)

From Dev

Opening Slack logs my user out of ubuntu

From Dev

Ubuntu 17.10, logs out when monitor is detached

From Dev

Ubuntu 14.04 LTS Dual Screen Logs out

From Dev

Ubuntu 19.04 - Windows key logs me out

From Dev

Ubuntu 18.04 abruptly logs user out

From Dev

Why only the [☓] button is grayed out, but [☐] and [—] are not?

From Dev

Ubuntu can't shutdown and the log-out screen just freezes

From Dev

Ubuntu 18.04 doesn't shutdown when power off button is pressed

From Dev

Why has Ubuntu minor version number 04 or 10 only?

From Dev

Ubuntu freezes. Which logs can I check out?

From Dev

Running xclock immediately logs me out of Ubuntu 12.04

From Dev

Ubuntu 18.04 opening system setting logs me out

From Dev

Ubuntu 19.04 logs out randomly after first sleep

From Dev

Ubuntu freezes. Which logs can I check out?

From Dev

Ubuntu 20.04: Service only runs after user first logs in

From Dev

Shutdown button is missing

From Dev

Ubuntu 18.04 does not shutdown or suspend | event loop failed: Connection timed out

Related Related

  1. 1

    Shutdown button only logs out ubuntu 15.04

  2. 2

    linux - shutdown from mate only logs out (back to display manager)

  3. 3

    Shutdown button (Start Menu & Login Screen) logs out but doesn't shut down in Windows 10 Desktop PC

  4. 4

    Shutdown button for Ubuntu dock

  5. 5

    Ubuntu 11.10 logs off when clicking shutdown

  6. 6

    Error installing ubuntu server 14:04 / 15:04

  7. 7

    Ubuntu 16.04 - Logs in then immediately logs me out

  8. 8

    How to find out from the logs what caused system shutdown?

  9. 9

    Ubuntu 14.04 - 14.10 - 15,04 wifi disconnection

  10. 10

    Ubuntu 16.04 hangs on shutdown/restart (Dell XPS 15 9560)

  11. 11

    Ubuntu 17.10 refuses to shutdown in Dell XPS 15 9560

  12. 12

    Ubuntu 16.04 hangs on shutdown/restart (Dell XPS 15 9560)

  13. 13

    Opening Slack logs my user out of ubuntu

  14. 14

    Ubuntu 17.10, logs out when monitor is detached

  15. 15

    Ubuntu 14.04 LTS Dual Screen Logs out

  16. 16

    Ubuntu 19.04 - Windows key logs me out

  17. 17

    Ubuntu 18.04 abruptly logs user out

  18. 18

    Why only the [☓] button is grayed out, but [☐] and [—] are not?

  19. 19

    Ubuntu can't shutdown and the log-out screen just freezes

  20. 20

    Ubuntu 18.04 doesn't shutdown when power off button is pressed

  21. 21

    Why has Ubuntu minor version number 04 or 10 only?

  22. 22

    Ubuntu freezes. Which logs can I check out?

  23. 23

    Running xclock immediately logs me out of Ubuntu 12.04

  24. 24

    Ubuntu 18.04 opening system setting logs me out

  25. 25

    Ubuntu 19.04 logs out randomly after first sleep

  26. 26

    Ubuntu freezes. Which logs can I check out?

  27. 27

    Ubuntu 20.04: Service only runs after user first logs in

  28. 28

    Shutdown button is missing

  29. 29

    Ubuntu 18.04 does not shutdown or suspend | event loop failed: Connection timed out

HotTag

Archive