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 623937 - empathy -h does not start hidden
empathy -h does not start hidden
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Contact List
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-09 11:32 UTC by Omer Akram
Modified: 2010-11-08 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/hidden-623937 (750 bytes, patch)
2010-07-09 12:42 UTC, Guillaume Desmottes
reviewed Details | Review

Description Omer Akram 2010-07-09 11:32:50 UTC
people set empathy to start on boot with empathy -h so that the window does not popup on boot. with empathy 2.31.4 this does not work i.e. the contact list comes up. the same happens if started from command line.

originally reported at: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/603451
Comment 1 Guillaume Desmottes 2010-07-09 12:42:02 UTC
Created attachment 165552 [details] [review]
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/hidden-623937

 src/empathy-status-icon.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
Comment 2 Danielle Madeley 2010-07-10 00:51:30 UTC
Review of attachment 165552 [details] [review]:

++
Comment 3 Guillaume Desmottes 2010-07-12 07:43:29 UTC
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.
Comment 4 Daniel Nyström 2010-11-03 09:29:01 UTC
This is broken again in 2.32.0
Comment 5 Guillaume Desmottes 2010-11-03 14:56:34 UTC
I just tested with 2.32.0 from the Maverick package and empathy -h does start it hidden.
Comment 6 Daniel Nyström 2010-11-04 13:24:10 UTC
Really? 

daniel@chieftec:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"
daniel@chieftec:~$ empathy -v
Empathy 2.32.0.1
daniel@chieftec:~$
Comment 7 Guillaume Desmottes 2010-11-08 09:35:23 UTC
And what happen if you start empathy -h manually (not from gnome-session) ?
Comment 8 Daniel Nyström 2010-11-08 10:12:53 UTC
It shows the contact list in a window. There's no differences starting it with or without -h. 

I'm running Xmonad as window manager. I guess that has nothing to do with it?
Comment 9 Guillaume Desmottes 2010-11-08 10:56:35 UTC
Humm could be. Any chance you could try using metacity?
Comment 10 Daniel Nyström 2010-11-08 11:05:47 UTC
Yes, seems to work when running metacity. But it does flicker at first, and then "minimizes" into the status bar. Maybe that's what's confusing Xmonad? Why not just not showing the window at all at start?