desktop file incorrect #2048
Unanswered
bertSN1601
asked this question in
1. Q&A
Replies: 3 comments 7 replies
-
I'm not sure if setting Maybe @fufexan can give some pointers, since they added it. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Desktop file is correct. Your application launcher is misconfigured. Setting |
Beta Was this translation helpful? Give feedback.
1 reply
-
Gotcha, thanks for confirming! @SolitudeSF @fufexan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot
yazi --debug
outputDescribe the question
Installation provides a deskop file ( on arch located at /usr/share/applications). This will make a yazi entry visible in application launchers however yazi will not start due to incorrect exec line:
Exec=yazi %u
In order to succesfully start , the exec line needs to be changed to (foot specific)
Exec=foot -a yazi yazi %u
Not sure whether the terminal keyword in the desktop.ini should now be set to false iso true.
Question : Is the delivery of the desktop file intentional as it is ? or should there a a doc specifying the needed updates ?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions