all repos — tint2 @ 499b2bd9385d29cf7194c0d68bfe7ccc0aac5a6e

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

499b2bd9385d29cf7194c0d68bfe7ccc0aac5a6e

parent

5302fb4ba7f0c71d0f624a06d8c4f47bc50d1aff

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", "apt-get update; apt-get 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 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)