Results 1 to 3 of 3

Thread: start ekiga minimized

  1. #1
    Join Date
    Mar 2012
    Beans
    2

    start ekiga minimized

    Hi All,
    After extensive searching I cannot find a way to start Ekiga minimized.
    I've added it to the startup applications but cannot get it to start in a minized state .... I've tried the -r, -m, and -systray switches however none worked.

    If anyone has an idea then I would be very grateful.

    BTW I'm currently using 13.04 and Ekiga 4.01

  2. #2
    Join Date
    Nov 2006
    Location
    Craggy Island.
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: start ekiga minimized

    Have you tried this program, devlispie?
    You can tell a man who boozes by the company he chooses, as the pig got up and slowly walked away.

  3. #3
    Join Date
    Mar 2012
    Beans
    2

    Re: start ekiga minimized

    Thank you Sir that was a great tip...

    In case someone else has this issue here is the code required in the .ds file in ~/.devilspie

    ( if
    ( and
    ( is ( application_name ) "Ekiga Softphone" )
    )
    ( begin
    ( minimize )
    ( println "match" )
    )
    )

    Also the copy of gDevilspie that I installed from the repositries did not start at all on my system I ended up using a copy from here http://code.google.com/p/gdevilspie/wiki/gDevilspie

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •