From 554b92d17f2b6c8c6829d59db5d572355181d9ae Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Thu, 5 Sep 2019 10:26:42 -0700 Subject: [PATCH] Changed the position of config file provided by upstream. Summary: The config file provided by upstream was moved. It originally resided under /usr/share/lxqt/ It preceded the one under /etc/xdg/xdg-Lubuntu/lxqt So it was moved to /etc/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf It will be modified as needed by lubuntu-default-settings Test Plan: Check if the shortcuts work according to P38 Reviewers: tsimonq2, wxl Reviewed By: tsimonq2, wxl Subscribers: hmollercl Maniphest Tasks: T59 Differential Revision: https://phab.lubuntu.me/D38 --- debian/changelog | 6 ++++++ debian/lxqt-globalkeys.install | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f06772..5040f63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-globalkeys (0.14.1-0ubuntu3) eoan; urgency=medium + + * Changed the location of upstream config. + + -- Raman Sarda Wed, 04 Sep 2019 23:15:09 +0530 + lxqt-globalkeys (0.14.1-0ubuntu2) eoan; urgency=medium * Add XDG support. diff --git a/debian/lxqt-globalkeys.install b/debian/lxqt-globalkeys.install index 2bdce90..2b9f83d 100644 --- a/debian/lxqt-globalkeys.install +++ b/debian/lxqt-globalkeys.install @@ -6,5 +6,5 @@ usr/bin/lxqt-config-globalkeyshortcuts usr/share/applications/lxqt-config-globalkeyshortcuts.desktop # configuration and autostart from lxqt-common -usr/share/lxqt/globalkeyshortcuts.conf +usr/share/lxqt/globalkeyshortcuts.conf etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop