Created attachment 146584 [details] script for konsole tabs-from-file test SUMMARY *** When running konsole with "tabs-from-file" option, new konsole window has requested tabs plus an additional unwanted one. *** STEPS TO REPRODUCE 1. Run attached script or use: konsole --tabs-from-file ./konsoletabstest.txt with the following lines in the "konsoletabstest.txt" file: title: .local;; workdir: ~/.local;; profile: "Default" title: .config;; workdir: ~/.config;; profile: "Default" OBSERVED RESULT New konsole window with three tabs - two correct and one unwanted extra. EXPECTED RESULT New konsole window with two tabs. SOFTWARE/OS VERSIONS Operating System: Fedora Linux 35 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Kernel Version: 5.16.5-200.fc35.x86_64 (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION
Git commit 9f93fa8921c90119e3d1e0ddd58a3d316c6fba60 by Robby Stephenson. Committed on 16/03/2022 at 01:15. Pushed by rstephenson into branch 'master'. Add option for using regular expressions in the quick filter FIXED-IN: 3.5 M +4 -0 ChangeLog M +2 -1 doc/configuration.docbook M +3 -0 src/config/tellico_config.kcfg M +8 -0 src/configdialog.cpp M +1 -0 src/configdialog.h M +2 -2 src/filter.cpp M +1 -1 src/filter.h M +1 -1 src/mainwindow.cpp M +13 -1 src/tests/filtertest.cpp https://invent.kde.org/office/tellico/commit/9f93fa8921c90119e3d1e0ddd58a3d316c6fba60
(In reply to Robby Stephenson from comment #1) > Git commit 9f93fa8921c90119e3d1e0ddd58a3d316c6fba60 by Robby Stephenson. > Committed on 16/03/2022 at 01:15. > Pushed by rstephenson into branch 'master'. > > Add option for using regular expressions in the quick filter > FIXED-IN: 3.5 Very sorry. I made a typo in my commit message and closed the wrong bug.
The newer bug has a work around if interested. *** This bug has been marked as a duplicate of bug 487896 ***