->
Hace poco oí hablar de este gran programa, así que me he decidido a instalarlo, luego os pongo un tutorial para Ubuntu, tanto Feisty, como Edgy o Dapper.
- Para ello añadimos el repositorio siguiente a /etc/apt/sources.list:
sudo echo "deb http://debian.o-hand.com feisty/" > /etc/apt/sources.list
Si usáis otra versión que no sea feisty cambiar esa palabra por la correcta.
- Actualizamos paquetes:
sudo apt-get update && wget http://hendrik.kaju.pri.ee/ubuntu/F854AFD7.gpg -O- | sudo apt-key add -
- Instalamos las dependencias del programa:
sudo apt-get install libclutter-0.2-0 libclutter-0.2-dev libclutter-cairo-0.1.0 libclutter-cairo-0.1-dev libclutter-gst-0.1.0 libclutter-gst-0.1-dev
Instalamos las dependencias para compilar el programa:
sudo apt-get install build-essential libgconf2-dev libdbus-glib-1-dev libsigc++-2.0-dev libtool intltool libgstreamer-plugins-base0.10-dev
- Descargamos el código de sofa. Está hecho para sofa-0.2.4 así que si queréis descargar la siguiente versión de haberla:
wget http://downloads.sourceforge.net/sofa/sofa-0.2.4.tar.gz?modtime=1186113885&big_mirror=0 tar zxvf sofa-0.2.4.tar.gz cd sofa-0.2.4 ./configure make sudo make install
- Antes de nada recomiendo activar módulos ejecutando: sofa-config
- Para lanzar sofa, basta con escribir sofa en una terminal
8 Agosto 2007 a las 12:20
He instalado la 0.2.4 y va bastante bien, a ver si ahora configuro bien el mando con el tutorial de lirc que hiciste.xD. Gracias de nuevo.
8 Agosto 2007 a las 12:33
rubisf, tengo preparado otro tutorial ya que, a partir del kernel 2.6.21 no se da soporte a ese modo al haberse desactivado el módulo appleir desde mactel-linux. Así que ya os pondré el otro tutorial más complejo, completo y compatible
8 Agosto 2007 a las 15:44
tiene buena pinta, quizás me anime a probarlo.
8 Agosto 2007 a las 15:53
Está muy bien. Acabo de recompilarlo y me lo he cargado ya que me da el siguiente error:
sofa: error while loading shared libraries: libsofa.so.0: cannot open shared object file: No such file or directory
En fín…
4 Septiembre 2007 a las 09:04
hi !
I try to compile and use Sofa, but i have the same error :
sofa: error while loading shared libraries: libsofa.so.0: cannot open shared object file: No such file or directory
have you found a solution ?
i’m sorry, i don’t speak spanish.
Cédric - sonique
4 Septiembre 2007 a las 12:33
Hi Cédric.
I had the same error and i think it is about the same revision. Try other version, because i left the program and i use MythTV instead of Sofa.
4 Septiembre 2007 a las 18:37
Hi !
Thank you for your faster response ! sofa work, i don’t change anything… just rebooting, and testing to launch it with root, and next with my user. I hope this will help someone !
I use MythTV, but i found it too big (mysql and cie) and i love rhythmbox… and sofa it’s more like FrontRow on Apple.
Cédric
4 Septiembre 2007 a las 22:43
Maybe you need some privilege to open libconfig.so.0
Maybe you can change permissions to 555 to that file.