power mgmt, screen off, selinux - F11

2009-06-17 Thread Steven Stern

My screen no longer shuts off after 30 minutes.

It had been fine, but on SYSTEM - PREFERENCES - POWER MANAGEMENT, I 
clicked the Make Default button.  After entering the root password, 
the were several selinux errors regarding the labeling of %gconf.xml in 
~/.gconf/apps.  I put selinux into permissive mode and tried again.


My screensaver now kicks in at the desired time, but the monitor is no 
longer turned off.


It looks like the file is set correctly in my home directories. Suggestions?

$cat .gconf/apps/gnome-power-manager/timeout/%gconf.xml
?xml version=1.0?
gconf
entry name=sleep_display_ac mtime=1245240339 type=int 
value=1200/
/gconf

$cat .gconf/apps/gnome-power-manager/ui/%gconf.xml
?xml version=1.0?
gconf
entry name=enable_sound mtime=1245240540 type=bool value=true/
/gconf

$cat .gconf/apps/gnome-power-manager/backlight/%gconf.xml
?xml version=1.0?
gconf
entry name=idle_dim_ac mtime=1245240540 type=bool value=false/
/gconf



--

  Steve

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: power mgmt, screen off, selinux - F11

2009-06-17 Thread Daniel J Walsh

On 06/17/2009 08:17 AM, Steven Stern wrote:

My screen no longer shuts off after 30 minutes.

It had been fine, but on SYSTEM - PREFERENCES - POWER MANAGEMENT, I
clicked the Make Default button. After entering the root password, the
were several selinux errors regarding the labeling of %gconf.xml in
~/.gconf/apps. I put selinux into permissive mode and tried again.

Run restorecon -R -v ~/
to fix the labeling in your home dir,  Should be able to run SELinux in 
enforcing mode.



My screensaver now kicks in at the desired time, but the monitor is no
longer turned off.

It looks like the file is set correctly in my home directories.
Suggestions?


That I do not know.

$cat .gconf/apps/gnome-power-manager/timeout/%gconf.xml
?xml version=1.0?
gconf
entry name=sleep_display_ac mtime=1245240339 type=int value=1200/
/gconf

$cat .gconf/apps/gnome-power-manager/ui/%gconf.xml
?xml version=1.0?
gconf
entry name=enable_sound mtime=1245240540 type=bool value=true/
/gconf

$cat .gconf/apps/gnome-power-manager/backlight/%gconf.xml
?xml version=1.0?
gconf
entry name=idle_dim_ac mtime=1245240540 type=bool value=false/
/gconf





--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines