Switch to side-by-side view
--- a/src/desktop/unity-scope-recoll/unity_recoll_daemon.py +++ b/src/desktop/unity-scope-recoll/unity_recoll_daemon.py @@ -256,9 +256,7 @@ 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: