Add as setting to have glipper load a number of seconds later. Edit as root /usr/lib/glipper/glipper and add these lines right after the commented part with the license :
import time # <-- This line is new
time.sleep(8) # <-- This line is new. Change the 8 to for instance 30 if it did not help

No comments:
Post a Comment