Closed David-Else closed 3 years ago
Looks like it is not happening, hopefully the new Zeal will come out soon and I won't need to rely on the flatpak version.
maybe there is a better way, but I just created ~/bin/zeal
#!/bin/bash
flatpak run org.zealdocs.Zeal/x86_64/stable "$@"
~/bin
is in my PATH
maybe there is a better way, but I just created
~/bin/zeal
#!/bin/bash flatpak run org.zealdocs.Zeal/x86_64/stable "$@"
~/bin
is in myPATH
Thanks, this just got it working for me again! :blue_heart:
I switched to using Zeal as a flatpak and now vscode-dash no longer works when I press ctrl-h.
It needs to be called with
flatpak run org.zealdocs.Zeal/x86_64/stable
Cheers!