maybe fix for issue 298
git-svn-id: http://tint2.googlecode.com/svn/trunk@575 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
f6ebfe1cf3
commit
00e6485d26
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue