Results 1 to 4 of 4

Thread: How do I assign a new icon to a file type

  1. #1
    Join Date
    May 2008
    Location
    Dark side of the Moon
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    How do I assign a new icon to a file type

    I have upgraded to Karmic 9.10 and noticed that my icons for blend file type is blank. That is for the Blender 3d modeling program. How do I reassign the icon for this type.

    so far I tried

    Code:
    sudo gedit /etc/mime.types
    then added

    Code:
    model/blend                blend
    and saved

    to set up a new mime.type for blend

    and put a model-blend.svg in the /usr/share/icons/gnome/scalable/mimetypes folder. didn't work.

    any ideas?

  2. #2
    Join Date
    Oct 2009
    Location
    Algiers, Algeria
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I assign a new icon to a file type


  3. #3
    Join Date
    May 2008
    Location
    Dark side of the Moon
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I assign a new icon to a file type

    Quote Originally Posted by Amix View Post
    Thanks Amix that worked sort of. Here is what I did to fix this.

    I downloaded assogiate using the software center

    then I launched it (file type manager) and used the search to find blender.

    I edited the blender file type and changed the default icon

    This did not work.

    So then I added a new blend type set up exactly like the old one and chose the new icon.

    model/blend

    with the associations of

    *.blend*
    *.BLEND*
    *.blender*

    you need the following asterisk because blender adds a number after .blend to show older versions of a file.

    now I quit and then went to a blend file and right clicked > properties and deleted the file associations.

    Then I closed that out and right clicked > Open with other application and typed blender -w in as the command.

    Now everything works great!

  4. #4
    Join Date
    Oct 2009
    Location
    Algiers, Algeria
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I assign a new icon to a file type

    Congratulations!
    Thanks

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
  •