Sergey Vlasov
Sergey Vlasov
> @noscript in `configure` I see option `--no-gstreamer` - but Nulloy can work without gstreamer? Yes, you can use VLC or Phonon instead of GStreamer. > @noscript and what is...
GStreamer internally also uses TagLib but it is usually an old version. Separate TagLib dependency is always based on a much newer version.
Tags reading is not trivial. Just take a look at the TagLib API.
D-Bus :( Let this issue be open until I decide what to do with it.
Hi Jaris. Looks awesome. I will consider implementing it :)
I'm not Gentoo user, so I don't know how things work there. Is Nulloy now included to the official repositories? README is currently only meant for build instructions, but I...
Please write instructions as a list of shell commands, so they could simply be pasted to terminal.
The warning is due the use of `QAbstractFileEngine`, which became private in Qt5. `QAbstractFileEngine` enables support for compressed skins (`.nzs`). Alternative would be to use `QWebEngineUrlSchemeHandler`, but it depends on...
Actually, I hope I can use https://doc.qt.io/qt-5/qdesktopservices.html#setUrlHandler instead.
Thank you for the suggestion. I almost started working on AppImage packaging but just didn't have enough time to get it working. I will consider flatpak as well however.