[Xfce4-commits] [xfce/thunar] 01/01: Thunar fails to scan for file templates if the Templates directory is a symbolic link ( bug #12032 )

noreply at xfce.org noreply at xfce.org
Sun Jan 28 23:00:42 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.

commit eeb012d81aec28bde0e25bc2d9fc2cfd03abc99d
Author: enpheebled.git at gmail.com <enpheebled.git at gmail.com>
Date:   Sun Jan 28 22:59:48 2018 +0100

    Thunar fails to scan for file templates if the Templates directory is a
    symbolic link ( bug #12032 )
---
 thunar/thunar-misc-jobs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-misc-jobs.c b/thunar/thunar-misc-jobs.c
index 506ec2c..f131d8d 100644
--- a/thunar/thunar-misc-jobs.c
+++ b/thunar/thunar-misc-jobs.c
@@ -61,7 +61,7 @@ _thunar_misc_jobs_load_templates (ThunarJob  *job,
     {
       /* load the ThunarFiles */
       files = thunar_io_scan_directory (job, templates_dir,
-                                        G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS,
+                                        G_FILE_QUERY_INFO_NONE, /* symlink ok */
                                         TRUE, FALSE, TRUE, NULL);
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list