Bug 93025 - Custom XKB layout set through xkbcomp keeps being reset
Summary: Custom XKB layout set through xkbcomp keeps being reset
Status: RESOLVED NOTOURBUG
Alias: None
Product: libxkbcommon
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: Daniel Stone
QA Contact: Ran Benita
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 20:51 UTC by joel.porquet
Modified: 2015-11-19 20:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description joel.porquet 2015-11-19 20:51:58 UTC
For many years now, I have a custom xkb layout that swaps a few keys. At the startup of KDE, a script applies this custom layout:

% cat xkb.sh
#!/bin/sh

xkbcomp -w 0 -R/usr/share/X11/xkb/ ${HOME}/etc/xkb/layout-${HOST_KEYBOARD} ${DISPLAY}

Recently, this custom layout is regularly lost. It doesn't even seem to necessarily follow any particular event. For example this morning, I had to launch my script twice, once after my laptop came out of sleep and another time because the layout had been lost while I was working on it (but not after any particular event).
Comment 1 Daniel Stone 2015-11-19 20:54:07 UTC
That will be KDE resetting it: please file a bug with them at http://bugs.kde.org. Thanks!
Comment 2 joel.porquet 2015-11-19 20:59:13 UTC
FYI, I posted a bug report on kde.org: https://bugs.kde.org/show_bug.cgi?id=355602


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.