-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Arch Linux without command line options #19
Comments
Update, When passing the register-pepper-plugins option it is working and displaying 1080p content.
But the magic parameter is found only in the source README.md file which is not provided in the AUR package. A man page and/or --help option would be very welcome. Thanks. |
Thanks for the issue, the command line option is included in the .desktop file. Do you have chromium installed, if so there is an issue as qtwebengine looks there first for the widevine libs this is a known bug in qtwebengine. Are you running from the command line? Yes you are right a man page or help option would be great. |
Hi, I do have chromium installed:
And using i3wm, I do not see any desktop icons. Instead of the desktop file, default options should reside in a file like /etc/qtwebflix.conf |
From qt docs:
Unfortunately that is not possible, probably the easiest solution is to make an alias for qtwebflix if you are running from the command line . |
Is it not a typical use-case for a wrapper ? |
Worth noting I put the libraries in |
@owenthewizard yes that is where they should be, but unfortunately if you have chromium installed it only checks in /usr/lib/chromium so in that case you need to override it with --register-pepper-plugins. I read it might be fixed in Qt 5.11 , it should default to /usr/lib/qt/plugins/ppapi/. @arcenik I am not sure if that would be a typical case, but I could have another program just create a process to call qtwebflix with the command line options.. or the package could just create a system wide alias. |
For which shell? zsh, fish, bash ... instead of starting qtwebflix it is possible to start a shell script with the command line option inside, overdone? Imho, when installing the recommended arch way (git clone - makepkg) the .desktop file will be downloaded, when one inspect the package he will find the right command to start. I3, bspwm and so on users on arch (DIY) are known as advanced users, they should be capable to figure this out. --help option sounds good |
@omni6 I see what you are saying, I wonder how ubuntu does it, for vim it seems to set an alias for vi system wide.I could be mistaken. A shell script would work but the only ones who would need it would be users with a tiling window manager and also have chromium installed. Well to start I will add a help command-line option. |
Added a simple help command line option #19
Added a help option that show the command to load widevine libs, hopefully the issue will be fixed upstream so we don't have to worry about this. |
Ok my fix made everything more complicated so I removed it. Maybe a man page is the way to go or just wait until it gets fixed upstream. Or just redo the readme. What are your thoughts @omni6 ? |
I think in the most cases everything works fine. Special informations should be / are available on github. For a manpage there are too less options to be worth to write it. |
Hello,
I've just installed qtwebflix using AUR package but I can't play any video.
The error displayed is the follow
And in the terminal I see
The versions and context :
The text was updated successfully, but these errors were encountered: