1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-15 10:33:59 +02:00

fixed bug where it tried to open nautilus, changed to xdg-open

This commit is contained in:
Dani Mateo
2020-07-17 23:58:33 +03:00
parent da2db64feb
commit 3acdab8f7e

View File

@@ -176,7 +176,7 @@ MountTags () {
DIR="$(mktemp -d)"
tmsu mount "${DIR}"
nautilus "${DIR}" && exit 0
xdg-open "${DIR}" && exit 0
}