Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    gnome

    Fix for missing title bar and GNOME panel with Firefox

    RyanBy RyanJanuary 13, 2009Updated:January 13, 20091 Min Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    This is a bug in Firefox 3 where it launches into full screen mode and completely covers the top and bottom GNOME panels as well as its own title bar. While in this buggy mode Firefox cannot be resized, and can only be closed from within the menu.

    File -> Quit

    A temporary fix involves pressing F11 which switches you into full screen browser mode and pressing it once again to switch back. Once you close Firefox and restart it however it will continue to have the same issue.

    To fix this bug permanently, delete the file localstore.rdf from your Mozilla-Firefox profile which is stored in your home directory. Firefox must be closed in order for this to work correctly.

    In your home directory run the following command:

    $ find . -name localstore.rdf
    
    ./.mozilla/firefox/9m0erq4m.default/extensions.rdf
    

    Close Firefox.

    Remove the file that was output by the previous command.

    $ rm ./.mozilla/firefox/9m0erq4m.default/extensions.rdf
    

    Restart Firefox.

    After restarting Firefox will rebuild this file and your browser should work correctly once again.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleConvert text files within a directory from Windows to Unix format
    Next Article Enable syntax highlighting in vim with Ubuntu

    Related Posts

    Fix insync Gnome Shell extension error on Ubuntu

    Netflix now working on Ubuntu Linux

    Fix SketchUp refresh bug on Linux with WINE

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.