<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 - xdg-open calls Nautilus with all arguments quoted together"
href="https://bugs.freedesktop.org/show_bug.cgi?id=88991">88991</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>xdg-open calls Nautilus with all arguments quoted together
</td>
</tr>
<tr>
<th>Product</th>
<td>Portland
</td>
</tr>
<tr>
<th>Version</th>
<td>1.1.0 rc3
</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>yumpusamongus@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Steps to reproduce:
1. Set org.gnome.Nautilus.desktop as the default handler
for inode/directory, such that:
$ xdg-mime query default inode/directory
org.gnome.Nautilus.desktop
2. Where org.gnome.Nautilus.desktop's Exec line is:
Exec=nautilus --new-window %U
3. Create a directory /tmp/test/directory.
4. Run:
xdg-open /tmp/test/directory
Actual behavior:
1. Terminal prints:
START /usr/bin/nautilus --new-window /tmp/test/directory
Unknown option --new-window /tmp/test/directory
2. Firefox opens a tab with an index page for the url
"file:///tmp/test/directory/". This probably depends on
the fallback mechanism in my particular configuration.
Expected behavior:
1. Nautilus opens, showing the directory /tmp/test/directory.
Additional information: Distribution is Fedora 21. gvfs-open does the right
thing, when called like xdg-open. I am not running the Gnome DE, though I am
using gnome-settings-daemon and Nautilus.</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>