From 92ef3f73655dcd070cdfacb68dfc799819f0fc07 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:09:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20Kiba=20Welc?= =?UTF-8?q?ome=20UX=20and=20Accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add emojis (🚀, 🌐, 🛍️, ⌨️, ✨) to Zenity menu labels for better scan-ability. - Synchronize bash case statement with new emoji labels. - Update shortcuts info box to use "KibaOS" branding instead of legacy "KibaTV". - Add Comment field to kiba-welcome.desktop for improved accessibility. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com> --- .github/workflows/kiba.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/kiba.yml b/.github/workflows/kiba.yml index 78208e71..02007271 100644 --- a/.github/workflows/kiba.yml +++ b/.github/workflows/kiba.yml @@ -1234,36 +1234,36 @@ jobs: --window-icon="/usr/share/kibaos/logo.png" \ --text="Welcome to KibaOS! What would you like to do?" \ --image-column=1 --column=" " --column="Action" --column="Description" \ - "calamares" "Install KibaOS" "Install the system permanently to your disk" \ - "chromium" "Web Browser" "Browse the internet" \ - "org.kde.discover" "Software Center" "Discover and install new applications" \ - "input-keyboard" "Keyboard Shortcuts" "View useful desktop shortcuts" \ - "help-browser" "Online Wiki" "Read the technical documentation" \ + "calamares" "🚀 Install KibaOS" "Install the system permanently to your disk" \ + "chromium" "🌐 Web Browser" "Browse the internet" \ + "org.kde.discover" "🛍️ Software Center" "Discover and install new applications" \ + "input-keyboard" "⌨️ Keyboard Shortcuts" "View useful desktop shortcuts" \ + "help-browser" "✨ Online Wiki" "Read the technical documentation" \ --hide-column=1 --print-column=2 \ --width=450 --height=500 --ok-label="Launch" --cancel-label="Close" 2>/dev/null) [ -z "$CHOICE" ] && break case "$CHOICE" in - "Install KibaOS") + "🚀 Install KibaOS") sudo calamares & break ;; - "Web Browser") + "🌐 Web Browser") chromium & break ;; - "Software Center") + "🛍️ Software Center") plasma-discover & break ;; - "Keyboard Shortcuts") + "⌨️ Keyboard Shortcuts") (zenity --info --title="Keyboard Shortcuts" \ --window-icon="/usr/share/kibaos/logo.png" \ - --text="Standard KibaTV Shortcuts:\n\n • Meta + T: Terminal (Konsole)\n • Meta + W: Overview (Window Grid)\n • Meta + S: Search (KRunner)\n • Meta + A: Quick Settings\n • Meta + E: File Manager (Dolphin)\n • Meta + L: Lock Screen\n • Meta + 1-9: Activate Task Manager Entries" \ + --text="Standard KibaOS Shortcuts:\n\n • Meta + T: Terminal (Konsole)\n • Meta + W: Overview (Window Grid)\n • Meta + S: Search (KRunner)\n • Meta + A: Quick Settings\n • Meta + E: File Manager (Dolphin)\n • Meta + L: Lock Screen\n • Meta + 1-9: Activate Task Manager Entries" \ --width=450 2>/dev/null) & ;; - "Online Wiki") + "✨ Online Wiki") chromium "https://github.com/WolfTech-Innovations/Kiba/blob/main/WIKI.md" & break ;; @@ -1277,6 +1277,7 @@ jobs: [Desktop Entry] Type=Application Name=Kiba Welcome + Comment=Welcome to KibaOS Exec=/usr/local/bin/kiba-welcome Icon=start-here-kde-symbolic Terminal=false