]> Dogcows Code - chaz/tint2/commitdiff
maybe fix for issue 298
authorAndreas Fink <andreas.fink85@googlemail.com>
Wed, 20 Oct 2010 09:18:38 +0000 (09:18 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Wed, 20 Oct 2010 09:18:38 +0000 (09:18 +0000)
src/tint2conf/main.c

index 64697b56276c33a1b063f1fd2d7cf75e07a78319..0fcfe4c223cf6c36fab58fca500508e2cd188a1c 100644 (file)
@@ -580,7 +580,7 @@ void read_config()
        }
        g_width = 500;
        g_height = 350;
-       g_cmd_property = g_strconcat( "python ", INSTALL_PREFIX, "/bin/tintwizard.py", (void*)0 );
+       g_cmd_property = g_strconcat( "/usr/bin/env python ", INSTALL_PREFIX, "/bin/tintwizard.py", (void*)0 );
 
        // load config
        path = g_build_filename (g_get_user_config_dir(), "tint2", "tint2confrc", NULL);
This page took 0.018761 seconds and 4 git commands to generate.