Elias Müller
Elias Müller
@d3im You are trying to access a X11 window function on GTK 4.0. This will definitely not work on Wayland, too. And GTK 4.0's main focus is Wayland. There are...
I've created a poc: https://github.com/trin94/python-mpv-gtk4
@jaseg Yes, the url is stable. You/I can also make a gist out of it so that we can link it in the README :+1: Whatever you chose, we should...
For zsh I use ```sh function join_by { local IFS="$1"; shift; echo "$*"; } function dict { dict.cc.py --max-results 12 en de "$*" | grep --color -Ei "$(join_by \| $*)|$";...
https://doc.qt.io/qt-5/i18n-source-translation.html Another example of a (PyQt5) toolchain can be found here: https://github.com/frispete/distutils_ui. The later uses a bunch of official command line tools to do the job. I think something similar...
Check mpvqc/mpvQC#27 if this issue is necessary.
https://github.com/vlc-qt/vlc-qt/tree/master/src/qml
Maybe using something like this helps: https://doc-snapshots.qt.io/qt6-6.5/qtquick-itemvariablerefreshrate-example.html
Asked for help in the Qt forum: https://forum.qt.io/topic/149728/improve-rendering-performance-while-integrating-libmpv-with-qtquick-python
This rendering issue only applies for Linux on both x11 and Wayland. On Windows, we now (f6e7cde201152d989fd18c5cfee4d38a5ec6a61c) do hWnd embedding instead of libmpv rendering. Unless someone has a clever idea,...