Thread: alternative to zenity?
hello,
writing script requires user select file. script works correctly zenity seems have problems. if have scroll select file, file different 1 selected appears.
i wondering if there alternative zenity can same thing. prefer terminal based program if possible.code:filename=`zenity --file-selection --title "select file encrypt"` echo "$filename"
thanks,
this
works correctly.code:#!/bin/bash filename=$(zenity --file-selection --title "select file encrypt") echo $filename
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] alternative to zenity?
Ubuntu
Comments
Post a Comment