translator
11,127
edits
(Marked this version for translation) |
(add template UserCmd) |
||
Line 7: | Line 7: | ||
<!--T:2--> | <!--T:2--> | ||
Firefox can be installed using the package '''firefox''' in your favorite package manager or using the command: | Firefox can be installed using the package '''firefox''' in your favorite package manager or using the command: | ||
{{UserCmd|command=pamac install firefox}} | |||
=Other Versions= <!--T:3--> | =Other Versions= <!--T:3--> | ||
Line 26: | Line 25: | ||
| firefox-esr || aur || https://www.mozilla.org/en-US/firefox/organizations/ || Official ESR releases. This is the oldest supported version of Firefox | | firefox-esr || aur || https://www.mozilla.org/en-US/firefox/organizations/ || Official ESR releases. This is the oldest supported version of Firefox | ||
|} | |} | ||
=Dealing with dark GTK themes= <!--T:5--> | =Dealing with dark GTK themes= <!--T:5--> | ||
Line 58: | Line 56: | ||
<!--T:12--> | <!--T:12--> | ||
The [https://community.kde.org/Plasma/Browser_Integration browser integration package] provides media controls, notifications and integration with krunner. You can install it with: | The [https://community.kde.org/Plasma/Browser_Integration browser integration package] provides media controls, notifications and integration with krunner. You can install it with: | ||
{{UserCmd|command=pamac install plasma-browser-integration}} | |||
<!--T:13--> | <!--T:13--> | ||
Line 71: | Line 69: | ||
<!--T:16--> | <!--T:16--> | ||
First ensure the packages xdg-desktop-portal and xdg-desktop-portal-kde using the command: | First ensure the packages xdg-desktop-portal and xdg-desktop-portal-kde using the command: | ||
{{UserCmd|command=pamac install xdg-desktop-portal xdg-desktop-portal-kde}} | |||
<!--T:17--> | <!--T:17--> | ||
Now we need to create a customized desktop launcher by creating a copy of the distribution file with | Now we need to create a customized desktop launcher by creating a copy of the distribution file with | ||
{{UserCmd|command=mkdir -p ~/.local/share/applications}} | |||
{{UserCmd|command=cp /usr/share/applications/firefox.desktop ~/.local/share/applications/}} | |||
<!--T:18--> | <!--T:18--> | ||
Line 126: | Line 124: | ||
<!--T:30--> | <!--T:30--> | ||
Ensure that '''~/bin''' exists with | Ensure that '''~/bin''' exists with | ||
{{UserCmd|command=mkdir -p ~/bin}} | |||
<!--T:31--> | <!--T:31--> | ||
Unpack/extract the downloaded <code>firefox-xx.x.tar.bz2</code> file to ''~/bin/'' using a graphical tool or with the ''tar'' command. Here is an example: | Unpack/extract the downloaded <code>firefox-xx.x.tar.bz2</code> file to ''~/bin/'' using a graphical tool or with the ''tar'' command. Here is an example: | ||
{{UserCmd|command=tar -xf ~/Downloads/firefox-66.0.5.tar.bz2 --directory ~/bin}} | |||
<!--T:32--> | <!--T:32--> | ||
You can now start to use Firefox by double clicking on the file (or executing it in a terminal): | You can now start to use Firefox by double clicking on the file (or executing it in a terminal): | ||
{{UserCmd|command=~/bin/firefox/firefox}} | |||
Line 144: | Line 142: | ||
<!--T:35--> | <!--T:35--> | ||
Create an empty file | Create an empty file | ||
{{UserCmd|command=mkdir -p ~/.local/share/applications}} | |||
{{UserCmd|command=touch ~/.local/share/applications/firefox.desktop}} | |||
<!--T:36--> | <!--T:36--> |