Tweaks: Add Install winboat button#163
Merged
vnepogodin merged 8 commits intodevelopfrom Feb 15, 2026
Merged
Conversation
Signed-off-by: Peter Jung <admin@ptr1337.dev>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Install Winboat” entry to the Tweaks/Fixes UI, wiring it through the existing actions + dialog messaging flow.
Changes:
- Introduces a new
Action::InstallWinboataction type for dialog/UI routing. - Adds a new GTK button in the Tweaks “fixes” section to trigger Winboat installation.
- Implements
actions::install_winboatto install required packages and attempt enabling Docker. - Adds English i18n strings for the new button and “already installed” message.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/ui.rs |
Adds InstallWinboat to the Action enum used for dialog/UI message routing. |
src/pages/mod.rs |
Adds the “Install Winboat” button and wires click handling + dialog receiver mapping. |
src/actions.rs |
Adds install_winboat to install packages and enable docker.service. |
i18n/en/cachyos_hello.ftl |
Adds new Fluent strings for the Winboat button and installed-state message. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vnepogodin
requested changes
Feb 13, 2026
Co-authored-by: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
Co-authored-by: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
Co-authored-by: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
vnepogodin
approved these changes
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a button to install winboat.
Winboat is a really create application to use windows programs easily on linux. Winboat plans to also integreate GPU acceleration, which then would make programs like photoshop, after effects and co viable to be used inside this VM.
Winboat uses a windows docker container.