geany -> xdg-open

master
Daniel Napora 2022-08-17 14:26:41 +02:00
parent ab8270c738
commit 0f2d52bcca
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ else
for f in ${conkysPath[j]};do # compare with choice from dialog
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
if [[ $display = $name ]];then
geany "$f"
xdg-open "$f"
fi
done
done

View File

@ -95,7 +95,7 @@ else
for f in ${tintsPath[j]};do # compare with choice from dialog
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
if [[ $display = $name ]];then
geany "$f"
xdg-open "$f"
fi
done
done