Package: tint2 / 0.12.12-3

Metadata

Package Version Patches format
tint2 0.12.12-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix battery on chromebook.patch | (download)

src/battery/battery.c | 2 2 + 0 - 0 !
src/battery/battery.h | 2 2 + 0 - 0 !
src/battery/linux.c | 245 121 + 124 - 0 !
src/tint.c | 15 14 + 1 - 0 !
4 files changed, 139 insertions(+), 125 deletions(-)

 [patch] battery: fix issue #616


0002 fix tooltip in tint2conf.patch | (download)

src/tint2conf/properties_rw.c | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [patch] tint2conf: disable executor tooltip when text config value is empty

This fixes a bug where if an Executor had the "Tooltip" option disabled,
editing the theme in tint2conf would re-enable it.

0003 autohide workaround for virtualbox bug.patch | (download)

src/panel.c | 28 17 + 11 - 0 !
src/panel.h | 1 1 + 0 - 0 !
2 files changed, 18 insertions(+), 11 deletions(-)

 [patch] panel: do not change struts (available screen size) when shown in autohide mode (issue #619)


0004 ignore monitors with size 0.patch | (download)

src/server.c | 40 18 + 22 - 0 !
1 file changed, 18 insertions(+), 22 deletions(-)

 [patch] ignore monitors with size 0

Fix use-after-free followed by strange behaviour on systems
with certain graphics cards having multiple video outputs.