diff --git a/src/desktop/unity-scope-recoll/unity_recoll_daemon.py b/src/desktop/unity-scope-recoll/unity_recoll_daemon.py index 80a419d6..b3f1465a 100755 --- a/src/desktop/unity-scope-recoll/unity_recoll_daemon.py +++ b/src/desktop/unity-scope-recoll/unity_recoll_daemon.py @@ -256,9 +256,7 @@ class RecollScope(Unity.AbstractScope): print("RecollScope: do_activate. id [%s] uri [%s]" % (id, result.uri), file=sys.stderr) if id == 'show': - filename = result.uri - dirname = os.path.dirname(filename) - os.system("xdg-open '%s'" % str(dirname)) + os.system("nautilus '%s'" % str(result.uri)) return Unity.ActivationResponse(handled=Unity.HandledType.HIDE_DASH, goto_uri=None) else: