Super cool Esteban.  Awesome. So the new build of my Pharo 4.0 images are
now like this:

"Some custom settings"
Deprecation raiseWarning: false.
(Smalltalk at: #PolymorphSystemSettings) perform: #uiThemeClass: with:
(Pharo3DarkTheme).
PolymorphSystemSettings desktopImageFileName: '/Library/Desktop
Pictures/Yosemite 3.jpg'.
((Smalltalk at: #UITheme) perform: #currentSettings) perform:
#fastDragging: with: (true).
(Smalltalk at: #StandardFonts) perform: #codeFont: with: ((LogicalFont
familyName: 'Source Code Pro' fallbackFamilyNames: nil pointSize: 9
stretchValue: 5 weightValue: 400 slantValue: 0)).
Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'IdeaIcons';
loadStable.
ThemeIcons current: #IdeaUIThemeIcons asClass new.
AbstractNautilusUI resetIconCaches.

"Load an external tool to increase code quality"
Metacello new
  smalltalkhubUser: 'Pharo'
  project: 'MetaRepoForPharo40';
  configuration: 'QualityAssistant';
  load.


On Thu, Apr 30, 2015 at 8:56 AM, p...@highoctane.be <p...@highoctane.be>
wrote:

>
> Works now.
>
> Awesome. Yay!
>
> Phil
>
>
> On Thu, Apr 30, 2015 at 1:29 PM, Esteban Lorenzano <esteba...@gmail.com>
> wrote:
>
>> oops.
>> sorry, is fixed now… can you re-try it?
>>
>> Esteban
>>
>> On 30 Apr 2015, at 12:37, p...@highoctane.be wrote:
>>
>> The Gofer stanza works.
>>
>> But
>>
>> Then DNU IdeaUIThermeIcons>>icons
>>
>> glamorousRight
>> ^ self icons
>> at: #'glamorousRight'
>> ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter
>> mimeDecodeToBytes: self glamorousRightIconContents readStream) ].
>>
>> ??
>>
>> Pharo3.0
>> Latest update: #30864
>>
>> Phil
>>
>>
>> On Thu, Apr 30, 2015 at 12:20 PM, Esteban Lorenzano <esteba...@gmail.com>
>> wrote:
>>
>>> sorry, answered to fast… it was:
>>>
>>> the same
>>> you can execute same script… it is proved to work on Pharo 3 without
>>> problems (the other Esteban tested it :P)
>>>
>>> Esteban
>>>
>>>
>>> > On 30 Apr 2015, at 12:19, Esteban Lorenzano <esteba...@gmail.com>
>>> wrote:
>>> >
>>> > the same
>>> >
>>> >> On 30 Apr 2015, at 12:18, p...@highoctane.be wrote:
>>> >>
>>> >> Wow​
>>> >>
>>> >> Nice.
>>> >>
>>> >> Any way to load that in a 3.0?
>>> >>
>>> >> Phil
>>> >
>>>
>>>
>>>
>>
>>
>>
>
>
>


-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to