step
step
oops https://github.com/v1cont/yad/wiki
``` $ yad --image-on-top Unable to parse command line: Unknown option --image-on-top $ yadu --version 14.0 (GTK+ 3.24.42) ``` You probably can't see the error message because your yad configuration...
Ignore unknown command-line options: https://github.com/v1cont/yad/blob/b0774c42ed289f868b09da8cde67ae53236c25b7/data/yad.gschema.xml.in#L61 Yad manual source -- there is no "--image-on-top", as you can see: https://github.com/v1cont/yad/blob/v14.1/data/yad.1
Sorry, "yadu" is a typo. It should have been "yad". You have yad version 0.40.0. That is very old and no longer supported in this GitHub repository. I suggest you...
Depending on what you mean by "clear", add an _empty_ (`""`) or an _any_ (`*`) filter to your other filters. ```sh yad --file --file-filter '' --file-filter '*' --file-filter '*.log' ```