some utilities cannot find yad  [Solved]

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
baldyeti
Posts: 730
Joined: Sat Dec 05, 2009 3:37 pm

some utilities cannot find yad

#1 Post by baldyeti »

On both MX21KDE & MX23KDE, the two programs "dfh -g" & "isomount -g" fail, stating "GUI mode is not available without the /usr/bin/yad program". Yet yad is available at the specified location and working.

User avatar
dolphin_oracle
Developer
Posts: 22741
Joined: Sun Dec 16, 2007 12:17 pm

Re: some utilities cannot find yad  [Solved]

#2 Post by dolphin_oracle »

looking at the code, looks like a yad interface was never actually implemented.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
baldyeti
Posts: 730
Joined: Sat Dec 05, 2009 3:37 pm

Re: some utilities cannot find yad

#3 Post by baldyeti »

Yup, not working on antiX either. I thought it might be a KDE quirk. No biggie, both programs are still useful on the CLI.

User avatar
fehlix
Developer
Posts: 12916
Joined: Wed Apr 11, 2018 5:09 pm

Re: some utilities cannot find yad

#4 Post by fehlix »

baldyeti wrote: Sat Nov 23, 2024 6:29 pm On both MX21KDE & MX23KDE, the two programs "dfh -g" & "isomount -g" fail, stating "GUI mode is not available without the /usr/bin/yad program". Yet yad is available at the specified location and working.
You may try to make yad mode available with:

Code: Select all

sudo sed -i.ORIG '/^\s*NO_YAD=true/s/^/#/' /usr/local/bin/isomount
so the hardcode line is commented out:

Code: Select all

#    NO_YAD=true
which would make yad mode available for the other tools as well based on isomount, not only for isomount.
IIRC, one reason for the deactivation was the readability for some text elements in dark mode when using dark MX themes,
which would look like this for isomount when mounting, as shown in this example:
isomount-gui-dark.jpg
As seen some pango color codes used by yad are not easy to read within dark themes.
The same in light mode would look ok, in light themes:
isomount-gui-light.jpg
You do not have the required permissions to view the files attached to this post.

User avatar
baldyeti
Posts: 730
Joined: Sat Dec 05, 2009 3:37 pm

Re: some utilities cannot find yad

#5 Post by baldyeti »

Alright fehlix, that works. And thanks for the explanation.

Post Reply

Return to “MX KDE Official Release”