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

One can make a notebook or paned view using form fields, e.g. ``` yad --plug=1 --tabnum=1 --form --focus-field=1 --field="TESTFIELD 1" "MAMA" & yad --plug=1 --tabnum=2 --form --field="TESTFIELD 2" "MAMA" &...

Working as expected: Button says "Test", clicking it opens a new Firefox window to google.com `yad --button="test:firefox google.com"` When there is 2nd colon included, such as in this example when...

``` yad --width=400 --height=250 --title="Test" \ --form \ --field="Line 1\nLine 2\nLine 3\nLine 4\nLine 5\n":LBL \ --field="Version::CB" "" "a!b!c" ``` Yad and GTK version: 10.1 (GTK+ 3.24.30)

Is it possible to expose the search functions for list and text-info to the commandline, so that an identified item in list can be programmatically selected, or displayed in the...

two links to https://sanana.kiev.ua are not working

I'm trying to get stdout from a html uri with this command: yad --width=400 --height=250 --html --uri=dialog.html --print-uri The html is from this example: https://gist.github.com/Misko-2083/227b53efa059f888f27bf6135b03b86b But i did not understand...

Hello, In del_row_cb(), when options.list_data.row_action is set, the selected row is deleted only when row_action returns 0. But, in add_row_cb(), a new row is always added regardless the value returned...

Hello, In yad manual page it is stated that in case of IMG column type, size of icons may be set through the gtk config property 'gtk-icon-sizes'. In my point...

I recently found [this glitch](https://github.com/frostworx/steamtinkerlaunch/issues/259): When executing this command `yad --form --text="Lorem ipsum dolor sit amet, consectetur adipisici elit sed eiusmod tempor incidunt ut labore et dolore magna aliqua" --field="Open...

I suppose yad could have a key bind for iterating the matches on quick search set up by --search-column. F3 key forwards and shift F3 backwards is a common choice...