Compare commits

...

5 Commits

Author SHA1 Message Date
be65593381 update panel config to current default 2025-03-23 01:19:06 +00:00
baa264ea66 remove accidentially added desktop switch 2025-03-07 18:32:18 +00:00
78162a478c update panel for the current default config 2025-03-06 01:02:30 +00:00
Aaron Rainbolt
46faa85594
Update background for Plucky 2025-03-05 00:13:08 -06:00
Aaron Rainbolt
6cb084ebf9
Sync with archive 2025-03-04 23:57:24 -06:00
4 changed files with 44 additions and 11 deletions

View File

@ -8,7 +8,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INSTALL_PREFIX "/")
set(CMAKE_INSTALL_PREFIX "/usr")
find_package(ECM REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@ -61,11 +61,11 @@ install(TARGETS lubuntu-installer-prompt
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(PROGRAMS "scripts/change-system-language" DESTINATION usr/libexec)
install(PROGRAMS "scripts/start-lubuntu-live-env" DESTINATION usr/libexec)
install(FILES "lubuntu-live-environment.desktop" DESTINATION usr/share/xsessions)
install(FILES "rc.xml" DESTINATION etc/xdg/xdg-lubuntu-live-environment/openbox)
install(FILES "panel.conf" DESTINATION etc/xdg/xdg-lubuntu-live-environment/lxqt)
install(PROGRAMS "scripts/change-system-language" DESTINATION libexec)
install(PROGRAMS "scripts/start-lubuntu-live-env" DESTINATION libexec)
install(FILES "lubuntu-live-environment.desktop" DESTINATION share/xsessions)
install(FILES "rc.xml" DESTINATION /etc/xdg/xdg-lubuntu-live-environment/openbox)
install(FILES "panel.conf" DESTINATION /etc/xdg/xdg-lubuntu-live-environment/lxqt)
if(QT_VERSION_MAJOR EQUAL 6)
qt_finalize_executable(lubuntu-installer-prompt)

25
debian/changelog vendored
View File

@ -1,3 +1,28 @@
lubuntu-installer-prompt (25.04.4) plucky; urgency=medium
* Update panel for the current default configuration.
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 23 Mar 2025 01:18:05 +0000
lubuntu-installer-prompt (25.04.3) plucky; urgency=medium
* Removing desktop switch accidentially added to panel.
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 07 Mar 2025 18:29:48 +0000
lubuntu-installer-prompt (25.04.2) plucky; urgency=medium
* Update panel for the current default configuration.
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 06 Mar 2025 01:01:59 +0000
lubuntu-installer-prompt (25.04.1) plucky; urgency=medium
* Update background image.
* Install main executable to /usr/bin rather than /bin.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 04 Mar 2025 23:57:40 -0600
lubuntu-installer-prompt (24.10.1) oracular; urgency=medium
* Update to use Qt 6.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 718 KiB

View File

@ -1,19 +1,27 @@
panels=panel1
[panel1]
plugins=mainmenu, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock
plugins=fancymenu, 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
[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]