🎨 Palette: Unify welcome menu applications to Cutefish native tools#214
Conversation
Updated the kiba-welcome Zenity script in the main build workflow to use native Cutefish applications instead of a mix of KDE and UKUI utilities. - Replaced konsole with cutefish-terminal - Replaced peony with cutefish-filemanager - Replaced ukui-control-center with cutefish-settings - Replaced spectacle with cutefish-screenshot This ensures a consistent out-of-the-box experience and fixes potential broken links in the live environment where Cutefish is the primary desktop environment. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
I updated the
kiba-welcomescript within.github/workflows/kiba.ymlto use native Cutefish applications. Previously, the script was calling a mix of KDE (konsole,spectacle) and UKUI (peony,ukui-control-center) tools, which were inconsistent with the KibaOS focus on the Cutefish Desktop Environment. By switching tocutefish-terminal,cutefish-filemanager,cutefish-settings, andcutefish-screenshot, the welcome menu now provides a cohesive and reliable "unibody" UX for new users.I verified the changes by:
check_workflows.pyvalidation script (after installingPyYAML), which passed.PR created automatically by Jules for task 6597647740011406181 started by @christopherfoxjr