pkgsrc/x11/tint2/patches/patch-ab
tnn aa1c8d9768 Update to tint2-0.11.
Added c++ to USE_LANGUAGES to appease CMake. Someone with CMake clue
should have a look at it.

ChangeLog:
- unhide tint2 panel when dragging something
- Set _NET_WM_ICON_GEOMETRY for every task
- strut_policy=minimum is possible even if autohide is disabled
- Added icons and a *.desktop file for tint2conf
- BSD fixes
- Add cmake build system
- Xrandr and Nvidia problems fixed
- Fix installation of examples
- added panel theme switcher 'tint2conf'
  with preview of each theme based on current config (size of monitor, task opened, ...)
- include tintwizard : theme editor
- autodetect composite manager and switch to real or fake transparency
  this feature needed a patch to xcompmgr
  see FAQ http://code.google.com/p/tint2/wiki/FAQ#How_to_configure_real_transparency_(xcompmgr)
- added 'strut_policy = none'
- drag n drop task re-ordering
2010-07-05 08:06:15 +00:00

22 lines
693 B
Text

$NetBSD: patch-ab,v 1.3 2010/07/05 08:06:15 tnn Exp $
--- src/tint2conf/main.c.orig 2010-06-16 15:11:43.000000000 +0000
+++ src/tint2conf/main.c
@@ -417,7 +417,7 @@ static void menuApply()
copy_file(g_default_theme, g_path_config);
// restart panel
- system("killall -SIGUSR1 tint2");
+ system("pkill -SIGUSR1 tint2");
}
}
@@ -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(INSTALL_PREFIX, "/bin/tintwizard.py", (void*)0 );
// load config
path = g_build_filename (g_get_user_config_dir(), "tint2", "tint2confrc", NULL);