Hola a todos, después de instalar ubuntu 13.04 me di cuenta que no venia Kompozer en los repositorios y decidí investigar un poco sobre como instalarlo, y aquí les dejo la solución:
Primero instalamos las siguientes dependencias desde la terminal:
sudo apt-get install libatk1.0-0 libc6 libcairo2 libfontconfig1 libfreetype6 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk2.0-0 libidl0 libnspr4 libnss3 libpango1.0-0 libpng12-0 libstdc++6 libx11-6 libxft2 libxinerama1 libxrender1 libxt6 zlib1g
Para sistemas de 32 bits ejecutamos lo siguiente:
wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer-data_0.8%7Eb3.dfsg.1-0.1ubuntu2_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer_0.8%7Eb3.dfsg.1-0.1ubuntu2_i386.deb
sudo dpkg -i kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
sudo dpkg -i kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
Para sistemas de 64 bits:
wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer-data_0.8%7Eb3.dfsg.1-0.1ubuntu2_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer_0.8%7Eb3.dfsg.1-0.1ubuntu2_amd64.deb
sudo dpkg -i kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
sudo dpkg -i kompozer_0.8~b3.dfsg.1-0.1ubuntu2_amd64.deb
con eso deberían de poder instalar sin problemas Kompozer
Aprovecho el post para preguntar como instalar gnome-pie en ubuntu 13.04 con unity, me funcionaba muy bien en ubuntu 12.04 y ahora que me pase a la 13.04 instalando desde cero , despues de instalar gnome-pie y ejecutarlo no me lo abre y me manda el siguiente error en la terminal :
Failed to find settings file "gnome-pie.conf"! (This should only happen when Gnome-Pie is started for the first time...)
Welcome to Gnome-Pie 0.5.4!
Loading Pies from "/home/osvaldo/.config/gnome-pie/pies.conf".
Failed to find file ".gtk-bookmarks"!
(gnome-pie:12659): GLib-ERROR **: /build/buildd/glib2.0-2.36.0/./glib/gmem.c:165: failed to allocate 4294967295 bytes
«trap» para punto de parada/seguimiento (`core' generado)
estuve investigando un poco pero no logre encontrar la solución, si alguien podria ayudarme estaría muy agradecido

