Comment 5 for bug 1077970

Revision history for this message
In , Theaterghost (theaterghost) wrote :

I traced the problem to this file: /usr/share/xfce4/helpers/firefox.desktop

When I changed the existing line:

X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s;

To this (adding quotes to %s):

X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B "%s";

the problem went away.