Hi folks, I like to have an own app icon, but couldn't figure out, where it is deternined ( I tried to find in the class browser). I found only the icns file inside of the one-click package, but this seems only good for the file system, at least on MAC, it worked, if replaced, but the application icon in the Dock was still the same Thanks in advance Johannes Johannes Rasche Hagelberger Str. 56 10965 Berlin mail: johannesrasche@me.com skype: johannesrasche www: http://myNeat.de fon: +49-30-7469 4425
My guess is that the icon is the VM icon -- View this message in context: http://forum.world.st/Pharo-application-icon-tp2298239p2298241.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Thu, Jul 22, 2010 at 9:27 AM, Geert Claes <geert.wl.claes@gmail.com>wrote:
My guess is that the icon is the VM icon+
I think that yes. In Mac OS, what you have to do is: 1) Go to your vm (for example Squeak 4.2.2beta1U.app), and copy it (backup) with another name in case you don't like the icons 2) Go to the original VM -> right button -> Show package content 3) Check in the directory /Contents/Resources/ and you will notice all the icons that are used for spicifics files: the .image, .changes, etc. You can select your owns, put exactly the same file name and override them. 4) A reboot may help to see all the changes Cheers Mariano
-- View this message in context: http://forum.world.st/Pharo-application-icon-tp2298239p2298241.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
5) add to the book :) On Jul 22, 2010, at 9:48 AM, Mariano Martinez Peck wrote:
On Thu, Jul 22, 2010 at 9:27 AM, Geert Claes <geert.wl.claes@gmail.com> wrote:
My guess is that the icon is the VM icon+
I think that yes. In Mac OS, what you have to do is:
1) Go to your vm (for example Squeak 4.2.2beta1U.app), and copy it (backup) with another name in case you don't like the icons 2) Go to the original VM -> right button -> Show package content 3) Check in the directory /Contents/Resources/ and you will notice all the icons that are used for spicifics files: the .image, .changes, etc. You can select your owns, put exactly the same file name and override them. 4) A reboot may help to see all the changes
Cheers
Mariano
-- View this message in context: http://forum.world.st/Pharo-application-icon-tp2298239p2298241.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
You can also follow this procedure: http://support.apple.com/kb/ht2493 On 22 juil. 2010, at 09:48, Mariano Martinez Peck wrote:
On Thu, Jul 22, 2010 at 9:27 AM, Geert Claes <geert.wl.claes@gmail.com> wrote:
My guess is that the icon is the VM icon+
I think that yes. In Mac OS, what you have to do is:
1) Go to your vm (for example Squeak 4.2.2beta1U.app), and copy it (backup) with another name in case you don't like the icons 2) Go to the original VM -> right button -> Show package content 3) Check in the directory /Contents/Resources/ and you will notice all the icons that are used for spicifics files: the .image, .changes, etc. You can select your owns, put exactly the same file name and override them. 4) A reboot may help to see all the changes
Cheers
Mariano
-- View this message in context: http://forum.world.st/Pharo-application-icon-tp2298239p2298241.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Simon
On 22 juil. 2010, at 11:27, Simon Denier wrote:
You can also follow this procedure:
Sorry, I forgot to tell that this solution works only if you want to change the icon for one file (like the VM file), not if you want to change the icon for all images for example. Mariano's solution is the way to go then.
On 22 juil. 2010, at 09:48, Mariano Martinez Peck wrote:
On Thu, Jul 22, 2010 at 9:27 AM, Geert Claes <geert.wl.claes@gmail.com> wrote:
My guess is that the icon is the VM icon+
I think that yes. In Mac OS, what you have to do is:
1) Go to your vm (for example Squeak 4.2.2beta1U.app), and copy it (backup) with another name in case you don't like the icons 2) Go to the original VM -> right button -> Show package content 3) Check in the directory /Contents/Resources/ and you will notice all the icons that are used for spicifics files: the .image, .changes, etc. You can select your owns, put exactly the same file name and override them. 4) A reboot may help to see all the changes
Cheers
Mariano
-- View this message in context: http://forum.world.st/Pharo-application-icon-tp2298239p2298241.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Simon
-- Simon
participants (5)
-
Geert Claes -
Johannes Rasche -
Mariano Martinez Peck -
Simon Denier -
Stéphane Ducasse