On 14 March 2017 at 08:50, Alistair Grant <akgrant0710@gmail.com> wrote:
On 13 March 2017 at 17:43, Alistair Grant <akgrant0710@gmail.com> wrote:
Hi Guillermo, ...
Cairo isn't working yet. It looks like CairoLibrary makes assumptions about the location of libcairo.so. I'm in the middle of fixing that at the moment.
I've submitted SLICE-Issue-19833-CairoLibrary-unix-module-location-assumptions-too-restrictive which resolves the path lookup, so Cairo is now working inside the snap package.
The slice has been incorporated in to Image 60442. I've also updated the snap package: * A new convenience command to copy the image and changes file to the working directory. * A snap-compatible version of xdg-open that allows pharo to open URLs in the user's browser. * The stable 6.0 VM is now built (instead of vmLatest60). See: https://github.com/akgrant43/pharo-snap There's one annoyance: setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) is displayed in the console on startup. I'm not aware of any negative behaviour at the moment. Running locale from within the snap produces: $ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=en_US.UTF-8 LANGUAGE=en_US LC_CTYPE="en_US.UTF-8" LC_NUMERIC=en_AU.UTF-8 LC_TIME=en_AU.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=en_AU.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=en_AU.UTF-8 LC_NAME=en_AU.UTF-8 LC_ADDRESS=en_AU.UTF-8 LC_TELEPHONE=en_AU.UTF-8 LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=en_AU.UTF-8 LC_ALL= I'm still to figure this one out. Cheers, Alistair