[Portland-bugs] [Bug 108746] New: recognize rxvt-unicode
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 14 20:18:41 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108746
Bug ID: 108746
Summary: recognize rxvt-unicode
Product: Portland
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: xdg-utils
Assignee: portland-bugs at lists.freedesktop.org
Reporter: epn at fsfe.org
In /usr/bin/xdg-terminal, in the function`terminal_generic()`, there is the
command
```
terminal_exec=`which $TERM 2>/dev/null`
```
However, for example when `$TERM = rxvt-unicode`, this does not start
rxvt-unicode as its executable bears a different name, namely `urxvt`
In fact, there is just below this line a check
```
elif [ x"$TERM" = x"urxvt" ] || [ x"$TERM" = x"rxvt-unicode" ] || [ x"$TERM"
= x"rxvt" ]; then
```
for `rxvt-unicode`.
Still, the executable is set to `rxvt-unicode`, the value of `$TERM` instead of
`urxvt`.
How about setting the executable instead to `urxvt` ?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/portland-bugs/attachments/20181114/bbea20e4/attachment.html>
More information about the Portland-bugs
mailing list