magiruuvelvet / LightweightQtDRMStreamViewer

A lightweight as possible DRM stream viewer based on the Qt Web Engine
MIT License
17 stars 4 forks source link

icon interface doesn't accept icons with path not in ~/.config/LightweightQtDRMStreamViewer/providers/ #3

Closed omni6 closed 6 years ago

omni6 commented 6 years ago

like title

when set path outside standard directory text disapears and no icon is shown.

btw, you're on arch!? mentioned periodically dropouts, if app get started you need --disable-seccomp-filter-sandbox argument.

magiruuvelvet commented 6 years ago

this is indented behavior, i may improve this when refactoring the application

also what do you mean with the second statement about --disable-seccomp-filter-sandbox?

omni6 commented 6 years ago

statting without can result in connection losses and dropouts:

../../../../qtwebengine-everywhere-src-5.10.0/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0025
Received signal 11 SEGV_MAPERR 000000000019

starting with --disable-seccomp-filter-sandbox is the workaround.

magiruuvelvet commented 6 years ago

Weird. Arch doesn't seem to have this problem. Sounds like an upstream issue to me.

omni6 commented 6 years ago

i am on arch and i had it :) , but you're right it is a strange issue and and seems to be random. and was confirmed from other arch users...

https://github.com/gort818/qtwebflix/issues/1 https://github.com/gort818/qtwebflix/issues/3

as i run your app i got this again

magiruuvelvet commented 6 years ago

I added a hint to the README in case other users run into the same problem.

magiruuvelvet commented 6 years ago

regarding your other issue. i opened a new issue to not forget about this

11

as said only relative paths are supported right now. you could always add .. to go back one directory, but that's just a mess

magiruuvelvet commented 6 years ago

@omni6 implemented in 32e11eaff54f4465eec64ed192b21f010d4a7485, icons can now be placed outside that directory