Comment 22 for bug 1310316

Revision history for this message
Jose Canciani (u-ubuctu-b) wrote :

My workaround until this is fix, add a startup application that runs this script:

$ cat ~/bin/restoreTextScalingFactor.sh
#!/bin/bash

gsettings set org.gnome.desktop.interface text-scaling-factor '1.0'

Regards!
Jose