This is an automated email from the git hooks/post-receive script.

landry pushed a 
commit to branch 
master
in repository apps/gigolo.

commit fb63ddf0fa4ed93789366aefb7a2a2b44e919386
Author: Debian Xfce Maintainers <debian-x...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to