<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mundo Geek &#187; notificaciones</title>
	<atom:link href="http://mundogeek.net/etiqueta/notificaciones/feed/" rel="self" type="application/rss+xml" />
	<link>http://mundogeek.net</link>
	<description>Mundo geek, bitácora sobre todo lo geek: software, gadgets, tecnología, internet, ...</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Instalar el nuevo sistema de notificaciones de Ubuntu Jaunty Jackalope</title>
		<link>http://mundogeek.net/archivos/2009/02/24/instalar-el-nuevo-sistema-de-notificaciones-de-ubuntu-jaunty-jackalope/</link>
		<comments>http://mundogeek.net/archivos/2009/02/24/instalar-el-nuevo-sistema-de-notificaciones-de-ubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:14:05 +0000</pubDate>
		<dc:creator>Zootropo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[notificaciones]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mundogeek.net/?p=2598</guid>
		<description><![CDATA[Ya comenté hace tiempo lo poco que me gustaba el estilo por defecto de las notificaciones de Ubuntu, asi como un pequeño truco para cambiar el tema. Sin embargo este fin de semana Mark Shuttleworth hablaba en su blog del nuevo sistema de notificaciones para Ubuntu 9.04, NotifyOSD, que tiene un aspecto bastante agradable, y [...]]]></description>
			<content:encoded><![CDATA[<p>Ya comenté hace tiempo lo poco que me gustaba el estilo por defecto de las <a href="http://mundogeek.net/archivos/2007/09/04/cambiar-el-aspecto-de-libnotify-en-ubuntu/">notificaciones de Ubuntu</a>, asi como un pequeño truco para cambiar el tema. Sin embargo este fin de semana Mark Shuttleworth hablaba en su blog del <a href="http://www.markshuttleworth.com/archives/265">nuevo sistema de notificaciones para Ubuntu 9.04</a>, NotifyOSD, que tiene un aspecto bastante agradable, y mejora en usabilidad a libnotify.</p>
<p><img src="http://mundogeek.net/wp-content/notificaciones-ubuntu-jaunty.png" alt="Notificaciones Ubuntu Jaunty Jackalope" title="Notificaciones Ubuntu Jaunty Jackalope"/><br />
<span id="more-2598"></span><br />
<a href="http://blog.alexrybicki.com/2009/02/how-to-install-notify-osd-in-intrepid.html">En el blog de Alex Rybicki</a> (<a href="http://www.genbeta.com/linux/instala-el-nuevo-sistema-de-notificaciones-de-ubuntu-jaunty-jackalope">vía Genbeta</a>) nos enseñan cómo instalar NotifyOSD en Ubuntu 8.10 para poder probarlo.</p>
<p>Instalamos bazaar (el sistema de control de versiones utilizado en Launchpad), automake (para generar archivos Makefile.in fácilmente) y las dependencias:</p>
<p class="code">sudo aptitude install bzr gnome-common automake libgtk2.0-0 libgtk2.0-dev libgtk2.0-common libgconf2-dev libdbus-glib0-dev libdbus-glib-dev libx11-dev libnotify-dev libnotify1</p>
<p>Descargamos el código de NotifyOSD de Launchpad usando el cliente de bazaar</p>
<p class="code">bzr branch lp:notify-osd</p>
<p>Entramos en el directorio en el que se ha guardado el código fuente y ejecutamos autogen.sh para crear el Makefile </p>
<p class="code">cd notify-osd<br />
./autogen.sh</p>
<p>Por último compilamos, matamos el demonio del sistema de notificaciones anterior, y lanzamos notifyOSD:</p>
<p class="code">make<br />
killall notification-daemon<br />
./src/notify-osd</p>
]]></content:encoded>
			<wfw:commentRss>http://mundogeek.net/archivos/2009/02/24/instalar-el-nuevo-sistema-de-notificaciones-de-ubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Cambiar el aspecto de libnotify en Ubuntu</title>
		<link>http://mundogeek.net/archivos/2007/09/04/cambiar-el-aspecto-de-libnotify-en-ubuntu/</link>
		<comments>http://mundogeek.net/archivos/2007/09/04/cambiar-el-aspecto-de-libnotify-en-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 11:00:25 +0000</pubDate>
		<dc:creator>Zootropo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[libnotify]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[notificaciones]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mundogeek.net/archivos/2007/09/04/cambiar-el-aspecto-de-libnotify-en-ubuntu/</guid>
		<description><![CDATA[El estilo por defecto de las notificaciones de libnotify en Ubuntu es, en mi opinión, un tanto feo. Para volver al estilo por defecto de Gnome tenemos que cambiar la clave /apps/notification-daemon/theme de ubuntu a standard (en algunas versiones también tenemos disponible el tema bubble, consultad los engines disponibles en /usr/lib/notification-daemon-1.0) en gconf-editor (Alt+F2 y [...]]]></description>
			<content:encoded><![CDATA[<p>El estilo por defecto de las <strong>notificaciones de libnotify en Ubuntu</strong> es, en mi opinión, un tanto feo.</p>
<p><img src="http://mundogeek.net/wp-content/libnotify-ubuntu.png" alt="Libnotify Ubuntu" title="Libnotify Ubuntu"/></p>
<p>Para volver al estilo por defecto de Gnome tenemos que cambiar la clave <code>/apps/notification-daemon/theme</code> de <code>ubuntu</code> a <code>standard</code> (en algunas versiones también tenemos disponible el tema <code>bubble</code>, consultad los engines disponibles en /usr/lib/notification-daemon-1.0) en gconf-editor (Alt+F2 y escribimos gconf-editor) o bien escribir en consola el siguiente comando, que tiene el mismo efecto:<span id="more-1189"></span></p>
<p class="code">gconftool-2 -t string -s /apps/notification-daemon/theme standard</p>
<p>También nos puede interesar cambiar la clave <code>popup_location</code> que nos permite indicar dónde queremos que se muestre la notificación (<code>top_left</code>, o esquina superior izquierda; <code>top_right</code>, o esquina superior derecha; <code>bottom_left</code>, o esquina inferior izquierda y <code>bottom_right</code>, o esquina inferior derecha).</p>
<p>Y este es el aspecto que conseguiremos:</p>
<p><img src="http://mundogeek.net/wp-content/libnotify-standard.png" alt="Libnotify Standard" title="Libnotify Standard"/></p>
<p>La franja de color de la parte izquierda del popup está definida por el color de fondo de los elementos seleccionados del tema que estemos utilizando para los controles (en el diálogo Sistema -> Preferencias -> Tema, Personalizar -> Colores -> Elementos seleccionados).</p>
<p>Para probarlo sin tener que abrir algún programa que use libnotify podéis usar el comando notify-send del paquete libnotify-bin, que también os puede resultar útil para programas que permiten ejecutar un comando cuando se produce un determinado evento:</p>
<p class="code">notify-send -i gtk-dialog-warning -t 3000 &#8220;AYBABTU&#8221; &#8220;All your base are belong to us.&#8221;</p>
<p>El flag -i indica el icono a utilizar, el flag -t el tiempo en milisegundos que se mostrará. Las dos cadenas de texto son respectivamente el título y el texto de la notificación. Para más información, <code>notify-send --help</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mundogeek.net/archivos/2007/09/04/cambiar-el-aspecto-de-libnotify-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

