Results 1 to 4 of 4

Thread: Install xulrunner on Ubuntu 12.10?

  1. #1
    Join Date
    Aug 2010
    Beans
    39

    Install xulrunner on Ubuntu 12.10?

    I believe that I need to install xulrunner. But I'm running 12.10. When I try to install xulrunner-1.9.2 I get the following error:

    Code:
    jack@probook:~$ sudo apt-get install xulrunner-1.9.2
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package xulrunner-1.9.2 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    E: Package 'xulrunner-1.9.2' has no installation candidate
    Launchpad does have xulrunner listed under 12.10 but there are no releases available yet.

    Do I just need to be patient?

    (Why do I need xulrunner? To allow Eclipse 4.2.1 to use SWT.)

  2. #2
    Join Date
    Nov 2008
    Location
    Lleida, Spain
    Beans
    1,157
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install xulrunner on Ubuntu 12.10?

    In lauchpad I get this message:

    There is no current release of this source package in The Quantal Quetzal. You can still report bugs, make translations, and so on, but they might not be used until the package is published.

    So you can try to install the 12.04 package.

  3. #3
    Join Date
    Aug 2010
    Beans
    39

    Re: Install xulrunner on Ubuntu 12.10?

    Thanks for the very quick reply!

    I tried to install the .deb file for xulrunner-1.9.2 for 11.04 (Natty) but Software Manager complained that there was an unresolved dependency (I couldn't find a version of xulrunner for a more recent Ubuntu release).

    So instead I manually downloaded xulrunner-10.0.2 from mozilla, extracted it to ~/opt/xulrunner and then added
    Code:
    -Dorg.eclipse.swt.browser.XULRunnerPath=/home/jack/opt/xulrunner
    to my eclipse.ini file (as recommended here). This seems to work!

  4. #4
    Join Date
    Aug 2010
    Beans
    39

    Re: Install xulrunner on Ubuntu 12.10?

    I've updated the Eclipse page of the Ubuntu Wiki:

    https://help.ubuntu.com/community/Ec...diff..22_error

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •