Comment 1 for bug 1240616

Revision history for this message
Gerry Boland (gerboland) wrote :

Appears if shell passes an empty argument string to unity-mir, libupstart-app-launch chokes on it. Checking if

QString("").toLatin1().data()

actually is a valid char* string. Or else g_strjoinv is unforgiving for empty strings, and unity-mir will need to strip them from the arguments list.