Victor Ananjevsky
Victor Ananjevsky
is that behavior reproducible in a git version?
added in 648b2ba
quick and dirty patch ```diff --- mpd-0.23.12/src/config/Path.cxx.orig 2023-01-17 19:54:47.000000000 +0200 +++ mpd-0.23.12/src/config/Path.cxx 2023-05-09 10:54:13.543284206 +0300 @@ -26,6 +26,8 @@ #include "util/StringView.hxx" #include +#include +#include #ifndef _WIN32 #include @@ -33,6 +35,21...
Use --progress instead of --multi-progress Sun, 04 Dec 2022 10:24:06 -0800 Michael Williams ***@***.***> написав: > For example, if I copy this from https://smokey01.com/yad > > eval exec yad --title="xdf"...
you can use --window-type argument which was added in v14.0
i don't want to change current default behavior. but i thing implement --window-type option is a good idea, so please look at e834dfd68feddf8736e8abfa8a5eb9389a7dcc75
fixed, thank you
nice idea, added in a98f6f9
in line 55 must be x$with_x11. please correct this error and make new pr