diff --git a/debian/changelog b/debian/changelog index df77456..99b078d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lubuntu-default-settings (1.10) cosmic; urgency=medium + + * Use lxqt-sudo instead of pkexec as switch user command. + + -- Walter Lapchynski Thu, 16 Aug 2018 23:14:55 -0700 + lubuntu-default-settings (1.9) cosmic; urgency=medium [ Simon Quigley ] diff --git a/debian/patches/lxqt-sudo-as-sucommand.patch b/debian/patches/lxqt-sudo-as-sucommand.patch new file mode 100644 index 0000000..6070f1b --- /dev/null +++ b/debian/patches/lxqt-sudo-as-sucommand.patch @@ -0,0 +1,12 @@ +Description: Use lxqt-sudo instead of pkexec as switch user command. +Author: Walter Lapchynski +--- a/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf ++++ b/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf +@@ -1,6 +1,6 @@ + [System] + IconThemeName=Lubuntu +-SuCommand=pkexec %s ++SuCommand=lxqt-sudo %s + Terminal=qterminal + TerminalDirCommand=qterminal + TerminalExecCommand=qterminal -e %s diff --git a/debian/patches/series b/debian/patches/series index 6aa4ccc..1fe10cf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +lxqt-sudo-as-sucommand.patch qterminal-window-size.patch