summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-25 17:26:49 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-25 17:26:49 (EDT)
commit77a8d2c67f8d985af4422f59a6a1b2170fab83e4 (patch)
tree114e09ecd6f049da10bf204cc71141a80d9119d5 /hosts
parentac754891b4e3009f8ae674eaaebb05451cb3d1ea (diff)
downloadpc-inst-77a8d2c67f8d985af4422f59a6a1b2170fab83e4.zip
pc-inst-77a8d2c67f8d985af4422f59a6a1b2170fab83e4.tar.gz
pc-inst-77a8d2c67f8d985af4422f59a6a1b2170fab83e4.tar.bz2
logi1: Install patched fbpanel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/logi1/postinst9
1 files changed, 9 insertions, 0 deletions
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