this zenity script is just a "do-nothing" little script...
--info gives the little lightbulb....
--title sets the window title
--text gives you a text label....
You mean, you want it to give you the directory that you click?
Sure, try something like this:
Code:
dir=$(
zenity --list --title="Choose the directory you wish to view" \
--column="Directory" \
admin \
bin \
data \
deploy \
lost+found \
pdc \
scratch \
web \
webnet \
)
print dir=$dir