[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2021-10-14 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: Confirmed => Won't Fix

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions


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

[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-12-05 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: New = Fix Released

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-06 Thread Parameswaran Sivatharman
This occurred again when quantal-desktop-amd64+mac.iso of 20120905.2
during a live session. Just tried to do some settings change during the
live session, such as changing the keyboard layout, timezone change. If
it does not occur leave it for some time and this would occur.

ALSO, reported a couple of bugs before for amd64+mac with the crash files but 
made invalid due to uncompatible symbol files. So may be that need to be looked 
at as well for live sessions not containing the correct symbol files. 
Thanks

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-06 Thread Parameswaran Sivatharman
The same again during the live session on amd64 hardware. 20120905.2

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-06 Thread Michael Terry
This doesn't seem reliably reproducable, so I'm just going to mark this
Fix Released and see if it still gets reported.

gnome-settings-daemon (3.4.2-0ubuntu12) quantal-proposed; urgency=low

  * debian/patches/bugzilla_segfault_dpms.patch:
- Update to cover another way to get the same segfault. (LP: #971353)

** Changed in: gnome-settings-daemon (Ubuntu Quantal)
   Status: Confirmed = Fix Released

** Changed in: gnome-settings-daemon (Ubuntu Quantal)
 Assignee: Michael Terry (mterry) = (unassigned)

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/gnome-settings-daemon

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-05 Thread Michael Terry
OK, I think I know why this is happening, though I can't reproduce
myself.  I have uploaded gnome-settings-daemon 3.4.2-0ubuntu12 to
quantal-proposed.  I'd really appreciate testing by those that get this
crash.  I'm confident, but not certain I've got the right fix.

[Gory details if you happen to know the code] The idletime signals are
firing after the power manager is stopped.  idletime is a singleton that
hands out references to itself every time it is 'created'.  And stop()
is expecting a mere unref() to disconnect the signals.  But it doesn't
if idletime has been reffed more times.  So this patch manually
disconnect the signals we set up.

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-04 Thread Michael Terry
** Changed in: gnome-settings-daemon (Ubuntu Quantal)
 Assignee: (unassigned) = Michael Terry (mterry)

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: New = Confirmed

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-09-03 Thread Kate Stewart
** Also affects: gnome-settings-daemon (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: gnome-settings-daemon (Ubuntu Quantal)
   Importance: High
   Status: Confirmed

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-08-22 Thread Pedro Jorge Vicente Nunes
Subscribed..
It happens with my system

AMD Phenom II X4 945
2X2GB DDR III 1333mhz
Asus M4A785TD-M Evo
Gigabyte HD 7850 OC version

Software: Ubuntu 12.04, Kernel 3.2.0.20, 32bits/64bits (problem happens
in both)

When I start Ubuntu its all ok
I open firefox, go to youtube, play a video, and firefox crash
Close session, ubuntu crash, the login screen appears to choose the user, but i 
cant do anything.
Anything that may use some 3d acceleration like changing workspace, crashes

This is a very serious problem, since i need to use windows to work in
my desktop

Thanks

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-07-18 Thread melchiaros
This also affects Quantal Ubuntu12.10 64bit on system start. System
updated to 18.7.2012 - today.

It happends on a HP 655 Laptop which is relative new hardware, also with
dedicated AMD HD 7000 series graphic.

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-07-08 Thread Apport retracing service
** Tags added: running-unity

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-06-16 Thread apimanpaul
bug I D doesn't fix it

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-06-09 Thread Fabio Marconi
** Description changed:

- 2nd April, 3weeks to LTS and Ubuntu still Crashes at startup. No fix
- released, despite a few weeks of crash report in lounchpad.
+ spontaneous crash at startup
  
- Plus when I do changes in Settings Manager---Desktop---Icons and
- untick all icons, they still reappear after system restart
- 
- The wallpaper reverts to the default. I want my wallpaper
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.312
  Date: Mon Apr  2 12:11:23 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  LiveMediaBuild: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   LANGUAGE=
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-settings-daemon
  Title: [power]: gnome-settings-daemon crashed with SIGSEGV in 
gnome_rr_screen_get_dpms_mode()
  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-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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

[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-06-06 Thread Fabio Marconi
** Tags added: quantal

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-06-06 Thread Fabio Marconi
** Attachment added: Quantal.stacktrace
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/971353/+attachment/3177760/+files/Quantal.stacktrace

** Description changed:

  2nd April, 3weeks to LTS and Ubuntu still Crashes at startup. No fix
- released, despite a few weeks of crash report in lounchpad. Dout if
- Xubuntu 12.04 will be an LTS. It will be LONG TERM SHIT!
+ released, despite a few weeks of crash report in lounchpad.
  
  Plus when I do changes in Settings Manager---Desktop---Icons and
- untick all icons, they still reappear after system restart!!!
+ untick all icons, they still reappear after system restart
  
- The wallpaper reverts to the default. I want my wallpaper!!!
+ The wallpaper reverts to the default. I want my wallpaper
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.312
  Date: Mon Apr  2 12:11:23 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  LiveMediaBuild: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
-  LANGUAGE=
-  TERM=linux
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
+  LANGUAGE=
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-settings-daemon
  Title: [power]: gnome-settings-daemon crashed with SIGSEGV in 
gnome_rr_screen_get_dpms_mode()
  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-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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

[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-06 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu localized ISO testing tracker.

A list of all reports related to this bug can be found here:
http://localized-iso.qa.ubuntu.com/qatracker/reports/bugs/971353

** Tags added: localized-iso

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Sebastien Bacher
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Medium = High

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/971353

** Tags added: iso-testing

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Fabio Marconi
** Bug watch added: GNOME Bug Tracker #672245
   https://bugzilla.gnome.org/show_bug.cgi?id=672245

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=672245
   Importance: Unknown
   Status: Unknown

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Fabio Marconi
I've subscribed Pedro Villavicencio

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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


[Bug 971353] Re: power : gnome-settings-daemon crashed with SIGSEGV in gnome_rr_screen_get_dpms_mode

2012-04-04 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Unknown = New

** Changed in: gnome-settings-daemon
   Importance: Unknown = Medium

-- 
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/971353

Title:
   power : gnome-settings-daemon crashed with SIGSEGV in
  gnome_rr_screen_get_dpms_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/971353/+subscriptions

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