X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=0fcfe4c223cf6c36fab58fca500508e2cd188a1c;hp=64697b56276c33a1b063f1fd2d7cf75e07a78319;hb=d61621cf9c59bf88d79e91b4b12f562db097765b;hpb=ac70f13fefaf052701a448ab2fe0751f039d1c8f diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 64697b5..0fcfe4c 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -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);