<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2alin</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2alin"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Special:Contributions/2alin"/>
	<updated>2026-07-08T02:42:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Mozilla_Firefox/es-419&amp;diff=32138</id>
		<title>Mozilla Firefox/es-419</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Mozilla_Firefox/es-419&amp;diff=32138"/>
		<updated>2022-02-13T06:08:46Z</updated>

		<summary type="html">&lt;p&gt;2alin: Created page with &amp;quot;Firefox puede instalarse utilizando el paquete &amp;#039;&amp;#039;&amp;#039;firefox&amp;#039;&amp;#039;&amp;#039; en el gestor de paquetes favorito o utilizando el comando:  pamac install firefox&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Instalando Firefox=&lt;br /&gt;
&lt;br /&gt;
Firefox puede instalarse utilizando el paquete &amp;#039;&amp;#039;&amp;#039;firefox&amp;#039;&amp;#039;&amp;#039; en el gestor de paquetes favorito o utilizando el comando:&lt;br /&gt;
 pamac install firefox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Otras Versiones=&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Package Name !! Source !! URL !! Description&lt;br /&gt;
|-&lt;br /&gt;
| firefox-developer-edition || repo || https://www.mozilla.org/firefox/channel/#developer || Official Developer Edition builds&lt;br /&gt;
|-&lt;br /&gt;
| firefox-nightly || aur || https://www.mozilla.org/en-US/firefox/nightly || Official Nightly builds&lt;br /&gt;
|-&lt;br /&gt;
| firefox-kde-opensuse || aur || https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox || OpenSUSE&amp;#039;s version of Firefox includes appmenu integration and native plasma integration&lt;br /&gt;
|-&lt;br /&gt;
| firefox-appmenu || aur || https://aur.archlinux.org/packages/firefox-appmenu/ || Unofficial Firefox build with appmenu patches added&lt;br /&gt;
|-&lt;br /&gt;
| firefox-esr || aur || https://www.mozilla.org/en-US/firefox/organizations/ || Official ESR releases.  This is the oldest supported version of Firefox&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Dealing with dark GTK themes=&lt;br /&gt;
&lt;br /&gt;
Some pages will be hard to read when using dark gtk themes.  There are a few different ways to handle this:&lt;br /&gt;
* The most flexible way is to install the add-on [https://addons.mozilla.org/en-US/firefox/addon/text-contrast-for-dark-themes Text Contrast for Dark Themes] which will allow you to keep your theming but adjust it on a per page basis as needed&lt;br /&gt;
&lt;br /&gt;
* A simpler way is Preferences-&amp;gt;Language &amp;amp; Appearance-&amp;gt;Colors and uncheck &amp;quot;Use System Colors&amp;quot;.  The downside of this approach is that Firefox will no longer use a dark theme.&lt;br /&gt;
&lt;br /&gt;
* We can use css to force white backgrounds with dark text and controls by editing or creating &amp;#039;&amp;#039;~/.mozilla/profile.default/chrome/userContent.css&amp;#039;&amp;#039; with the following content:&lt;br /&gt;
&lt;br /&gt;
 input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type=&amp;#039;checkbox&amp;#039;]):not([type=&amp;#039;radio&amp;#039;]), textarea, select {&lt;br /&gt;
     -moz-appearance: none !important;&lt;br /&gt;
     background-color: white;&lt;br /&gt;
     color: black;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #downloads-indicator-counter {&lt;br /&gt;
     color: white;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plasma Integration=&lt;br /&gt;
&lt;br /&gt;
==Installing plasma Browser Integration==&lt;br /&gt;
&lt;br /&gt;
The [https://community.kde.org/Plasma/Browser_Integration browser integration package] provides media controls, notifications and integration with krunner.  You can install it with:&lt;br /&gt;
 pamac install plasma-browser-integration&lt;br /&gt;
&lt;br /&gt;
Next install the [https://addons.mozilla.org/en-US/firefox/addon/plasma-integration plasma integration add-on] in Firefox.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the native file chooser==&lt;br /&gt;
&lt;br /&gt;
It is possible to integrate the file chooser from plasma into Firefox giving you a more seamless experience.&lt;br /&gt;
&lt;br /&gt;
First ensure the packages xdg-desktop-portal and xdg-desktop-portal-kde using the command:&lt;br /&gt;
 pamac install xdg-desktop-portal xdg-desktop-portal-kde&lt;br /&gt;
&lt;br /&gt;
Now we need to create a customized desktop launcher by creating a copy of the distribution file with&lt;br /&gt;
 mkdir -p ~/.local/share/applications&lt;br /&gt;
 cp /usr/share/applications/firefox.desktop ~/.local/share/applications/.&lt;br /&gt;
&lt;br /&gt;
Next we need to edit the newly created file at ~/.local/share/applications/firefox.desktop using a [[Viewing_and_editing_configuration_files|text editor]]&lt;br /&gt;
&lt;br /&gt;
There are 3 edits that need to made to this file.&lt;br /&gt;
&lt;br /&gt;
replace:&lt;br /&gt;
 Exec=/usr/lib/firefox/firefox %u&lt;br /&gt;
with:&lt;br /&gt;
 Exec=/usr/bin/sh -c &amp;quot;GTK_USE_PORTAL=1 /usr/lib/firefox/firefox %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
replace:&lt;br /&gt;
 Exec=/usr/lib/firefox/firefox --new-window %u&lt;br /&gt;
with:&lt;br /&gt;
 Exec=/usr/bin/sh -c &amp;quot;GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --new-window %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
replace:&lt;br /&gt;
 Exec=/usr/lib/firefox/firefox --private-window %u&lt;br /&gt;
with:&lt;br /&gt;
 Exec=/usr/bin/sh -c &amp;quot;GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --private-window %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save and enjoy your firefox/plasma integration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing Firefox directly from the Mozilla Website=&lt;br /&gt;
&lt;br /&gt;
Generally it is better to use the version of Firefox that is available in the repos but installing Firefox directly has one advantage: Firefox will update itself automatically as soon as an update is available.&lt;br /&gt;
This is great for users, who want to get the latest update as soon as possible without waiting for the next Manjaro update.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Download Firefox from Mozilla==&lt;br /&gt;
&lt;br /&gt;
Download the latest Firefox in your language from here: https://www.mozilla.org/en-US/firefox/all/&lt;br /&gt;
&lt;br /&gt;
Most users will download &amp;quot;Linux 64-bit&amp;quot; in your chosen language.  If you are using manjaro32, download &amp;quot;Linux 32-bit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Extract the files==&lt;br /&gt;
&lt;br /&gt;
Ensure that &amp;#039;&amp;#039;&amp;#039;~/bin&amp;#039;&amp;#039;&amp;#039; exists with&lt;br /&gt;
 mkdir -p ~/bin&lt;br /&gt;
&lt;br /&gt;
Unpack/extract the downloaded &amp;lt;code&amp;gt;firefox-xx.x.tar.bz2&amp;lt;/code&amp;gt; file to &amp;#039;&amp;#039;~/bin/&amp;#039;&amp;#039; using a graphical tool or with the &amp;#039;&amp;#039;tar&amp;#039;&amp;#039; command.  Here is an example:&lt;br /&gt;
 tar -xf ~/Downloads/firefox-66.0.5.tar.bz2 --directory ~/bin&lt;br /&gt;
&lt;br /&gt;
You can now start to use Firefox by double clicking on the file (or executing it in a terminal):&lt;br /&gt;
 ~/bin/firefox/firefox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create an icon==&lt;br /&gt;
&lt;br /&gt;
Let&amp;#039;s create an icon in order to start Firefox much more easily.&lt;br /&gt;
&lt;br /&gt;
Create an empty file&lt;br /&gt;
 mkdir -p ~/.local/share/applications&lt;br /&gt;
 touch ~/.local/share/applications/firefox.desktop&lt;br /&gt;
&lt;br /&gt;
Edit the file &amp;#039;&amp;#039;~/.local/share/applications/firefox.desktop&amp;#039;&amp;#039; in your favorite editor.  For a list of common editors see [[Viewing_and_editing_configuration_files|this page]]&lt;br /&gt;
&lt;br /&gt;
Copy and paste the following code into your &amp;lt;code&amp;gt;firefox.desktop&amp;lt;/code&amp;gt; file and save it:&lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Name=Firefox&lt;br /&gt;
 GenericName=Web Browser&lt;br /&gt;
 Icon=~/bin/firefox/browser/icons/mozicon128.png&lt;br /&gt;
 Type=Application&lt;br /&gt;
 Categories=Application;Network;WebBrowser;&lt;br /&gt;
 Exec=~/bin/firefox/firefox&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 StartupNotify=false&lt;br /&gt;
&lt;br /&gt;
In most Desktop Environments(DEs), Firefox will now be added to the menu.  In some DEs you can click on the desktop to launch the application as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.archlinux.org/index.php/Firefox The arch wiki page]&lt;br /&gt;
* [[Internet_Browsers|Internet Browsers wiki page]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>2alin</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/3/es-419&amp;diff=32119</id>
		<title>Translations:Mozilla Firefox/3/es-419</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/3/es-419&amp;diff=32119"/>
		<updated>2022-02-13T00:50:44Z</updated>

		<summary type="html">&lt;p&gt;2alin: Created page with &amp;quot;=Otras Versiones=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Otras Versiones=&lt;/div&gt;</summary>
		<author><name>2alin</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/2/es-419&amp;diff=32118</id>
		<title>Translations:Mozilla Firefox/2/es-419</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/2/es-419&amp;diff=32118"/>
		<updated>2022-02-13T00:50:23Z</updated>

		<summary type="html">&lt;p&gt;2alin: Created page with &amp;quot;Firefox puede instalarse utilizando el paquete &amp;#039;&amp;#039;&amp;#039;firefox&amp;#039;&amp;#039;&amp;#039; en el gestor de paquetes favorito o utilizando el comando:  pamac install firefox&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Firefox puede instalarse utilizando el paquete &amp;#039;&amp;#039;&amp;#039;firefox&amp;#039;&amp;#039;&amp;#039; en el gestor de paquetes favorito o utilizando el comando:&lt;br /&gt;
 pamac install firefox&lt;/div&gt;</summary>
		<author><name>2alin</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/1/es-419&amp;diff=32117</id>
		<title>Translations:Mozilla Firefox/1/es-419</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Mozilla_Firefox/1/es-419&amp;diff=32117"/>
		<updated>2022-02-13T00:50:11Z</updated>

		<summary type="html">&lt;p&gt;2alin: Created page with &amp;quot;=Instalando Firefox=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Instalando Firefox=&lt;/div&gt;</summary>
		<author><name>2alin</name></author>
	</entry>
</feed>