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

Also honor KDE konsole #10

Closed
nogweii opened this issue Dec 31, 2013 · 1 comment
Closed

Also honor KDE konsole #10

nogweii opened this issue Dec 31, 2013 · 1 comment

Comments

@nogweii
Copy link

nogweii commented Dec 31, 2013

GNOME isn't the only source of truth in a Linux desktop. 😃

Right now, gtfo doesn't launch any terminal as I don't have either gnome-terminal installed or termite. You also mention in #6 that you could query the alternatives list, which I also don't have (OpenSUSE and Arch Linux) just to make it more difficult.

To support the most number of users, I would recommend checking for konsole as well, and a user-override global variable.

@justinmk
Copy link
Owner

justinmk commented Sep 5, 2014

@evaryont The user-override you mentioned should be satisfied now. Try this:

let g:gtfo#terminals = { 'unix' : 'konsole -e --noclose' } 

Assuming you didn't kill gtfo in a fire, let me know how it goes 😄

@justinmk justinmk closed this as completed Sep 5, 2014
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

2 participants