From 77a8d2c67f8d985af4422f59a6a1b2170fab83e4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Apr 2018 17:26:49 -0400 Subject: logi1: Install patched fbpanel --- (limited to 'hosts/logi1') diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst index 6e65aa5..f56fbd9 100644 --- a/hosts/logi1/postinst +++ b/hosts/logi1/postinst @@ -137,6 +137,15 @@ in_target sh <<-EOF EOF [ ${?} -ne 0 ] && return 1 +# Install fbpanel patched to set _NET_WM_STATE_SKIP_TASKBAR and +# _NET_WM_STATE_SKIP_PAGER. +in_target wget 'http://www.pehjota.net/~pj/fbpanel/fbpanel_7.0-3.1_amd64.deb' +printf '%s %s\n' \ + '65d78c522f6df5f7b378a8e2520f4ab4f9c4c34d20da00820973e915f95393d0' \ + 'fbpanel_7.0-3.1_amd64.deb' | in_target sha256sum -c +in_target dpkg -i 'fbpanel_7.0-3.1_amd64.deb' +in_target rm -f 'fbpanel_7.0-3.1_amd64.deb' + # Download wallpaper. in_target sudo -u pj wget -O /home/pj/.wallpaper \ http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png -- cgit v0.9.1