Thomas Perl
Thomas Perl
Yeah, so right now PyOtherSide assumes that it "owns" the Python interpreter, and initializes the Python interpreter, etc.. -- if you want to use it with PyQt, you have to...
Note that you can also use `qmlscene` for running PyOtherSide applications, which should do the trick for your use case then (no need to compile just a C++ launcher, `qmlscene`...
Do you call it from a different thread? Can you create a [SSCCE](http://sscce.org) to reproduce this issue? Also, on which version / platform / OS are you experiencing this issue?...
Can you get a backtrace of the crash? Using e.g. `gdb` or `lldb`?
^L = "location", as it's also used in most browsers to focus the URL bar to enter a new URL to go to, so this is where this comes from...
Tested this on macOS, and it doesn't show any apps (well, I guess it just finds [Desktop Entry](https://specifications.freedesktop.org/desktop-entry-spec/latest/) files, and macOS doesn't use those): However, on macOS, the list of...
If the goal is just to get it working on PyPy without any of the D-Bus-related features, [`fake-dbus-module`](https://github.com/gpodder/gpodder/tree/master/tools/fake-dbus-module) would be an option.
Also, don't forget that JIT takes up more RAM at runtime. In general, there's not much in gPodder that would benefit from JIT'ing (as @arbizm said, nothing in gPodder would...
> Actually, that gap should probably not be removed, and a gap added on the other three sides of that button. When updating podcasts, the progress bar touches the left...
Marked as "draft", since this needs some more work :)