There are the following auto-opening command line options in Kexi 2.x: http://www.kexi-project.org/wiki/wikiview/index.php@CommandLineOptions.html#Options_related_to_opening_objects They should be ported to Kexi 3.0. Currently using them does not cause error bit they do nothing.
(report by clickoclunko@gmail.com)
Reviewing: https://phabricator.kde.org/D5322
Git commit a41b632d5ae860f5bfc3a361ce9fb5b92e67d9e9 by Jaroslaw Staniek. Committed on 10/04/2017 at 10:52. Pushed by staniek into branch '3.0'. Make auto-opening command line options work for Kexi again Summary: See http://www.kexi-project.org/wiki/wikiview/index.php@CommandLineOptions.html#Options_related_to_opening_objects FIXED-IN:3.0.2 {F3547614} Test Plan: Run Kexi with options such as (trying more than one is OK): --edittext query:"query20" --open query:"query21" --design query:"query22" Defaults to table: --open tablename --design report:employees --new table --new query --new report --new form dbname.kexi Also try invalid combination, e.g. --new foo (no such object type) --new macro (no macros support yet) --edittext tablename (can't open table in text/SQL view) --open nonexisting (does not exist) etc. Reviewers: piggz Tags: #kexi Differential Revision: https://phabricator.kde.org/D5322 M +8 -2 src/core/KexiCommandLineOptions.cpp M +5 -2 src/core/KexiCommandLineOptions.h M +3 -1 src/core/kexipartmanager.cpp M +5 -0 src/core/kexistartupdata.cpp M +5 -3 src/core/kexistartupdata.h M +98 -91 src/main/startup/KexiStartup.cpp M +1 -4 src/main/startup/KexiStartup.h https://commits.kde.org/kexi/a41b632d5ae860f5bfc3a361ce9fb5b92e67d9e9