You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, April 25th 2007, 9:25pm

kde icons theme filename

In trying to create a consistent look with gnome, I am trying to figure out how to maps one icons in kde to gnome (and vice versa) by creating symbolic link with the correct filename. I stumbled upon this spec by freedesktop.org. I noticed that most of the icons theme I downloaded from kde-look.org seems to have a different directory structure. For example, folder.png/svg is located in 'FileSystem' rather than 'Places'

Is it possible to make it compliant by simply making a Places symbolic link to FileSystem? Which folder does QT reads and which one does GTK+ reads?

2

Thursday, April 26th 2007, 11:15am

kde puts icons in $KDEDIR/share/icons, or in $HOME/.kde/share/icons
dunno where gtk gets them from, could be the gnome directory of your installation or a generic location, like /usr/share/icons.

kde4 wil solve your problem: the icon naming scheme will comply freedesktop.org
AFAIK gnome already does so.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

3

Friday, April 27th 2007, 12:54am

I don't mean where the icons are located. KDE also look for icon themes in /usr/share/icons. That was not my question.

My questions was regarding the directory structure WITHIN each icon theme. The icon for a fix disc or a DVDROM, for example, is located either in "filesystems" or "places". The icon theme I got from kde-look.org, for example, has a "filesystems" subdirectory under each size, but freedesktop.org seems to suggests that those should be put in a subdirectory called "places" under each size.

Meanwhile, another interesting problem regarding icons arised that's related. I couldn't get the KDE to use the correct icon of my openoffice documents. For example, under the size 128x128, there are two files:

Source code

1
2
128x128/apps/ooo_writer.png
128x128/mimetypes/ooo_writer.png

They are different files. One is meant for the application icon while the other for document icon. And for my MIMETYPE setting in /usr/kde/3.5/share/mimelnk/vnd.oasis.openoffice.document.desktop (side note, why does KDE uses .desktop instead of an xml file? I thought freedesktop.org wants xml.) has the line:

Source code

1
Icon=ooo_write


KDE need up incorrectly using ooo_write.png in /apps rather than the one in /mimetypes

Can anyone shread some lights on the issue?

This post has been edited 1 times, last edit by "mathfeel" (Apr 27th 2007, 12:55am)


4

Saturday, April 28th 2007, 1:07pm

Like I stated, kde does not follow free desktop standards, until kde4.
Help mee om KDE 3.5.5 in het Nederlands te vertalen