From 7b53a574c5371bd718375367a3fe51a38c0f0edd Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:49:27 +0000 Subject: [PATCH] feat: enhance kiba-welcome shortcuts and fix URL consistency - Added Application Menu, Desktop Grid, and Tile Window shortcuts to kiba-welcome help dialog. - Fixed repository URL consistency in post-install.sh (kibaos -> kiba). - Ensured technical strings remain hidden in Zenity menus to avoid visual regressions. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com> --- .github/workflows/kiba.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kiba.yml b/.github/workflows/kiba.yml index 24eee6af..393a9721 100644 --- a/.github/workflows/kiba.yml +++ b/.github/workflows/kiba.yml @@ -1290,11 +1290,14 @@ jobs: --window-icon="/usr/share/kibaos/logo.png" \ --width=450 --height=500 \ --image-column=1 --column=" " --column="Action" --column="Shortcut" \ + "start-here-kde-symbolic" "Application Menu" "Meta" \ "utilities-terminal" "Terminal (Konsole)" "Meta + T" \ "view-presentation" "Overview (Grid)" "Meta + W" \ + "view-fullscreen" "Desktop Grid" "Meta + G" \ "edit-find" "Search (KRunner)" "Meta + S" \ "configure" "Quick Settings" "Meta + A" \ "user-desktop" "Show Desktop" "Meta + D" \ + "view-split-left-right" "Tile Window" "Meta + Arrows" \ "system-file-manager" "File Manager" "Meta + E" \ "system-lock-screen" "Lock Screen" "Meta + L" \ "view-list-icons" "Task Manager" "Meta + 1-9" \ @@ -1614,9 +1617,9 @@ jobs: ID_LIKE=debian VERSION_ID="1.0" PRETTY_NAME="KibaOS 1.0" - HOME_URL="https://github.com/WolfTech-Innovations/kibaos" - SUPPORT_URL="https://github.com/WolfTech-Innovations/kibaos/issues" - BUG_REPORT_URL="https://github.com/WolfTech-Innovations/kibaos/issues" + HOME_URL="https://github.com/WolfTech-Innovations/kiba" + SUPPORT_URL="https://github.com/WolfTech-Innovations/kiba/issues" + BUG_REPORT_URL="https://github.com/WolfTech-Innovations/kiba/issues" OSREL # 7. Sleep disabled on installed system