From 23c9d23afb17c59bd235406bffa5d618fb13b755 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Tue, 16 Feb 2016 20:44:08 -0600 Subject: Fix wireshark in Ubuntu 14.04 --- ubuntu-fixes.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ubuntu-fixes.sh diff --git a/ubuntu-fixes.sh b/ubuntu-fixes.sh new file mode 100755 index 0000000..13cb4ca --- /dev/null +++ b/ubuntu-fixes.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# This fixes wireshark +# see: http://askubuntu.com/questions/34214/how-do-i-disable-overlay-scrollbars +touch ~/.xprofile +sed -i -e '/LIBOVERLAY_SCROLLBAR/d' ~/.xprofile +echo 'export LIBOVERLAY_SCROLLBAR=0' >> ~/.xprofile + +echo "You must log out and back in for all changes to take effect." -- cgit v1.2.3-18-g5258