[Pidgin] #1888: Optionally start pidgin minimized

Pidgin trac at pidgin.im
Sun Feb 10 13:29:08 EST 2008


#1888: Optionally start pidgin minimized
---------------------------+------------------------------------------------
  Reporter:  Tim.          |       Owner:          
      Type:  enhancement   |      Status:  new     
  Priority:  minor         |   Milestone:          
 Component:  pidgin (gtk)  |     Version:  2.0.2   
Resolution:                |    Keywords:  minimize
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by dawg):

 Place the following code into /home/yourAccount/bin/pidgin_tray, then
 change the command for the Pidgin startup item in sessions from pidgin to
 pidgin_tray:

 #!/bin/bash
 # Wait for notification-area-applet to load before starting Pidgin

 while true;
 do
         if [ $(pgrep notification-ar) > 0 ]; then
                 pidgin;
                 break;
         else
                 sleep 1;
         fi
 done

-- 
Ticket URL: <http://developer.pidgin.im/ticket/1888#comment:7>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list