[Xfce4-commits] [xfce/thunar-volman] 01/01: Autobrowse of removable media opens Thunar, not the user-selected file manager (bug #9537)
noreply at xfce.org
noreply at xfce.org
Wed Nov 7 22:12:57 CET 2018
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar-volman.
commit 608dd1d0ae60e58080d18d423ca6024354bc24f8
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Wed Nov 7 21:41:55 2018 +0100
Autobrowse of removable media opens Thunar, not the user-selected file
manager (bug #9537)
---
thunar-volman/tvm-block-device.c | 4 ++--
1 file 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 */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list