Re: [Pharo-users] Transfer image between OSes / Bug report 15648

2015-05-31 Thread stepharo
super thanks! What I can tell you is that you can learn a lot with Pharo. Le 31/5/15 12:36, mtk a écrit : Hi Stef, thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screen

Re: [Pharo-users] Transfer image between OSes / Bug report 15648

2015-05-31 Thread mtk
Hi Stef, thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screenshots to illustrate it a bit further. Hope it helps. Kind regards Marcus -- View this message in context

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread stepharo
First welcome. Second please tell us more about the bug or the bug entry because if you just add it to the bugtracker it will be less exposed to the community. Stef Le 30/5/15 14:51, mtk a écrit : Hi Sven, is there a form for a bug report somewhere? Where should I send it? Best Marcus

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Sean P. DeNigris
mtk wrote > a class ( / > WindowsStore(FileSystemStore) / > ) is calling ' / > ensureCreateDirectory: aPath / > ' where aPath points to the Path of my Windows System. I experienced something similar on a Mac when I renamed the Launcher bundle, but couldn't figure out how to reproduce it... ---

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Marcus Kemper
Thanks Cyril! Am 30.05.2015 15:23 schrieb "Cyril Ferlicot" : > You should just open a new issue on fogbugz and describe what you have > done to get the bug. > > https://pharo.fogbugz.com/ > > Le samedi 30 mai 2015, mtk a écrit : > >> Hi Sven, >> >> is there a form for a bug report somewhere? Wher

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Cyril Ferlicot
You should just open a new issue on fogbugz and describe what you have done to get the bug. https://pharo.fogbugz.com/ Le samedi 30 mai 2015, mtk a écrit : > Hi Sven, > > is there a form for a bug report somewhere? Where should I send it? > > Best > > Marcus > > > > -- > View this message in co

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi Sven, is there a form for a bug report somewhere? Where should I send it? Best Marcus -- View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Sven Van Caekenberghe
Hi Marcus, Images (and changes and sources) files are (should be) x-platform. What you experience is a bug. We need an exact bug report so that we can reproduce this (I assume that this won't happen with a 'virgin' image). Sven > On 30 May 2015, at 14:02, mtk wrote: > > Hi, > I am just play

[Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi, I am just playing around with Pharo and now I wanted to take my Image (together with the .changes file) and transfer it from Windows to Linux. Under Linux I can start my .image and everything looks like on Win, but as soon as I go to the System->Settings Menu there is a error. I tried to look i