[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-07-12 Thread Omer Akram
** Changed in: empathy (Ubuntu)
   Status: Confirmed => Triaged

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-11 Thread Conscious User
Can someone more competent than me see if what I said makes sense? :)

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-11 Thread Omer Akram
** Changed in: empathy (Ubuntu)
   Importance: Undecided => Low

** Changed in: empathy (Ubuntu)
   Status: New => Confirmed

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Conscious User
Sorry, ignore the "pixbuf_avatar = " part in last comment.

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Conscious User
One thing that might work is replacing, in function
"empathy_misc_get_pixbuf_for_notification" , the call for
"empathy_pixbuf_from_icon_name_sized (icon_name, size)" by a call for
"pixbuf_avatar = empathy_pixbuf_from_icon_name_sized ("stock_person",
size)".

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Conscious User
I did a "apt-get source empathy" in Karmic to quickly check this out.

In file empathy-status-icon.c, a pixbuf is loaded with function
"empathy_misc_get_pixbuf_for_notification", which can return a NULL. If
the pixbuf is NULL, then the notification bubble never receives an icon.

So I went hunting for this "empathy_misc_get_pixbuf_for_notification"
function in empathy-misc.c. It returns the avatar pixpuf if it exists,
or an icon with an icon_name given as a parameter.

Okay, back to empathy-status-icon.c to see from where icon_name is
coming from. It comes from "priv->event->icon_name'... but I don't see
this "priv->event->icon_name" being set anywhere, I guess that's where
the problem is.

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Omer Akram
Empathy developer says that he can see the "person" image whenever a
contact without avatar sends him a message. but I tried this with
notify-osd and notification-daemon and in case the result was same i.e.
no "person" icon. Now I really dont know if this is upstream or
downstream issue.

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Omer Akram
** This bug is no longer a duplicate of bug 525189
   If user dont have avatar image notifications should show protocol icon

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Conscious User
I don't think this is not a duplicate of Bug #525189. The proposed
solution is different and 525189 has just been refused by upstream.

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread Omer Akram
*** This bug is a duplicate of bug 525189 ***
https://bugs.launchpad.net/bugs/525189

** This bug has been marked a duplicate of bug 525189
   protocol icon not shown in notifications

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535596] Re: Notifications should show generic user icon if user does not have an avatar

2010-03-10 Thread ConsciousUser

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/40677946/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/40677948/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/40677949/ProcStatus.txt

-- 
Notifications should show generic user icon if user does not have an avatar
https://bugs.launchpad.net/bugs/535596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs