Comment 18 for bug 1011446

Revision history for this message
Mauricio Ocón (mauocon) wrote :

I confim the issue in Ubuntu 16.04 LTS

daniel-underwood13's solution worked for me

$ sudo nano /usr/bin/dia

Change to

#!/bin/sh
#
# Wrapped that calls dia in integrated version
#

LIBOVERLAY_SCROLLBAR=0 dia-normal --integrated "$@"