Bug 450018

Summary: Konsole tabs-from-file adds extra unwanted tab
Product: [Applications] konsole Reporter: Nicholas Redgrave <baron>
Component: tabbarAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdedev, robby
Priority: NOR    
Version: 21.08.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 3.5
Sentry Crash Report:
Attachments: script for konsole tabs-from-file test

Description Nicholas Redgrave 2022-02-11 15:54:39 UTC
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
Comment 1 Robby Stephenson 2022-03-16 01:15:49 UTC
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
Comment 2 Robby Stephenson 2022-03-16 01:24:25 UTC
(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.
Comment 3 Kurt Hindenburg 2024-06-06 23:08:01 UTC
The newer bug has a work around if interested.

*** This bug has been marked as a duplicate of bug 487896 ***