mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
run: use x-terminal-emulator in [terminal]
The environment variables TERM and COLORTERM do not contain an executable names.
This commit is contained in:
parent
6dfd268ef1
commit
bb34aafa45
@ -819,10 +819,7 @@ proc exit {{status 0}} {
|
||||
#
|
||||
proc terminal { } {
|
||||
global env
|
||||
if {[info exists env(COLORTERM)]} {
|
||||
return $env(COLORTERM)
|
||||
}
|
||||
return $env(TERM)
|
||||
return x-terminal-emulator
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user