Wouter Wijsman

Results 289 comments of Wouter Wijsman

Thanks for the detailed report, I appreciate the effort. Looking at it like this, I do think 4 and 5 should probably be switched. When implementing using the native clients...

I've added this commit, which switches the prefix check and the setup.sh check around. Does that address your issue?

Exactly, that's the one. This seems like a pretty niche use case, though, that's why I didn't document it. The important thing is that you know it's there and you...

Oh wow, thanks for this really detailed bug report. That will help a lot with fixing this issue. I honestly think all playtasks should be shown to the user.

Thanks for reporting this! Honestly, I would expect this to be translatable. The title should be set here and it is a translatable string: https://github.com/sharkwouter/minigalaxy/blob/c7f3736da301813f2ecec39e0be49a00aa660f7b/minigalaxy/ui/about.py#L13 I'm surprised it's not working.

I would like to do this, but do you know what I'd have to change to get this to work? You got any error message when using the new one?

What does it say if you remove line 3 from `minigalaxy/ui/webkit.py`? Python should give a warning. On my system it looks like this: ``` /home/wouter/Personal/minigalaxy/minigalaxy/ui/webkit.py:3: PyGIWarning: WebKit2 was imported without...

Does it work if you just set it to require 3.0? If it does, I'll try to find a method to detect what is loaded.

Agreed, I think GTK4 would also provide us with some nice looking new widgets. Please keep the comments coming :D

I've found a solution which is not the prettiest, but does work: https://github.com/sharkwouter/minigalaxy/commit/ec823d4148fe9182c92c6e748228a527e45f0dcf