Compare commits
No commits in common. "ubuntu/plucky" and "ubuntu/24.10.1" have entirely different histories.
ubuntu/plu
...
ubuntu/24.
@ -8,7 +8,7 @@ set(CMAKE_AUTORCC ON)
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 23)
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
set(CMAKE_INSTALL_PREFIX "/usr")
|
set(CMAKE_INSTALL_PREFIX "/")
|
||||||
|
|
||||||
find_package(ECM REQUIRED NO_MODULE)
|
find_package(ECM REQUIRED NO_MODULE)
|
||||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
|
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
|
||||||
@ -61,11 +61,11 @@ install(TARGETS lubuntu-installer-prompt
|
|||||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
install(PROGRAMS "scripts/change-system-language" DESTINATION libexec)
|
install(PROGRAMS "scripts/change-system-language" DESTINATION usr/libexec)
|
||||||
install(PROGRAMS "scripts/start-lubuntu-live-env" DESTINATION libexec)
|
install(PROGRAMS "scripts/start-lubuntu-live-env" DESTINATION usr/libexec)
|
||||||
install(FILES "lubuntu-live-environment.desktop" DESTINATION share/xsessions)
|
install(FILES "lubuntu-live-environment.desktop" DESTINATION usr/share/xsessions)
|
||||||
install(FILES "rc.xml" DESTINATION /etc/xdg/xdg-lubuntu-live-environment/openbox)
|
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(FILES "panel.conf" DESTINATION etc/xdg/xdg-lubuntu-live-environment/lxqt)
|
||||||
|
|
||||||
if(QT_VERSION_MAJOR EQUAL 6)
|
if(QT_VERSION_MAJOR EQUAL 6)
|
||||||
qt_finalize_executable(lubuntu-installer-prompt)
|
qt_finalize_executable(lubuntu-installer-prompt)
|
||||||
|
25
debian/changelog
vendored
25
debian/changelog
vendored
@ -1,28 +1,3 @@
|
|||||||
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
|
lubuntu-installer-prompt (24.10.1) oracular; urgency=medium
|
||||||
|
|
||||||
* Update to use Qt 6.
|
* Update to use Qt 6.
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 718 KiB After Width: | Height: | Size: 3.3 MiB |
18
panel.conf
18
panel.conf
@ -1,27 +1,19 @@
|
|||||||
panels=panel1
|
panels=panel1
|
||||||
|
|
||||||
[panel1]
|
[panel1]
|
||||||
plugins=fancymenu, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock
|
plugins=mainmenu, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock
|
||||||
position=Bottom
|
position=Bottom
|
||||||
desktop=0
|
desktop=0
|
||||||
|
|
||||||
[fancymenu]
|
[mainmenu]
|
||||||
buttonsAtTop=false
|
type=mainmenu
|
||||||
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
|
filterClear=true
|
||||||
menu_file=/etc/xdg/menus/lxqt-applications-compact.menu
|
|
||||||
showText=false
|
|
||||||
type=fancymenu
|
|
||||||
|
|
||||||
[quicklaunch]
|
[quicklaunch]
|
||||||
type=quicklaunch
|
type=quicklaunch
|
||||||
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||||
apps\size=1
|
apps\2\desktop=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
|
||||||
|
apps\size=2
|
||||||
alignment=Left
|
alignment=Left
|
||||||
|
|
||||||
[taskbar]
|
[taskbar]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user