Code review comment for lp:~ralsina/ubuntuone-windows-installer/fix_800383

Revision history for this message
dobey (dobey) wrote :

+ subprocess.Popen(["ubuntuone-control-panel-gtk",])

Should this not be ubuntuone-control-panel-qt, given that we're running it from a qt gui? Also, should we not rely on IPC activation to just start the correct one for the user's environment, instead of running it directly?

review: Needs Information

« Back to merge proposal