Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

tengo dos sistema operativos ubuntu 12.04, con escritorio gnome. En uno, las notificaciones emergentes son como en unity, pero en el otro SO son diferentes, grises, sin transparencia, y también hay que cerrarlas, por lo que quiero que quede la que viene por defecto en Unity en éste gnome también. Si alguie sabe algo sobre estas notificaciones emergentes feas, que por favor, me ayude. Gracias!!

Google Traslate:

I have two operating system Ubuntu 12.04 with gnome desktop. In one, the pop-up notifications are as in unity, but in the other OS are different, gray, not transparent, and you also have to close them, so I want to make the default one in gnome Unity in this too. If alguie know something about these ugly pop-up notifications, please, help me. Thanks!

share|improve this question
Pictures of the two different notification styles would be good... – con-f-use Jun 16 '12 at 10:09
Solucionado. Añadir en Aplicaciones al inicio ,nombre(el que quieran) comando: /usr/lib/notify-osd/notify-osd ,Y ya! Volvieron las notificaciones emergentes como debian ser. – Rodrigo Jun 16 '12 at 10:25
Es tambíen posible, que un paquete (gnome-osd) lo solucione – Rodrigo Jun 19 '12 at 5:20
Más seguro si hacemos. esto - Activamos ver en Aplicaciones al inicio, todo lo que se inicia, aunque no es visible. El problema reside que desde la versión de Ubuntu 11.10, en ‘Aplicaciones al inicio‘ tan solo se muestran las que nosotros agregamos y las básicas. Pero podemos hacer que las muestre todas. Para hacerlo, iremos al directorio /etc/xdg/autostart/: $ cd /etc/xdg/autostart/ && sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktop ,(Sigue abajo...) – Rodrigo Jun 19 '12 at 21:37
Bien, ahora si nos dirigimos a ‘Aplicaciones al inicio’ encontraremos más aplicaciones, por lo que podremos desactivar , y desactivamos (notification-daemon) y también añadimos, como está ahí arriba /usr/lib/notify-osd/notify-osd. Reinicien y vean. Comenten. – – Rodrigo Jun 19 '12 at 21:37

closed as too localized by Geppettvs D'Constanzo, ObsessiveSSOℲ, Mik, Mitch, Stephen Myall Oct 10 '12 at 19:41

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Details documenting notify-osd vs. notification-daemon are in the reference.

ref:
What is the name of the program that displays the notifications?

share|improve this answer
Should be notify-osd but is it notofication-deamon, on gnome, and is so ugly. I say about how to activate notify-osd – Rodrigo Sep 29 '12 at 1:34

apt-get remove notification-daemon

Reference: How to set notify-OSD as default in Gnome Classic session?

share|improve this answer
1  
Please give some explanation to the command. – ObsessiveSSOℲ Oct 10 '12 at 19:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.