HACK THE SYSTEM: [SOLVED] Firefox trabado en Full Screen luego de F11 | Firefox stuck in full screen mode

RSS

 Seguime por RSS

29 dic 2012

[SOLVED] Firefox trabado en Full Screen luego de F11 | Firefox stuck in full screen mode

Solución al bug que deja a Firefox en full screen luego de F11. Fix to the bug of Firefox being stucked on full screen mode.

Spanish Version:

Me ha pasado por primera vez, y me negué a optar por eliminar el .mozilla y perder todas mis configuraciones, asi que me decidí a debuggear el problema, probando poco a poco, moviendo perfiles, cache, plugins, etc.
El error sucede cuando en circustancias dificiles de reproducir, estando en full screen mode, salimos o se cierra firefox y este abre en full screen y nunca mas vuelve a modo normal, ni presionando F11, ni nada.
El error se ocasiona en un archivo, que vamos a editar y resolver esto, es muy simple, pero no encontré un solo foro donde describa la solución final y clara a este problema, y como en Firefox 17 el safe-mode no me da opcion de resetear barras y demas, es el único modo que encontré sin perder ningún dato o configuración.

1.- Abrir una terminal
2.- $ cd .mozilla
3.- $ cat profiles.ini
4.- cd al nombre de perfil que lleva el valor Path=, ejemplo de un cat profiles.ini

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=8hpiwfsg.default

Entonces, $ cd 8hpiwfsg.default
5.- Tener cerrada cualquier instancia de Firefox abierta
6.- $ nano localstore.rdf
7.- Presionar ctrl+w en nano y pegar con shift + insert <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window" . Ese valor cuando es encontrado, debajo veremos unos settings de X, Y etc.
8.- Debajo de ese valor, veremos algo asi:

                   width="1093"
                   height="736"
                   screenX="377"
                   screenY="140"
                   sizemode="fullscreen" />
9.- Cambiamos donde dice fullscreen por normal, salvamos y salimos, con ctrl+o y luego ctrl+x
10.- Iniciamos firefox y ahora estará en sus medidas normales

English Version:

It has happened to me for the first time, and I refused to choose to eliminate the .mozilla and lose all my settings, so I decided to debug the problem, testing slowly, moving profiles, cache, plugins, etc..
The error occurs when, in difficult circumstances to recreate, being in full screen mode, we leave or close firefox and then, it opens in full screen and never returns to normal mode, nor pressing F11 or anything.
The error is caused by a file that we will edit and fix, is very simple, but I have not found one forum that describes clearly the final solution to this problem, and, as in Firefox 17 on safe-mode gives me no option to reset the tool bars, size and so, this the only way I found without losing any data or configuration.


1.- Open a terminal
2.- $ cd .mozilla
3.- $ cat profiles.ini
4.- cd to the name of Path= value, example: cat profiles.ini

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=8hpiwfsg.default

So, $ cd 8hpiwfsg.default
5.- Close ALL instances of Firefox opened
6.- $ nano localstore.rdf
7.- Press ctrl+w in nano and paste with shift + insert <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window" . When the value is found, see below settings of X, Y etc.
8.- Below that value, we will see something like:

                   width="1093"
                   height="736"
                   screenX="377"
                   screenY="140"
                   sizemode="fullscreen" />

9.- Change "fullscreen" by "normal", save and exit, using ctrl+o and later ctrl+x
10.- Start Firefox, and now, all is normal !

No hay comentarios:

Publicar un comentario

Dejá tu comentario