I've just created a new installation of Precise Kubuntu. One of the actions on the initial application menu is to install Firefox. I did that, but it didn't seem to have an effect; the installation seemed to succeed uneventfully, but when I was done I still had only the installer, not Firefox itself. What am I missing?
Announcement
Collapse
No announcement yet.
Installing Firefox
Collapse
This topic is closed.
X
X
-
Originally posted by pwabrahams View PostIs the Firefox you get from mozilla.org the same as the one gotten from the repositories? If not, which is preferable?
I've read somewhere that mozilla.org is dropping Ubuntu support. Do you know anything about that?
- Top
- Bottom
Comment
-
It is the same code as Mozilla Firefox, they have just tweaked the theme and other things via the ubufox extension. There may be more, Not sure about unity integration
Sent from my SCH-I510 using Tapatalk 2
- Top
- Bottom
Comment
-
What happened.
It turns out that when I tried to use the installer, I didn't have a network connection even though I thought I did. Once I had the connection, the installer did its thing correctly. I suppose the installer should complain explicitly if there's no network connection instead of silently quitting.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
The Firefox package depends on a Unity global menu plugin that serves no purpose in KDE. Avoid that by altering the install command thusly:
Code:sudo apt-get install --no-install-recommends firefox
Code:sudo add-apt-repository ppa:blue-shell/firefox-kde echo -e 'Package: *\nPin: release o=LP-PPA-blue-shell-firefox-kde\nPin-Priority: 1000' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null sudo apt-get update sudo apt-get install --no-install-recommends firefox firefox-kde-support
- Top
- Bottom
Comment
-
Originally posted by pwabrahams View PostIt turns out that when I tried to use the installer, I didn't have a network connection even though I thought I did. Once I had the connection, the installer did its thing correctly. I suppose the installer should complain explicitly if there's no network connection instead of silently quitting.
- Top
- Bottom
Comment
Comment