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 698875 - should accept --version command-line argument
should accept --version command-line argument
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-25 17:26 UTC by Adam Dingle
Modified: 2013-04-25 21:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2013-04-25 17:26:27 UTC
gnome-system-monitor ignores the command-line argument '--version'.  Instead, with this argument it should print its version number and exit, just like other GNOME programs.
Comment 1 Robert Roth 2013-04-25 20:49:51 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Adam Dingle 2013-04-25 21:05:22 UTC
With this change, on my system I see this:

$ gnome-system-monitor --version
GNOME Image Viewer 3.8.0
$ 

That's evidently wrong, so I'm reopening this.  Do you see this too?
Comment 3 Robert Roth 2013-04-25 21:11:11 UTC
(In reply to comment #2)
> With this change, on my system I see this:
> 
> $ gnome-system-monitor --version
> GNOME Image Viewer 3.8.0
> $ 
> 
> That's evidently wrong, so I'm reopening this.  Do you see this too?

Obviously, it's getting late for me to do anything else :) Thanks again, fixed in HEAD.
Comment 4 Adam Dingle 2013-04-25 21:12:29 UTC
Confirmed: it works now.  :)