justaCasualCoder
justaCasualCoder
Same issue here... Debian 12 ` 6.6.1-surface-1`.
For anyone who want's a AppImage of `scrcpy`: [Fork of aditya24ra's fork to add support for Scrcpy v2](https://github.com/justaCasualCoder/scrcpy).
Same here :(
Got this when trying to connect to a IPhone....
If you end up using GTK4,[ this guide](https://github.com/Taiko2k/GTK4PythonTutorial/blob/main/README.md) was super helpful for me when I made GTK4 stuff in Python.
I was looking at porting to GTK4, but had a question. Would you want the GUI to stay the same?
I agree. I will look at this more later.
I am currently stuck trying to position the widgets. Unfortunately, GTK does not have an equivalent to `tk.Label.grid(**widget_grid_options)`. The GTK grid takes these arguments (from [these](https://python-gtk-3-tutorial.readthedocs.io/en/latest/layout.html) docs): 1. The `child`...
Do you think I should continue using that setup? ```python3 widgets = [ { "type": "label", "options": { "text": "Thor Flash Utility v1.0.4", }, "grid_options": { "pos1": 0, "pos2": 0,...
Update: I'm working on this, I just don't want to update the fork until I have a solid base. I have been looking into using `Gtk.Stack` and `Gtk.StackSwitcher` for the...