If I added -lXrender to LIBS and -DHAVE_LIBXRENDER=1 to CFLAGS into mvm, so for exammple in opensmalltalk-vm/build.linux32x86/pharo.cog.spur/build.debug
CFLAGS="$OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DHAVE_LIBXRENDER=1" \ LIBS="-lXrender -lpthread -luuid -Wl,-rpath,'\$\$ORIGIN' " \ then I was able to make beCursor primitive work on Ubuntu, see the screenshot -- Pavel 2018-01-30 0:12 GMT+01:00 Torsten Bergmann <[email protected]>: > @Phil: Maybe because I wrote the package back when I was on "Vista" and you > should not > use on Linux ;) > > To be serious: Yes - changing the cursor in Linux never worked (for me). And > the windows > VM had large cursor introduced as "experimental" in 2009: > > > http://forum.world.st/squeak-dev-New-Window-VM-Closures-FT2Plugin-Large-Cursors-td81092.html > > Agree that more parts should be moved to image, especially window and key > event related things. But this > is on the list since years - so the basic question is more if Estebans has > the time to work on it. > > Bye > T. > >> Gesendet: Montag, 29. Januar 2018 um 23:48 Uhr >> Von: "Sven Van Caekenberghe" <[email protected]> >> An: "Any question about pharo is welcome" <[email protected]> >> Betreff: Re: [Pharo-users] Pharo IDE - change mouse cursor color/size >> >> Repeat [ More on the image side where we can all see it and work on it in a >> proper language, with proper design, using proper tools ] >> >> > On 29 Jan 2018, at 21:17, Stephane Ducasse <[email protected]> wrote: >> > >> > Hi phil >> > >> > Yes we want to kill all the VM logic related to events because IT GETS >> > ON OUR NERVES. >> > Kill them all. Esteban told me that he is super upset by all the event >> > / screen logic and that he is looking at ronie' changes. >> > Stef >> > >> > On Mon, Jan 29, 2018 at 8:10 AM, [email protected] <[email protected]> >> > wrote: >> >> If you are on Windows you can load Vista cursors from the catalog. Then >> >> you >> >> will have settings for the size. >> >> >> >> Not all cursors are implemented but it is easy to do. >> >> >> >> On Linux I had VM crashes when doing #beCursor. Maybe is it fixed these >> >> days. >> >> >> >> Phil >> >> >> >> >> >> On Jan 29, 2018 06:22, "Animosity" <[email protected]> >> >> wrote: >> >>> >> >>> Hi there, >> >>> >> >>> I'm not able to find any setting in the Pharo IDE related to changing the >> >>> mouse cursor color or size? >> >>> Can this be done at all? Thanks in advance. >> >>> >> >>> >> >>> >> >>> -- >> >>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >> >>> >> >>> >> >> >> > >> >> >> >
