VirtualBox

Changeset 36779 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Apr 20, 2011 8:55:49 PM (14 years ago)
Author:
vboxsync
Message:

Additions/installer/linux: look for konsole before gnome-terminal, assuming that konsole will not be installed on a pure gnome system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/sh-utils.sh

    r36658 r36779  
    3131getxterm() {
    3232    # gnome-terminal uses -e differently to other emulators
    33     for gxti in "gnome-terminal --title -x" "konsole --title -e" "xterm -T -e"; do
     33    for gxti in "konsole --title -e" "gnome-terminal --title -x" "xterm -T -e"; do
    3434        set $gxti
    3535        gxtpath="`mywhich $1`"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette