[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:software:firefox [2019/08/28 18:13 (UTC)] – [Firefox] slackwarespanoles:howtos:software:firefox [2019/08/29 15:25 (UTC)] (actual) – [Fuentes] slackwarespanol
Línea 3: Línea 3:
 Firefox es un navegador web de código abierto de Mozilla. Firefox es un navegador web de código abierto de Mozilla.
  
-====== Installation ======+===== Instalación =====
  
-Firefox is distributed with Slackware.+Firefox se distribuye con Slackware.
  
 ====== Tips ====== ====== Tips ======
  
-===== Make firefox understand downloaded files =====+===== Hacer que Firefox entienda los archivos descargados =====
  
-It is quite annoying that Mozilla Firefox always forgets what application to use for “opening” a file which you just downloadedAlsothe context menu “Open containing folder” in the Downloads overview does not work.+Es bastante molesto que Mozilla Firefox siempre olvide qué aplicación usar para "abrir" un archivo que acaba de descargarAdemásel menú contextual "Abrir carpeta que contiene" en la descripción general de Descargas no funciona.
  
-Using “xdg-open” you can improve the integration of Firefox into your Desktop Environment a lot:+Usando "xdg-open" puede mejorar mucho la integración de Firefox en su entorno de escritorio:
  
-  Stop firefox if it is running +   Detenga Firefox si se está ejecutando 
-  Delete or rename the mimetypes cache (where firefox keeps its file association settings): <code>+   Elimine o cambie el nombre de la caché de tipos MIME (donde Firefox mantiene su configuración de asociación de archivos): <code>
 $ rm ~/.mozilla/firefox/<yourprofile>/mimeTypes.rdf $ rm ~/.mozilla/firefox/<yourprofile>/mimeTypes.rdf
 </code> </code>
-  Start firefox again +   Inicie firefox nuevamente 
-  Download any file if you had not done this before +   Descargue cualquier archivo si no lo había hecho antes 
-  Open that file from the “''Tools Downloads''” menu (by right-clicking on it and selecting “''Open''). \\ When asked to choose the application for opening the filebrowse to (or type''/usr/bin/xdg-open''then check the checkbox to “''Remember your choice''.+   Abra ese archivo desde el menú "'' HerramientasDescargas ''(haciendo clic derecho sobre él y seleccionando "'' Abrir ''"). \\ Cuando se le solicite elegir la aplicación para abrir el archivobusque (o escriba"'' / usr / bin / xdg-open ''"luego marque la casilla de verificación "" 'Recuerde su elección' '".
  
-After you’ve configured Firefox like thatboth the  “''Open''” and “''Open containing folder''” context menus will workIf you are running KDE then you can then change the preferred programs through KDE’s “''file associations''” settings.+Después de configurar Firefox asífuncionarán tanto los menús contextuales "'' Abrir ''" como "" Abrir carpeta que contiene "Si está ejecutando KDE, puede cambiar los programas preferidos a través de la configuración de "" asociaciones de archivos "" de KDE.
  
-<note tip>The same trick works for Mozilla Seamonkey as well.</note>+<note tip> El mismo truco también funciona para Mozilla Seamonkey. </note> 
 +===== Habilite el visor de PDF incorporado en Firefox =====
  
-===== Enable the builtin PDF viewer in Firefox =====+El visor de PDF "[[https://github.com/mozilla/pdf.js|pdfjs]]" está integrado en Firefox desde la versión 15.0, esto significa que no es necesario instalar un complemento de visor de PDF como Adobe Reader Adicionalmente. El visor de PDF incorporado renderiza PDF usando HTML5 y JavaScript.
  
-The "[[https://github.com/mozilla/pdf.js|pdfjs]]" PDF viewer is built-in in Firefox since version 15.0this means that there is no need to install a PDF viewer plugin like Adobe Reader additionally. The built-in PDF viewer renders PDF using HTML5 and JavaScript.+El visor de PDF está deshabilitado de forma predeterminada, pero es probable que eso cambie en el futuro, cuando la funcionalidad se haya probadoMientras tantopuede habilitarlo de la siguiente manera:
  
-The PDF viewer is disabled by defaultbut that is likely going to change in the futurewhen the functionality has proven itselfIn the meantime, you can enable it as follows:+  * En "'' about:config ''" establezca la propiedad "'' browser.preferences.inContent ''" en "'' true ''": \\ {{ :howtos:browser.preferences.incontent.png }}. 
 +  * También en "'' about:config ''" establezca la propiedad "'' pdfjs.disabled ''" a "'' false ''": \\{{ :howtos:pdfjs.disabled.png?direct }}. 
 +  * Finalmenteen el menú "Preferencias> Aplicaciones" de Firefoxbusque la extensión "'' PDF ''" y asegúrese de que la acción asociada esté configurada en "//preview in firefox//".
  
-  * In "''about:config''" set the property "''browser.preferences.inContent''" to "''true''": \\ {{ :howtos:browser.preferences.incontent.png }}. +¡Eso es! Ni siquiera tiene que reiniciar FirefoxIntente abrir un PDFo incluso arrastre un archivo PDF desde un administrador de archivos a la ventana de Firefox.
-  * Also in "''about:config''" set the property "''pdfjs.disabled''" to "''false''": \\ {{ :howtos:pdfjs.disabled.png?direct }}. +
-  * Finallyin the Firefox "Preferences > Applications" menu, search for the extension "''PDF''" and make sure the associated action is set to "//preview in firefox//".+
  
-That's it! You don't even have to restart Firefox. Try opening a PDF, or even drag a PDF file from a filemanager into the Firefox window.+====== Solución de problemas ======
  
-====== Troubleshooting ======+===== "Abrir carpeta que contiene" abre Audacious en lugar de un administrador de archivos =====
  
-====== “Open folder containing” opens Audacious instead of a file manager ======+Se sabe que funciona con: [Slack 14.1]
  
-Known to work with: [Slack 14.1] +   Edite /usr/share/applications/mimeinfo.cache 
- +   Encuentra la línea que contiene <code> 
-  Edit /usr/share/applications/mimeinfo.cache +inode/directory = </code> 
-  Find the line containing <code> +   Eliminar la siguiente cadena <code>
-inode/directory=</code> +
-  Delete the following string <code>+
 audacious.desktop;</code> audacious.desktop;</code>
  
-This should fix the problem.+Esto debería solucionar el problema.
  
-Here's a one-liner to do it:+Aquí hay una linea para hacerlo:
 <code>sudo sed -i 's|inode/directory=audacious.desktop;|inode/directory=|' /usr/share/applications/mimeinfo.cache</code> <code>sudo sed -i 's|inode/directory=audacious.desktop;|inode/directory=|' /usr/share/applications/mimeinfo.cache</code>
-(I made an icon on my desktop with it in the COMMAND line)+(Hice un icono en mi escritorio con él en la línea de COMANDO)
  
-====== Sources ======+====== Fuentes ======
  
-  Originally written by [[wiki:user:arfon | arfon]] +   Originalmente escrito por [[wiki:user:arfon | arfon]] 
-  Originally written by [[wiki:user:alienbob | Eric Hameleers]] +   Originalmente escrito por [[wiki:user:alienbob | Eric Hameleers]] 
-  Taken from an [[http://alien.slackbook.org/blog/make-firefox-understand-downloaded-files/|Alien Pastures]] article+   Tomado de un artículo [[http://alien.slackbook.org/blog/make-firefox-understand-downloaded-files/|Alien Pastures]]. 
-  Based on a hint in a [[http://www.linuxquestions.org/questions/slackware-14/make-firefox-aware-of-kde-apps-615686/#post4627197|discussion at LinuxQuestions.org]] +   Basado en una pista en una [[http://www.linuxquestions.org/questions/slackware-14/make-firefox-aware-of-kde-apps-615686/#post4627197|discusión en LinuxQuestions.org]] 
-  Contributions by [[wiki:user:markand | markand]]+   Contribuciones de [[wiki:user:markand | markand]] 
 +   * Traducido por [[wiki: user: slackwarespanol | Víctor]]   2019/08/29 12:50 (UTC)
  
 {{tag>howtos software firefox author_arfon author_alienbob}} {{tag>howtos software firefox author_arfon author_alienbob}}
 es:howtos:software:firefox ()