Bug 349613 - No --version option for plasmashell
Summary: No --version option for plasmashell
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.3.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 07:33 UTC by Piotr Dobrogost
Modified: 2022-05-15 10:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Dobrogost 2015-06-26 07:33:35 UTC
plasmashell exec does not have --version option which it used to have according to the following information from user luebking (https://forum.kde.org/viewtopic.php?f=67&t=126986#p337089);
"no idea whether that's accidental or intended (this used to be added magically by KApplication, might have got lost on transition to QApplication, requires QCommandLineParser::addVersionOption();)"

Reproducible: Always

Steps to Reproduce:
plasmashell --version

Actual Results:  
Error "Unknown option 'version'."


Expected Results:  
Version of plasmashell shown.
Comment 1 Bhushan Shah 2015-06-26 07:36:22 UTC
Umm, on master branch

e42a0f06 (Bhushan Shah     2015-04-20 21:06:53 +0530) | 61      cliOptions.addVersionOption();
Comment 3 Piotr Dobrogost 2022-05-15 10:01:04 UTC
@Bhushan Shah
Returning to this after 7 years and it's nice to see you fixed it the same day :)
Thank you.