[konsole] [Bug 324119] Feature: provide a simple way to start konsole with n tabs

2021-03-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=324119

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
You have several ways to do this if you don't want to use the --tabs-from-file.
 Scripting as in comment 1 or using qdbus.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 324119] Feature: provide a simple way to start konsole with n tabs

2019-09-14 Thread Nikolaos Kakouros
https://bugs.kde.org/show_bug.cgi?id=324119

Nikolaos Kakouros  changed:

   What|Removed |Added

 CC||tterrani...@gmail.com

--- Comment #1 from Nikolaos Kakouros  ---
In the mean time you could also use:
for i in {1..25}; do konsole --new-tab --workdir "$PWD" & sleep 1; qdbus
org.kde.konsole /Sessions/$i setTitle 1 $i; done

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 324119] Feature: provide a simple way to start konsole with n tabs

2016-04-09 Thread cpon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=324119

cpon  changed:

   What|Removed |Added

 CC||cpigat...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.