[gimp/wip/Jehan/mr-424-macos-gimp-2-10: 86/86] Just a small test for @DesMcGuinness to test.




commit 505bf0c49e841aaeb590b5bc7e270c0d700b6b51
Author: Jehan <jehan girinstud io>
Date:   Tue Mar 23 16:05:36 2021 +0100

    Just a small test for @DesMcGuinness to test.

 app/main.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/app/main.c b/app/main.c
index ba38758766..86b0d667be 100644
--- a/app/main.c
+++ b/app/main.c
@@ -346,6 +346,8 @@ gimp_macos_setenv (const char * progname)
           g_free (res_dir);
           return;
         }
+      g_print ("Application directory: %s\n", app_dir);
+      g_print ("Resources directory: %s\n", res_dir);
 
       path_len = strlen (g_getenv ("PATH") ? g_getenv ("PATH") : "") + strlen (app_dir) + 2;
       path = g_try_malloc (path_len);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]