Re: How do I use Firefox with Dolphin?
On your original post, click the "edit" button, then add "SOLVED" in the title, in front.
On your original post, click the "edit" button, then add "SOLVED" in the title, in front.
sudo add-apt-repository ppa:blue-shell/firefox-kde echo -e 'Package: *' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null echo -e 'Pin: release o=LP-PPA-blue-shell-firefox-kde' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null echo -e 'Pin-Priority: 1000' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null sudo apt-get update sudo apt-get install --no-install-recommends firefox firefox-kde-support
Comment