Closed omni6 closed 6 years ago
I currently don't read anything from the system, just the users configuration directory. That's the idea here, so this won't work, no matter what you try. I would first need to write some code to make this work as you excepted it.
I have an idea on how to implement this, as I also need to handle conflicting files (same name) and give the local configs more priority.
@omni6 i implemented this just now in cec1e2a6c26ed0ea6aa1b7b2007bdebc2cf6cb5a, could you test the changes and report back? thanks
it should now see files in /usr/share/LightweightQtDRMStreamViewer/providers
and load them from there
please note local config files have more priority and will override the system installed ones
works!
good thanks for testing
sorry for hijacking an old issue, i just want to inform you that the build system has changed to cmake now, qmake was removed
i wrote a pkgbuild for my own purposes:
so far so good, it is mostly usable for me but there are a few problems. i copy the content from /providers to usr/share i think this should be the right place. but on first load it has to be copied to ~/.config where it belongs for the user instance.
do you plan to update your makefile and add install rules?