Bug 60688 - soffice --version - should show more details ...
Summary: soffice --version - should show more details ...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
4.0.0.3 release
Hardware: Other All
: medium normal
Assignee: Christopher Hotchkiss
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup
Depends on:
Blocks:
 
Reported: 2013-02-11 20:28 UTC by Michael Meeks
Modified: 2015-12-15 16:27 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Meeks 2013-02-11 20:28:48 UTC
The ./soffice --version command currently shows:

./soffice --version
LibreOffice 4.1.0.0.alpha0

or somesuch; but it does not show the useful git hash information that we show in the help->about dialog.

It'd be nice if it did. The code for it is here:

git grep displayVersion

and for the help->about dialog (which has the hash) here:

git grep AboutDialog::GetVersionString

is prolly a useful pointer.

Thanks :-)
Comment 1 Christopher Hotchkiss 2013-02-15 00:42:20 UTC
I'll take a look at adding this.
Comment 2 Michael Meeks 2013-02-15 13:06:17 UTC
Thanks Christopher - merged to master; only one minor tip; if you put 'fdo#12345' in your commit message it will automatically update the bug with a link to the commit as it gets pushed (which is quite a labour saving device ;-)
Comment 3 Robinson Tryon (qubit) 2015-12-15 16:27:29 UTC
Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillCpp,TopicCleanup)
[NinjaEdit]