buscar-archivos: thunar
This commit is contained in:
parent
655740b835
commit
5631b8e003
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ file="$(cat $out)"
|
||||||
|
|
||||||
if test -e "$file"; then
|
if test -e "$file"; then
|
||||||
if test -d "$file"; then
|
if test -d "$file"; then
|
||||||
exec caja "$file"
|
exec thunar "$file"
|
||||||
else
|
else
|
||||||
exec xdg-open "$file"
|
exec xdg-open "$file"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue