-
-
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
Greater Wi-Fi card support, bug fixes, massive performance increases #104
Conversation
Batcastle
commented
Mar 23, 2024
- Add Realtek WiFi card support
- When manually partitioning, if the user sets the boot flag on their EFI partition, do not try to reset
- When resetting this flag, it actually UNSETS it. This can cause problems when booting on some motherboards
- Could not install on SD cards recognized as /dev/mmcblk*
- Partitioning formatting is the same as NVMe drives, added support there.
- When not making or using a Home partition, when manually partitioning, if the user does not explicitly set this, Edamame didn't know what to do.
- Fix typo in desktop launcher
- Started to compile multiple files with Nuitka to improve performance
Add support for Realtek cards. Also allows for failure of installation for main Restricted Extras packages, while drivers will still get installed. Failures in both driver and main packages will not cause whole script to fail. But, the failure will still be reported. Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
build was adding development files to DEB file. Made sure they were removed.
This only affects Nuitka compilation.
- When manually partitioning, if the user sets the boot flag on their EFI partition, do not try to reset - When resetting this flag, it actually UNSETS it. This can cause problems when booting on some motherboards - Could not install on SD cards recognized as /dev/mmcblk* - Partitioning formatting is the same as NVMe drives, added support there. - When not making or using a Home partition, if the user does not explicitly set this, Edamame didn't know what to do.
- Specified Python3.11 in all files to ensure Nuitka works with the transition to 3.12 on Ubuntu 24.04 - Removed block of code that was going unused in installer.py - Removing this block of code allowed to remove a dependency
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-07-22 01:51:01 UTC |
Signed-off-by: Thomas Castleman <[email protected]>
This will hide the KDE panel at boot time. This is not complete, we need to disable desktop icons too. However, it's a good deal better than what we had. This also allows the $PATH binary to be simpler, not hooking into the Python interpreter at all. We had to move all the Python code it was running into engine.py Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Signed-off-by: Thomas Castleman <[email protected]>
Is this pull request still valid, or has it been overcome by events? |