[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-24 Thread melchiaros
** Tags added: raring

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-23 Thread Jeremy Bicha
I don't know if this is directly related to this bug but I can easily
crash gnome-settings-daemon by pressing the brightness up/down keys on
my keyboard. I'm using gnome-control-center 3.6.3/gnome-settings-daemon
3.6.3 on raring.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-15 Thread Matt Fischer
This is still broken in Q as I stated before, although it appears to be
fixed in Gnome 3.4 and 3.6 trunks.

Here are all my notes:

1) The signal Changed is coming from g-s-d when the brightness hotkeys
are pressed:

$ dbus-monitor --session  type='signal',sender='org.gnome.SettingsDaemon'
In Quantal:
signal sender=:1.6 - dest=org.gnome.SettingsDaemon serial=397 
path=/org/gnome/SettingsDaemon/Power; 
interface=org.gnome.SettingsDaemon.Power.Screen; member=Changed

On Precise, we see the same signal:
signal sender=:1.17 - dest=org.gnome.SettingsDaemon serial=8416 
path=/org/gnome/SettingsDaemon/Power; 
interface=org.gnome.SettingsDaemon.Power.Screen; member=Changed

2) I instrumented the on_signal call inside gnome-control-
center/panels/sceen/cc-screen-panel.c to emit a g_warning whenever any
signal was received, I never saw anything come out in Q.  When the same
code was used in P, the message was printed.  This implies, rather
obviously that g-c-c is never getting the signal.

3) I then wrote a simplified test application that attempted to
synchronously (for simplicity) connect to the same signal and just print
a message if one was received and again, no message was received.  I
modified this code slightly to listen for signals from Gnome Screensaver
and I get signals, so I think my sample code is fine.  The sample code
is attached later.  To run it with the gnome-screensaver and get
results, start the code and run gnome-screensaver-command -a in
another terminal, and you should see:

** (process:17715): WARNING **: we get signal from :1.89: ActiveChanged

If you swap the 3 screensaver related lines with the SettingsDaemon code
you will get no output.  (replace lines 39-41 with 46-48)

4) I see one more interesting thing that may or may not be a problem:
The signals from SettingsDaemon have a Destination field of the settings daemon 
itself.  Those from Gnome Screensaver have a null destination:

signal sender=:1.6 - dest=org.gnome.SettingsDaemon serial=397
path=/org/gnome/SettingsDaemon/Power;
interface=org.gnome.SettingsDaemon.Power.Screen; member=Changed

signal sender=:1.89 - dest=(null destination) serial=78
path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver;
member=ActiveChanged

Perhaps this is a problem?  I don't know enough about dbus to be sure.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-15 Thread Matt Fischer
** Attachment added: dbus test code
   
https://bugs.launchpad.net/gnome-control-center/+bug/893851/+attachment/3434655/+files/dbus-test.c

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-15 Thread Matt Fischer
To compile that test code I posted:

gcc dbus-test.c -o dbus-test `pkg-config --libs --cflags gio-2.0
gtk+-3.0 dbus-glib-1 dbus-1`

Then ./dbus_test to run it.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~jm-leddy/ubuntu/quantal/gnome-control-center
/display-proper-brightness

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-14 Thread James M. Leddy
I really wish there was a way to take back series nominations. I meant
for Quantal only, not Raring.

** Branch unlinked: lp:~jm-leddy/ubuntu/quantal/gnome-control-center
/display-proper-brightness

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~jm-leddy/ubuntu/quantal/gnome-control-center
/display-proper-brightness

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~jm-leddy/ubuntu/quantal/gnome-control-center
/display-proper-brightness

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-13 Thread Matt Fischer
James, from some discussions today it may also be okay to land the fix
in Raring and not Quantal.  We are likely rolling over to R in the next
few weeks.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-09 Thread Matt Fischer
This issue still occurs in Quantal, it seems like the fix never made it
there.

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Triaged

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-09 Thread James M. Leddy
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~elementary-os/ubuntu-package-imports/gnome-
control-center-precise

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-17 Thread James M. Leddy
** Changed in: oem-priority
   Status: Fix Committed = Fix Released

** Changed in: oem-priority/precise
   Status: Fix Committed = Fix Released

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-15 Thread Martin Pitt
Unsubscribing sponsors, I don't see anything to sponsor here.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-09 Thread James M. Leddy
** Changed in: oem-priority
   Status: Confirmed = Won't Fix

** Changed in: oem-priority/precise
   Status: Confirmed = Fix Released

** Changed in: oem-priority
   Status: Won't Fix = Fix Committed

** Changed in: oem-priority/precise
   Status: Fix Released = Fix Committed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.4.2-0ubuntu0.3

---
gnome-control-center (1:3.4.2-0ubuntu0.3) precise-proposed; urgency=low

  * debian/patches/Brightness-fix-for-gnome-settings-daemon-changes.patch:
ensure gnome-settings-daemon DBus interface is properly used to be able to
reflect brightness changes in UI. (LP: #893851)
 -- james.le...@canonical.com (James M. Leddy)   Tue, 26 Jun 2012 09:54:49 -0400

** Changed in: gnome-control-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-08 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown = Fix Released

** Changed in: gnome-control-center
   Importance: Unknown = Medium

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/gnome-control-center

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-07-03 Thread Anthony Wong
Tested gnome-control-center_3.4.2-0ubuntu0.3 in precise-proposed and can
fix this bug.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-29 Thread Brian Murray
Hello Chih-Hsyuan, or anyone else affected,

Accepted into precise-proposed. The package will build now and then be
available in the -proposed repository.  Please help us by testing this
new package.  See https://wiki.ubuntu.com/Testing/EnableProposed for
documentation on how to enable and use -proposed. Your feedback will aid
us getting this update out to other Ubuntu users.

If this package fixes the bug for you please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case details of your testing will
help us make a better decision.  Further information regarding the
verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

** Changed in: gnome-control-center (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-26 Thread Sebastien Bacher
** Changed in: gnome-control-center
   Importance: Undecided = Unknown

** Changed in: gnome-control-center
   Status: New = Unknown

** Changed in: gnome-control-center
 Remote watch: None = GNOME Bug Tracker #662117

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-26 Thread Mathieu Trudel-Lapierre
The task for Quantal is Fix Committed since g-c-c 3.5 will be uploaded
soon to quantal. As for the fix itself, it's a definite SRU candidate so
I'll fix the description for SRU paperwork and sponsor the patch ;)

** Also affects: gnome-control-center (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center (Ubuntu Precise)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: gnome-control-center (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: gnome-control-center (Ubuntu Precise)
   Status: New = In Progress

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-26 Thread Mathieu Trudel-Lapierre
** Description changed:

- For systems equipped with hot keys to adjust screen brightness, the
- brightness gauge in gnome-control-center screen is not responding to
- brightness hot-key actions.
+ [Impact]
+ Using brightness hotkeys currently changes brightness correctly, but such 
changes fail to be visible in the gnome-control-center UI; which leads to 
confusion and unpredictable behavior if the brightness is then adjusted using 
UI in the same session.
+ 
+ [Test Case]
+ 1) Open gnome-control-center (power indicator - System Settings...)
+ 2) Switch to Brightness and Lock
+ 3) Use the brightness hotkeys to adjust screen brightness
+ 4) Observe slider behavior.
+ 
+ Without the patch the slider should not move.
+ With the patch, slider should follow brightness adjustments done via hot keys.
+ 
+ [Regression Potential]
+ Minimal risk. The slider does not currently follow key brightness 
adjustments. Possible regression scenarios could include the slider no longer 
responding or changing brightness when interacting with it; or more confusion 
in mixing up hot key and slider brightness adjustments.
+ 
+ 
+ For systems equipped with hot keys to adjust screen brightness, the 
brightness gauge in gnome-control-center screen is not responding to 
brightness hot-key actions.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-25 Thread James M. Leddy
** Patch added: Brightness-fix-for-gnome-settings-daemon-changes.patch
   
https://bugs.launchpad.net/oem-priority/+bug/893851/+attachment/3204024/+files/Brightness-fix-for-gnome-settings-daemon-changes.patch

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-06-25 Thread Ubuntu Foundation's Bug Bot
The attachment Brightness-fix-for-gnome-settings-daemon-changes.patch
of this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-05-31 Thread James M. Leddy
** Changed in: oem-priority/precise
 Assignee: (unassigned) = Ursula Junque (ursinha)

** Changed in: oem-priority/precise
 Assignee: Ursula Junque (ursinha) = David Barth (david-barth)

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-04-03 Thread James M. Leddy
The issue will not block the shipment. But customer would like to see
the bug is fixed and user could get the fix via future update.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-04-02 Thread James M. Leddy
** Changed in: oem-priority
   Importance: Low = Medium

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-04-02 Thread James M. Leddy
** Also affects: oem-priority/precise
   Importance: Undecided
   Status: New

** Changed in: oem-priority/precise
   Status: New = Confirmed

** Changed in: oem-priority/precise
   Importance: Undecided = Medium

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-02-14 Thread Anthony Wong
Filed at https://bugzilla.gnome.org/show_bug.cgi?id=670043

** Bug watch added: GNOME Bug Tracker #670043
   https://bugzilla.gnome.org/show_bug.cgi?id=670043

** Changed in: oem-priority
   Status: Incomplete = Confirmed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-01-23 Thread Chris Van Hoof
** Changed in: oem-priority
   Status: Confirmed = Incomplete

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-01-02 Thread Sebastien Bacher
Could somebody having the issue open a bug on the GNOME bug tracker?

** Also affects: gnome-control-center
   Importance: Undecided
   Status: New

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-12-21 Thread Kent Lin
Change to confirm as Chih has provided the explanation of the bug

** Changed in: oem-priority
   Status: Incomplete = Confirmed

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-12-19 Thread Chih-Hsyuan Ho
Basically, this issue is about the Brightness bar in the Screen utility
(please see the attached image) not reflecting the actual screen
brightness in real time.

** Attachment added: Screenshot at 2011-12-20 14:31:20.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/893851/+attachment/2640824/+files/Screenshot%20at%202011-12-20%2014%3A31%3A20.png

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-12-05 Thread Chris Van Hoof
Hello -- Please attach logs from the machine that is impacted here, and
also the intended release that should be targeted.

Cheers,
Chris

** Changed in: oem-priority
   Status: New = Incomplete

** Changed in: oem-priority
   Importance: Undecided = Low

** Changed in: oem-priority
 Assignee: (unassigned) = Chih-Hsyuan Ho (chih)

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-11-23 Thread Pedro Villavicencio
Are those keys detected at all in the system? It could even be a kernel
issue. Could you please look at
https://wiki.ubuntu.com/Hotkeys/Troubleshooting ; and provide the info
pointed there to the report? Thanks.

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-11-23 Thread Anthony Wong
Brightness keys are working and they can be used to change screen
brightness. The problem is the UI in gnome-control-center is not
reflecting the change of screen brightness.

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-11-22 Thread Anthony Wong
** Also affects: oem-priority
   Importance: Undecided
   Status: New

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2011-11-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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