linux

Unity sucks

Come gli utenti di Ubuntu linux sanno, la distribuzione ha adottato Unity come nuovo ambiente desktop predefinito, abbandonando il solido Gnome 2.

Il motivo di tale scelta e' da ricercare nel nome stesso del nuovo ambiente: unity, cioe' unita' intesa come una unica o simile esperienza di interfaccia utente attraverso una diversita' di hardware che vanno dal pc al tablet allo smart phone.

La reazione degli affezionati di Ubuntu e' stata meno Leggi tutto about Unity sucks

Sviluppare in Flex su Linux con GEdit

Ecco come ho configurato il mio ambiente di sviluppo Flex su Ubuntu 10.04 usando GEdit come editore:

1. Scaricare Flex 4 da adobe.com:
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

2. Estrarre la cartella e rinominarla ~/.flex

3. Aggiungere al file ~/.bashrc la seguente istruzione:
export PATH=$PATH:$HOME/.flex/bin/:
e riavviare

4. Aggiungere a GEdit il plugin "Embedded Terminal" da Edit > Preferences > Plugins Leggi tutto about Sviluppare in Flex su Linux con GEdit

Flash on Linux

As I am 95% switched to Ubuntu Linux (for several years now), I have been looking for solutions to those rare instances in which I was forced to boot the Windows partition just to run some software for which there is no linux substitute. Well, really, there were only two such situations left, one being my tax software and the other being Flash editing.

The tax software I need once a year so we can go with it, but what about Flash? Leggi tutto about Flash on Linux