mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-16 02:54:40 +02:00
fixed bug where it tried to open nautilus, changed to xdg-open
This commit is contained in:
@@ -176,7 +176,7 @@ MountTags () {
|
|||||||
DIR="$(mktemp -d)"
|
DIR="$(mktemp -d)"
|
||||||
|
|
||||||
tmsu mount "${DIR}"
|
tmsu mount "${DIR}"
|
||||||
nautilus "${DIR}" && exit 0
|
xdg-open "${DIR}" && exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user