-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
WIP: Update Dependencies #642
base: dev
Are you sure you want to change the base?
Conversation
346526e
to
1515bfc
Compare
Looks similar to issue #591. |
Well I can pick a file in the file picker, but openandroidinstaller doesnt seem to pick it up. Edit: tried the 0.5.3 beta flatpak again and it works |
Maybe the behavior of the file picker (events) changed with the new flet version? 🤔 |
* fixes OSError: [Errno 39] Directory not empty: 'openandroidinstaller/tools/platform-tools' -> 'openandroidinstaller/openandroidinstaller/bin' when repeatadly running 'make install' Signed-off-by: SirRGB <sirrgb@proton.me>
Signed-off-by: SirRGB <sirrgb@proton.me>
Signed-off-by: SirRGB <sirrgb@proton.me>
* eol as of https://web.archive.org/web/20240920075602/https://blog.pixelexperience.org/2024/04/everything-has-to-come-to-an-end-sometime/ Signed-off-by: SirRGB <sirrgb@proton.me>
* as per https://review.lineageos.org/c/LineageOS/lineage_wiki/+/387217 Signed-off-by: SirRGB <sirrgb@proton.me>
Signed-off-by: SirRGB <sirrgb@proton.me>
3c89893
to
3e4ace8
Compare
* fixes the following error when running 'make test' * dont ask me why it works FAILED tests/test_app.py::test_app_sargo - TypeError: Page.__init__() missing 1 required positional argument: 'loop' FAILED tests/test_app.py::test_app_beyond2lte - TypeError: Page.__init__() missing 1 required positional argument: 'loop' Signed-off-by: SirRGB <sirrgb@proton.me>
* rename CountinuosRectangleBorder to ContinuousRectangleBorder as of: flet-dev/website#147 * allows building on [A-Z]ubuntu 24.04 * remove hard-coded python verson in pre commit hooks and update their versions * add poetry export plugin to address the following warning (still shows up) Warning: poetry-plugin-export will not be installed by default in a future version of Poetry. In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin. To disable this warning run 'poetry config warnings.export false'. Signed-off-by: SirRGB <sirrgb@proton.me>
The latest docs of flet state "In Linux, the FilePicker control depends on Zenity when running Flet as an app. This is not a requirement when running Flet in a browser." (https://flet.dev/docs/controls/filepicker) Not sure if this was a requirement before. Could this be the issue with the filepicker? |
Another thing I can think of: Could you try claiming you need to install a recovery? Maybe something in the control flow goes wrong there? 🤔 |
Iirc Ive tried picking a recovery too, but I assume Zenity is what makes the filepicker fail, I kinda overlooked that, Ill try later today. |
I have no idea 😅 it looks like something new in flet. Having it at 1 for now should be fine :) |
Yea, tried to install zenity on the host machine and added it as dependency, manually imported it, just to be sure, yet no success so far. |
Im kinda stuck here. Picking a correct or incorrect rom has no effect on this screen.