Enviado em 26/04/2023 - 17:00h
Esse tipo de caixa de yad só aceita um tipo de comando?
yad --form --width=250 --text="Choose a browser to launch:" \
--field="Chromium":fbtn "chromium" \
--field="Firefox":fbtn "firefox ; xfce4-terminal -e 'ls -l /tmp && sleep 50'" \
--field="Dillo":fbtn "dillo" \
--button=gtk-cancel:1
A opção firefox tem problema
yad --form --width=250 --text="Choose a browser to launch:" \
--field="Chromium":fbtn "chromium" \
--field="Firefox":fbtn "firefox ; xfce4-terminal -e 'ls -l /tmp && sleep 50'" \
--field="Dillo":fbtn "dillo" \
--button=gtk-cancel:1
A opção firefox tem problema