Replace <Control> by <Primary> in xfce4-keyboard-shortcuts.xml to fix
default keyboard shortcuts, broken since update to gtk 2.24.7. See https://bugzilla.xfce.org/show_bug.cgi?id=8056 for more details. Thanks Barry Grumbine for the detailed problem report, including the fix/workaround. If you experience problems with keyboard shortcuts involving Ctrl withing Xfce, recreate them from xfce4-keyboard-settings or tweak .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
This commit is contained in:
parent
bbbcdad2d1
commit
3132b7d730
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/12/26 18:38:43 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/02/19 21:23:03 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 widget library
|
||||
|
||||
XFCE_PROJECT= libxfce4ui
|
||||
XFCE_VERSION= 4.8.1
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS= xfce4ui-1 0.0 \
|
||||
xfce4kbd-private-2 0.0 # 0.0
|
||||
@ -38,4 +39,7 @@ WANTLIB += xfce4util xfconf-0 z
|
||||
|
||||
FAKE_FLAGS= settingsdir=${PREFIX}/share/examples/xfconf
|
||||
|
||||
post-install:
|
||||
perl -pi -e 's/Control/Primary/' ${PREFIX}/share/examples/xfconf/xfce4-keyboard-shortcuts.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user