Posts Tagged bugs

Lightspark 0.4.2.3 bug fix release

Just a brief announce­ment for release 0.4.2.3 of the Lightspark project, the mod­ern, open source flash player

This release will not show off huge user vis­i­ble chang­ing but fixes a num­ber of sta­bil­ity prob­lems, give it a try.

The cur­rent focus of devel­op­ment is test­ing lightspark’s VM against the Action­Script test­suite pro­vided by tamarin. In the mean­while I’ve also found a way to reduce lightspark mem­ory con­sump­tion while increas­ing per­for­mances, but the solu­tion is not sta­ble yet for prime time.

Stay tuned.

,

5 Comments

Picking windows

The Win­dow Picker Applet is an GNOME applet (devel­oped at Canon­i­cal) that dis­plays the list of  run­ning appli­ca­tions and allows you to switch between them. It’s a default applet in Ubuntu-netbook-remix, since on net­books the screen real estate is essential.

It’s a nice lit­tle applet, but unfor­tu­nately does not work well with ver­ti­cal pan­els, since it tries to dis­play the icon list of the run­ning appli­ca­tions hor­i­zon­tally (see this bug). I’ve devel­oped a patch to window-picker-applet-0.4.22 that solves this issue.
To use it, do as follows:

apt-get source  window-picker-applet
cd window-picker-applet-0.4.22
patch -p1 < $PATH_TO_THE_PATCH_FILE

and then the usual:

./configure
cd src && make && sudo make install
killall gnome-panel

Note that this patch *needs* gnome-panel to be restarted, since the panel ori­en­ta­tion is cho­sen at ini­tial­iza­tion (I’ve not imple­mented yet the ori­en­ta­tion change dur­ing execution).

Down­load the patch from here.

, ,

No Comments