Hi Nicolai, either we add the <pharoLauncherSettings> pragma to NetworkSystemSettings as I already suggested in
https://pharo.fogbugz.com/f/cases/12405/PharoLauncher-should-include-Network-settings-proxy-etc which is the easiest solution but was denied by Damien since this would be in the base image. Another (more clean) way would be to implement a custom settings class PhLNetworkSettings with the <pharoLauncherSettings> pragma providing a similar interface for methods and delegating to NetworkSystemSettings. If you work on this please also create a "PharoLauncher-Core-Settings" category and move PhLSettingBrowser into it. It is currently in 'PharoLauncher-Core-Commands' and it is better to have an own category for settings related stuff. Thx T. > Gesendet: Montag, 10. März 2014 um 11:12 Uhr > Von: "Sven Van Caekenberghe" <[email protected]> > An: "Pharo Development List" <[email protected]> > Betreff: Re: [Pharo-dev] [FEEDBACK] Install Pharo on Windows > > See NetworkSystemSettings > > On 10 Mar 2014, at 11:09, Damien Cassou <[email protected]> wrote: > > > Hi Nicolai, > > > > On Mon, Mar 10, 2014 at 9:06 AM, Nicolai Hess <[email protected]> wrote: > >> I would need a way to define the proxy settings. > > > > > > would you mind trying to implement that, it should not take you more > > than 10 minutes: the only thing needed is to find where is the Pharo > > proxy setting implemented and reference it from a method with the > > correct pragma in Pharo Launcher. I can help you if you want. > > > > -- > > Damien Cassou > > http://damiencassou.seasidehosting.st > > > > "Success is the ability to go from one failure to another without > > losing enthusiasm." > > Winston Churchill > > > > >
