VirtualBox

Ignore:
Timestamp:
Feb 4, 2016 4:40:36 PM (9 years ago)
Author:
vboxsync
Message:

Additions/installer/autorun.sh: do also test for mate-terminal (ticketref:15112)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/autorun.sh

    r59402 r59583  
    3232# Calls mywhich
    3333getxterm() {
    34     # gnome-terminal uses -e differently to other emulators
    35     for gxti in "konsole --title -e" "gnome-terminal --title -x" "xterm -T -e"; do
     34    # gnome-terminal and mate-terminal use -e differently to other emulators
     35    for gxti in "konsole --title -e" "gnome-terminal --title -x" "mate-terminal --title -x" "xterm -T -e"; do
    3636        set $gxti
    3737        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