After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642440 - Empathy and empathy-chat should appear as the same app in gnome-shell
Empathy and empathy-chat should appear as the same app in gnome-shell
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-16 09:23 UTC by Guillaume Desmottes
Modified: 2011-08-29 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/chat-app-642440 (2.22 KB, patch)
2011-02-16 09:58 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2011-02-16 09:23:01 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.
Comment 1 Guillaume Desmottes 2011-02-16 09:58:02 UTC
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(-)
Comment 2 Frederic Peters 2011-02-16 10:05:44 UTC
This matches the explication Owen gave, looks good.
Comment 3 Emilio Pozuelo Monfort 2011-02-16 10:08:16 UTC
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...
Comment 4 Guillaume Desmottes 2011-02-16 10:09:19 UTC
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.