From 8cb4a6514d09b322ce51ba1c410ef2a14ee81787 Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Thu, 5 Sep 2019 15:50:43 -0700 Subject: [PATCH] Correctly placed the upstream config file. Summary: The upstream config file which was present in /usr/ interfered with the one provided by us. Modified it's location so that it oes not interfere. Test Plan: Check if all the shortcuts are working as per P38 Reviewers: tsimonq2, wxl Subscribers: hmollercl Differential Revision: https://phab.lubuntu.me/D39 --- debian/changelog | 6 ++++++ debian/lxqt-globalkeys.install | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5040f63..61feeca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-globalkeys (0.14.1-0ubuntu4) eoan; urgency=medium + + * Correctly changed the location of upstream config. + + -- Raman Sarda Thu, 05 Sep 2019 22:35:29 +0000 + lxqt-globalkeys (0.14.1-0ubuntu3) eoan; urgency=medium * Changed the location of upstream config. diff --git a/debian/lxqt-globalkeys.install b/debian/lxqt-globalkeys.install index 2b9f83d..407b8ba 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 etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf +usr/share/lxqt/globalkeyshortcuts.conf etc/xdg/lxqt/globalkeyshortcuts.conf etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop