Announcement

Collapse
No announcement yet.

Folder icons won't change

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Folder icons won't change

    A re-boot - or, at least, log-out (and in again ) ought to do it.

    Comment


      #17
      Re: Folder icons won't change

      This is gonna be a lot of work....
      Yes, it is...


      About icon themes

      > HOWTO : create own (partial) icon theme >> Icon Theme Specification
      Icon Theme

      An icon theme is a named set of icons. It is used to map from an iconname and size to a file.

      Icon file

      An icon file is an image that can be loaded and used as an icon.

      Base Directory

      Icons and themes are searched for in a set of directories, called base directories. The themes are stored in subdirectories of the base directories.

      ...
      In at least one of the theme directories there must be a file called index.theme that describes the theme. The first index.theme found while searching the base directories in order is used. This file describes the general attributes of the theme.
      ...

      =>

      You need to have:

      1) Icons, that have the right names
      2) They need to be in the right place
      3) You need to have an index file that describes the icon theme.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #18
        Re: Folder icons won't change

        Originally posted by Rog131
        This is gonna be a lot of work....
        Yes, it is...
        yup,like everything else in kubuntu!

        Ok,thank you VERRY much,when I find some time,patience and energy I will see what I can do about this...

        Comment


          #19
          Re: Folder icons won't change

          :P ... and there seems to be an exception:

          Folder icon name and location
          http://davigno.oxygen-icons.org/2007...-and-location/
          Folder icon name and location
          Published by David Vignoni on April 18, 2007 03:40 am under icons
          Dolphin, next KDE 4 file manager, looks for folder icon at “mimetypes/inode-directory.png”. Follow current icon identikit:

          Name: inode-directory.png
          Address: oxygen/…/mymetypes/
          Profession: folder icon
          All the special folder icons are located under “places” directory and use a different kind of name having “folder-” as prefix… like “folder-important.png” or “folder-yellow.png”.
          So my question is: Shouldn’t the regular folder icon be located under “places” directory as well and be called just “folder.png”?

          Testing:

          Modifying /home/<USER>/.kde/share/icons/crystal_project/...

          Copying
          all .png files from filesystems to places
          and
          folder.png from /filesystems to /mimetypes and renaming it to inode-directory.png”

          adding to index.theme
          Code:
          Directories=...,48x48/places,...
          ...
          [48x48/places]
          Size=48
          Context=Places
          Type=Threshold
          ...
          after that:
          Attached Files
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #20
            Re: Folder icons won't change

            OMG,still too complicated to do it right now....

            Well,I think I can figure this out now...And as I see you know a lot of stuff,can you help me with the system performance?Its just too slow!Whatever I do,its slow.Selecting files,opening...everything!I use drivers for my graphics card that came with the linux,cus' the ones from ati's site doesn't work like they should...my comp:
            amd 2400+(2000 ghz),1700 RAM,radeon 9600pro....

            and here you can find my xorg file:
            http://kubuntuforums.net/forums/inde...opic=3099098.0
            Thanks man!

            Comment


              #21
              Re: Folder icons won't change

              OMG,still too complicated to do it right now....
              Yes, it is . Hopefully someone will do a total rebuild to the icon theme. It is working fine with my KDE 3.5 installation but it needs rebuild with the KDE 4.


              can you help me with the system performance?Its just too slow!
              Here:
              AMD Athlon(tm) XP 2500+
              Ati 9600 Xt
              Ram 1 G

              What tells top (in the konsole) ? Is there high CPU load ?

              man top
              NAME
              top - display Linux tasks

              SYNOPSIS
              top -hv | -bcHisS -d delay -n iterations -p pid [, pid ...]

              The traditional switches ’-’ and whitespace are optional.

              DESCRIPTION
              The top program provides a dynamic real-time view of a running system.

              I use drivers for my graphics card that came with the linux,cus' the ones from ati's site doesn't work like they should...
              Open source driver were working fine at here. I'm now using Catalyst/fglrx from the repositories. At the moment the repository version is better (well it is possible to install) than AMD version:

              Canonical Publishes ATI Catalyst 8.10 Beta
              http://www.phoronix.com/forums/showthread.php?t=13218

              I have installed (jockey wasn't working)
              - fglrx-amdcccle
              - fglrx-kernel-source
              - xorg-driver-fglrx

              and edited my xorg.conf ( attached)

              Link:
              Ubuntu Intrepid Installation Guide (Ati/AMD)
              http://wiki.cchtml.com/index.php/Ubu...allation_Guide
              Attached Files
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #22
                Re: Folder icons won't change

                Ok,once again,thanks!

                So,the thing I need is theese 3 files:

                - fglrx-amdcccle
                - fglrx-kernel-source
                - xorg-driver-fglrx

                and edited xorg file

                Well,I will definitetly try that!

                Comment


                  #23
                  Re: Folder icons won't change

                  Originally posted by Rog131
                  :P ... and there seems to be an exception:

                  Folder icon name and location
                  http://davigno.oxygen-icons.org/2007...-and-location/
                  Folder icon name and location
                  Published by David Vignoni on April 18, 2007 03:40 am under icons
                  Dolphin, next KDE 4 file manager, looks for folder icon at “mimetypes/inode-directory.png”. Follow current icon identikit:

                  Name: inode-directory.png
                  Address: oxygen/…/mymetypes/
                  Profession: folder icon
                  All the special folder icons are located under “places” directory and use a different kind of name having “folder-” as prefix… like “folder-important.png” or “folder-yellow.png”.
                  So my question is: Shouldn’t the regular folder icon be located under “places” directory as well and be called just “folder.png”?

                  Testing:

                  Modifying /home/<USER>/.kde/share/icons/crystal_project/...

                  Copying
                  all .png files from filesystems to places
                  and
                  folder.png from /filesystems to /mimetypes and renaming it to inode-directory.png”

                  adding to index.theme
                  Code:
                  Directories=...,48x48/places,...
                  ...
                  [48x48/places]
                  Size=48
                  Context=Places
                  Type=Threshold
                  ...
                  after that:
                  OK,I'm doing this right now.I did everything except copiying png files to places.So,should I coppy ALL png files for all icon sizes,andf WHERE THE HELL IS PLACES FOLER

                  Comment


                    #24
                    Re: Folder icons won't change

                    Ok,I just made folder "places" and bam-it works!And it wasn't so hard either

                    Thank you Rog verry verry much....

                    Comment

                    Working...
                    X