Compare commits
4 Commits
6732caa058
...
a10bc9e261
Author | SHA1 | Date | |
---|---|---|---|
a10bc9e261 | |||
244f829f0e | |||
f129e24b17 | |||
0bb166800d |
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
lubuntu-default-settings (23.04.5) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Add qt6ct as a hard dependency and ship a default configuration file
|
||||||
|
consistent with our existing default settings. This is to cover the case
|
||||||
|
of our Qt 6 applications, which will use qt6ct for theming instead of
|
||||||
|
lxqt-qtplugin until support is added. Feels hacky, yet a reasonable fix.
|
||||||
|
* Drop many obsolete Breaks/Replaces, since we are far past the transition
|
||||||
|
from LXDE.
|
||||||
|
* Update the copyright for Lubuntu Developers to 2023.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 24 Jan 2023 15:40:42 -0600
|
||||||
|
|
||||||
lubuntu-default-settings (23.04.4) lunar; urgency=medium
|
lubuntu-default-settings (23.04.4) lunar; urgency=medium
|
||||||
|
|
||||||
* Added a Picom autostart desktop file to the /etc/xdg/xdg-Lubuntu/autostart
|
* Added a Picom autostart desktop file to the /etc/xdg/xdg-Lubuntu/autostart
|
||||||
|
17
debian/control
vendored
17
debian/control
vendored
@ -18,22 +18,7 @@ Depends: fonts-ubuntu,
|
|||||||
lxqt-session,
|
lxqt-session,
|
||||||
openbox,
|
openbox,
|
||||||
policykit-desktop-privileges,
|
policykit-desktop-privileges,
|
||||||
|
qt6ct,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Breaks: lubuntu-default-session (<< 1.0),
|
|
||||||
lubuntu-default-settings (<< 1.0),
|
|
||||||
lubuntu-extra-sessions (<< 1.0),
|
|
||||||
lubuntu-live-settings (<< 1.0),
|
|
||||||
lubuntu-nexus7-default-session (<< 1.0),
|
|
||||||
lubuntu-nexus7-extra-files (<< 1.0),
|
|
||||||
lxgames-default-session (<< 1.0),
|
|
||||||
qlubuntu-default-session (<< 1.0)
|
|
||||||
Replaces: lubuntu-default-session (<< 1.0),
|
|
||||||
lubuntu-default-settings (<< 1.0),
|
|
||||||
lubuntu-extra-sessions (<< 1.0),
|
|
||||||
lubuntu-live-settings (<< 1.0),
|
|
||||||
lubuntu-nexus7-default-session (<< 1.0),
|
|
||||||
lubuntu-nexus7-extra-files (<< 1.0),
|
|
||||||
lxgames-default-session (<< 1.0),
|
|
||||||
qlubuntu-default-session (<< 1.0)
|
|
||||||
Description: default settings for Lubuntu
|
Description: default settings for Lubuntu
|
||||||
Various system settings tailored for Lubuntu.
|
Various system settings tailored for Lubuntu.
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -4,7 +4,7 @@ Upstream-Contact: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
|||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: Copyright 2009-2014 Julien Lavergne <gilir@ubuntu.com>
|
Copyright: Copyright 2009-2014 Julien Lavergne <gilir@ubuntu.com>
|
||||||
Copyright 2015-2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright 2015-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
This package is free software; you can redistribute it and/or modify
|
This package is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
8
src/etc/xdg/xdg-Lubuntu/qt6ct/qt6ct.conf
Normal file
8
src/etc/xdg/xdg-Lubuntu/qt6ct/qt6ct.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt6ct/colors/airy.conf
|
||||||
|
icon_theme=ePapirus
|
||||||
|
style=Fusion
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Ubuntu Mono,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||||
|
general="Ubuntu,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
Loading…
x
Reference in New Issue
Block a user