<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ivan.agarkov@gmail.com" title="Ivan Agarkov <ivan.agarkov@gmail.com>"> <span class="fn">Ivan Agarkov</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - xdg-open fais to open urls in lxde"
href="https://bugs.freedesktop.org/show_bug.cgi?id=106636">bug 106636</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>DUPLICATE
</td>
<td>---
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - xdg-open fais to open urls in lxde"
href="https://bugs.freedesktop.org/show_bug.cgi?id=106636#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - xdg-open fais to open urls in lxde"
href="https://bugs.freedesktop.org/show_bug.cgi?id=106636">bug 106636</a>
from <span class="vcard"><a class="email" href="mailto:ivan.agarkov@gmail.com" title="Ivan Agarkov <ivan.agarkov@gmail.com>"> <span class="fn">Ivan Agarkov</span></a>
</span></b>
<pre>The problem is when fake_command is exists but second options is _false_.
That's the case.
[kreon@xaron ~]$ if /bin/false ; then echo "false=true"; fi
[kreon@xaron ~]$ if pcmanfm --help 2>&1 > /dev/null -a /bin/false ; then echo
"false=true"; fi
false=true
JFYI: -a IS NOT theaten as AND until you use [] or [[]]
it's theaten as a ARGUMENT to pcmanfm.
And is't not a duplicate, it's completely another bug that causes first
condition to be true IF pcmanfm exists.</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>