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 673691 - empathy -h should not present existing roster window
empathy -h should not present existing roster window
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-07 14:40 UTC by Bilal Shahid
Modified: 2012-04-11 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't display anything when being re-invoked in hidden mode (1.08 KB, patch)
2012-04-11 09:02 UTC, Guillaume Desmottes
none Details | Review

Description Bilal Shahid 2012-04-07 14:40:40 UTC
Originally reported at:
  https://bugs.launchpad.net/bugs/975679

When another window (e.g. Chrome/Nautilus/Software Centre) is open, and you wish to open empathy, you can right click on empathy and choose "open hidden in background". This then opens the empathy window on top of the current window (i.e. Not in the background).

Repeatable on different computers.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.4.0.1-0ubuntu1
Comment 1 Bilal Shahid 2012-04-07 14:41:11 UTC
video attached in downstream
Comment 2 Guillaume Desmottes 2012-04-10 08:23:42 UTC
Does launching Empathy manually using "empathy -h" works fine ?
Comment 3 Bilal Shahid 2012-04-10 11:37:54 UTC
(In reply to comment #2)
> Does launching Empathy manually using "empathy -h" works fine ?

no its also doesnot work fine same behaviour.
Comment 4 Guillaume Desmottes 2012-04-10 12:23:39 UTC
Weird, it works fine here. Any chance you could test with gnome-shell instead of Unity?
Comment 5 Bilal Shahid 2012-04-10 15:56:07 UTC
thats the ubuntu specific so marking invalid here and going to assign some body in the downstream  thanks guillaume desmottes for responding
Comment 6 Ken VanDine 2012-04-10 16:14:55 UTC
I resolved this as NOTGNOME too fast, it actually doesn't seem to be related to any of my patches.

I built 3.4.0.2 with no patches and reproduced it as well.  In fact, the problem is actually when empathy is already running.  If there is an empathy process already running, "empathy -h" raises the window.  It does start hidden with "empathy -h" if there isn't an empathy process already.
Comment 7 Bilal Shahid 2012-04-10 17:08:39 UTC
i have also reproduced it with the  gnome shell as well by using "empathy -h"
Comment 8 Guillaume Desmottes 2012-04-11 08:03:23 UTC
Oh I see rephrasing the bug title then.
Comment 9 Guillaume Desmottes 2012-04-11 09:02:44 UTC
Created attachment 211814 [details] [review]
Don't display anything when being re-invoked in hidden mode

Hidden is disabled by default, so if Empathy is re-invoked with --hidden
explicitely passed, we shouldn't bring back the contact list or any UI.
Comment 10 Guillaume Desmottes 2012-04-11 09:08:04 UTC
Fixed in 3.4.

This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Comment 11 Bilal Shahid 2012-04-11 17:34:12 UTC
thanks Guillaume Desmottes for the rapid responce