<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - recognize rxvt-unicode"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108746">108746</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>recognize rxvt-unicode
</td>
</tr>
<tr>
<th>Product</th>
<td>Portland
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>xdg-utils
</td>
</tr>
<tr>
<th>Assignee</th>
<td>portland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>epn@fsfe.org
</td>
</tr></table>
<p>
<div>
<pre>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` ?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>