X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=0fcfe4c223cf6c36fab58fca500508e2cd188a1c;hb=d61621cf9c59bf88d79e91b4b12f562db097765b;hp=9c07ea35279f0915d6cd00acf0ef9cb637a328ca;hpb=867b2808f8f6409b20faede4cf05433fcca8d005;p=chaz%2Ftint2 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 9c07ea3..0fcfe4c 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -164,11 +164,10 @@ int main (int argc, char ** argv) // load themes load_theme(g_theme_view); - /* temporaire !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - GtkWidget *prop; - prop = create_properties(); + /* temporaire !!!!!!!!!!!!!! + GtkWidget *prop = create_properties(); gtk_window_present(GTK_WINDOW(prop)); -*/ + //*/ gtk_widget_show_all(g_window); gtk_main (); return 0; @@ -340,7 +339,7 @@ static void menuProperties() prop = create_properties(); gtk_window_present(GTK_WINDOW(prop)); //printf("menuProperties : fin\n"); -*/ +//*/ cmd = g_strdup_printf("%s \'%s\' &", g_cmd_property, file); printf("cmd %s\n", cmd); @@ -581,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);