Installed Picard on a linux box and having an issue with it linking to my browser (it doesn’t!). So I cannot “Lookup in Browser” - or login (does not fetch authorisation code).
There is one error in the log at start up "Plugin directory ‘/app/lib/python2.7/site-packages/contrib/plugins’ does not exist.
So do I need to do something? Bit of a linux klutz so be nice
gvfs-open: http//www.musicbrainz.org: error opening location: Error when getting information for file ‘/home/andrew/http/www.musicbrainz.org’: No such file or directory <<< forget it, missed the :
Just to emphasise, picard does go and find the release and moves it to the right side (so not a connection issue that way). I cannot “Lookup in Browser” though.
That looks totally fine, that should be the last line of log output just before the URL gets loaded in your browser. I tested on Linux Mint 18.1 with Cinnamon to try to reproduce this issue, but it is working fine for me both with Picard 1.3.2 from the repository and the latest 1.4 from source.
Maybe stupid question, but are you absolutely sure it does not load in Firefox? Maybe you have multiple Firefox windows open and the URL opens in a new tab in another window than you expect.
Yes, that’s an Picard internal module. It is an extension of webbrowser with some extensions. As a last test could you try to run this on the command line:
The flatpak part might actually be the problem here. Flatpak just recently got support for xdg-open properly working inside the sandbox, maybe this is not yet working. Or it does not even use xdg-open inside the sandbox. You might try if a flatpak update and flatpak update --user helps.
Also libdiscid is currently not part of the flatpak install if I see this correctly. I think it could be added, but it might need some tinkering with the Flatpak sandboxing to access the CD devices.
Not sure who actually setup Picard’s Flatpak support, does anyone know?
Easiest for you would normally be to install from the PPA, but unfortunately this is out of date and I actually owe @samj1912 feedback on this, as I promised to update the PPA, but ran into issues and did not find the time to get this done