Wyniki dla "zenity"

7 znalezionych

Kod (7)

recipes/gui/qemu/startvm:23
check_zenity_bin() {
recipes/gui/qemu/startvm:24
[[ $ZENITY_BIN == '' ]] && INSTALLED_ZENITY="no"
recipes/gui/qemu/startvm:29
if [[ $INSTALLED_ZENITY != "no" ]]; then
recipes/gui/qemu/startvm:34
_FULLPATHNAME=$(${ZENITY_BIN} --file-selection --title="Choose a VM" --filename=${_VM_FOLDER}/ --directory)
recipes/gui/qemu/startvm:205
check_zenity_bin
recipes/gui/qemu/startvm:226
ZENITY_BIN=$(which zenity)
recipes/gui/yad/PAGBUILD.yaml:4
pkgdesc: 'A fork of zenity - display graphical dialogs from shell scripts or command line'