Comment 5 for bug 1248400

Revision history for this message
osmeest (osmeest) wrote : Re: Wireshark crashed when i run him

Other workarounds:
- for command line calls, add an alias in .bashrc
        alias wireshark "LIBOVERLAY_SCROLLBAR=0 /usr/bin/wireshark"
- for Unity, edit /usr/share/applications/wireshark.desktop
    - change Exec line with
        Exec=env LIBOVERLAY_SCROLLBAR=0 wireshark %f
(I don't know how many upgrades this last one will survive but at least, it works for now...)