Re: [Bug 1270579] Re: On laptops, screen brightness and keyboard backlight isn't memorized between sessions

2017-04-10 Thread SiRiusCb
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1270579

Title:
  On laptops, screen brightness and keyboard backlight isn't memorized
  between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 1270579] Re: On laptops, screen brightness and keyboard backlight isn't memorized between sessions

2015-10-19 Thread SiRiusCb
I have said that months ago. Poor

Il 19/ott/2015 18:00, chenzero <1270...@bugs.launchpad.net> ha scritto:
>
> some workaround: 
> to disable touchpad, add a line in .bashrc 
> gsettings set org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled 
> false 
>
> another way to adjust brightness: 
> 1. cd /sys/class/backlight/$COM_backlight/ 
> 2. check  the value in the file: max_brightness  
> 3. sudo open the file:brightness and set it to [0, max-brightness), NOTE: 
> MUST < max-brightness. 
>
> for convinence, create a shell script, and sudo it. 
>
> #!/bin/bash 
> # NOTE: the prefer value MUST < max-brightness. 
> echo "you prefer value" > /sys/class/backlight/$COM_backlight/brightness 
>
> reference: 
> http://askubuntu.com/questions/540911/how-to-adjust-screen-brightness-in-ubuntu-14-04
>  
>
> -- 
> You received this bug notification because you are subscribed to a 
> duplicate bug report (923940). 
> https://bugs.launchpad.net/bugs/1270579 
>
> Title: 
>   On laptops, screen brightness and keyboard backlight isn't memorized 
>   between sessions 
>
> Status in Dell Sputnik: 
>   New 
> Status in One Hundred Papercuts: 
>   Won't Fix 
> Status in Linux Mint: 
>   Confirmed 
> Status in upstart : 
>   Confirmed 
> Status in cinnamon-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in gnome-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in mate-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in upower package in Ubuntu: 
>   Confirmed 
> Status in upstart package in Ubuntu: 
>   Won't Fix 
>
> Bug description: 
>   HOW TO REPRODUCE: 
>     1. Boot a laptop. 
>     2. Set a different screen (or keyboard) backlight brightness level. 
>     3. Reboot. 
>
>   RESULT: 
>     Backlight is not memorized. 
>
>   FIX: 
>     A. For Ubuntu 12.04 LTS and 14.04 LTS install my package from PPA 
>   sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight 
>   sudo apt-get update 
>   sudo apt-get install sysvinit-backlight 
>
>   NOTES: 
>   1. If you have installed previous non-deb version, please remove it 
> carefully manually 
>     sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
> /etc/rc?.d/?25brightness 
>       2. If you have installed previous version from my PPA on Ubuntu 14.04, 
> please reinstall the package by: 
>     sudo apt-get purge sysvinit-backlight 
>     sudo apt-get install sysvinit-backlight 
>   3. Version 0.1ubuntu1 supports save/restore of keyboard backlight too. 
>
>     B. Ubuntu 14.10 is near EOL (really in July 2015), so users should 
> upgrade it to Ubuntu 15.04 (see C below). 
>    My script seems to be incompatible with this Ubuntu version - remove 
> it with 
>     sudo apt-get purge sysvinit-backlight 
>     sudo add-apt-repository -r ppa:nrbrtx/sysvinit-backlight 
>
>     C. Ubuntu 15.04 has systemd-backlight@.service. It saves and restores 
> screen and keyboard backlight levels. 
>    My script is incompatible with this Ubuntu version. 
>
>   ProblemType: Bug 
>   DistroRelease: Ubuntu 14.04 
>   Package: initscripts 2.88dsf-41ubuntu5 
>   ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8 
>   Uname: Linux 3.13.0-4-generic i686 
>   ApportVersion: 2.13.1-0ubuntu1 
>   Architecture: i386 
>   CurrentDesktop: GNOME 
>   Date: Sun Jan 19 17:20:26 2014 
>   InstallationDate: Installed on 2013-10-20 (91 days ago) 
>   InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 
> (20131016.1) 
>   SourcePackage: sysvinit 
>   UpgradeStatus: Upgraded to trusty on 2013-11-19 (61 days ago) 
>
> To manage notifications about this bug go to: 
> https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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

Title:
  On laptops, screen brightness and keyboard backlight isn't memorized
  between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 1270579] Re: On laptops, screen brightness and keyboard backlight isn't memorized between sessions

2015-10-19 Thread SiRiusCb
Are you trying to googling "mouse set file conf" or something about
configuration file that runs on boot (aka init.rc). Perhaps this is the
only way to make modification persistant.

Il 19/ott/2015 16:46, chenzero <1270...@bugs.launchpad.net> ha scritto:
>
> I encountered the same problem in 14.04.1 x64 
> BTW, I found that another system setting -- Mouse & Touchpad also not saved 
> after reboot. 
> reproduce steps: 
> 1. Open System Settings >> Mouse & Touchpad. 
> 2. OFF Touchpad 
> 3. reboot, and Touchpad is active, I wish it's disabled. 
>
> Thanks! 
>
> -- 
> You received this bug notification because you are subscribed to a 
> duplicate bug report (923940). 
> https://bugs.launchpad.net/bugs/1270579 
>
> Title: 
>   On laptops, screen brightness and keyboard backlight isn't memorized 
>   between sessions 
>
> Status in Dell Sputnik: 
>   New 
> Status in One Hundred Papercuts: 
>   Won't Fix 
> Status in Linux Mint: 
>   Confirmed 
> Status in upstart : 
>   Confirmed 
> Status in cinnamon-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in gnome-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in mate-settings-daemon package in Ubuntu: 
>   Confirmed 
> Status in upower package in Ubuntu: 
>   Confirmed 
> Status in upstart package in Ubuntu: 
>   Won't Fix 
>
> Bug description: 
>   HOW TO REPRODUCE: 
>     1. Boot a laptop. 
>     2. Set a different screen (or keyboard) backlight brightness level. 
>     3. Reboot. 
>
>   RESULT: 
>     Backlight is not memorized. 
>
>   FIX: 
>     A. For Ubuntu 12.04 LTS and 14.04 LTS install my package from PPA 
>   sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight 
>   sudo apt-get update 
>   sudo apt-get install sysvinit-backlight 
>
>   NOTES: 
>   1. If you have installed previous non-deb version, please remove it 
> carefully manually 
>     sudo rm /etc/rc?.d/?25backlight /etc/init.d/brightness 
> /etc/rc?.d/?25brightness 
>       2. If you have installed previous version from my PPA on Ubuntu 14.04, 
> please reinstall the package by: 
>     sudo apt-get purge sysvinit-backlight 
>     sudo apt-get install sysvinit-backlight 
>   3. Version 0.1ubuntu1 supports save/restore of keyboard backlight too. 
>
>     B. Ubuntu 14.10 is near EOL (really in July 2015), so users should 
> upgrade it to Ubuntu 15.04 (see C below). 
>    My script seems to be incompatible with this Ubuntu version - remove 
> it with 
>     sudo apt-get purge sysvinit-backlight 
>     sudo add-apt-repository -r ppa:nrbrtx/sysvinit-backlight 
>
>     C. Ubuntu 15.04 has systemd-backlight@.service. It saves and restores 
> screen and keyboard backlight levels. 
>    My script is incompatible with this Ubuntu version. 
>
>   ProblemType: Bug 
>   DistroRelease: Ubuntu 14.04 
>   Package: initscripts 2.88dsf-41ubuntu5 
>   ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8 
>   Uname: Linux 3.13.0-4-generic i686 
>   ApportVersion: 2.13.1-0ubuntu1 
>   Architecture: i386 
>   CurrentDesktop: GNOME 
>   Date: Sun Jan 19 17:20:26 2014 
>   InstallationDate: Installed on 2013-10-20 (91 days ago) 
>   InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 
> (20131016.1) 
>   SourcePackage: sysvinit 
>   UpgradeStatus: Upgraded to trusty on 2013-11-19 (61 days ago) 
>
> To manage notifications about this bug go to: 
> https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

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

Title:
  On laptops, screen brightness and keyboard backlight isn't memorized
  between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 1270579] Re: On laptops, screen brightness isn't memorized between sessions

2015-04-05 Thread SiRiusCb
The only solution is the mine 
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940 and i 
am annoyed about this stupid solutions

Il 04/apr/2015 18:00, Doctor Rover 1270...@bugs.launchpad.net ha
scritto:   Unfortunately, the fix doesn't work for me. After reboot,
the screen brightness is always on the minimum level.  Maybe I did
something wrong... Is there a need to do something after the
installation of the package with the script or installation itself is
supposed to be enough?  Ubuntu 14.10 64bit  Notebook: Asus N550JK 
Graphics: Integrated Intel HD Graphics 4600 + NVIDIA GTX850M   -- 
You received this bug notification because you are subscribed to a 
duplicate bug report (923940).  https://bugs.launchpad.net/bugs/1270579
  Title:    On laptops, screen brightness isn't memorized between
sessions   Status in Dell Sputnik:    New  Status in One Hundred
Papercuts:    Won't Fix  Status in The Linux Mint Distribution: 
Confirmed  Status in Upstart:    Confirmed  Status in upstart package
in Ubuntu:    Won't Fix   Bug description:    HOW TO REPRODUCE: 
1. Boot a laptop.    2. Set a different screen brightness level.    3.
Reboot.     RESULT:    Backlight is not memorized.     FIX: 
Install package from PPA    sudo add-apt-repository ppa:nrbrtx
/sysvinit-backlight    sudo apt-get update    sudo apt-get
install sysvinit-backlight     NOTE:      If you have installed
previous version, please remove it carefully manually    sudo rm
/etc/rc?.d/?25backlight /etc/init.d/brightness /etc/rc?.d/?25brightness
    ProblemType: Bug    DistroRelease: Ubuntu 14.04    Package:
initscripts 2.88dsf-41ubuntu5    ProcVersionSignature: Ubuntu
3.13.0-4.19-generic 3.13.0-rc8    Uname: Linux 3.13.0-4-generic i686 
ApportVersion: 2.13.1-0ubuntu1    Architecture: i386 
CurrentDesktop: GNOME    Date: Sun Jan 19 17:20:26 2014 
InstallationDate: Installed on 2013-10-20 (91 days ago) 
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386
(20131016.1)    SourcePackage: sysvinit    UpgradeStatus: Upgraded to
trusty on 2013-11-19 (61 days ago)   To manage notifications about
this bug go to:  https://bugs.launchpad.net/dell-
sputnik/+bug/1270579/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to a duplicate bug report (403075).
https://bugs.launchpad.net/bugs/1270579

Title:
  On laptops, screen brightness isn't memorized between sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1270579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2013-01-13 Thread SiRiusCb
Il 13/01/2013 06:14, Asheesh ha scritto:
 I had the same issue. I use xbacklight to solve the issue.

 Add xbacklight to your startup applications with the desired brightness
 setting and problem worked around.

Probably my workaround is very similar !

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-04-16 Thread SiRiusCb
My stat with the ACL of rc.local is in attachment.
if you have follow correctly the instruction to modify the rc.local all should 
be ok

** Attachment added: stat-rc.local
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+attachment/3077062/+files/stat-rc.local.txt

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 980651] Re: totem-video-thumbnailer crashed with SIGSEGV in oil_init()

2012-04-13 Thread SiRiusCb
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/980651

Title:
  totem-video-thumbnailer crashed with SIGSEGV in oil_init()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/980651/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-04-12 Thread SiRiusCb
** Description changed:

  I'm on:
  Linux 3.2.0-12-generic-pae #20-Ubuntu SMP Sat Jan 28 01:10:59 UTC 2012 i686
  
  I solve the issue editing the file
- /sys/class/backlight/acpi_video0/brightness
+ /etc/rc.local
  adding this line  echo 4  /sys/class/backlight/acpi_video0/brightness 
(without quotes)
  (i use 4 because is value in the middle, in fact 0 is the lower and 8 is the 
higher)
  
  Probably there are a better ways to solve this issue (i hope...)
- --- 
+ ---
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.2.1-2 [modified: 
usr/bin/gnome-power-statistics]
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
  Tags:  precise
  Uname: Linux 3.2.0-15-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-04-12 Thread SiRiusCb
@cochon
Sorry,but it's my fault i have confused file 
/sys/class/backlight/acpi_video0/brightness 
with /etc/rc.local
See  Bug Description now corrected in top of page.

https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/923940/+attachment/2701793/+files/rc.local

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 962157] Re: Ubuntu 12.04 fails hibernate/suspend action at battery critical level

2012-04-06 Thread SiRiusCb
I suggest to all of installing USWSUSP
 Link to Precise i386 version: http://goo.gl/QblSm

and of use it as substitute of pm-hibernate modifying file
/etc/acpi/hibernate.sh as indicated in attachment

Naturally this not solve the issue when battery reach critical level!!!

** Attachment added: hibernate.sh
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+attachment/3015162/+files/hibernate.sh

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

Title:
  Ubuntu 12.04 fails hibernate/suspend action at battery critical level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 962157] Re: Ubuntu 12.04 fails hibernate/suspend action at battery critical level

2012-03-23 Thread SiRiusCb
** Description changed:

-  I have activated hibernation functions in Ubuntu 12.04, following this
- procedure
+  In my laptop Sony VPCEB4C4E i have activated hibernation functions in
+ Ubuntu 12.04, following this procedure
  
  http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-
  hibernation-in-upower
  
   Swap partition is correctly configured to work with hibernation
  
  but when the battery reach the critical level, the system goes to hard
  power off, (not good for laptop health).
  
  This issue happen also when i choose suspend action!
  
  ITALIAN REPLIES ARE WELCOME
  
_
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.3.3-0ubuntu1 [modified: 
usr/bin/gnome-power-statistics]
  Uname: Linux 3.2.0-19.31-generic i686
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  Date: Thu Mar 22 13:54:34 2012
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

-  In my laptop Sony VPCEB4C4E i have activated hibernation functions in
- Ubuntu 12.04, following this procedure
+  In my laptop Sony VPCEB4C4E i have activated hibernation function,
+ following this procedure
  
  http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-
  hibernation-in-upower
  
   Swap partition is correctly configured to work with hibernation
  
  but when the battery reach the critical level, the system goes to hard
  power off, (not good for laptop health).
  
  This issue happen also when i choose suspend action!
  
  ITALIAN REPLIES ARE WELCOME
  
_
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.3.3-0ubuntu1 [modified: 
usr/bin/gnome-power-statistics]
  Uname: Linux 3.2.0-19.31-generic i686
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  Date: Thu Mar 22 13:54:34 2012
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Ubuntu 12.04 fails hibernate/suspend action at battery critical level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 962157] Re: Ubuntu 12.04 fails hibernate action at battery critical level

2012-03-22 Thread SiRiusCb
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/962157

Title:
  Ubuntu 12.04 fails hibernate action at battery critical level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 962157] [NEW] Ubuntu 12.04 fails hibernate action at battery critical level

2012-03-22 Thread SiRiusCb
Public bug reported:

 I have activated hibernation functions in Ubuntu 12.04, following this 
 procedure
   
http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-hibernation-in-upower

 Swap partition is correctly configured to work with hibernation

but when the battery reach the critical level, the system goes to hard
power off  (not good for laptop health)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-power-manager 3.3.3-0ubuntu1 [modified: 
usr/bin/gnome-power-statistics]
Uname: Linux 3.3.0-030300-generic i686
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
Date: Thu Mar 22 13:54:34 2012
SourcePackage: gnome-power-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug fault hibernation i386 issue poweroff precise

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

Title:
  Ubuntu 12.04 fails hibernate action at battery critical level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 962157] Re: Ubuntu 12.04 fails hibernate action at battery critical level

2012-03-22 Thread SiRiusCb
** Description changed:

-  I have activated hibernation functions in Ubuntu 12.04, following this 
procedure
-
http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-hibernation-in-upower
+  I have activated hibernation functions in Ubuntu 12.04, following this
+ procedure
+ 
+ http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-
+ hibernation-in-upower
  
   Swap partition is correctly configured to work with hibernation
  
  but when the battery reach the critical level, the system goes to hard
- power off  (not good for laptop health)
+ power off, (not good for laptop health).
  
+ This issue happen also when i choose suspend action!
+ 
+ ITALIAN REPLIES ARE WELCOME
+ 
_
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.3.3-0ubuntu1 [modified: 
usr/bin/gnome-power-statistics]
  Uname: Linux 3.3.0-030300-generic i686
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  Date: Thu Mar 22 13:54:34 2012
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- Ubuntu 12.04 fails hibernate action at battery critical level
+ Ubuntu 12.04 fails hibernate/suspend action at battery critical level

** Description changed:

   I have activated hibernation functions in Ubuntu 12.04, following this
  procedure
  
  http://askubuntu.com/questions/94754/how-to-modify-policykit-to-allow-
  hibernation-in-upower
  
   Swap partition is correctly configured to work with hibernation
  
  but when the battery reach the critical level, the system goes to hard
  power off, (not good for laptop health).
  
  This issue happen also when i choose suspend action!
  
  ITALIAN REPLIES ARE WELCOME
  
_
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.3.3-0ubuntu1 [modified: 
usr/bin/gnome-power-statistics]
- Uname: Linux 3.3.0-030300-generic i686
+ Uname: Linux 3.2.0-19.31-generic i686
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  Date: Thu Mar 22 13:54:34 2012
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Ubuntu 12.04 fails hibernate/suspend action at battery critical level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/962157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-03-19 Thread SiRiusCb
Hibernation and suspend actions not works when battery level is critical

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] [NEW] Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
Public bug reported:

In power options are no longer present the battery power save options

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Assignee: SiRiusCb (xlat)
 Status: New


** Tags: 12.04 battery critical disappeared hibernate level options suspend 
ubuntu

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
** Attachment added: Power Config
   
https://bugs.launchpad.net/bugs/939335/+attachment/2774165/+files/Power%20config.png

** Tags added: 12.04 ubuntu

** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = SiRiusCb (xlat)

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/939335

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+attachment/2774190/+files/CurrentDmesg.txt

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
** Attachment added: DevkitPower.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+attachment/2774191/+files/DevkitPower.txt

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
** Attachment added: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+attachment/2774192/+files/Lspci.txt

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 939335] Re: Missing options to run at critical battery level as hibernate and suspend [Ubuntu 12.04 alpha 2]

2012-02-23 Thread SiRiusCb
** Description changed:

- In power options are no longer present the battery power save options
+ [EN] In power options are no longer present the battery power save
+ options
+ 
+ [IT] Mancano le opzioni che vengono eseguite quando la carica della
+ batteria raggiunge il livello critico

** Description changed:

  [EN] In power options are no longer present the battery power save
  options
  
- [IT] Mancano le opzioni che vengono eseguite quando la carica della
- batteria raggiunge il livello critico
+ [IT] In Ubuntu 12.04 alpha 2 mancano le opzioni che vengono eseguite
+ quando la carica della batteria raggiunge il livello critico

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

Title:
  Missing options to run at critical battery level as hibernate and
  suspend [Ubuntu 12.04 alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/939335/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-02-18 Thread SiRiusCb
@fabiomarconi

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-02-18 Thread SiRiusCb
apport information

** Tags added: apport-collected

** Description changed:

  I'm on:
  Linux 3.2.0-12-generic-pae #20-Ubuntu SMP Sat Jan 28 01:10:59 UTC 2012 i686
  
  I solve the issue editing the file
  /sys/class/backlight/acpi_video0/brightness
  adding this line  echo 4  /sys/class/backlight/acpi_video0/brightness 
(without quotes)
  (i use 4 because is value in the middle, in fact 0 is the lower and 8 is the 
higher)
  
  Probably there are a better ways to solve this issue (i hope...)
+ --- 
+ ApportVersion: 1.91-0ubuntu1
+ Architecture: i386
+ DistroRelease: Ubuntu 12.04
+ Package: gnome-power-manager 3.2.1-2 [modified: 
usr/bin/gnome-power-statistics]
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
+ Tags:  precise
+ Uname: Linux 3.2.0-15-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/923940/+attachment/2752491/+files/Dependencies.txt

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] ProcEnviron.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/923940/+attachment/2752492/+files/ProcEnviron.txt

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2012-02-18 Thread SiRiusCb
@fabiomarconi

Il comando apport-collect 923940 serve a launchpad per
aggiornare/integrare lo status del Bug Report?

P.S  Specifico che sono italiano, ma probabilmente si capiva
dall'inglese maccheronico del 1° post

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/923940/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 930690] Re: nautilus crashed with SIGSEGV in g_object_get() (Ubuntu 12.04 LTS gnome-classic session)

2012-02-11 Thread SiRiusCb
*** This bug is a duplicate of bug 929031 ***
https://bugs.launchpad.net/bugs/929031


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/930690

Title:
  nautilus crashed with SIGSEGV in g_object_get() (Ubuntu 12.04 LTS
  gnome-classic session)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/930690/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 928909] Re: nautilus crashed with SIGSEGV when try to open url

2012-02-08 Thread SiRiusCb
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/928909

Title:
  nautilus crashed with SIGSEGV when try to open url

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/928909/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 923548] Re: gconf-editor crashed with SIGABRT in raise() [find functions may crash]

2012-01-29 Thread siriuscb
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf-editor in Ubuntu.
https://bugs.launchpad.net/bugs/923548

Title:
  gconf-editor crashed with SIGABRT in raise() [find functions may
  crash]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf-editor/+bug/923548/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs