Launchpad has imported 1 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=10959.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-06-16T10:43:40+00:00 Cad5047c wrote:

Created attachment 5526
Window Manager

My version of xfsettingsd is 4.11.2 (xfce 4.10)


I have a bug similar as bug 968: https://bugzilla.xfce.org/show_bug.cgi?id=968

Eg when changing the keyboard settings for the window manager,
specifically the maximize_window_key.

Every time I logged in again into the system, the keyboard I set for the
maximize_window_key (<Super>Up) wouldn't work anymore.

Another way to reload the settings that would remove the shortcut I set
is:


XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon x


After investigating it , I found out that the value="maximize_window_key" was 
twice in my 
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml file:

      <property name="&lt;Alt&gt;F10" type="string" 
value="maximize_window_key"/>
      <property name="Escape" type="string" value="cancel_key"/>
      <property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
      .......
      .......
      <property name="&lt;Super&gt;Up" type="string" 
value="maximize_window_key"/>

Thus the Alt F10 was probably overridding my configuration everytime.

My colleague had exactly the same issue with the same key, so I suspect
they is a general issue because the XML is not cleaned when loaded.

I solved my issue by using the Clear button on the Window Manager ->
Keyboar Tab

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1292290/comments/17


** Changed in: xfce4-settings
       Status: Unknown => Confirmed

** Changed in: xfce4-settings
   Importance: Unknown => Medium

** Bug watch added: Xfce Bugzilla #968
   https://bugzilla.xfce.org/show_bug.cgi?id=968

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

Title:
  Window manager keybindings don't work after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1292290/+subscriptions

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

Reply via email to