Si quieres probar algun tema RGBA necesitas tener instalada la ultima version de Murrine (o alguna version de Murrine con soporte RGBA). Para obtener y compilar la última version SVN de Murrine Engine puedes probar lo siguiente (nota: necesitas tener instaladas las dependencias necesarias para poder compilar):
$ sudo aptitude install subversion
$ svn checkout http://svn.gnome.org/svn/murrine/trunk/ murrine
$ cd murrine
$ ./autogen.sh --enable-animation
$ make && sudo make install
Advertisement






Como te va. Te hago una consulta, al querer ejecutar el script “autogen” me indica:
You must have automake 1.7.x installed to compile .
Install the appropriate package for your distribution,
or get the source tarball at http://ftp.gnu.org/gnu/automake/
Al verificar la version instalada, veo que es la 1:1.11-1, por lo que fui a la web de automake y descargue la versión 1.9.6, a instalé. Vuelvo a probar y entre los errores que arroja, indica:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])’ to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4′ to ACLOCAL_AMFLAGS in Makefile.am.
aclocal:configure.ac:14: warning: macro `AM_DISABLE_STATIC’ not found in library
aclocal:configure.ac:16: warning: macro `AM_PROG_LIBTOOL’ not found in library
aclocal:configure.ac:23: warning: macro `AM_GLIB_GNU_GETTEXT’ not found in library
configure.ac:14: error: possibly undefined macro: AM_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:15: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:16: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:19: error: possibly undefined macro: AC_PROG_INTLTOOL
configure.ac:23: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.ac: installing `./install-sh’
configure.ac: installing `./missing’
Makefile.am:7: Libtool library used but `LIBTOOL’ is undefined
Alguna idea?
Pero es error que te impide compilar o solo warning.
Estos temas de compilaciones a veces son complicados pq cada uno tiene diferentes dependencias instaladas.
En foros he visto esta respuesta:
You probably need libtool. Since you are on Mepis (Debian-based) Go into your Synaptic Package Manager and search for and install “libtool”.
mira a ver si fuera este el caso. deberias tener instalado libtool.
¿Realmente has consguido instalarlo desde SVN? Lo he intentado resolviendo todo tipo de dependencias desde Squeeze y desde Jaunty y ni de coña… He tenido que recurrir a la versión que nos ofrece un amable usuario desde Launchpad. Así que es ininstable o soy un inepto. Quedo a la confirmación de cualquiera de las dos opciones.
Un saludo
Si, mira la captura de pantalla del código que me traje. a mi no me dio problemas, pero tambien es cierto que llevo muchas cosas compiladas ya asi, y debo tener el ordenador llenetico de dependencias.
Lo único que no he podido compilar aún es Nautilus con soporte RGBA.
me salta esto:
No package ‘eel-2.0′ found
No package ‘gnome-desktop-2.0′ found
No package ‘librsvg-2.0′ found
pero ya estoy investigando…
a las malas prueba este PPA:
http://www.webupd8.org/2010/03/ubuntu-lucid-light-themes-radiance-and.html
sudo add-apt-repository ppa:nilarimogard/webupd8
ó
sudo bash -c “echo ‘deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu jaunty main’ >> /etc/apt/sources.list”
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 4C9D234C
y luego:
sudo apt-get update && sudo apt-get install gtk2-engines-murrine ubuntu-mono light-themes gtk2-engines-aurora
a ver si tienes mas exito..
No, si bajármelo, sí; pero de compilarlo “ná de ná”. Así que, aún a la espera de segunda resolución que cree doctrina, debo de ser un inepto. Y no es que compile mucho, pero… alguna cosilla, sí y llevo semanas intentándolo casí obsesivamente cada cuatro o cinco días por si se me escapa algo pero…, no lo veo.
Sí, el ppa es el mismo al que te dije que me rendí, el de Michael Khun pero no me iba muy fino en Squeeze que utiliza la versión 0.90.3-2 y me temo que no la van a actualizar antes de la congelación.
Gracias por la contestación.
Corrijo:
No se que ha cambiado desde que lo probé por última vez pero parece que el PPA de Khun funciona correctamente en Squeeze
Una pregunta.
Como hago para modificar el grado de transparencia?. Hay alguna forma?
Pues, teoricamente, se modifica agregando al valor hexagesimal dos nuevos dígitos, o uno dependiendo del tipo de notación, pasando de seis a ocho, siendo los dos últimos el grado de transparencia (alfa). FF es máxima transparencia y 00 máxima opacidad.
RBGA Red, Blue, Green, Alfa
RRBBGGAA RojoRojo, AzulAzul, VerdeVerde, TrasnsparenciaTransparecia
Estos valores los tengo que modificar en el archivo gtkrc?
nunca he podido compilar nada en mi vida
siempre me sale este error:
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
alguien me puede ayudar?
a mi tampoco me instala nada, me sale esto:
betta-fan@betta-fan-desktop:~/murrine$ ./autogen.sh –prefix=/usr –enable-animation
libtoolize: putting auxiliary files in `.’.
libtoolize: copying file `./ltmain.sh’
libtoolize: You should add the contents of the following files to `aclocal.m4′:
libtoolize: `/usr/share/aclocal/libtool.m4′
libtoolize: `/usr/share/aclocal/ltoptions.m4′
libtoolize: `/usr/share/aclocal/ltversion.m4′
libtoolize: `/usr/share/aclocal/ltsugar.m4′
libtoolize: `/usr/share/aclocal/lt~obsolete.m4′
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])’ to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4′ to ACLOCAL_AMFLAGS in Makefile.am.
aclocal:configure.ac:14: warning: macro `AM_DISABLE_STATIC’ not found in library
aclocal:configure.ac:16: warning: macro `AM_PROG_LIBTOOL’ not found in library
aclocal:configure.ac:23: warning: macro `AM_GLIB_GNU_GETTEXT’ not found in library
Makefile.am:7: Libtool library used but `LIBTOOL’ is undefined
Makefile.am:7:
Makefile.am:7: The usual way to define `LIBTOOL’ is to add `AC_PROG_LIBTOOL’
Makefile.am:7: to `configure.ac’ and run `aclocal’ and `autoconf’ again.
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking whether make sets $(MAKE)… (cached) yes
./configure: line 3213: AM_DISABLE_STATIC: command not found
./configure: line 3214: AC_LIBTOOL_WIN32_DLL: command not found
./configure: line 3215: AM_PROG_LIBTOOL: command not found
./configure: line 3217: syntax error near unexpected token `0.37.1′
./configure: line 3217: `AC_PROG_INTLTOOL(0.37.1)’
betta-fan@betta-fan-desktop:~/murrine$ make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
betta-fan@betta-fan-desktop:~/murrine$
ayuda!!
Sería bueno que el autor de este post corrija de alguna manera cuáles son las dependencias para poder hacer esta compilación, porque creo que nos está dando problemas a todos. En mi caso no leí lo que decía abajo en los comentarios y me quedé con la compilación a medias, lo que me está causando problemas con todos los temas de Gtk que requieren Murrina.