Closed Digitalone1 closed 5 years ago
Cannot reproduce on Fedora/Gnome (using the same .desktop file)
What file browser do you use?
I use Dolphin on Plasma 5.
This is GTK version opened from context menù.
This Qt opened inside the app.
Qt looks much better.
Anyway, I tried opening from context menu in Dolphin with both versions and only GTK works. Don't know why. Any hint to try to figure out what's going wrong with Qt?
You can try with the latest master
Thank you, it's working now.
Hello, I installed mediainfo qt version on my Arch Linux because gtk version looks ugly and was not showing correctly on my system.
Installed if from here: https://aur.archlinux.org/packages/mediainfo-gui-git Here are commands for building: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mediainfo-gui-git
qt version looks good, I start the app, open a media file and it works, but the only issue is that I cannot open a file from context menu. When I do it, the gui is like this:
Desktop entry is:
As you can see,
%f
in exec line should be enough to pass file location as argument to the application, but it won't work. Tried also to switch to%u
and%n
, but nothing changes. That's weird since gtk version is exactly the same exec line and it works.If I write
mediainfo-gui "full/path/to/filename"
from command line, it works correcty.Any tips to fix? Thanks.