Compare commits

...

17 Commits

Author SHA1 Message Date
9e967e1044 change to -compact menu file 2025-03-23 01:13:46 +00:00
eed680a9ed update changelog 2025-03-21 18:44:09 +00:00
51b1a806c6 renamed LXQt modules to match those being superceded 2025-03-21 18:41:44 +00:00
00097cfb6f update changelog 2025-03-18 19:29:53 +00:00
5fa93a8309 add first run of LXQt modules (fixes Lubuntu/lubuntu#4) 2025-03-18 19:26:39 +00:00
f150c37d2e added Comment for Picom LXQt Module 2025-03-16 20:46:28 +00:00
cdbe9260fe add a LXQt module for Picom 2025-03-11 02:38:40 +00:00
c7debcb771 fixing version number 2025-03-06 00:38:29 +00:00
2494b6a11a prohbit virtual keyboard in sddm 2025-03-05 21:00:14 +00:00
fd04a6f29c populate favorites in fancymenu 2025-03-05 03:59:20 +00:00
fda7ff19db sane defaults for fancymenu 2025-03-05 03:14:31 +00:00
b7d3e4db4e remove Firefox from quicklaunch 2025-03-05 03:09:24 +00:00
82523675a9 Add Picom configuration 2025-03-05 03:00:17 +00:00
aba3bb2286 Add explicit SDDM configuration 2025-03-05 02:55:38 +00:00
403c4f691c Add a default Neochat configuration file, for future switching. 2025-02-17 00:52:14 -06:00
ebd67e9abc update shortcuts for fancymenu 2025-02-17 00:42:03 -06:00
38586aa720 now with more fancy 2025-02-13 08:13:17 +00:00
13 changed files with 126 additions and 7 deletions

60
debian/changelog vendored
View File

@ -1,3 +1,63 @@
lubuntu-default-settings (25.04.12) plucky; urgency=medium
* Change menu file to -compact to improve preferences display.
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 23 Mar 2025 01:11:36 +0000
lubuntu-default-settings (25.04.11) plucky; urgency=medium
* Rename LXQt Modules to match those being superceded (LP: #2103824)
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 21 Mar 2025 18:42:31 +0000
lubuntu-default-settings (25.04.10) plucky; urgency=medium
* Added Comment to Picom LXQt module so executable shown in tooltip.
* Added LXQt Modules for the following (LP: #2059346):
* Bluetooth Manager (blueman)
* Lubuntu Update
* Clipboard Manager (qlipper)
* Screensaver (xscreensaver)
* Network Manager (nm-tray)
* Print Manager (print-applet)
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 16 Mar 2025 20:45:11 +0000
lubuntu-default-settings (25.04.9) plucky; urgency=medium
* Create a LXQt module for Picom.
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 11 Mar 2025 02:35:31 +0000
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.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 17 Feb 2025 00:52:10 -0600
lubuntu-default-settings (25.04.6) plucky; urgency=medium
* Update shortcuts for fancymenu change.
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 14 Feb 2025 07:41:54 +0000
lubuntu-default-settings (25.04.5) plucky; urgency=medium
* Replace mainmenu with fancymenu in panel.
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 12 Feb 2025 07:19:00 +0000
lubuntu-default-settings (25.04.4) plucky; urgency=medium
* Tone down the foreground a bit.

2
debian/install vendored
View File

@ -1,3 +1,3 @@
src/etc/xdg /etc/
src/etc/* /etc/
src/usr/lib /usr
src/usr/share /usr/

View File

@ -0,0 +1,5 @@
[General]
InputMethod=
[Theme]
Current=lubuntu

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Bluetooth Manager
Comment=blueman-applet
Exec=blueman-applet
Type=Application
X-LXQt-Module=true

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Lubuntu Update
Comment=lubuntu-update
Exec=/usr/bin/lubuntu-update
Type=Application
X-LXQt-Module=true

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Clipboard Manager
Comment=qlipper
Exec=qlipper
Type=Application
X-LXQt-Need-Tray=true
X-LXQt-Module=true

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Screensaver
Comment=xscreensaver
Exec=xscreensaver -no-splash
Type=Application
X-LXQt-X11-Only=true
X-LXQt-Module=true

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Network Manager
Comment=nm-tray
Exec=nm-tray
Type=Application
X-LXQt-Need-Tray=true
X-LXQt-Module=true

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=X Compositor
Comment=picom
Exec=picom
Type=Application
X-LXQt-Module=true

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Print Manager
Comment=system-config-printer-applet
Exec=system-config-printer-applet
Type=Application
X-LXQt-Module=true

View File

@ -169,7 +169,7 @@ Exec=lxqt-config-brightness, -i
[Super_L.32]
Comment=Show/hide main menu
Enabled=true
path=/panel/mainmenu/show_hide
path=/panel/fancymenu/show_hide
[XF86AudioLowerVolume.33]
Comment=Decrease sound volume

View File

@ -1,13 +1,22 @@
panels=panel1
[panel1]
plugins=mainmenu, desktopswitch, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock
plugins=fancymenu, desktopswitch, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock
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
menu_file=/etc/xdg/menus/lxqt-applications-compact.menu
showText=false
type=fancymenu
[desktopswitch]
type=desktopswitch
@ -15,8 +24,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]

View File

@ -0,0 +1 @@
backend = "xrender";