Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right click -> Open in Terminal doesn't work in Xubuntu #1406

Closed
VelocityRa opened this issue Feb 1, 2017 · 9 comments
Closed

Right click -> Open in Terminal doesn't work in Xubuntu #1406

VelocityRa opened this issue Feb 1, 2017 · 9 comments

Comments

@VelocityRa
Copy link

Running on Ubuntu 16.04.1 LTS. Using XFCE with Nemo as my File Explorer instead of Thunar.

Related to #19 (comment)

Running x-terminal-emulator in console opens up Terminix as it should.

Issue happens with both xfwm4 and Compix (doesn't really seem relevant).

I can provide any other info.

@dominichayesferen
Copy link

This is because (I think) Nemo is currently only configured to launch the command gnome-terminal, which, of course, is not included by default in Xubuntu, the easiest workaround for now is the following command:
sudo apt-get install gnome-terminal -y

@VelocityRa
Copy link
Author

Thanks, it works but it doesn't use my preferred terminal (Terminix), it just opens Terminal.

I'll look around and see if I can fix it later.

@ChrisJAllan
Copy link
Contributor

ChrisJAllan commented Feb 1, 2017

Nemo uses Cinnamon's default terminal stored the gsettings key "org.cinnamon.desktop.default-applications.terminal" "exec".

To change it to Terminix without going through the Cinnamon settings program, use
gsettings set org.cinnamon.desktop.default-applications.terminal exec 'terminix'

@VelocityRa
Copy link
Author

Thank you so much, it worked! I found a similar solution online, same thing but it was for gnome so it didn't work.

@helio-frota
Copy link

@ChrisJAllan thanks!
working fine on fedora 27:
gsettings set org.cinnamon.desktop.default-applications.terminal exec 'tilix'

@kiksilog
Copy link

on arch linux xfce:

gsettings set org.cinnamon.desktop.default-applications.terminal exec 'xfce4-terminal'

@vonpupp
Copy link

vonpupp commented Mar 6, 2018

Maybe using an OS variable like TERMINAL would be better. If it doesn't exists then fall back to the gnome settings.

@hiukky
Copy link

hiukky commented Apr 7, 2019

funcionou pra min no Manjaro! o Nemo não estava abrindo o xfce4-terminal

@prashant-raghu
Copy link

Nemo uses Cinnamon's default terminal stored the gsettings key "org.cinnamon.desktop.default-applications.terminal" "exec".

I wanted to make hyper my default terminal and this solved the issue. Thanks a ton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants