Open RaafatTurki opened 2 years ago
This is because thunar is part of xfce, which doesn't use xdg-open but instead an xfce alternative (exo-open
). handlr
likely isn't being executed at all. pcmanfm (lxde) and other environments also do this. If you want, you can customize the default applications exo
uses via xfce4-settings-manager
I'm a bit confused about setting the default terminal emulator using
x-scheme-handler/terminal
as it's not working with neovim and thunar, here are the steps I followed:xdg-utils-handlr
from the AURx-scheme-handler/terminal
(I have kitty installed).txt
fileOpen With "Neovim"
(neovim does haveTerminal=true
in its.desktop
file so that checks out)No cigar :(
Furthermore the same steps can be followed with the change of
thunar
->pcmanfm
And setting insidepcmanfm
Edit > Preferences > Advanced > Terminal emulator
tokitty
works just fine. This is obviously overriding something hence is a crutch of a solutionAm I missing something here?