If VLC is not already installed, then ptDetail directive crashes, due to which screen is covered with a black overlay making the app unusable from the start.
An error pops up in the console:
libvlc.so.5: cannot open shared object file: No such file or directory
This issue goes away upon installing VLC which effectively makes liblvlc.so available.
If VLC is not already installed, then
ptDetaildirective crashes, due to which screen is covered with a black overlay making the app unusable from the start.An error pops up in the console:
libvlc.so.5: cannot open shared object file: No such file or directoryThis issue goes away upon installing VLC which effectively makes
liblvlc.soavailable.