1 2 3 4 5 6 7 8 9
#!/bin/bash export QT_X11_NO_MITSHM=1 if [ $(command -v pkexec) ]; then pkexec --disable-internal-agent '/usr/bin/unetbootin.elf' "$@" else '/usr/bin/unetbootin.elf' "$@" fi