Hi!
The download archives contain UnityHub URLs that us Linux users apparently have to use in order to install older Linux versions.
When I click on the links (leading to, i.e., unityhub://5.6.7f1/e80cc3114ac1), nothing happens.
I tried registering a custom protocol handler like this:
gconftool-2 -s /desktop/gnome/url-handlers/foo/command ‘/opt/UnityHub/UnityHub.AppImage %s’ --type String
gconftool-2 -s /desktop/gnome/url-handlers/foo/enabled --type Boolean true
I added a property called network.protocol-handler.expose.unityhub to my Firefox configuration, but it still complains “The address wasn’t understood”
I called UnityHub.AppImage with different variations of the URL:
./UnityHub.AppImage unityhub://5.6.7f1/e80cc3114ac1
./UnityHub.AppImage 5.6.7f1/e80cc3114ac1
./UnityHub.AppImage e80cc3114ac1
But this only brings UnityHub into the foreground.