Victor Ananjevsky
Victor Ananjevsky
USR1 and USR2 signals works the same as pressing OK or Cancel buttons
exit code 252 means that yad dialog was closed by pressing Esc. if you don't need this behavior just add --no-escape option
This is not possible. But you can try to realize such functionality by using buttons in a form dialog
can you show a content of "./script"?
cat and other shell commands doesn't understand uris, only filenames try something like this ```bash #! /bin/bash function dnd_hndl { # print transformed path echo ${1:7} } export -f dnd_hndl...
i have to mention that this is very simple example which not convert spaces or other special characters
yad --no-escape ...
i don't want to prevent window manager makes his job. if you need such functionality please use third-party tools like devilspie
Use --fixed or --undecorated options. Но в принципе, это проблема используемого wm, а не yad-а
please check 8b0e5af