-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Larger EFI partition, new Qt GUI option #108
Conversation
- Start work to support multiple UI versions, depending on UI toolkit - Fixed a bug where dependencies where not changing based on compilation status
This new commit adds the ability to tell Edamame to use a different GUI toolkit than normal. This is useful for testing different versions of Edamame against new GUIs without having to do too much work.
This UI still has a few major bugs, some debugging code that needs to be removed, and needs a minor UX polish. However, it is working for the most part.
Mostly marking files as execuatable
Edamame now consists of 3 packages: - edamame-common - The common core of all 3 packages - edamame-gtk - The GTK+ UI - edamame-qt - The Qt UI Builds will now be placed in an auto-generated folder named `build`.
This might also help the code actually run too.
Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-11-17 20:07:01 UTC |
Apparently, we need to be in a certain folder to run the success UI now
--gui qt
toedamame
to get Qt GUIedamame-common
- The common core of Edamame. The back-end.edamame-gtk
- The GTK GUI for Edamameedamame-qt
- The Qt GUI for Edamame