0

How to change default terminal application in Gnome-Shell

Hi, I am Pretty much bored with default terminal application so I wants to change my default terminal with third patry terminals

How could it be done ?

terminal GNOME Add a comment
julian
asked Jan 11 2019

Answer

0

failed to create symbolic link '/usr/bin/gnome-terminal': File exists

Comments
linuxhelp
Apr 05 2025
unlink the following /usr/bin/gnome-terminal .<br /> <br /> sudo unlink /usr/bin/gnome-terminal<br /> <br /> then<br /> try running the above command
Add a comment
rajkumarchoudharyraj
asked Aug 24 2019
Post your Answer
0

failed to create symbolic link '/usr/bin/gnome-terminal': File exists

Add a comment
rajkumarchoudharyraj
asked Aug 24 2019
Post your Answer
0

You can perform that by using the FOllowing commands

sudo mv /usr/bin/gnome-terminal /usr/bin/gnome-terminal.bak
sudo ln -s /usr/bin/terminator /usr/bin/gnome-terminal
Add a comment
linuxhelp
asked Jan 12 2019
Post your Answer