GNOME Bugzilla – Bug 642440
Empathy and empathy-chat should appear as the same app in gnome-shell
Last modified: 2011-08-29 10:12:43 UTC
They are separated process so appear as 2 distinct apps, but from an user point of view that's really the same app. We should have a trick to make them appear together.
Created attachment 180969 [details] [review] http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/chat-app-642440 src/empathy-accounts.c | 2 ++ src/empathy-auth-client.c | 3 +++ src/empathy-av.c | 2 ++ src/empathy-chat.c | 2 ++ src/empathy-debugger.c | 2 ++ 5 files changed, 11 insertions(+), 0 deletions(-)
This matches the explication Owen gave, looks good.
Looks good. I was thinking if we couldn't use g_set_application_name or g_set_prgname for this, though I'm not sure if that would work...
merged to master; thanks guys! This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.