diff -r f54c68340963 -r af47260a332c firefox-kde.patch --- a/firefox-kde.patch Sun Nov 16 20:54:39 2014 +0100 +++ b/firefox-kde.patch Mon Nov 17 17:22:06 2014 +0100 @@ -1393,7 +1393,7 @@ + .createInstance(Components.interfaces.nsIProcess); + process.init(shellObj); + var args = ["--file", "kdeglobals", "--group", "General", "--key", -+ "BrowserApplication", "MozillaFirefox"]; ++ "BrowserApplication", "firefox"]; + process.run(false, args, args.length); + } } catch (ex) {