GNOME Bugzilla – Bug 727881
Port commandline option handling to GApplication
Last modified: 2014-08-25 23:04:07 UTC
Use the facilities of GApplication for handling commandline options.
Created attachment 273856 [details] [review] Port commandline option handling to GApplication
Fixed up a couple of style issues and pushed to master, thanks! Attachment 273856 [details] pushed as 989d75a - Port commandline option handling to GApplication
This seems to have introduced the error that arguments to the commands are no longer honoured: gnome-screenshot -d 5 for example takes a screenshot immediately
Looks like a GApplication problem to me.
Created attachment 284410 [details] [review] commandline args: parse delay parameter correctly This is an int, not a uint.
Review of attachment 284410 [details] [review]: thanks for the fix
For reference: bug 735323 was raised for the same; this one mentions that also -f is not working
I've attached a similar patch there
Attachment 284410 [details] pushed as 2c8e3b0 - commandline args: parse delay parameter correctly