The portable yad
almost works, but only yad
command works, and some failures (...)
#5
Replies: 3 comments 34 replies
-
Hey, thanks for the feedback! The symlinks did not work because arts executes the command you set with 'arts-cmd', symlinks is a WIP, for now you can create a script called #!/bin/bash
HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
"$HERE"/yad.arts arts-exec "$(basename "$0") $*" Put his script in the same directory as The image apparent size is 10G, you can see the actual size with I'll check the delay with the |
Beta Was this translation helpful? Give feedback.
-
As Alpine does not have |
Beta Was this translation helpful? Give feedback.
-
Hello @ruanformigoni ! Has the extension |
Beta Was this translation helpful? Give feedback.
-
Hello!
I managed to build a portable container on Red Hat Linux 8.7. The complete process took more than 3 hours because the command line
Excepting share-mime-info
caused a stuckness in the terminal and a slowdown in the host OS.I symlinked
yad.arts
toyad
,yad-icon-browser
andyad-tools
:yad --help
works and shows the correct details;yad-icon-browser --help
shows the incorrect details;yad-tools --help
has the same problem asyad-icon-browser
;yad-icon-browser
cannot open Yad's GUI.Beta Was this translation helpful? Give feedback.
All reactions