summaryrefslogtreecommitdiff
path: root/libxfce4ui-nocsd/debian/NEWS
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-15 16:17:10 +0000
committerB Stack <bgstack15@gmail.com>2021-02-15 16:17:10 +0000
commit65170e98b7c67dc1dd96557018f92fcc2504a148 (patch)
treeb1547a9a43b9d521bcb8d9620bf3929753e09702 /libxfce4ui-nocsd/debian/NEWS
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentadd libxfce4ui-nocsd (diff)
downloadstackrpms-65170e98b7c67dc1dd96557018f92fcc2504a148.tar.gz
stackrpms-65170e98b7c67dc1dd96557018f92fcc2504a148.tar.bz2
stackrpms-65170e98b7c67dc1dd96557018f92fcc2504a148.zip
Merge branch 'xfce4-nocsd' into 'master'
add libxfce4ui-nocsd See merge request bgstack15/stackrpms!218
Diffstat (limited to 'libxfce4ui-nocsd/debian/NEWS')
-rw-r--r--libxfce4ui-nocsd/debian/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxfce4ui-nocsd/debian/NEWS b/libxfce4ui-nocsd/debian/NEWS
new file mode 100644
index 0000000..60dcb93
--- /dev/null
+++ b/libxfce4ui-nocsd/debian/NEWS
@@ -0,0 +1,10 @@
+libxfce4ui (4.8.0-4) unstable; urgency=low
+
+ Starting Gtk+ 2.24.7, the Control key often found on PC keyboards isn't
+ called 'Control' but 'Primary', breaking configured keyboard shortcuts
+ already set. If you experience this in Xfce (application not starting and
+ keyboard shortcut using Control key), just re-bind the various
+ shortcuts using the same keys combination. The shortcut will be replaced by
+ the 'Primary' version and will work correctly.
+
+ -- Yves-Alexis Perez <corsac@debian.org> Mon, 28 Nov 2011 16:10:00 +0100
bgstack15