-
-
Notifications
You must be signed in to change notification settings - Fork 597
Create vlc-3.0.0 #434
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
base: master
Are you sure you want to change the base?
Create vlc-3.0.0 #434
Conversation
Hi @anupam-git thanks for your PR. I am not entirely sure what is going on here, but I suspect that VLC is being launched without a GUI:
Can you modify the AppImage so that GUI is launched at all times? (E.g., |
@probonopd So running Isn't there any other approach to fix this ?? |
Do you know how this works? |
No.. Let me try to find it out.. |
https://github.com/videolan/vlc/blob/master/bin/vlc.c#L232 https://github.com/videolan/vlc/blob/694399e23000232708b2d514a6a265cfc023ddde/src/interface/interface.c#L212 And if any specific interface is passed, it does not run the "default" interface(because of the NULL check) if that specified interface fails.. |
Also found out that on linux, QT is the default interface and in mac macosx is the default interface |
Do you have any idea why the Qt interface is apparently not being run in our CI test? Is there a way to enforce Qt to be used? |
No idea regarding that.. What I can do is that I can manually run the tests you are running to debug the error.. |
Does anyone know how VLC decides when to use Qt? |
VLC Runs the default interface everytime it is ran.. In case of linux the default interface is QT.. |
No description provided.