[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-10-29 Thread Bob Wanamaker
I'm running both Unity and Cinnamon in 14.04 with lightdm. That way 
unity-greeter takes over on logout from both.
To get display power off to work on my desktop I added (username) and root to 
lightwm in the /etc/group file.

lightdm:x:111:(username),root

Then I added the executable script /usr/bin/dpms-start :

#!/bin/sh
#
/usr/bin/xset +dpms
exit

In the /usr/share/lightdm/lightdm.conf.d/ directory I added the
50-dpms.conf file :

[SeatDefaults]
display-setup-script=/usr/bin/dpms-start

A bash script may also work by changing the user to lightdm before
executing /usr/bin/dpms-start :

sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash HERE
/usr/bin/dpms-start
exit
HERE

You then don't have to modify the /etc/group file. Hope this works for
others still having trouble.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1292041

Title:
  Lockscreen doesn't turn off the screen

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project trusty series:
  Fix Released
Status in Unity:
  Fix Released
Status in “gnome-screensaver” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  The new Unity lock screen doesn't turn off the monitor screen.

  I can wait as long as 10 minutes after activating the lock screen and
  the monitor still doesn't trun off. Then when I unlock the screen and
  don't use mouse or keyboard monitor will turn off (it's about 5
  seconds after unlocking).

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1292041/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 276272] Re: warning during installation: WARNING: Failed to parse default value

2011-09-29 Thread Bob Wanamaker
I was running into the same WARNING message and was able to eliminate it
by replacing two files in the directory /usr/share/gconf/schemas. The
files, control-center.schemas and gnome-control-center.schemas, were
moved to .orig files. The source of the replacement files was this URL:

http://search.4shared.com/q/1/control-center.schemas

After a re-install of update-manager, the WARNING was gone and
desktop.en_US.utf8.cache was rebuilt:

 Unpacking replacement update-manager ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for gconf2 ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for desktop-file-utils ...
Processing triggers for man-db ...
Processing triggers for python-support ...
Setting up update-manager (1:0.134.11) ...

After a dpkg-reconfigure gconf2, there was no WARNING message.

It may have happened during an Ubuntu update when gnome-control-center
was also updated, since both the files were much larger and quite
different from the .orig files. I have compressed the new files and
attached them.

Ubuntu Lucid  10.04.3 LTS

** Attachment added: Gnome Control Center Files
   
https://bugs.launchpad.net/gnome-control-center/+bug/276272/+attachment/2484145/+files/control-center.tgz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/276272

Title:
  warning during installation: WARNING: Failed to parse default value

Status in GNOME Control Center:
  Fix Released
Status in “gnome-control-center” package in Ubuntu:
  Fix Released

Bug description:
  While upgrading to tonight's intrepid I see

  Preparing to replace capplets-data 1:2.24.0-0ubuntu2 (using 
.../capplets-data_1%3a2.24.0.1-0ubuntu2_all.deb) ...
  WARNING: Failed to parse default value `??? ?? 
;gtk-theme-selector.desktop, ??? 
???;default-applications.desktop,??? ;gnome-cups-manager.desktop]' 
for schema (/schemas/apps/control-center/cc_actions_list)
  Unpacking replacement capplets-data ...
  Unknown media type in type 'all/all'

  Unknown media type in type 'all/allfiles'

  Unknown media type in type 'uri/mms'

  Unknown media type in type 'uri/mmst'

  Unknown media type in type 'uri/mmsu'

  Unknown media type in type 'uri/pnm'

  Unknown media type in type 'uri/rtspt'

  Unknown media type in type 'uri/rtspu'

  Unknown media type in type 'fonts/package'

  Unknown media type in type 'interface/x-winamp-skin'

  Unknown media type in type 'all/all'

  Unknown media type in type 'all/allfiles'

  Unknown media type in type 'uri/mms'

  Unknown media type in type 'uri/mmst'

  Unknown media type in type 'uri/mmsu'

  Unknown media type in type 'uri/pnm'

  Unknown media type in type 'uri/rtspt'

  Unknown media type in type 'uri/rtspu'

  Unknown media type in type 'fonts/package'

  Unknown media type in type 'interface/x-winamp-skin'

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/276272/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp