Re: [ANN] Customizing GWorkspace and other apps
Rubens_Septimus <[email protected]> Wed, 30 Apr 2008 14:28:25 -0700 (PDT)
| Newsgroups | gmane.comp.lib.gnustep.applications |
|---|---|
| Message-ID | <[email protected]> |
Rubens_Septimus wrote: >=20 >=20 >=20 > Fred Kiefer wrote: >>=20 >> Rubens_Septimus wrote: >>> Hello ! >>>=20 >>> I try to understand customizing with GNUstep : >>>=20 >>> 1=C2=B0) Icons : is a clean way to customize icons in GWorkspace ? I tr= ied to >>> do >>> so on a draft system (virtual box) before installing GNUstep on my real >>> computer. But it was dirty, because copying file icons in the system >>> domain >>> results in many disadvantages : >>> 1) Other people can't chose their icons or can't revert to the classic >>> ones >>> ; >>> 2) When upgrading, the customized icons will be lost. >>>=20 >>> So I thought the User domain was the good way, but putting icons files >>> in >>> ~/GNUstep/Icons/ gives no result. Any idea how to achieve this ? >>>=20 >> There is one other way to customize icons, that is by using a mapping to= =20 >> a different file name in the nsmapping.strings file. You find that file= =20 >> in the GNUstep/System/Library/Images directory. >>=20 >>> Are the 48x48 size and the tiff format the only ones supported ? >>>=20 >> You may use different sizes or formats. >>=20 >>> 3=C2=B0) How I can get windows bar to look different, for example, with >>> pretty >>> color buttons like on Mac OS X ? Is a way to do this from "defaults" >>> directive ? >>=20 >> You will need to program that yourself, but it shouldn#T be to hard, if= =20 >> you know what you want. >>=20 > Thanks, Fred. I will try the nsmapping.strings. It seems cleaner than my > first attempt. > For the other suggestion, I will wait a little to learn more about > Objective-C and so on... >=20 > Patrick >=20 Well, searching nsmappings.strings on Ubuntu only reports /usr/share/pixmaps/GNUstep/nsmapping.strings, but that file don't deal with dir or app icons... There is a /usr/lib/GNUstep/Images (apparently path with System are deprecated) but no nsmapping.strings inside. So the only way seems to make = a backup of the old icons and copying in the shared folders the new icons. Did'nt find how to use mapping files. --=20 View this message in context: http://www.nabble.com/Customizing-GWorkspace-= and-other-apps-tp16973040p16991736.html Sent from the GNUstep - Apps mailing list archive at Nabble.com.