I've built alacritty from source according to this article:
Now I'm struggling with making it my default terminal emulator.
a directory for alacritty on my machine is:
/home/master/alacritty
when I run:
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/alacritty 50
and
sudo update-alternatives --config x-terminal-emulator
I get to choose between:
Selection Path Priority Status
------------------------------------------------------------
* 0 /home/master/alacritty 50 auto mode
1 /home/master/alacritty 50 manual mode
2 /usr/bin/xfce4-terminal.wrapper 40 manual mode
It doesn't matter if I choose either 0 or 1, when I try to launch x-terminal-emulator
through my keyboard shortcut, I receive a following error:
Failed to launch shortcut"<Super>Return"
Failed to execute child process "x-terminal-emulator" (Permission denied)
Any help to fix this would be much appreciated.