all repos — tint2 @ 7dddd4a5a2e136a838dec6b0591800c0cd74c83d

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

Regression testing
o9000 mrovi9000@gmail.com
commit

7dddd4a5a2e136a838dec6b0591800c0cd74c83d

parent

85ac37d0195c354ae0c1d71b11ff239ba7e5dfba

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

jump to
M test/regression.pytest/regression.py

@@ -62,7 +62,7 @@ n -= 1

def install_deps_ubuntu(): - p = run(["sudo", "bash", "-c", "apt-get update; apt-get -y build-dep tint2; apt-get install -y git Xvfb xsettingsd openbox compton x11-utils gnome-calculator"]) + p = run(["sudo", "bash", "-c", "apt-get update; apt-get -y build-dep tint2; apt-get install -y git xvfb xsettingsd openbox compton x11-utils gnome-calculator"]) out, _ = p.communicate() if p.returncode != 0: print_err("Process exited with code:", p.returncode, "and output:", out)