Re: [Pharo-project] [Vm-beginners] Installing Smalltalk's (COG VM and/or Gemstone) on a NAS (Synology) ?

2012-07-12 Thread Alexis Parseghian
Hi Cédrick, On Mon, Jul 9, 2012 at 7:46 PM, Cédrick Béler cdric...@gmail.com wrote: Now, I need to make it work with a Pharo/seaside image with VNC support... If you can install xpra you don't need VNC support in-image anymore :

Re: [Pharo-project] Confused about #isDirectory

2012-04-26 Thread Alexis Parseghian
On Thu, Apr 26, 2012 at 12:47 PM, Sven Van Caekenberghe s...@beta9.be wrote: '/tmp' asReference isDirectory. false '/private/tmp' asReference isDirectory. false '/Users/sven' asReference isDirectory. true '/Users/sven/Desktop' asReference isDirectory. true on Pharo 1.4 Mac OS X Cog VM. For

Re: [Pharo-project] The video about Athens

2012-04-20 Thread Alexis Parseghian
People should start to use Athens, apps around Pharo would start be look wyyy cooler. About that. Is it supposed to work outside of the Mac platform ? Tried the demo, and AthensDemoMorph new openInWorld crashes on function unavailable. That backtraces into Block in

Re: [Pharo-project] The video about Athens

2012-04-20 Thread Alexis Parseghian
On Fri, Apr 20, 2012 at 2:54 PM, Igor Stasenko siguc...@gmail.com wrote: i uploaded the new version of Athens-Cairo, which takes the 'default' path depending on platform it running, also fixed it, so you don't have to change multiple places. also , updated config version 1.0 to load this

[Pharo-project] Athens/Cairo and Nautilus MNU: ClassTraitcorrespondingForTest

2012-04-20 Thread Alexis Parseghian
After loading Athens from Metacello configuration, and following Igor's advice as to where to fix the library path in TCairoLibrary class. - Downloading a new official 1.4 image - Loading ConfigurationOfAthens from squeaksource, version 1.0 - viewing TCairoLibrary with the basic browser = ok on

Re: [Pharo-project] The video about Athens

2012-04-19 Thread Alexis Parseghian
On Thu, Apr 19, 2012 at 6:16 PM, Igor Stasenko siguc...@gmail.com wrote: strange.. that video , if streamed from flash.. seems to be without sound track :( but if you click on download this video link, then everything is ok.. No such luck here ; no sound whatsoever, in any version, downloaded

Re: [Pharo-project] font reading problems

2012-04-10 Thread Alexis Parseghian
On Mon, Apr 9, 2012 at 11:05 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: [Droid Sans] indeed much nicer. After this is a question of license to ship by default. Don't know how compatible it is with Pharo's MIT, but according to wikipedia the Droid font is under the Apache license.

Re: [Pharo-project] File browser with a grid widget

2012-03-26 Thread Alexis Parseghian
The current version offers 3 columns : filename, size and modification timestamp. Sorting can be on any of them (filename by default). That's a very good idea. Thank you. Could you please attach a screenshot to the issue tracker? Done.

[Pharo-project] File browser with a grid widget

2012-03-25 Thread Alexis Parseghian
I've always found the file browser's flat list over filenames a bit missing, and started experimenting with a grid view. The current version offers 3 columns : filename, size and modification timestamp. Sorting can be on any of them (filename by default).

[Pharo-project] Issue 5476: File Browser Invalid utf8 input detected when clicking on a binary file

2012-03-15 Thread Alexis Parseghian
Clicking on a file in the File Browser immediately loads a preview of its contents. Works fine for text files, but when the file is binary (eg .image, .png) the above error is raised. Changeset attached in the issue, wrapping on:do: handler around contents-reading calls. The fix as provided is

Re: [Pharo-project] GSoC: ARM jitter for Squeak VM

2012-03-08 Thread Alexis Parseghian
In case you'd rather work on real hardware instead of an emulator, I can recommend Genesi machines (I am not affiliated with them) : http://www.genesi-usa.com/products It's well-designed, inexpensive and supports both armel and armhf ABIs (one of the guys behind the debian armhf port works mostly

Re: [Pharo-project] [BUG]FSReference(Object)doesNotUnderstand: #asLowercase

2012-02-14 Thread Alexis Parseghian
On Tue, Feb 14, 2012 at 3:04 AM, Camillo Bruni camillobr...@gmail.com wrote: open a bug report, I'll fix it :) we're getting FSFilesystem slowly into the system... the side effects are that some tools might not completely work :/ http://code.google.com/p/pharo/issues/detail?id=5291

Re: [Pharo-project] [BUG]FileDialogWindow(Object)doesNotUnderstand: #directoriesFor:

2012-02-14 Thread Alexis Parseghian
On Mon, Feb 13, 2012 at 8:30 PM, Alexis Parseghian a.par...@gmail.com wrote: At first, trying to load text into a workspace (from its menu). More generally, any attempt at opening the file dialog. UITheme classexampleDialogs fails with the same. Still worked in update #14284 (previous images

[Pharo-project] [BUG]UndefinedObject(Object)doesNotUnderstand: #asSocketAddress

2012-02-13 Thread Alexis Parseghian
Attempting to send a bug report with an unresolved smtp server address gives a retry or abort notification. Aborting gives this DNU. 13 February 2012 8:28:26 pm VM: unix - i686 - linux-gnu - CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Jan 26 2012,

[Pharo-project] [BUG]FileDialogWindow(Object)doesNotUnderstand: #directoriesFor:

2012-02-13 Thread Alexis Parseghian
At first, trying to load text into a workspace (from its menu). More generally, any attempt at opening the file dialog. UITheme classexampleDialogs fails with the same. Still worked in update #14284 (previous images I had). 13 February 2012 8:29:31 pm VM: unix - i686 - linux-gnu - CoInterpreter

[Pharo-project] [BUG]FSReference(Object)doesNotUnderstand: #asLowercase

2012-02-13 Thread Alexis Parseghian
Attempting to open a file browser from World menuTools 13 February 2012 8:31:53 pm VM: unix - i686 - linux-gnu - CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Jan 26 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid:

Re: [Pharo-project] How can I get smart characters in Pharo 1.4?

2011-09-20 Thread Alexis Parseghian
Image updated to #14156. CogVM -version 3.9-7 #1 Wed Aug 31 14:50:51 CEST 2011 gcc 4.1.2 Croquet Closure Cog VM [CoInterpreter VMMaker-oscog-IgorStasenko.123] Debian wheezy Canadian french keyboard without Windows/Menu keys: is shift-2, ( is shift-9, ) is shift-0 from the top row [ ] { } are

Re: [Pharo-project] How can I get smart characters in Pharo 1.4?

2011-09-16 Thread Alexis Parseghian
On Fri, Sep 16, 2011 at 11:02 AM, Damien Cassou damien.cas...@gmail.com wrote: It does *not* work for me either. My setup is Pharo #14140, on Ubuntu Linux 32bits with a US International keyboard layout. Not working here either. Image updated to #14140 as well, debian testing 64-bit,

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-14 Thread Alexis Parseghian
2010/5/13 Mariano Martinez Peck marianop...@gmail.com: Hi folks. I re-try (yes, yes, I re-insist hahaha) to have a background picture for the PharoDev 1.1. Tried it in fullscreen on dual widescreen displays, World extent 2...@900, under Debian Sid. - You should stretch the pharo image, make

Re: [Pharo-project] Unicode test II

2009-03-03 Thread Alexis Parseghian
my configuration is: GNU/Linux Ubuntu 8.04 32bits Keyboard layout: USA international with Alt-Gr dead key Since you mention it... :) Layout here is canadian french (traditional I think... it's a '94 vintage keyboard), QWERTY with accents and AltCar (AltGr). É and altCar-accute accent (dead