Results 1 to 8 of 8

Thread: Bookmarks subfolder icons missing in Firefox 4

  1. #1
    Join Date
    Jul 2007
    Location
    Huahine
    Beans
    515
    Distro
    Ubuntu 20.04 Focal Fossa

    Bookmarks subfolder icons missing in Firefox 4

    My apologies if this is out of, or in the wrong place, but it took me ages to find a solution to this problem where my folder icons in bookmarks in Firefox 4 had disappeared. A very good man has the solution here; http://www.fedoraforum.org/forum/sho...d.php?t=259976

  2. #2
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Bookmarks subfolder icons missing in Firefox 4

    For future reference, see Firefox 4 Mega Thread.

  3. #3
    Join Date
    Oct 2004
    Beans
    234
    Distro
    Ubuntu

    Re: Bookmarks subfolder icons missing in Firefox 4

    Quote Originally Posted by tahitiwibble View Post
    My apologies if this is out of, or in the wrong place, but it took me ages to find a solution to this problem where my folder icons in bookmarks in Firefox 4 had disappeared. A very good man has the solution here; http://www.fedoraforum.org/forum/sho...d.php?t=259976
    Thanks! I was looking for this.

  4. #4
    Join Date
    Mar 2011
    Location
    Germany
    Beans
    80
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Bookmarks subfolder icons missing in Firefox 4

    Thank you. I had this problem, too.

    According to that forum post, just put the following code in

    ~/.mozilla/firefox/<profile_name>/chrome/userChrome.css

    Code:
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    menu.bookmark-item > .menu-iconic-left {
      visibility: visible;
    }
    If there isn't a chrome folder and/or userChrome.css, just create them.

    For the newbs (I am one): to see the mozilla folder in your home profile, you have to use shortcut CTRL+H to see hidden folders.

  5. #5
    Join Date
    Nov 2007
    Location
    Vienna, Austria
    Beans
    19

    Re: Bookmarks subfolder icons missing in Firefox 4

    Thanks for the solution, tahitiwibble. It helped me a lot.

  6. #6
    Join Date
    Feb 2008
    Location
    Houston, Tx
    Beans
    143
    Distro
    Ubuntu

    Re: Bookmarks subfolder icons missing in Firefox 4

    Neither of these solutions has worked for me by the way. Only the subfolder icons are missing off the bookmarks toolbar in Firefox 4, Ubuntu 11.04x64

  7. #7
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Bookmarks subfolder icons missing in Firefox 4

    Quote Originally Posted by Niva View Post
    Neither of these solutions has worked for me by the way. Only the subfolder icons are missing off the bookmarks toolbar in Firefox 4, Ubuntu 11.04x64
    Close Firefox, rename the file places.sqlite from your FF profile folder (~/.mozilla/firefox/<profilename>/places.sqlite) to places.sqlite.old. Start Firefox, open the Bookmarks manager (CTRL+SHIFT+O), select "Import & Backup >>> Restore" and select the latest backup to restore your bookmarks.

  8. #8
    Join Date
    Sep 2011
    Beans
    1

    Re: Bookmarks subfolder icons missing in Firefox 4

    Quote Originally Posted by spielball View Post
    Thank you. I had this problem, too.

    According to that forum post, just put the following code in

    ~/.mozilla/firefox/<profile_name>/chrome/userChrome.css

    Code:
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    menu.bookmark-item > .menu-iconic-left {
      visibility: visible;
    }
    If there isn't a chrome folder and/or userChrome.css, just create them.

    For the newbs (I am one): to see the mozilla folder in your home profile, you have to use shortcut CTRL+H to see hidden folders.
    Can confirm (years later and in Firefox 18 after importing my profile from an Windows installation) that this works!

    Thanks to the two who posted this!

    On the side, I wanna mention that I needed to rename userChrome-example.css to userChrome.css and restart Firefox to see the change.

    Cheers!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •