all repos — tint2 @ 00e6485d268f7d03d2563cc0d81d122109e83a41

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

maybe fix for issue 298


git-svn-id: http://tint2.googlecode.com/svn/trunk@575 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

00e6485d268f7d03d2563cc0d81d122109e83a41

parent

f6ebfe1cf366b97ddacd3cebe6c7438b03af1fd1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/tint2conf/main.csrc/tint2conf/main.c

@@ -580,7 +580,7 @@ g_default_theme = NULL;

} 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);