sarether

Results 26 comments of sarether

> I can move the split line in paned, but it's like 1 pixel wide! Request fixed and hidden option for splitter.

> i don't use wayland. that's why i cannot add wayland support to yad Me too, but it would be nice if YAD worked without XWayland. There have been many...

"--tail" is shorter than " --auto-scroll" :) It may messed code. You can assign two variables to each dialog.

> I have overcome the issue by issuing a "pkill yad" In some cases this may not work and it is a kludge. I've already added such code to my...

> can you check the latest git? Booted from USB stick (debian-live-10.3.0-amd64-xfce+nonfree.iso). ``` sudo apt-get update && sudo apt install -y git build-essential fakeroot devscripts libgtk-3-dev intltool git clone https://github.com/v1cont/yad.git...

> i use this script for testing the problem > > ```shell > #! /bin/bash > > while : ; do > ./yad --plug=12345 --tabnum=1 --text="first tab with text" &>...

https://drive.google.com/open?id=1qPmpQJz4XSeQ7LWa-fc7a0eDjGVSBdNl Yes, with "kill -USR2" is fine. But is a kludge, isn't it?

> USR1 and USR2 signals works the same as pressing OK or Cancel buttons OK. I fixed my script (there was incorrect trap function and I added -USR1 for killing...

> exit code 252 means that yad dialog was closed by pressing Esc. if you don't need this behavior just add --no-escape option I already added "--no-escape" to main paned...

I debugged my script using "set -x", and if it stuck, then always in "yad --paned" line. ``` # Deleting temporary stuff after exiting ysi_cleanup () { kill -USR1 "$yp"...