Compare commits
2 Commits
ubuntu/plu
...
ubuntu/1.1
Author | SHA1 | Date | |
---|---|---|---|
|
8cc301a967 | ||
|
0d7c08e0a9 |
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lubuntu-default-settings (1.11) cosmic; urgency=medium
|
||||
|
||||
* It's a native packages; so move patches over to the actual files.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 18 Aug 2018 22:14:40 -0500
|
||||
|
||||
lubuntu-default-settings (1.10) cosmic; urgency=medium
|
||||
|
||||
* Use lxqt-sudo instead of pkexec as switch user command.
|
||||
|
12
debian/patches/lxqt-sudo-as-sucommand.patch
vendored
12
debian/patches/lxqt-sudo-as-sucommand.patch
vendored
@ -1,12 +0,0 @@
|
||||
Description: Use lxqt-sudo instead of pkexec as switch user command.
|
||||
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||
--- 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
|
12
debian/patches/qterminal-window-size.patch
vendored
12
debian/patches/qterminal-window-size.patch
vendored
@ -1,12 +0,0 @@
|
||||
Description: Set qterminal window size to upstream default.
|
||||
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||
Bug: https://launchpad.net/bugs/1786978
|
||||
--- a/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini
|
||||
+++ b/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini
|
||||
@@ -3,3 +3,6 @@ ConfirmMultilinePaste=true
|
||||
HideTabBarWithOnlyOneTab=true
|
||||
fontFamily=Ubuntu Mono
|
||||
fontSize=14
|
||||
+
|
||||
+[MainWindow]
|
||||
+size=@Size(800 600)
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1,2 +0,0 @@
|
||||
lxqt-sudo-as-sucommand.patch
|
||||
qterminal-window-size.patch
|
@ -1,6 +1,6 @@
|
||||
[System]
|
||||
IconThemeName=Lubuntu
|
||||
SuCommand=pkexec %s
|
||||
SuCommand=lxqt-sudo %s
|
||||
Terminal=qterminal
|
||||
TerminalDirCommand=qterminal
|
||||
TerminalExecCommand=qterminal -e %s
|
||||
|
@ -3,3 +3,6 @@ ConfirmMultilinePaste=true
|
||||
HideTabBarWithOnlyOneTab=true
|
||||
fontFamily=Ubuntu Mono
|
||||
fontSize=14
|
||||
|
||||
[MainWindow]
|
||||
size=@Size(800 600)
|
||||
|
Loading…
x
Reference in New Issue
Block a user