[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-11-24 Thread Mathew Hodson
*** This bug is a duplicate of bug 1740894 ***
https://bugs.launchpad.net/bugs/1740894

** This bug has been marked a duplicate of bug 1740894
   KEY_RFKILL is not passed to userspace

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-10-24 Thread Jeremy Soller
This particular issue as described no longer occurs. Instead, it should
be tracked here:

https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/1740894

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-10-24 Thread Sebastien Bacher
Is that still an issue in bionic or cosmic? If so do you know what needs
to be changed in gnome-settings-daemon?

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-01-02 Thread Jeremy Soller
In artful and later, a number of kernel drivers send KEY_RFKILL - which
is being ignored by the userspace handling code.

https://elixir.free-electrons.com/linux/v4.13.16/ident/KEY_RFKILL

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-01-02 Thread Jeremy Soller
Attached is an alternative script which sends KEY_WLAN, which does
trigger Airplane Mode, as expected.

** Attachment added: "wlan.py"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1722034/+attachment/5030178/+files/wlan.py

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2018-01-02 Thread Jeremy Soller
Attached is a test script that should trigger Airplane Mode in GNOME,
but does not. The code in gnome-settings-daemon looks for XF86RFKill,
but the key is not identified as such.

This is what xev reports from the script:

KeyPress event, serial 55, synthetic NO, window 0x2c1,
root 0x1ee, subw 0x0, time 2615499, (101,-17), root:(2297,336),
state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 55, synthetic NO, window 0x2c1,
root 0x1ee, subw 0x0, time 2615499, (101,-17), root:(2297,336),
state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False


** Attachment added: "rfkill.py"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1722034/+attachment/5030177/+files/rfkill.py

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2017-12-28 Thread Jeremy Soller
There are a couple things going on, that could be fixed by a Debian or
Ubuntu maintainer:

- libxkbdcommon needs to be updated from 0.7.1 to 0.7.2. This introduces
the RFKill key: https://lists.freedesktop.org/archives/wayland-
devel/2017-August/034721.html

- x11-proto needs a new release. This commit added RFKill, but it is not
in a release:
https://cgit.freedesktop.org/xorg/proto/xproto/commit/?id=98a32d328e7195e12c38baa877917335bceffbaf

- Likely other X11 packages need to be rebuilt.

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

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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

[Bug 1722034] Re: org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is not a valid accelerator

2017-10-14 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1722034

Title:
  org.gnome.Shell.desktop[2331]: Window manager warning: "XF86RFKill" is
  not a valid accelerator

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

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