Toolbox Tuner is a tool to improve the experience with toolbox.
The project is currently only an mvp that only is able to list toolboxes and launch a terminal inside of them.
- UI prototype
- Continuous development releases
- Flatpak support
- Publish on Flathub
The application as of now is only available as a development build. You can download it here but be aware of unfinished features and possible instabilities.
This project now uses Gnome Builder as main build tool and the Flatpak toolchain.
- Install dependencies:
flatpak install org.flatpak.Builder
flatpak install org.gnome.Sdk
flatpak install org.freedesktop.Sdk.Extension.rust-stable
- Compile with:
- Flatpak Builder by opening the project folder and pressing run
- This project is built with
Relm4
, therefore, the pre-requisites for gtk4 need to be installed. Follow the gtk4-rs book's installation instructions. - Compile with:
cargo build
orcargo run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.