GNOME Bugzilla – Bug 687287
gnome-shell-perf-tool: Fix various problems
Last modified: 2012-11-05 18:09:11 UTC
This seems to get gnome-shell-perf-tool working for me - I've tested both locally and with an upload to shell-perf.gnome.org.
Created attachment 227754 [details] [review] gnome-shell-perf-tool: Fix various problems * Fix wrong parameter name to on_name_appeared callbacks * optparse doesn't just leave extra command line arguments, it errors out, so don't try to pass through extra arguments - instead add explicit passthrough for '--replace' * Fix usage of Gio.DBusProxy * Add a default value for --perf so that if it's not supplied things don't die with a mysterious error message. (This wasn't needed when --perf enabled perf-mode)
Review of attachment 227754 [details] [review]: Looks good; did test running it locally here seems to work fine.
Attachment 227754 [details] pushed as a21ddb5 - gnome-shell-perf-tool: Fix various problems