[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Tammy Yang
Test g-s-d 3.4.1-0ubuntu1.1kengyu2 in
https://launchpad.net/~lexical/+archive/gsd/ PPA on a HP model. Fn+F4 is
expected to switch between monitors and it didn't work. Fn+F4 works
after installing g-s-d 3.4.1-0ubuntu1.1kengyu2 with the patch Kent-Yu
provided.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Gabriel Thörnblad
On my Dell Precision M4400 the monitor switch key is Fn+F8. I tried the
new g-s-d 3.4.1-0ubuntu1.1kengyu2 from the ppa provided, but no luck. My
symptoms are exactly the ones described in
https://bugs.launchpad.net/bugs/539477.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread hanynowsky
I retried again with the patch, it does not work on the Dell XPS 15 as 
specified above.
Ubuntu 11.10 works just fine.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread hanynowsky
Output of (Fn+F1) using xev command :

FocusOut event, serial 43, synthetic NO, window 0x561,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 43, synthetic NO, window 0x561,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 43, synthetic NO, window 0x0,
keys:  4294967222 0   0   0   2   0   0   0   0   0   0   0   0   0   0   0 
  
   32  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyPress event, serial 43, synthetic NO, window 0x561,
root 0xb6, subw 0x0, time 47593338, (-564,599), root:(2124,811),
state 0x50, keycode 33 (keysym 0x70, p), same_screen YES,
XLookupString gives 1 bytes: (70) p
XmbLookupString gives 1 bytes: (70) p
XFilterEvent returns: False

KeyRelease event, serial 43, synthetic NO, window 0x561,
root 0xb6, subw 0x0, time 47593493, (-564,599), root:(2124,811),
state 0x50, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 43, synthetic NO, window 0x561,
root 0xb6, subw 0x0, time 47593578, (-564,599), root:(2124,811),
state 0x10, keycode 33 (keysym 0x70, p), same_screen YES,
XLookupString gives 1 bytes: (70) p
XFilterEvent returns: False

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Keng-Yu Lin
After a few rounds of testing, I think there is different result to run
g-s-d with and without the --debug argument.

This is what I do:
  kill -9 `pgrep gnome-settings`; gnome-settings-daemon --debug

And then press the video switch hotkey or super+p and observe if the
xrandr-plugin is called. There will be log like:

(gnome-settings-daemon:21343): xrandr-plugin-DEBUG: applying
=== Applying Configuration Configuration ===
  Clone: false
  Output: (null) attached to VGA1
 status: off
 width: -1
 height: -1
 rate: -1
 primary: false
 position: -1 -1
  Output: BenQ 22 attached to HDMI1
 status: on
 width: 1920
 height: 1080
 rate: 60
 primary: true
 position: 0 0
  Output: (null) attached to DP1
 status: off
 width: -1
 height: -1
 rate: -1
 primary: false
 position: -1 -1
(gnome-settings-daemon:21343): xrandr-plugin-DEBUG: done handling fn-f7


However when testing without killing the g-s-d process first and without the 
--debug argument. The video switch does not work.

This could be a race of grabbing the key or some timing issue as it
seems.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Keng-Yu Lin
with the g-s-d package in my PPA installed and log in Unity-2D, the
super+p works well as it makes the video switch.

So this could be another bug in Unity causing this.

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Triaged

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Omer Akram
So the fix works for Unity2D session and not for Unity(3D). probably
compiz is doing something here.

** No longer affects: gtk+3.0 (Ubuntu)

** Package changed: unity (Ubuntu) = unity

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread hanynowsky
Retried again.

The debugging command :  kill -9 `pgrep gnome-settings`; 
gnome-settings-daemon --debug 
made the patch work for Unity 3D temporarily. I had a similar output as in 
comment #22 (xrandr Identified monitors...etc) and the monitor switch also 
worked.
After logout/login, the patch is no more effective for Unity 3D. I also noticed 
that there was a second instance of compiz running with a huge memory 
consumption (if the debugging command is triggered).

Case 2 : The patch work fine in Unity 2D. (Fn+F1) and (Super + P) do
work fine.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-24 Thread Anthony Wong
** Changed in: oem-priority
   Importance: High = Critical

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-23 Thread Keng-Yu Lin
A gnome-settings-daemon package with the patch in the comment 13 is
available at the PPA (https://launchpad.net/~lexical/+archive/gsd/) for
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/950160

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-23 Thread hanynowsky
Just installed (gnome-settings-daemon_3.4.1-0ubuntu1.1kengyu2_amd64.deb) and 
tested but in vain.
Still the same behavior. Neither ( Super + P) nor ( Fn + F2) work.

hanynowsky@L502X:~$ dpkg -s gnome-settings-daemon
Package: gnome-settings-daemon
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 6279
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Architecture: amd64
Version: 3.4.1-0ubuntu1.1kengyu2
Depends: gconf-service, libappindicator3-1 (= 0.4.90), libc6 (= 2.14), 
libcairo2 (= 1.10.0), libcanberra-gtk3-0 (= 0.25), libcanberra0 (= 0.2), 
libcolord1 (= 0.1.12), libcups2 (= 1.4.0), libdbus-glib-1-2 (= 0.88), 
libfontconfig1 (= 2.8.0), libgconf-2-4 (= 2.31.1), libgdk-pixbuf2.0-0 (= 
2.22.0), libglib2.0-0 (= 2.31.8), libgnome-desktop-3-2 (= 3.3.4), 
libgnomekbd7 (= 2.91.90), libgtk-3-0 (= 3.3.4), libgudev-1.0-0 (= 147), 
liblcms2-2 (= 2.2+git20110628-2), libnotify4 (= 0.7.3), libnspr4 (= 
1.8.0.10), libnss3 (= 3.12.0~1.9b1), libpolkit-gobject-1-0 (= 0.99), 
libpulse-mainloop-glib0 (= 1:0.99.1), libpulse0 (= 1:0.99.1), libupower-glib1 
(= 0.9.9), libwacom2 (= 0.3), libx11-6, libxfixes3 (= 1:4.0.1), libxi6 (= 
2:1.2.99.4), libxklavier16 (= 5.0), libxtst6, dconf-gsettings-backend | 
gsettings-backend, gsettings-desktop-schemas (= 3.3.90-0ubuntu2), 
nautilus-data (= 2.91.3-1)
Recommends: pulseaudio
Suggests: x11-xserver-utils, gnome-screensaver, metacity | x-window-manager
Breaks: banshee ( 0.13.2+dfsg-7), gnome-color-manager ( 3.0), 
gnome-control-center ( 1:2.21.5), gnome-screensaver ( 2.28.0), 
gnome-session ( 2.24), rhythmbox ( 0.11.5), totem ( 2.22.0), 
unity-greeter ( 0.2.1-0ubuntu1)
Conffiles:
 /etc/xdg/autostart/gnome-settings-daemon.desktop 
d80fe6e07c196b0b069fc6185d3e3a29
 /etc/xdg/autostart/gnome-fallback-mount-helper.desktop 
58e84e1f8fd68806037a2f70265af2f9
 /etc/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf 
0c753d296e5fe10239b210c97c1f20e7
Description: daemon handling the GNOME session settings
 This package contains the daemon which is responsible for setting the
 various parameters of a GNOME session and the applications that run
 under it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
  * Typing break
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.
Original-Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-23 Thread Keng-Yu Lin
@hanynowsky
  You will have to restart gnome-settings-daemon to make it work. The simplest 
way is to log out and log in again.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-23 Thread hanynowsky
@Keng-Yu Lin
Well, That's what I did, I rebooted before testing. But the problem remains.

I am going to give it another shot again.
Thanks for your appreciated feedback.

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-22 Thread Keng-Yu Lin
I formed another patch and had it in the upstream bug for review.

** Patch added: common-mask-out-virtual-modifiers.patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/950160/+attachment/3157287/+files/common-mask-out-virtual-modifiers.patch

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Keng-Yu Lin (lexical)

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

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-22 Thread Keng-Yu Lin
** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-22 Thread Keng-Yu Lin
The patch in comment 12 is accepted and waiting for committing
(https://bugzilla.gnome.org/review?bug=676300attachment=214634).

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-21 Thread Keng-Yu Lin
** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) = Keng-Yu Lin (lexical)

** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-18 Thread Keng-Yu Lin
** Bug watch added: GNOME Bug Tracker #676300
   https://bugzilla.gnome.org/show_bug.cgi?id=676300

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=676300
   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/950160

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-18 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/950160

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-18 Thread Keng-Yu Lin
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-18 Thread Keng-Yu Lin
Further investigating this issue could occur in 
  gtk+3.0.4.1/gdk/x11/gdkkeys-x11.c : gdk_x11_keymap_map_virtual_modifiers()

   *state |= 1  i;
without unsettling the original state value.

The attached patch is confirmed to make the super+P key works.


** Patch added: reset_vmod.patch
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/950160/+attachment/3152495/+files/reset_vmod.patch

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Triaged

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = 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/950160

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-16 Thread Anthony Wong
** Also affects: oem-priority
   Importance: Undecided
   Status: New

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

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

** Changed in: oem-priority
 Assignee: (unassigned) = Anthony Wong (anthonywong)

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-16 Thread Keng-Yu Lin
It is likely that the key generates two key codes (Windows key + P) and
the windows key triggers the Unity launcher.

Personally I found that Super+P key combination for switching the video
output no longer works in 12.04.

It will be very appreciated if anyone can review the attached patch, and
it fixes for me.

A g-s-d package with the patch is uploaded to
https://launchpad.net/~lexical/+archive/gsd for testing too.

** Patch added: mod4_modifier_videoswitch.patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/950160/+attachment/3148799/+files/mod4_modifier_videoswitch.patch

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = High

** Tags added: blocks-hwcert-enablement

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

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-16 Thread Ubuntu Foundation's Bug Bot
The attachment mod4_modifier_videoswitch.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
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/950160

Title:
  Keyboard function key to switch between monitors no more works

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

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


[Bug 950160] Re: Keyboard function key to switch between monitors no more works

2012-05-15 Thread Anthony Wong
This was fixed in gnome-settings-daemon according to bug 539477, perhaps
a regression in there?

** Project changed: unity = gnome-settings-daemon (Ubuntu)

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

Title:
  Keyboard function key to switch between monitors no more works

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

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