yad icon indicating copy to clipboard operation
yad copied to clipboard

Yet Another Dialog

Results 142 yad issues
Sort by recently updated
recently updated
newest added

UI elements which take a string or a numeric as their value, cannot work well when the value is starts with "-" command: /usr/bin/yad --form --align='right' --columns=1 --separator='|' --item-separator='!' --date-format=%x...

Hi, I'd like to get a menu with submenus. regarding: `yad --notification --text="Test-Tray" --menu="Traycommand1 ! quit |beenden ! quit" --command="" --no-middle` instead of `Traycommand1 ! quit` I'd like to get...

whenever i try to use a non-yad button type all i get is the default 'cancle' 'ok' button. i've tried every possible combination of quotation marks, double, single, none, even...

I am building a « .deb » package from this repository, by the way why did you chose to use versioning lower than the old one source code ? I...

LinuxMint 21, with all required dependencies I try to build yad from git sources: ``` git clone https://github.com/v1cont/yad.git yad cd yad autoreconf -ivf intltoolize --force ./configure --with-gtk=gtk3 --enable-icon-browser --enable-html make...

Linux Mint 21 vanessa Using latest `AppImage`: ``` yad --version 2>/dev/null 10.90 (GTK+ 3.24.30) ``` I expect the font size to be changed, but nothing happens: yad --fontname="Monospace Regular 42"...

Used yad 0.40.0 (GTK+ 3.24.33) on Linux Mint 21 vanessa Now, using latest `AppImage`: ``` yad --version 2>/dev/null 10.90 (GTK+ 3.24.30) ``` The command that was putting the box on...

For example, if I copy this from https://smokey01.com/yad eval exec yad --title="xdf" --image=drive-harddisk --text="Disk\ usage:" --buttons-layout=end --width=650 --multi-progress \ $(df -hT $1 | tail -n +2 | awk '{printf "--bar=\"%s...

The following command can be used to run the script: ``` GDK_BACKEND=x11 ``` It works in Gnome, no problems. For other DEs the command may be different.

How can I pass the data from the file selection field to the function for the next processing, without closing the window. A CB type field can be passed, but...