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

Wayland is Future. yad runs without X or Xwayland .yad runs natively in wayland. But,running yad programs gives us this error. (yad:19801): Gdk-WARNING **: 20:59:56.797: ../gtk/gdk/x11/gdkwindow-x11.c:5611 drawable is not a...

The example on the manpage shows a checklist selection but that seems more of a side effect of the boolean data and the checklist behavior. It would be nice to...

Hi, Have try to use 7z and progress bar but not work. ```./7za x archive.7z -bso0 -bsp1 | sed -e 's/%/\n/g'``` The test is ```./7za x archive.7z -bso0 -bsp1 |...

Hello, I'm struggling finding a toolchain to create a yad executable for windows (static if possible). Does any of the yad contributors have some build recipe ? Best regards.

Dear Sir, Can you please add an option to print the selection by sending some special character to standard input? This could be useful when using paned and notebook dialogs...

E.g. `qrencode test -o - | yad --picture --filename=/dev/stdin` or `qrencode test -o - | yad --picture --filename=-`.

Setting the window type will help the window manager understand the purpose of a window and decide where and how to display it on screen. Most of the [_NET_WM_STATE hints](https://specifications.freedesktop.org/wm-spec/1.4/ar01s05.html#idm46064536437584)...

I am not sure there is a way to do this with yad in its current state so I am putting in this request. Using xdotool I made a script...

If I use `date +%s%3N` (number of milliseconds since Epoch) for example, I get the following error : ``` Unable to parse command line: Integer value “” for --plug out...

I have noticed recently that notebook and paned depend on the X11 backend of GTK+3.0 to compile as `` is not installed to system headers if the backend is not...