add kernel manager
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 2m0s

This commit is contained in:
Ward from fusion-voyager-3 2024-09-01 10:18:29 +03:00
parent 02df968dfc
commit fcee87ce46
7 changed files with 37 additions and 4 deletions

View File

@ -1 +1 @@
4
5

View File

@ -27,3 +27,26 @@ install:
cp -rvf data/icons $(DESTDIR)/usr/share/
mkdir -p $(DESTDIR)/usr/share/pika-welcome
cp -rvf data/config $(DESTDIR)/usr/share/pika-welcome/
install_no_build_debug:
mkdir -p $(DESTDIR)/usr/bin/
cp -vf target/debug/pika-welcome $(DESTDIR)/usr/bin/
chmod 755 $(DESTDIR)/usr/bin/pika-welcome
cp -vf data/bin/pika-welcome-autostart $(DESTDIR)/usr/bin/
chmod 755 $(DESTDIR)/usr/bin/pika-welcome-autostart
mkdir -p $(DESTDIR)/usr/share/glib-2.0/schemas/
mkdir -p $(DESTDIR)/usr/share/
mkdir -p $(DESTDIR)/usr/lib/pika/pika-welcome/scripts/
cp -rvf data/scripts/*.sh $(DESTDIR)/usr/lib/pika/pika-welcome/scripts/
cp -rvf locales /usr/lib/pika/pika-welcome/
chmod 755 $(DESTDIR)/usr/lib/pika/pika-welcome/scripts/*.sh
cp data/com.github.pikaos-linux.pikawelcome.gschema.xml $(DESTDIR)/usr/share/glib-2.0/schemas/
mkdir -p $(DESTDIR)/usr/share/applications
cp -vf data/com.github.pikaos-linux.pikawelcome.desktop $(DESTDIR)/usr/share/applications/
mkdir -p $(DESTDIR)/etc/xdg/autostart
cp -vf data/pika-welcome-autostart.desktop $(DESTDIR)/etc/xdg/autostart/
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/scalable/apps
cp -vf data/com.github.pikaos-linux.pikawelcome.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/
cp -rvf data/icons $(DESTDIR)/usr/share/
mkdir -p $(DESTDIR)/usr/share/pika-welcome
cp -rvf data/config $(DESTDIR)/usr/share/pika-welcome/

View File

@ -16,7 +16,7 @@
"icon": "pika-desktop",
"button": "launch-label",
"onlyin": "gnome",
"command": "/usr/bin/pika-gnome-layouts"
"command": "/usr/bin/pika-gnome-layouts &"
},
{
"id": 2,

View File

@ -24,6 +24,14 @@
"button": "launch-label",
"command": "/usr/lib/pika/pika-welcome/scripts/driver-manager.sh"
},
{
"id": 5,
"title": "open-kernel-manager-title",
"subtitle": "open-kernel-manager-subtitle",
"icon": "com.github.pikaos-linux.pika-kernel-manager",
"button": "launch-label",
"command": "pika-kernel-manager &"
},
{
"id": 3,
"title": "open-software-manager-title",

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
pika-welcome (5.0.0-101pika2) pika; urgency=low
pika-welcome (5.0.0-101pika3) pika; urgency=low
* Port to PikaOS 4

2
debian/control vendored
View File

@ -14,5 +14,5 @@ Rules-Requires-Root: no
Package: pika-welcome
Architecture: any
Depends: ${shlibs:Depends}, zenity
Depends: ${shlibs:Depends}, zenity, pika-drivers, pika-kernel-manager
Description: A frontend in GTK 4 and Libadwaita for Post install PikaOS setup.

View File

@ -24,6 +24,8 @@
"install-media-codec-subtitle": "Get media codecs and libraries (Such as : FFMPEG, and VA-API)\nwhich are needed for many creative applications \nand provide hardware accelerated video playback/decoding and encoding.",
"open-driver-manager-title": "Open Driver Manager",
"open-driver-manager-subtitle": "A driver utility to install various driver such as the\nproprietary NVIDIA® drivers that significantly increase performance for NVIDIA cards \nand microcode for CPUs and such.",
"open-kernel-manager-title": "Open Kernel Manager",
"open-kernel-manager-subtitle": "A utility to mange kernel versions and SCX schedulers.",
"open-software-manager-title": "Install more apps from the Software Manager",
"open-software-manager-subtitle": "Install and update software using the PikaOS Software Manager.",
"open-webapp-manager-title": "Install Webapps",