After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690377 - gnome-clocks --help produces a critical error
gnome-clocks --help produces a critical error
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Clocks maintainer(s)
Clocks maintainer(s)
Depends on: 690670 690851
Blocks:
 
 
Reported: 2012-12-17 19:20 UTC by Baptiste Mille-Mathias
Modified: 2013-02-19 00:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baptiste Mille-Mathias 2012-12-17 19:20:03 UTC
gnome-clocks --help

(gnome-clocks:3909): GLib-GIO-CRITICAL **: This application can not open files.
echo $?
1

Don't know if this a packaging issue or upstream bug

version: gnome-clocks-0.1.5-1.fc18
Comment 1 Maël Lavault 2012-12-24 16:41:39 UTC
It is on our side, we currently don't handle command line at all.
Comment 2 Paolo Borelli 2012-12-29 15:58:56 UTC
We need to override local_command_line, but that needs some fixes in glib and pygobject first...
Comment 3 Paolo Borelli 2013-02-19 00:14:47 UTC
Fixed in master (vala rewrite is not affected by the problem mentioned in comment 2)