How to open Gwibber iconified?

Asked by Nicolás M. Zahlut

So, this is my problem: I've written a very simple script to run my four most used internet-based applications with just a click. It includes 'emesene', 'liferea', 'gmail-notify' and 'gwibber'. I'd like all of them to open iconified (minimized to tray). 'emesene' does it with "-m" and 'liferea' with "--mainwindow-state=iconified". 'gmail-notify' is a tray app, so there's no need to add stuff to it.

But, Gwibber has no know command that can be used to start it minimized. I was wondering if there's any way I can "force" the minimizing order, kind of like replacing having to click the minimize button.

Thanks.

***

My script looks like this:
#internet apps
#open 'emesene'
emesene -m &
#open 'gwibber'
gwibber &
#open 'liferea'
liferea --mainwindow-state=iconified &
#open 'gmail-notify'
gmail-notify &

Question information

Language:
English Edit question
Status:
Expired
For:
Gwibber Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.