Comment 1 for bug 1245741

Revision history for this message
John Combs (jscombs91) wrote :

Same for me. I noticed that unityquantal.py was throwing an error with the os.system method so I changed the initialization of new_entry to:

new_entry = short + ("" if short[-1] == '[' else ", ") + "'skype.desktop']"

and that seems to have fixed part of the problem.