amoffat/supertag

Does not work on arch linux

dgengtek opened this issue · 3 comments

$ ./tag -vvv mount -f tmptest
Mounting to "/mnt/tmptest"
Error: ExitStatus { cmd: "xdg-open (internal)", status: ExitStatus(ExitStatus(768)), stderr: "XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so:\nlibselinux.so.1: cannot open shared object file: No such file or directory\nCouldn\'t load XPCOM.\nXPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so:\nlibselinux.so.1: cannot open shared object file: No such file or directory\nCouldn\'t load XPCOM.\nxdg-open: no method available for opening \'/mnt/tmptest\'\n" }

$ uname -a
Linux ws 5.9.3-arch1-1 #1 SMP PREEMPT Sun, 01 Nov 2020 12:58:59 +0000 x86_64 GNU/Linux

selinux is required? Should that not be bundled with the appimage?

This looks like it's related to the feature of opening your system's file browser on mount, which is going to be removed. I'll have a fix merged in later tonight.

Try the latest AppImage (v0.1.3), which removes the automatic opening of your file browser, which was the cause of that particular error.

Works now