firefox-kde-114.patch
changeset 809 af47260a332c
parent 807 f54c68340963
child 816 5551f1ff7e1d
equal deleted inserted replaced
807:f54c68340963 809:af47260a332c
     1 # HG changeset patch
       
     2 # User Wolfgang Rosenauer <wr@rosenauer.org>
       
     3 # Parent a5921092e6fb2dc39b1426139eb8406f5fd3cfa9
       
     4 With openSUSE 11.4 the desktop file name changed from MozillaFirefox to firefox
       
     5 
       
     6 diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js
       
     7 --- a/browser/components/preferences/main.js
       
     8 +++ b/browser/components/preferences/main.js
       
     9 @@ -511,17 +511,17 @@ var gMainPane = {
       
    10        if (kde_session == 1) {
       
    11          var shellObj = Components.classes["@mozilla.org/file/local;1"]
       
    12                                   .createInstance(Components.interfaces.nsILocalFile);
       
    13          shellObj.initWithPath("/usr/bin/kwriteconfig");
       
    14          var process = Components.classes["@mozilla.org/process/util;1"]
       
    15                                  .createInstance(Components.interfaces.nsIProcess);
       
    16          process.init(shellObj);
       
    17          var args = ["--file", "kdeglobals", "--group", "General", "--key",
       
    18 -            "BrowserApplication", "MozillaFirefox"];
       
    19 +            "BrowserApplication", "firefox"];
       
    20          process.run(false, args, args.length);
       
    21        }
       
    22      } catch (ex) {
       
    23        Components.utils.reportError(ex);
       
    24        return;
       
    25      }
       
    26      let selectedIndex =
       
    27        shellSvc.isDefaultBrowser(false, true) ? 1 : 0;