v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
685 stars 57 forks source link

--geometry retro-compatibility broken between yad 0.40.0 <-> 10.90 #228

Open sputnick-dev opened 1 year ago

sputnick-dev commented 1 year ago

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 the top right before:

yad --no-focus --on-top --geometry -0+80 --question --title 'title'  --text  "text"

Now with recent version, the box appears in top left.

Tried many ways to change --geometry at the right place, but fails

v1cont commented 1 year ago

yes, it's a bug. as a quick and dirty workaround you may use -1+80