~diegosarmentero/ubuntuone-windows-installer/captcha-refresh

« back to all changes in this revision

Viewing changes to ubuntuone_installer/gui/qt/utils/linux.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart, ralsina
  • Date: 2011-09-15 22:02:03 UTC
  • mfrom: (64.2.5 start-right)
  • Revision ID: tarmac-20110915220203-8m90rveaj4dylhcz
- Start the control panel using the --with-icon switch (LP: #851221).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
def start_control_panel():
31
31
    """Start the control panel."""
32
 
    subprocess.Popen(["ubuntuone-control-panel-qt", ])
 
32
    subprocess.Popen(["ubuntuone-control-panel-qt"])
33
33
 
34
34
 
35
35
def remove_syncdaemon_from_autostart():