Am Samstag 27 Februar 2010 22:13:08 schrieb Tejas Guruswamy:
On 27/02/10 21:03, Johannes Obermayr wrote:
Am Samstag 27 Februar 2010 21:36:58 schrieb Markus:
"mycomp" is a SUSE-specific icon which, btw, isn't even placed in the oxygen folder, but in highcolor: file:///usr/share/icons/hicolor/64x64/apps/mycomp.png (if you use openSUSE right now, you should be able to open it)
Which package?
$ /usr/share/icons> find -name *mycomp* $ /usr/share/icons>
On all my systems "myComputer" (= "Arbeitsplatz" -> German) are without icons ...
And dependencies are also OK ...
<snip>
tejas@hobbes:/usr/share/icons> find . -name "*mycomp*" | xargs rpm -qf | sort -u kdebase4-workspace-branding-openSUSE-11.2-60.4.x86_64
make sure you've not got branding-upstream installed instead
That is it. I have *-branding-upstream installed for all packages and prefer it because of "ksnapshotting" for upstream translations (docs) ... But in this case we have only two possibilities: 1. Changing http://gitorious.org/opensuse/kdebase4-opensuse/blobs/master/config-files/us...: - Icon=mycomp + Icon=computer 2. Set a dependency in kdebase4-opensuse (spec-file): + Requires: kdebase4-workspace-branding-openSUSE I prefer first solution. Thanks. Johannes