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

Increasing compatiblity with linux distros by replacing gnome-terminal with xterm #23

Open
imhemish opened this issue Aug 4, 2021 · 0 comments

Comments

@imhemish
Copy link

imhemish commented Aug 4, 2021

On major distros like Ubuntu and Fedora, gnome-terminal is in use. and you used gnome-terminal to call your program from .sublime_project But, not all distros have gnome-terminal installed. For example, Kali Linux has xfce4-terminal. Some may not have any at all. Many people prefer to use things like rxvt.
but, a major point to note that almost all distros have xterm installed, which is not the case with gnome-terminal.
So, advice you to replace "gnome-terminal -e" with "xterm -e"

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

1 participant