Announcement

Collapse
No announcement yet.

I Lost my KDE Firefox Integration :(

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I Lost my KDE Firefox Integration :(

    I realized that I forgot to do the pin locking of the Firefox with the KDE support and lost it now.

    How to I rectify this mess I made?

    #2
    Uninstall the Firefox you have now (plus its dependencies). Then in a Konsole:

    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
    Note: the second line above begins with echo and ends with /dev/null. It might wrap for display purposes. It's best if you copy-paste each line into a Konsole window.
    Last edited by SteveRiley; Sep 29, 2012, 03:22 PM.

    Comment


      #3
      Its working now! Thnx

      Comment


        #4
        Thank you SteveRiley!

        Comment

        Working...
        X