Comment 7 for bug 1309785

Revision history for this message
PJSingh5000 (pjsingh5000) wrote :

A work-around is to add the following to the launcher:
    env GTK_DEBUG=no-pixel-cache

For gedit...
$ sudo sed -i "s|Exec=gedit %U|# Exec=gedit %U\nExec=env GTK_DEBUG=no-pixel-cache gedit %U|g" /usr/share/applications/gedit.desktop