Compare commits
7 Commits
403c4f691c
...
c7debcb771
Author | SHA1 | Date | |
---|---|---|---|
c7debcb771 | |||
2494b6a11a | |||
fd04a6f29c | |||
fda7ff19db | |||
b7d3e4db4e | |||
82523675a9 | |||
aba3bb2286 |
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
lubuntu-default-settings (25.04.8) plucky; urgency=medium
|
||||
|
||||
* Add explicit configuration for SDDM.
|
||||
* Prohibit virtual keyboard on SDDM. (LP: #2091958)
|
||||
* Add explicit configuration for Picom. (LP: #2100464)
|
||||
* Remove Firefox from quicklaunch.
|
||||
* Add more sane defaults for fancymenu.
|
||||
* Populate favorites in fancymenu.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 05 Mar 2025 02:54:39 +0000
|
||||
|
||||
lubuntu-default-settings (25.04.7) plucky; urgency=medium
|
||||
|
||||
* Add a default Neochat configuration file, for future switching.
|
||||
|
2
debian/install
vendored
2
debian/install
vendored
@ -1,3 +1,3 @@
|
||||
src/etc/xdg /etc/
|
||||
src/etc/* /etc/
|
||||
src/usr/lib /usr
|
||||
src/usr/share /usr/
|
||||
|
5
src/etc/sddm.conf.d/lubuntu_settings.conf
Normal file
5
src/etc/sddm.conf.d/lubuntu_settings.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[General]
|
||||
InputMethod=
|
||||
|
||||
[Theme]
|
||||
Current=lubuntu
|
@ -5,9 +5,17 @@ plugins=fancymenu, desktopswitch, quicklaunch, showdesktop, taskbar, mount, volu
|
||||
position=Bottom
|
||||
desktop=0
|
||||
|
||||
[mainmenu]
|
||||
type=mainmenu
|
||||
[fancymenu]
|
||||
buttonsAtTop=false
|
||||
categoriesAtRight=false
|
||||
favorites\1\desktopFile=/usr/share/applications/featherpad.desktop
|
||||
favorites\2\desktopFile=/usr/share/applications/lubuntu-update.desktop
|
||||
favorites\3\desktopFile=/usr/share/applications/pcmanfm-qt.desktop
|
||||
favorites\4\desktopFile=/usr/share/applications/qterminal.desktop
|
||||
favorites\size=4
|
||||
filterClear=true
|
||||
showText=false
|
||||
type=fancymenu
|
||||
|
||||
[desktopswitch]
|
||||
type=desktopswitch
|
||||
@ -15,8 +23,7 @@ type=desktopswitch
|
||||
[quicklaunch]
|
||||
type=quicklaunch
|
||||
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||
apps\2\desktop=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
|
||||
apps\size=2
|
||||
apps\size=1
|
||||
alignment=Left
|
||||
|
||||
[taskbar]
|
||||
|
1
src/etc/xdg/xdg-Lubuntu/picom.conf
Normal file
1
src/etc/xdg/xdg-Lubuntu/picom.conf
Normal file
@ -0,0 +1 @@
|
||||
backend = "xrender";
|
Loading…
x
Reference in New Issue
Block a user