geany -> xdg-open
parent
ab8270c738
commit
0f2d52bcca
|
@ -101,7 +101,7 @@ else
|
||||||
for f in ${conkysPath[j]};do # compare with choice from dialog
|
for f in ${conkysPath[j]};do # compare with choice from dialog
|
||||||
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
||||||
if [[ $display = $name ]];then
|
if [[ $display = $name ]];then
|
||||||
geany "$f"
|
xdg-open "$f"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
|
@ -95,7 +95,7 @@ else
|
||||||
for f in ${tintsPath[j]};do # compare with choice from dialog
|
for f in ${tintsPath[j]};do # compare with choice from dialog
|
||||||
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
||||||
if [[ $display = $name ]];then
|
if [[ $display = $name ]];then
|
||||||
geany "$f"
|
xdg-open "$f"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue