1

How do you disable the power management options from appearing under Gnome 3 desktop environment (not unity)?

Background

I use my ubuntu box as both a server for various development tools (including services used when not directly logged in) and a display server. The display server is used by several family members under different logins.

Mark
  • 131

2 Answers2

0

I think you can do that with gnome-tweak-tool!

23ars
  • 174
0

To install gnome-tweak-tool:

  1. Open a terminal
  2. Type: sudo apt-get install gnome-tweak-tool

To configure it:

  1. Open terminal
  2. Type gnome-tweak-tool
  3. Select "Shell" and there you have 2 power option

Also:

  1. Open System Settings (Application->System Tools->Preferences->System Settings)
  2. Select Power

Another option is to use dconf-editor, see the first answer from HERE

23ars
  • 174