How to change default terminal emulator in MATE?

3

I'm using Linux Minte Debian Edition, with the MATE desktop.

In Preferences > Keyboard Shortcuts, I've set Desktop/Run a terminal to my favorite key combination (Mod4+Space).

When I use this, I get the MATE-Terminal. I'm used to ROXterm, so I have that one installed and I've set the x-terminal-emulator accordingly with update-alternatives.

But when I use the key combination, I still get MATE-Terminal.

How do I change this?

polemon

Posted 2013-01-16T02:59:57.973

Reputation: 2 531

Answers

2

Why not just Add a custom action yourself and bind the keys to that?

All you would need to do is click "+Add" and then use the command roxterm to execute, once you hit Apply you can simply bind the keys.

It's not directly what you are looking for, but non-the-less a solution.


enter image description here

P.S. - In the future, you may want to work on your accept rate, it gives people more of an incentive to help you out.

nerdwaller

Posted 2013-01-16T02:59:57.973

Reputation: 13 366

I did that: when I start ROXterm now, it'll always start in /, not in my home directory. I tried using -d ~ or -d $HOME, but it seems the shortcuts don't see environment variables. – polemon – 2013-01-16T10:25:03.427

Another workaround possibly, but did you try 'roxterm -e cd ~' ? I guess you probably tried absolute with the -d too, odd. What's you 'env | grep term' say? – nerdwaller – 2013-01-16T14:30:32.420