About 87 results
Open links in new tab
  1. How do I install XULRunner since it's a requeriment for Pencil?

    sudo apt-get update sudo apt-get install xulrunner-2.0 xulrunner-2.0-dev xulrunner-2.0-gnome-support xulrunner-dev Once installed you'll need to update-alternatives so it's used by default: sudo update …

  2. What does Firefox add to XULRunner? - Stack Overflow

    Mar 30, 2011 · Firefox - XULRunner = What? Details... Another way of putting this question is, what does the 'firefox app' consist of (besides the XULRunner portion of code)?

  3. software installation - How do I install xulrunner? - Ask Ubuntu

    xulrunner is now installed, and can be run with simply xulrunner from anywhere. To uninstall it, simply remove the xulrunner directory under /opt, and the /usr/bin/xulrunner and /usr/bin/xpcshell symbolic …

  4. xul - Xulrunner runs but does nothing - Stack Overflow

    But xulrunner doesn't cooperate at all. I can run my xul fine by using the -chrome flag for firefox and giving it an absolute path, but -app doesn't work on firefox either. I have all the files required …

  5. how to package a standalone xulrunner application - Stack Overflow

    Jun 27, 2017 · Assuming you have xulrunner in your PATH, execute: xulrunner --install-app myApp.xpi. On Windows, this installs your app to c:\Program Files\<Vendor>\<Application Name>\<Application …

  6. xulrunner - What is a xul runner? - Stack Overflow

    May 5, 2011 · XUL is a tool created by Mozilla Corporation (the folks that made Firefox and Thunderbird) to make writing their applications more like writing applications for the web. With that …

  7. XULRunner Error: couldn't parse application.ini. - Stack Overflow

    Jan 18, 2013 · Unpacked this zip into folder, but when I am issuing a command xulrunner --register-global I am getting a message couldn't parse application.ini I really have no application.ini file …

  8. Newest 'xulrunner' Questions - Ask Ubuntu

    Apr 22, 2014 · Questions about xulrunner (the runtime environment developed by Mozilla) and such xul based applications that can be run with it.

  9. Beginning XUL & XPCOM development with XULRunner?

    Apr 25, 2017 · XUL explorer is a tool that lets you drag and drop XUL. It's good for mocking up an interface or starting to learn about the various elements you can use. xulrunner is Mozilla's binary …

  10. RCP with SWT.Browser and XULRunner - Stack Overflow

    Mar 6, 2023 · Browser browser = new Browser(parent, SWT.MOZILLA); It's working fine with the old XULRunner 3.6.23 and the installation described here: xulrunner.exe --register-global I want to use …