Skip to content

Commit 7b53a57

Browse files
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>
1 parent 4ca4e05 commit 7b53a57

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/kiba.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,11 +1290,14 @@ jobs:
12901290
--window-icon="/usr/share/kibaos/logo.png" \
12911291
--width=450 --height=500 \
12921292
--image-column=1 --column=" " --column="Action" --column="Shortcut" \
1293+
"start-here-kde-symbolic" "Application Menu" "Meta" \
12931294
"utilities-terminal" "Terminal (Konsole)" "Meta + T" \
12941295
"view-presentation" "Overview (Grid)" "Meta + W" \
1296+
"view-fullscreen" "Desktop Grid" "Meta + G" \
12951297
"edit-find" "Search (KRunner)" "Meta + S" \
12961298
"configure" "Quick Settings" "Meta + A" \
12971299
"user-desktop" "Show Desktop" "Meta + D" \
1300+
"view-split-left-right" "Tile Window" "Meta + Arrows" \
12981301
"system-file-manager" "File Manager" "Meta + E" \
12991302
"system-lock-screen" "Lock Screen" "Meta + L" \
13001303
"view-list-icons" "Task Manager" "Meta + 1-9" \
@@ -1614,9 +1617,9 @@ jobs:
16141617
ID_LIKE=debian
16151618
VERSION_ID="1.0"
16161619
PRETTY_NAME="KibaOS 1.0"
1617-
HOME_URL="https://github.com/WolfTech-Innovations/kibaos"
1618-
SUPPORT_URL="https://github.com/WolfTech-Innovations/kibaos/issues"
1619-
BUG_REPORT_URL="https://github.com/WolfTech-Innovations/kibaos/issues"
1620+
HOME_URL="https://github.com/WolfTech-Innovations/kiba"
1621+
SUPPORT_URL="https://github.com/WolfTech-Innovations/kiba/issues"
1622+
BUG_REPORT_URL="https://github.com/WolfTech-Innovations/kiba/issues"
16201623
OSREL
16211624
16221625
# 7. Sleep disabled on installed system

0 commit comments

Comments
 (0)