z970
macrumors 68040
Hmm, it seems I've mis-remembered the launch command. My apologies.
Let's try this... do ls /usr/share/applications. You should see some kind of entry for Arctic Fox, whether it be arcticfox.desktop, arctic-fox.desktop, or maybe ArcticFox.desktop. In however way it's formatted, then do cat /usr/share/applications/arcticfox.desktop. You should then see a file marked with "[Desktop Entry]" at the beginning, someplace within it lying the "exec=" line. Then, enter into the terminal whatever comes after "exec=", minus the trailing %U (or was it U%?).
What we're trying to do here is launch the application via terminal so that we can at least get some kind of error message in response, which would help us figure out what the problem is.
Let's try this... do ls /usr/share/applications. You should see some kind of entry for Arctic Fox, whether it be arcticfox.desktop, arctic-fox.desktop, or maybe ArcticFox.desktop. In however way it's formatted, then do cat /usr/share/applications/arcticfox.desktop. You should then see a file marked with "[Desktop Entry]" at the beginning, someplace within it lying the "exec=" line. Then, enter into the terminal whatever comes after "exec=", minus the trailing %U (or was it U%?).
What we're trying to do here is launch the application via terminal so that we can at least get some kind of error message in response, which would help us figure out what the problem is.