Comment 4 for bug 1248400

Revision history for this message
Titantux (israel-m-dj) wrote : Re: Wireshark crashed when i run him

With the previous workaround, did an improvement on as follow n my Ubuntu 13.10

---------------------------------------------------------------------
sudo mv /usr/bin/wireshark /usr/bin/wireshark.run
sudo echo "#/bin/bash" > /usr/bin/wireshark
sudo echo -e "export LIBOVERLAY_SCROLLBAR=0\nexec /usr/bin/wireshark.run" >> /usr/bin/wireshark
sudo chmod +x /usr/bin/wireshark
---------------------------------------------------------------------

Be aware, every time wireshark is updated you need to do this!!!