[Portland-bugs] [Bug 106636] xdg-open fais to open urls in lxde

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 24 18:17:53 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=106636

Ivan Agarkov <ivan.agarkov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Ivan Agarkov <ivan.agarkov at gmail.com> ---
The problem is when fake_command is exists but second options is _false_.
That's the case.
[kreon at xaron ~]$ if /bin/false ; then echo "false=true"; fi

[kreon at 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.

-- 
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/20180524/4526e947/attachment.html>


More information about the Portland-bugs mailing list