[Xfce4-commits] [apps/gigolo] 02/02: migrate gvfs commands to gio
noreply at xfce.org
noreply at xfce.org
Wed Jun 19 09:52:20 CEST 2019
This is an automated email from the git hooks/post-receive script.
l a n d r y 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 apps/gigolo.
commit fb63ddf0fa4ed93789366aefb7a2a2b44e919386
Author: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
Date: Sat Dec 15 14:32:35 2018 +0100
migrate gvfs commands to gio
gvfs-* commands are deprecated and replaced by gio binary so adjust the
call
---
src/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/settings.c b/src/settings.c
index e20b067..3ffe4b6 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -569,7 +569,7 @@ static void load_settings_read_config(GigoloSettingsPrivate *priv)
error = NULL;
}
- priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gvfs-open");
+ priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gio open");
/* is there a generic way to open a default terminal? */
priv->terminal = get_setting_string(k, SECTION_GENERAL, "terminal", "xterm");
priv->autoconnect_interval = get_setting_int(k, SECTION_GENERAL, "autoconnect_interval",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list