Summary: | --skip-startup-dialog command line option does not work in Kexi 2 | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | General | Assignee: | Kexi Bugs <kexi-bugs> |
Status: | CLOSED FIXED | ||
Severity: | minor | Keywords: | junior-jobs, regression |
Priority: | NOR | ||
Version: | 2.8.5 | ||
Target Milestone: | 2.9 | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/calligra/a1a90e90e79ac35560da422f27206105c909a89f | Version Fixed In: | 2.9.0 beta 3 |
Sentry Crash Report: |
Description
Jarosław Staniek
2014-08-13 20:47:32 UTC
Git commit a1a90e90e79ac35560da422f27206105c909a89f by Roman Shtemberko. Committed on 03/02/2015 at 08:24. Pushed by rshtemberko into branch 'calligra/2.9'. Delete --skip-startup-dialog related code REVIEW:122389 M +0 -4 kexi/core/kexicmdlineargs.h M +0 -2 kexi/main/startup/KexiStartup.cpp M +0 -6 kexi/main/startup/KexiStartupDialog.cpp M +0 -4 kexi/main/startup/KexiStartupDialog.h M +0 -1 kexi/tests/altertable/altertable.cpp http://commits.kde.org/calligra/a1a90e90e79ac35560da422f27206105c909a89f Resolved by removing the option completely. It was not functioning for a long time and the nature of option suggest it's not used in scripts that call 'kexi' command for example. In the same step configuration option has been removed as well (from kexirc): [Startup] ShowStartupDialog=[bool] |