Page 1 of 3 123 LastLast
Results 1 to 10 of 27

Thread: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

  1. #1
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    HI!
    i want to remove shutdown/restart/hibernate buttons from my gdm login screen on ubuntu 10.10.
    if i disable these buttons with ubuntu tweak or gdm2setup it is just ignored and all buttons are still there...
    any sugestions??

  2. #2
    Join Date
    Sep 2009
    Location
    surrey uk
    Beans
    2,057
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    Do you mean the 1,s on the top right of screen?
    DUAL BOOT XP & Natty, Trying LFS

  3. #3
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    these buttons are actually on right bottom corner...login screen
    if you click that icon then additional options pops out (shotdown, restart and hibernate)

  4. #4
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    Try:
    Code:
    sudo -u gdm gconftool-2 -t bool -s /apps/gdm/simple-greeter/disable_restart_buttons true
    to disable the buttons. To (re-)enable them:
    Code:
    sudo -u gdm gconftool-2 -t bool -s /apps/gdm/simple-greeter/disable_restart_buttons false

  5. #5
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    sudo -u gdm gconftool-2 -t bool -s /apps/gdm/simple-greeter/disable_restart_buttons true

    after that code buttons are still there...

  6. #6
    Join Date
    Mar 2011
    Location
    Vienna
    Beans
    14
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    i have the same issue. i disabled the restart_buttons with gconf-tool for user gdm, my standard user and root, but it is still there.
    if i disable the user list with disable_user_list, the user_list disappears, but now the restart/shutdown buttons.
    do you know any fix for this?

    Linux version 2.6.35-27-server (buildd@crested) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #48-Ubuntu SMP Tue Feb 22 21:53:16 UTC 2011

    GDM 2.30.5

  7. #7
    Join Date
    Feb 2007
    Location
    Almere.
    Beans
    643
    Distro
    Ubuntu

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    Surf to /usr/share/gdm/autostart/LoginWindow and move "Power Manager" to another place (somewhere in your home dir). I have NOT tried this myself, so I don't know the consequences. If it fails, put it back there.
    That was left handed...

  8. #8
    Join Date
    Mar 2011
    Location
    Vienna
    Beans
    14
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    No consequences...it doesn't change anything.

  9. #9
    Join Date
    Mar 2011
    Location
    Vienna
    Beans
    14
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    anybody ideas? i don't want to remove the GUI completely, but if i can't find a fix for this i will have to.

  10. #10
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Disable Shotdown/Reboot/Hibernate buttons on LOGIN SCREEN

    @Blowfish0815: Did you restart (at least GDM) after doing this!?

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

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