Compare commits

...

2 Commits

Author SHA1 Message Date
Aaron Rainbolt
cdb2eddf46
Kvantum package name fix, rebased onto correct branch 2026-03-16 11:40:43 -04:00
Aaron Rainbolt
b9e978105b
Fix lots and lots of missing icons 2025-06-08 02:04:27 -05:00
6 changed files with 37 additions and 17 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
lubuntu-default-settings (26.04.2) resolute; urgency=medium
* Re-introduce the accidentally lost icon theme fix from 25.10.1.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 16 Mar 2026 11:40:28 -0400
lubuntu-default-settings (26.04.1) resolute; urgency=medium
* Fix Kvantum package names to unbreak ISO build.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 09 Mar 2026 10:29:34 -0400
lubuntu-default-settings (25.10.1) questing; urgency=medium
* Switch to Papirus icon theme, ePapirus is no more. (LP: #2111542)
* Update copyright file.
* Bump Standards-Version to 4.7.2, no changes necessary.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 08 Jun 2025 01:58:36 -0500
lubuntu-default-settings (25.04.12) plucky; urgency=medium lubuntu-default-settings (25.04.12) plucky; urgency=medium
* Change menu file to -compact to improve preferences display. * Change menu file to -compact to improve preferences display.

8
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Build-Depends: debhelper-compat (= 13), intltool Build-Depends: debhelper-compat (= 13), intltool
Standards-Version: 4.7.0 Standards-Version: 4.7.2
Homepage: https://lubuntu.me Homepage: https://lubuntu.me
Vcs-Browser: https://git.launchpad.net/lubuntu-default-settings?h=master Vcs-Browser: https://git.launchpad.net/lubuntu-default-settings?h=master
Vcs-Git: https://git.launchpad.net/lubuntu-default-settings Vcs-Git: https://git.launchpad.net/lubuntu-default-settings
@ -18,11 +18,11 @@ Depends: fonts-ubuntu,
lxqt-session, lxqt-session,
openbox, openbox,
policykit-desktop-privileges, policykit-desktop-privileges,
qt6-style-kvantum, qt-style-kvantum,
qt6-style-kvantum-l10n, qt-style-kvantum-l10n,
${misc:Depends} ${misc:Depends}
Recommends: breeze-gtk-theme, Recommends: breeze-gtk-theme,
qt6-style-kvantum-themes qt-style-kvantum-themes
Description: default settings for Lubuntu Description: default settings for Lubuntu
Various system settings tailored for Lubuntu's default session. This includes Various system settings tailored for Lubuntu's default session. This includes
default settings, applications, and themes. default settings, applications, and themes.

2
debian/copyright vendored
View File

@ -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-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Copyright 2015-2025 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

View File

@ -1,5 +1,5 @@
gtk-theme-name = "Breeze" gtk-theme-name = "Breeze"
gtk-icon-theme-name = "ePapirus" gtk-icon-theme-name = "Papirus"
gtk-font-name = "Ubuntu 11" gtk-font-name = "Ubuntu 11"
gtk-button-images = 1 gtk-button-images = 1
gtk-menu-images = 1 gtk-menu-images = 1

View File

@ -1,6 +1,6 @@
[Settings] [Settings]
gtk-theme-name = Breeze gtk-theme-name = Breeze
gtk-icon-theme-name = ePapirus gtk-icon-theme-name = Papirus
gtk-font-name = Ubuntu 11 gtk-font-name = Ubuntu 11
gtk-menu-images = 1 gtk-menu-images = 1
gtk-button-images = 1 gtk-button-images = 1

View File

@ -1,5 +1,5 @@
[General] [General]
icon_theme=ePapirus icon_theme=Papirus
icon_follow_color_scheme=false icon_follow_color_scheme=false
theme=Lubuntu Arc theme=Lubuntu Arc
single_click_activate=false single_click_activate=false