v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
645 stars 58 forks source link

--maximized or --fullscreen Non working with --about #262

Open zN3utr4l opened 2 months ago

zN3utr4l commented 2 months ago
yad --about --maximized \
      --image=./public/mini-logo.png \
      --website-label="MyCompany.com" \
      --authors="Me" \
      --license="Private" \
      --comments="Process....: $1" \
      --copyright="Copyright (c) 2024 ME" \
      --pversion="$(npm pkg get version)" \
      --pname="My App" \
      --undecorated --no-buttons --sticky --on-top --no-escape

If I try to make a popup this way it doesn't work, the popup is still shown in the center, whether I set maximized or fullscreen or width and height and the closing x is shown