Ok, try:

  command = ['soundkonverter', '--autostart', '--autoclose',
            '--format', 'mp3',
            '--profile', 'Medium',
            '--output', dest_dir]

--autoclose simply won't have an effect at the moment, but it will be
fixed in the next release.

Or:

  command = ['soundkonverter', '--invisible',
            '--format', 'mp3',
            '--profile', 'Medium',
            '--output', dest_dir]

This will properly close soundkonverter after the conversion has been
completed. During the conversion the main window will be hidden and a
system tray icon will be shown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688986

Title:
  --invisible/--autostart/--autoclose do not appear to be working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to