summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2018-11-07 21:41:55 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2018-11-07 21:41:55 +0100
commit608dd1d0ae60e58080d18d423ca6024354bc24f8 (patch)
tree8be73d74fca45a48d36eaccd285851389dd67581 /thunar-volman
parent99f1f10b27914c611817b473a7bd9e1689dce21a (diff)
downloadthunar-volman-608dd1d0ae60e58080d18d423ca6024354bc24f8.tar.gz
Autobrowse of removable media opens Thunar, not the user-selected file
manager (bug #9537)
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/tvm-block-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thunar-volman/tvm-block-device.c b/thunar-volman/tvm-block-device.c
index 475fd03..bba3b5e 100644
--- a/thunar-volman/tvm-block-device.c
+++ b/thunar-volman/tvm-block-device.c
@@ -572,8 +572,8 @@ tvm_block_device_autobrowse (TvmContext *context,
autobrowse = xfconf_channel_get_bool (context->channel, "/autobrowse/enabled", FALSE);
if (autobrowse)
{
- /* try to open the mount point in thunar */
- result = tvm_run_command (context, mount, "Thunar %m", &err);
+ /* try to open the mount point in the default File Manager */
+ result = tvm_run_command (context, mount, "exo-open --launch FileManager %m", &err);
}
/* forward errors to the caller */