-
Notifications
You must be signed in to change notification settings - Fork 5
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
Try to determine the default video play using xdg-mime #12
base: master
Are you sure you want to change the base?
Conversation
fe9824c
to
f19aeca
Compare
f19aeca still shows
|
Can you tell me what
yields on your system? |
f19aeca
to
9942273
Compare
Ah, do not that the configuration probably lives in |
@probonopd I know this is not strictly related, but is there an easy way to trigger an update of the meta-data (screenshot, AppStream meta-data) on AppImageHub? |
Define "easy"... editing https://github.com/AppImage/appimage.github.io/blob/master/data/QMediathekView will trigger a new run of the test. (I should probably code something so that application authors can press a button to trigger new runs.) All of the actual data gets into the database in a fully automatic way, you can see the history here: https://github.com/AppImage/appimage.github.io/commits/master/apps/QMediathekView.md |
I thought of that, but I am not sure what to edit there? Adding a newline just to trigger this? |
Currently yes, I know it's not ideal yet. |
So does it work using the "Restore defaults" button? What does that grep line yield? |
In f19aeca the button is too small to read the text, clicking it does not seem to do anything. Also no output in the terminal. |
That is expected, but what does running
in a terminal yield for you? |
I have to admit that this is interesting, to say the least...
Maybe there is a better way to find out the default video player... |
But how does that work, i.e. |
Have to admit that I am puzzled here, too |
b12b099
to
6cd2586
Compare
Ok, so I guess you do have Parole installed? And when you apply |
There are more locations in which desktop files can reside, e.g., |
6cd2586
to
42675b2
Compare
…d-coding VLC. Closes #9
c7f7d14
to
c8cac5a
Compare
c10f1f1
to
70300b4
Compare
Use
xdg-mime
to query default application for MIME typevideo/mp4
and then try to grep binary path from desktop file'sExec
entry.