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

Currently, I use the main buttons on the bottom for calling internal functions Those buttons use space of course, so the minimal width of some windows is already [too big](https://github.com/frostworx/steamtinkerlaunch/wiki/Settings-Menu)....

It might be very useful to have an option to automatically set the height of a `--list` dialog so that all items are shown For instance, running: ``` yad --list...

Apparently button have a minimum size For example the command yad --button="eraser-16.svg":1 where eraser-16.svg is a 16x16 image produced a button which is much larger than the image. Adding --geometry...

``` bt@kris-bt:~/Web/cgi-bin$ yad --dnd --command='./script %s' (drag and drop) sh: 1: cannot open file:///home/bt/xml/tst_20201103-1.xml: No such file bt@kris-bt:~/Web/cgi-bin$ file ///home/bt/xml/tst_20201103-1.xml ///home/bt/xml/tst_20201103-1.xml: XML 1.0 document, UTF-8 Unicode text, with CRLF, LF...

distro is debian9 (stretch) try this to see : yad -- info --title "Huge Dialogue Box" --text "Four score and seven years ago our fathers brought forth on this continent,...

bug

It would be super useful if this existed in Yad: In a --formatted section (where Pango formatting is used) make a specific format similar like [[pretty link text|actual link text]]...

Hi, I see that yad has a --tail option for --text-info dialogs which is the same behaviour as zenity's --auto-scroll option. It would be great if this feature was also...

Hello, I have been encountering some problems trying to nest different paned and notebook dialogs, and was wondering if it is supposed to work or if it is simply not...

Tested on version 7.2 from yad-git through Arch User Repository

In yad 7.3 it seems that option --posy is not working. For example, ``` yad --posx=10 --posy=200 ``` posx works but posy does not. Might also be somehow related to...