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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.
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

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

[Bug 1220378] Re: bluez-test-audio crashed with DBusException in call_blocking(): org.bluez.Error.NoSuchAdapter: No such adapter

2014-09-09 Thread SiRiusCb
To solve add this in your /etc/rc.local or in Boot Applications menu
rfkill unblock bluetooth

Tested and worked on my Ubuntu 14.04.1

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

Title:
  bluez-test-audio crashed with DBusException in call_blocking():
  org.bluez.Error.NoSuchAdapter: No such adapter

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 1035050] Re: Unable to set scaling frequency on cpu with Precise server

2013-01-12 Thread SiRiusCb
Same problem on Lubuntu 12.04 with kernel 3.2.0-27-generic

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

Title:
  Unable to set scaling frequency on cpu with Precise server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 932125] Re: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

2012-03-27 Thread SiRiusCb
At the end of reboot my laptop don't show Unity Dash and the Top menu bar
so i write unity --replace in terminal and returns all normal

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

Title:
  compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-compizconfig-gconf/+bug/932125/+subscriptions

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


[Bug 966056] Re: gconf-cleaner crashed with SIGABRT in raise()

2012-03-27 Thread SiRiusCb
** Visibility changed to: Public

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

Title:
  gconf-cleaner crashed with SIGABRT in raise()

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

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


[Bug 912866] Re: No more audio in 12.04

2012-03-24 Thread SiRiusCb
I have the same problem on my Sony VPCEB4C4E with Ubuntu 12.04
the HDMI audio output not work (i'm not using fglrx driver, only xorg intel drv)

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

Title:
  No more audio in 12.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 960026] [NEW] Better search function with searching by content inside PDF and text files (something like Mac OS X's Spotlight. Fast, effective, easy to use.)

2012-03-20 Thread SiRiusCb
Public bug reported:

[EN]
As reads in https://wiki.ubuntu.com/Ubuntu/Wishlist
in my opinion the best functionality that should be implemented in 12.04 or 
12.10
is in-text-search function like show in Mac OS X Spotlight

[IT]
Come ho letto su https://wiki.ubuntu.com/Ubuntu/Wishlist
la funzione per me più utile che dovrebbe essere implementata nelle prossime
versioni di Ubuntu è quella della ricerca semantica del testo all'interno dei 
files
come quella presente in Spotlight su Mac OS X

** Affects: ubuntu
 Importance: Undecided
 Status: Opinion


** Tags: function in-text-search osx semantic spotlight

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

Title:
  Better search function with searching by content inside PDF and text
  files (something like Mac OS X's Spotlight. Fast, effective, easy to
  use.)

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

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

[Bug 960026] Re: Better search function with searching by content inside PDF and text files (something like Mac OS X's Spotlight. Fast, effective, easy to use.)

2012-03-20 Thread SiRiusCb
** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+bug/960026/+attachment/2902404/+files/Dependencies.txt

** Attachment removed: KernLog.txt
   
https://bugs.launchpad.net/ubuntu/+bug/960026/+attachment/2902405/+files/KernLog.txt

** Description changed:

  As read in https://wiki.ubuntu.com/Ubuntu/Wishlist
  in my opinion  the best functionality that will be implemented in 12.04 or 
12.10
  is in-text-search function like show in os x Spotlight
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 12.04
- Package: evince 3.3.90-0ubuntu3
- ProcVersionSignature: Error: [Errno 2] File o directory non esistente: 
'/proc/version_signature'
- Uname: Linux 3.3.0-030300-generic i686
- ApportVersion: 1.94.1-0ubuntu2
- Architecture: i386
- Date: Tue Mar 20 09:56:29 2012
- SourcePackage: evince
- UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+bug/960026/+attachment/2902406/+files/ProcEnviron.txt

** Attachment removed: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/ubuntu/+bug/960026/+attachment/2902407/+files/RelatedPackageVersions.txt

** Changed in: ubuntu
   Status: New = Opinion

** Description changed:

+ [EN]
  As read in https://wiki.ubuntu.com/Ubuntu/Wishlist
  in my opinion  the best functionality that will be implemented in 12.04 or 
12.10
- is in-text-search function like show in os x Spotlight
+ is in-text-search function like show in Mac OS X Spotlight
+ 
+ [IT]
+ Come ho letto su https://wiki.ubuntu.com/Ubuntu/Wishlist
+ la funzione per me più utile che dovrebbe essere implementata nelle prossime
+ versioni di Ubuntu è quella della ricerca semantica del testo nei files
+ come quella presente in Spotlight su Mac OS X

** Description changed:

  [EN]
  As read in https://wiki.ubuntu.com/Ubuntu/Wishlist
  in my opinion  the best functionality that will be implemented in 12.04 or 
12.10
  is in-text-search function like show in Mac OS X Spotlight
  
  [IT]
  Come ho letto su https://wiki.ubuntu.com/Ubuntu/Wishlist
  la funzione per me più utile che dovrebbe essere implementata nelle prossime
- versioni di Ubuntu è quella della ricerca semantica del testo nei files
+ versioni di Ubuntu è quella della ricerca semantica del testo all'interno dei 
files
  come quella presente in Spotlight su Mac OS X

** Tags removed: in search text wishlist
** Tags added: function in-text-search semantic

** Description changed:

  [EN]
- As read in https://wiki.ubuntu.com/Ubuntu/Wishlist
- in my opinion  the best functionality that will be implemented in 12.04 or 
12.10
+ As reads in https://wiki.ubuntu.com/Ubuntu/Wishlist
+ in my opinion the best functionality that should be implemented in 12.04 or 
12.10
  is in-text-search function like show in Mac OS X Spotlight
  
  [IT]
  Come ho letto su https://wiki.ubuntu.com/Ubuntu/Wishlist
  la funzione per me più utile che dovrebbe essere implementata nelle prossime
  versioni di Ubuntu è quella della ricerca semantica del testo all'interno dei 
files
  come quella presente in Spotlight su Mac OS X

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

Title:
  Better search function with searching by content inside PDF and text
  files (something like Mac OS X's Spotlight. Fast, effective, easy to
  use.)

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

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

[Bug 960026] Re: Better search function with searching by content inside PDF and text files (something like Mac OS X's Spotlight. Fast, effective, easy to use.)

2012-03-20 Thread SiRiusCb
I don't know how change the status in whishlist then wait someone that
do it for me

Thanks

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

Title:
  Better search function with searching by content inside PDF and text
  files (something like Mac OS X's Spotlight. Fast, effective, easy to
  use.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 954963] Re: lame crashed with SIGSEGV in __libc_start_main()

2012-03-14 Thread SiRiusCb
** Visibility changed to: Public

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

Title:
  lame crashed with SIGSEGV in parse_args()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 935623] Re: compiz crashed with SIGABRT in raise() [GUI completely crash]

2012-02-20 Thread SiRiusCb
** Changed in: unity (Ubuntu)
   Status: Confirmed = New

** Summary changed:

- compiz crashed with SIGABRT in raise() [GUI completely crash]
+ compiz crashed with SIGABRT in raise() [GUI crash with restart]

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

Title:
  compiz crashed with SIGABRT in raise() [GUI crash with restart]

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

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


[Bug 936028] Re: powertop crashed with SIGSEGV in __strcpy_chk()

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

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

Title:
  powertop crashed with SIGSEGV in __strcpy_chk()

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

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


[Bug 936036] Re: oneconf-query crashed with ImportError in /usr/lib/python2.7/dist-packages/oneconf/packagesethandler.py: No module named distributor

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

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

Title:
  oneconf-query crashed with ImportError in /usr/lib/python2.7/dist-
  packages/oneconf/packagesethandler.py: No module named distributor

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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

[Bug 935623] Re: compiz crashed with SIGABRT in raise() [GUI completely crash]

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

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

** Tags added: apport-collected compiz-0.9 ubuntu

** Description changed:

  Crash with restart of GUI
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic-pae 3.2.6
  Uname: Linux 3.2.0-16-generic-pae i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Sat Feb 18 19:02:40 2012
  ExecutablePath: /usr/bin/compiz
  ProcCmdline: compiz
  Signal: 6
  SourcePackage: unity
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/i386-linux-gnu/libstdc++.so.6
   ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
   std::terminate() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
  Title: compiz crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 1.91-0ubuntu1
+ Architecture: i386
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,imgpng,grid,vpswitch,snap,session,mousepoll,gnomecompat,move,resize,regex,animation,workarounds,wall,fade,expo,ezoom,scale,unityshell]
+ CompositorRunning: compiz
+ DistUpgraded: Fresh install
+ DistroCodename: precise
+ DistroRelease: Ubuntu 12.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] 
[1002:68c1] (prog-if 00 [VGA controller])
+Subsystem: Sony Corporation Device [104d:9071]
+ MachineType: Sony Corporation VPCEB4C4E
+ Package: unity 5.4.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-16-generic-pae 
root=UUID=5dfb08c8-0958-4812-bc22-e5750bc315d5 ro pcie_aspm=force modeset=1
+ ProcVersionSignature: Ubuntu 3.2.0-16.25-generic-pae 3.2.6
+ Tags:  precise precise precise ubuntu compiz-0.9
+ Uname: Linux 3.2.0-16-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 10/06/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: R1140Y8
+ dmi.board.asset.tag: N/A
+ dmi.board.name: VAIO
+ dmi.board.vendor: Sony Corporation
+ dmi.board.version: N/A
+ dmi.chassis.asset.tag: N/A
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Sony Corporation
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1140Y8:bd10/06/2010:svnSonyCorporation:pnVPCEB4C4E:pvrC6081743:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
+ dmi.product.name: VPCEB4C4E
+ dmi.product.version: C6081743
+ dmi.sys.vendor: Sony Corporation
+ version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu4
+ version.libdrm2: libdrm2 2.4.30-1ubuntu1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
+ version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu3
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] BootDmesg.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754669/+files/BootDmesg.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] BootLog.gz

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/935623/+attachment/2754670/+files/BootLog.gz

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] LightdmLog.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754675/+files/LightdmLog.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] UdevLog.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754684/+files/UdevLog.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] XorgLog.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754687/+files/XorgLog.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] XorgConf.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754686/+files/XorgConf.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] xdpyinfo.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754694/+files/xdpyinfo.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] Lspci.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754676/+files/Lspci.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] peripherals.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754692/+files/peripherals.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] Lsusb.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754677/+files/Lsusb.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] MonitorsUser.xml.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: MonitorsUser.xml.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754678/+files/MonitorsUser.xml.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] ProcModules.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754682/+files/ProcModules.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] DpkgLog.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: DpkgLog.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754673/+files/DpkgLog.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] ProcEnviron.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754680/+files/ProcEnviron.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] ProcCpuinfo.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754679/+files/ProcCpuinfo.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] UnitySupportTest.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754685/+files/UnitySupportTest.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] UdevDb.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754683/+files/UdevDb.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] XorgLogOld.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754688/+files/XorgLogOld.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] Xrandr.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754689/+files/Xrandr.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] setxkbmap.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754693/+files/setxkbmap.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] dmidecode.txt.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: dmidecode.txt.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754690/+files/dmidecode.txt.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] locale.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: locale.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754691/+files/locale.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] Dependencies.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754672/+files/Dependencies.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] CurrentDmesg.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754671/+files/CurrentDmesg.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] xinput.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: xinput.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754695/+files/xinput.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] ProcInterrupts.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754681/+files/ProcInterrupts.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] xkbcomp.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/935623/+attachment/2754696/+files/xkbcomp.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 935623] GconfCompiz.txt

2012-02-18 Thread SiRiusCb
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/935623/+attachment/2754674/+files/GconfCompiz.txt

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

Title:
  compiz crashed with SIGABRT in raise() [GUI completely crash]

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

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


[Bug 930999] Re: indicator-weather crashed with SIGSEGV [Ubuntu 12.04 LTS alpha 2]

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

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

Title:
  indicator-weather crashed with SIGSEGV [Ubuntu 12.04 LTS alpha 2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/930999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 928808] Re: prelink.bin crashed with SIGABRT in raise()

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

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

Title:
  prelink.bin crashed with SIGABRT in raise()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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


[Bug 928570] Re: powertop crashed with SIGSEGV in __strcpy_chk()

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

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

Title:
  powertop crashed with SIGSEGV in __strcpy_chk()

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

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


[Bug 925757] Re: software-center crashed with SIGABRT in raise()

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

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

Title:
  software-center crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/925757/+subscriptions

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


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

2012-01-30 Thread siriuscb
** Attachment added: rc.local
   
https://bugs.launchpad.net/ubuntu/+bug/923940/+attachment/2701793/+files/rc.local

** Summary changed:

- Ubuntu 12.04 LTS alpha set max lcd brightness on boot
+ Ubuntu 12.04 LTS set max lcd brightness on every boot

** Description changed:

  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
+ Probably there are a better ways to solve this issue (i hope...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/+bug/923940/+subscriptions

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


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

2012-01-30 Thread siriuscb
Public bug reported:

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...)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 12.04 brightness lts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/+bug/923940/+subscriptions

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


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

2012-01-30 Thread siriuscb
** Description changed:

- I solve the issue editing the file  
/sys/class/backlight/acpi_video0/brightness
+ I'm on:
+ Linux 3.2.0-12-generic-pae #20-Ubuntu SMP Sat Jan 28 01:10:59 UTC 2012 i686 
i686 i386 GNU/Linux
+ 
+ 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)
+ (i use 4 because is value in the middle,in fact 0 is the lower and 8 or 10 
are the higher)
  
  Probably there are a better ways to solve this issue (i hope...)

** Description changed:

  I'm on:
  Linux 3.2.0-12-generic-pae #20-Ubuntu SMP Sat Jan 28 01:10:59 UTC 2012 i686 
i686 i386 GNU/Linux
  
- I solve the issue editing the file 
+ 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 or 10 
are the higher)
+ (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...)

** Description changed:

  I'm on:
- Linux 3.2.0-12-generic-pae #20-Ubuntu SMP Sat Jan 28 01:10:59 UTC 2012 i686 
i686 i386 GNU/Linux
+ 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...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/+bug/923940/+subscriptions

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


[Bug 924025] Re: prelink.bin crashed with SIGABRT in raise() file in /etc/default/prelink modified

2012-01-30 Thread SiRiusCb
*** This bug is a duplicate of bug 811377 ***
https://bugs.launchpad.net/bugs/811377


** Visibility changed to: Public

** Summary changed:

- prelink.bin crashed with SIGABRT in raise() file in /etc/default/prelink 
modified
+ prelink.bin crashed with SIGABRT in raise()file in /etc/default/prelink 
modified

** Summary changed:

- prelink.bin crashed with SIGABRT in raise()file in /etc/default/prelink 
modified
+ prelink.bin crashed with SIGABRT in raise()   file in /etc/default/prelink 
modified

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

Title:
  prelink.bin crashed with SIGABRT in raise()   file in
  /etc/default/prelink modified

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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

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