Change the notification position
Submitted by krischan on Tue, 2006-08-08 09:06.
Hi!
I don't like the notification popup under the trayicon. I want it in the right bottom corner.
So I looked into the source code but I am not familiar with C (?) and I is not easy to understand!
But I found this in 'src/gossip-app.c' in the method 'app_tray_create':
#ifdef HAVE_LIBNOTIFY
gossip_notify_set_attach_widget (GTK_WIDGET (priv->tray_icon));
Is this the line to set the position?
Thanks for your help and for this wonderful app!
krischan =)
P.S: If an contact come online there is no avatar image in the popup. I found this in gossip-notify.c:
notify_notification_set_icon_from_pixbuf (notify, pixbuf);
Is this for the avatar in the popup or is this not a feature of the gossip notification popup?

Hi :) Yea, the notifications
Hi :)
Yea, the notifications are set up to be attached to the notification area widget that we add there. If they are not attached to any widget, 2 things happen:
1. People complain because they get notifications which are not attached to the right icon in the notification area.
2. We have no way to actually specify where the notification goes (i.e. bottom right, top left, etc).
About the avatar in the notification, that is a good point. I like that idea, it is not yet a feature, I will try to add it soon. I have added this bug for the request: http://bugzilla.gnome.org/show_bug.cgi?id=350416
Regards
Martyn
Alright! Thanks for bug and
Alright!
Thanks for bug and answer
The bug is not fixed!
The bug is not fixed!
Please look -> http://bugzilla.gnome.org/show_bug.cgi?id=350416
krischan =)