all repos — tint2 @ 448feae732b18053829b89c6f6c0bda4f0dcecfe

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

Update changelog, add TODO (issue #565)
o9000 mrovi9000@gmail.com
commit

448feae732b18053829b89c6f6c0bda4f0dcecfe

parent

3b5ecb631d0f6fb1113508076d9de404fbaeb9fa

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -17,6 +17,8 @@ If this is not the case, delete the file ~/.cache/tint2/icon.cache, restart tint2 and please file a bug report

indicating the application name and the icon theme name. - Fallback icon themes are loaded lazily to speed up tint2 and tint2conf startup - A better Name and GenericName is used in the tint2 and tint2conf .desktop files + - The launcher now allows launcher_item_app entries without a full path. In this case the .desktop file is searched + in the standard application directories. - tint2conf: - Sort icon themes in list - Updated ru translation (thanks @Vladimir-csp)
M src/launcher/apps-common.csrc/launcher/apps-common.c

@@ -194,6 +194,7 @@ return TRUE;

} else { free_desktop_entry(entry); } + // TODO: Search subdirectories recursively g_free(full_path); } entry->path = strdup(path);