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:
@@ -176,7 +176,7 @@ MountTags () {
|
||||
DIR="$(mktemp -d)"
|
||||
|
||||
tmsu mount "${DIR}"
|
||||
nautilus "${DIR}" && exit 0
|
||||
xdg-open "${DIR}" && exit 0
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user