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

moving older emulators to end of list #841

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Conversation

jfw
Copy link

@jfw jfw commented Jul 27, 2018

I have gnome-terminal installed, but it won't get run by this script because it finds uxterm and xterm first. Moving those to the end fixes this, and should fix the problem for other users--assuming xterm is installed by default in most distros.

I have gnome-terminal installed, but it won't get run by this script because it finds uxterm and xterm first. Moving those to the end fixes this, and should fix the problem for other users--assuming xterm is installed by default in most distros.
@carnager
Copy link
Collaborator

carnager commented Jul 31, 2018

there is a reason behind the order of terminal emulators. The ones that come with big DEs are explicitly listed after those that don't come automatically. That's done because chances are much higher you installed "termite" or similar explicitly in order to use it.

@jfw
Copy link
Author

jfw commented Aug 4, 2018 via email

@@ -9,7 +9,7 @@
# We welcome patches that add distribution-specific mechanisms to find the
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
# symlink for example.
for terminal in $TERMINAL x-terminal-emulator termite urxvt rxvt st terminator terminology qterminal Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal konsole alacritty; do
for terminal in $TERMINAL x-terminal-emulator termite urxvt rxvt st terminator terminology qterminal Eterm aterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal konsole alacritty uxterm xterm; do
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also misses the excellent mlterm off the list.

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

Successfully merging this pull request may close these issues.

None yet

3 participants