[konsole] [Bug 481898] No saved size & position

2024-05-10 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=481898

--- Comment #14 from Kurt Hindenburg  ---
Git commit 38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7 by Kurt Hindenburg, on
behalf of Serge Roussak.
Committed on 10/05/2024 at 16:29.
Pushed by hindenburg into branch 'master'.

Fixed the window geometry config file placement.

Since the window geometry placement was moved to the state config
files globally in KDE, exactly these files should be checked for
such configuration data (instead of the main application config file).
This issue may not been reproduced on the systems where the
'konsolerc' file remains filled by some old version of the konsole
so that it holds the window geometry. But on the fresh install, the
"Remember window size" option does nothing because the window geometry
is being stored in the '.local/share/konsole/konsolestaterc', but is
being looked up in the '.config/konsolerc' files.
Related: bug 482954

M  +1-1src/MainWindow.cpp

https://invent.kde.org/utilities/konsole/-/commit/38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7

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

[konsole] [Bug 482954] konsole not remembering window size when the size in modified by click and drag (so outside of editing the panel in konsole settings)

2024-05-10 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=482954

--- Comment #3 from Kurt Hindenburg  ---
Git commit 38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7 by Kurt Hindenburg, on
behalf of Serge Roussak.
Committed on 10/05/2024 at 16:29.
Pushed by hindenburg into branch 'master'.

Fixed the window geometry config file placement.

Since the window geometry placement was moved to the state config
files globally in KDE, exactly these files should be checked for
such configuration data (instead of the main application config file).
This issue may not been reproduced on the systems where the
'konsolerc' file remains filled by some old version of the konsole
so that it holds the window geometry. But on the fresh install, the
"Remember window size" option does nothing because the window geometry
is being stored in the '.local/share/konsole/konsolestaterc', but is
being looked up in the '.config/konsolerc' files.
Related: bug 481898

M  +1-1src/MainWindow.cpp

https://invent.kde.org/utilities/konsole/-/commit/38a3efaa979a28c055a8bd3da6b107d8a1fc3bb7

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

[konsole] [Bug 484386] Solarised theme inconsistent black/gray

2024-04-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=484386

--- Comment #4 from Kurt Hindenburg  ---
Please provide a MR w/ the changes you want.  Please provide before and after
screenshots.

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

[konsole] [Bug 478677] The state of the "Show window title on the titlebar" option from the "General" settings is inverted

2024-04-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=478677

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kurt Hindenburg  ---
So when "Show Window.." is false, the window title will match the session tab
text.  When it is true, it is set to the title set by the shell.  You can also
add %w to the tab title to see what the shell is setting.

Feel free to reopen if this doesn't explain it well enough.

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

[konsole] [Bug 485967] Konsole line numbers render random numbers in margin when scrolling from large to small values.

2024-04-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=485967

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
yea the clearing of previous numbers is not always correct.

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

[konsole] [Bug 485969] Konsole line numbers render behind the scrollbar at large values.

2024-04-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=485969

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Kurt Hindenburg  ---
Yes, need to check # digits and move far to avoid scrollbar.

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

[konsole] [Bug 485970] Konsole line numbers render atop command output.

2024-04-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=485970

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Kurt Hindenburg  ---
Where do you expect the line numbers to show up?  We are not going to resize
the  session size.

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

[konsole] [Bug 478181] Problem in rendering a specific Farsi/Arabic character combination

2024-04-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=478181

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/5f1f
   ||d57b50e7e3899ba682c021697b6
   ||a61194f76
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #12 from Kurt Hindenburg  ---
Git commit 5f1fd57b50e7e3899ba682c021697b6a61194f76 by Kurt Hindenburg, on
behalf of Matan Ziv-Av.
Committed on 24/04/2024 at 22:56.
Pushed by hindenburg into branch 'master'.

Don't use Lam-Alef ligatures when shaping arabic letters

ICU automatically shapes the two letters Lam and Alef to a single ligature,
so it is necessary to undo it.

M  +48   -1src/terminalDisplay/TerminalDisplay.cpp

https://invent.kde.org/utilities/konsole/-/commit/5f1fd57b50e7e3899ba682c021697b6a61194f76

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

[konsole] [Bug 303485] provide option "no wrap" on search

2024-04-12 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=303485

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/f130
   ||8b70774a17d3f745d39bbaaec45
   ||aeaca00cc
 Resolution|--- |FIXED

--- Comment #2 from Kurt Hindenburg  ---
Git commit f1308b70774a17d3f745d39bbaaec45aeaca00cc by Kurt Hindenburg, on
behalf of João Gouveia.
Committed on 13/04/2024 at 00:18.
Pushed by hindenburg into branch 'master'.

Add "No wrap" setting to search options

In some scenarios, users don't want to start a search again from the
top when they reach the end of the contents being searched. However,
if the contents are too large, it can be difficult to notice when
such jumping occurs. This commit aims to address this by adding an
option that disables the automatic wrapping in searches.

M  +26   -4src/SearchHistoryTask.cpp
M  +6-0src/SearchHistoryTask.h
M  +15   -6src/session/SessionController.cpp
M  +2-1src/session/SessionController.h
M  +19   -3src/settings/GeneralSettings.ui
M  +5-0src/settings/konsole.kcfg
M  +10   -1src/widgets/IncrementalSearchBar.cpp
M  +8-0src/widgets/IncrementalSearchBar.h

https://invent.kde.org/utilities/konsole/-/commit/f1308b70774a17d3f745d39bbaaec45aeaca00cc

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

[konsole] [Bug 474848] Toolbar items sometimes move to weird places when creating split view

2024-04-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=474848

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/b93f
   ||44a90e1fafb1a32286c97509e7c
   ||145b018d4
 Resolution|--- |FIXED

--- Comment #6 from Kurt Hindenburg  ---
Git commit b93f44a90e1fafb1a32286c97509e7c145b018d4 by Kurt Hindenburg, on
behalf of Alfonso Murolo.
Committed on 05/04/2024 at 17:30.
Pushed by hindenburg into branch 'master'.

Fix hamburger menu/toolbar issues when splitting tabs

Preventing hamburger menu from being lost when splitting tabs,
and toolbar from being broken in split view in special case

M  +1-2src/MainWindow.cpp
M  +1-0src/ViewManager.cpp

https://invent.kde.org/utilities/konsole/-/commit/b93f44a90e1fafb1a32286c97509e7c145b018d4

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

[konsole] [Bug 421625] UTF-8 unicode Yijing Hexagram Symbols

2024-04-02 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=421625

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/c8b9
   ||4b8780019dca7511efe1cf110f1
   ||b19bf7a7d
 Resolution|--- |FIXED

--- Comment #4 from Kurt Hindenburg  ---
Git commit c8b94b8780019dca7511efe1cf110f1b19bf7a7d by Kurt Hindenburg, on
behalf of Matan Ziv-Av.
Committed on 02/04/2024 at 19:30.
Pushed by hindenburg into branch 'master'.

Override width of YiJing Hexagram Symbols Unicode characters (0x4dc0-0x4dff)

Their Unicode width is 1, but GNU libc's wcwidth and libreadline
override it to 2, so it makes sense to follow suit.

The profile option "ignore wcwidth" returns the width to 1, if
enabled, so it allows the old behavior if it desired. 

M  +2-2src/Screen.cpp
M  +13   -8src/characters/Character.h
M  +11   -11   src/characters/CharacterWidth.cpp
M  +1-0tools/uni2characterwidth/overrides.txt

https://invent.kde.org/utilities/konsole/-/commit/c8b94b8780019dca7511efe1cf110f1b19bf7a7d

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

[konsole] [Bug 413258] Feature Request: Next/Previous Konsole Profile Shortcut

2024-03-28 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=413258

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/61a8
   ||7d804813b9f92cdb629bdcbb264
   ||870615eba

--- Comment #4 from Kurt Hindenburg  ---
Git commit 61a87d804813b9f92cdb629bdcbb264870615eba by Kurt Hindenburg, on
behalf of Matan Ziv-Av.
Committed on 28/03/2024 at 22:14.
Pushed by hindenburg into branch 'master'.

Add next/previous actions to change the profile of the current terminal 

The actions are not in any menu, but have default keyboard shortcuts:
Ctrl-Alt-N (next) and Ctrl-Alt-M (previous).

M  +24   -0src/profile/ProfileManager.cpp
M  +3-0src/profile/ProfileManager.h
M  +24   -0src/session/SessionController.cpp
M  +2-0src/session/SessionController.h

https://invent.kde.org/utilities/konsole/-/commit/61a87d804813b9f92cdb629bdcbb264870615eba

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

[konsole] [Bug 361835] Environment variables inside command line <-e> option are expanded even when they must not

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=361835

Kurt Hindenburg  changed:

   What|Removed |Added

Version|2.14.3  |master

--- Comment #5 from Kurt Hindenburg  ---
Still relevant today.

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

[konsole] [Bug 298775] Add search for tab functionality

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=298775

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs, usability

--- Comment #11 from Kurt Hindenburg  ---
I would agree having something like would be nice.The link in  comment 10
looks like a nice alternative for now.

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

[konsole] [Bug 363700] draw a hairline above the terminal view to separate if from the menubar

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=363700

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||usability

--- Comment #2 from Kurt Hindenburg  ---
I'm not sure about this.  I'd have to ask  what other people  think.

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

[konsole] [Bug 361256] Close/exit konsole on bash crash/termination

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=361256

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #2 from Kurt Hindenburg  ---
Thanks for the report but I don't think this would be good to have for
everyone.  We keep the tab open upon error so people can view the issue and go
about fixing/report it.

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

[konsole] [Bug 357974] Make time period when activity monitoring is masked configurable.

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=357974

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
There are a lot of new notifications settings since this report.  As well as a
way to set threshold limit in minutes.  Reopen if none of these still don't
work for you.

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

[konsole] [Bug 356294] After clearing, set before shortcut for profile, still works

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=356294

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
This should be fixed in recent versions.

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

[konsole] [Bug 189254] No support for transparent background with wallpaper only

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=189254

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #15 from Kurt Hindenburg  ---
(In reply to Guy Sheffer from comment #14)
> Created attachment 167839 [details]
> ubuntu 23.10 with trsnaparrent window, with another window visible underneeth
> 
> (In reply to Kurt Hindenburg from comment #13)
> > Any recent versions should have want you requested.
> 
> Hey, Thanks for getting back on this after such a long time!
> 
> Just tested in Ubuntu 23.10 and this still does not exist there. You can
> make either the konsole window transparent but you can see the windows below.
> 
> Or you can set a wallpaper that would be stretched and tiled independent to
> the background of the desktop.
> 
> Attaching a photo.
> 
> I will note though that I am not really using that feature at the moment, so
> its not urgent for me. However I thought is worth documenting.

Interesting I didn't realize KDE4/konsole had this feature.  You want the
transparency to ignore everything but the desktop background.

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

[konsole] [Bug 409278] Konsole sometimes stops showing input characters

2024-03-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=409278

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=349088

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #11 from Kurt Hindenburg  ---
Can you try a recent version such as Qt6?  If you can reproduce any oddities,
just revert back to confirmed.  Thanks.

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

[konsole] [Bug 338112] RFE: Persistently show most recent program run with a new directive %R (improved version of %n)

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=338112

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kurt Hindenburg  ---
Recent versions have a number of "monitoring" menu options that should do what
you want.  Feel free to reopen if those options still don't work for you.

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

[konsole] [Bug 323227] Changing the cursor using the terminal escape sequence clears the profile name

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=323227

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Kurt Hindenburg  ---
I believe this works as you want in recent versions.  Reopen if there are still
issues.

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

[konsole] [Bug 330776] feature request: additional option to hide tab bar when fullscreen

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=330776

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
With recent versions, there's a remove window titlebar and frame option and as
mentioned you can hide tabbar.  Feel free to reopen if those options are still
not what you want.

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

[konsole] [Bug 306372] On demand saving and loading named sessions (like in Kate)

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=306372

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Kurt Hindenburg  ---
If you have a recent version, you can try using --tabs-from-file .  Also
there is a save tab layout options.

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

[konsole] [Bug 192828] Konsole does not support fake bold when using TrueType fonts which lack genuine bold style.

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=192828

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #4 from Kurt Hindenburg  ---
Please try a recent version as a lot has changed since this report.

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

[konsole] [Bug 177861] Allow users using system beep for bell

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=177861

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #31 from Kurt Hindenburg  ---
Recent versions have what you requested.

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

[konsole] [Bug 192353] Keyboard shortcut for profile does not work when the profile is not set as 'Show in Menu'.

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=192353

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Kurt Hindenburg  ---
This has been fixed for a while.

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

[konsole] [Bug 189254] No support for transparent background with wallpaper only

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=189254

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #13 from Kurt Hindenburg  ---
Any recent versions should have want you requested.

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

[konsole] [Bug 185422] Konsole TAB option "copy input": setting not being saved with desktop

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=185422

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #5 from Kurt Hindenburg  ---
I'm still of the opinion that this would be a bad idea to have it restored.  It
has been 15 years since the report .  Re-open this if you still have strong
feelings about wanting this.

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

[konsole] [Bug 208620] Allow saving session output to file automatically without user interference

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=208620

--- Comment #6 from Kurt Hindenburg  ---
This might be a valid request although no one has worked on in 13 years.

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

[konsole] [Bug 201679] middle-click on tab should paste to that tab without switching tab

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=201679

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #8 from Kurt Hindenburg  ---
There doesn't seem be a consensus and there's been no activity in 10 years.  
If anyone has strong opinions about this, feel free to reopen.

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

[konsole] [Bug 225202] Konsole should not mark tab as changed if it is visible on another view

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=225202

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Kurt Hindenburg  ---
Splits have changed a lot in 14 years.  I believe this is not an issue any
longer.

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

[konsole] [Bug 229803] Easy opening of files from gcc error messages in an editor

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=229803

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
This has been in Konsole since 2020.

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

[konsole] [Bug 463391] Password visible in plain text with virtual keyboard

2024-03-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=463391

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

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

[konsole] [Bug 431502] non-existent profiles

2024-03-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=431502

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Kurt Hindenburg  ---
Ok thanks for info.  re-open this if it shows up again.

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

[konsole] [Bug 454667] Change background position doesn't working when language is zh_CN

2024-03-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=454667

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #9 from Kurt Hindenburg  ---
Let us know if this is still an issue on a recent qt6 version.

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

[konsole] [Bug 396960] Feature Request: ability to set Konsole tab background color using escape codes (like can already be done for the terminal background color)

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

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 411524] A suggestion to change font style listing to default to "regular" rather than "bold" or "italic", upon choosing a new font

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

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 411496] Scrollbar should only be shown if needed

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #5 from Kurt Hindenburg  ---
You can hide the scrollbar if you want.  We try to not cause resizing of
content so this is a minor concern.

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

[konsole] [Bug 422255] konsole: DBusTest hangs indefinitely until drkonqi process is killed

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kurt Hindenburg  ---
This should have been fixed - let us know if not.

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

[konsole] [Bug 421625] UTF-8 unicode Yijing Hexagram Symbols

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
I do see the issue of when highlighting the char is it cut in half
horizontally.  I don't see your #4-5

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

[konsole] [Bug 457924] After executing `reset`, the usual warning when pressing Ctr+S is not seen

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/0d3d
   ||f225c91ea89f67efd149403bee4
   ||a54de8a5c

--- Comment #2 from Kurt Hindenburg  ---
Git commit 0d3df225c91ea89f67efd149403bee4a54de8a5c by Kurt Hindenburg, on
behalf of Luis Javier Merino Morán.
Committed on 24/03/2024 at 20:59.
Pushed by hindenburg into branch 'master'.

Check only IXON when getting flow control state

We check the flow control state to display the "Output has been
suspended" warning message.  Check only IXON (flow control on output) on
the master fd, which corresponds to IXOFF (flow control on input) on
the slave side, since that's the direction we are interested in.

M  +3-1src/Pty.cpp

https://invent.kde.org/utilities/konsole/-/commit/0d3df225c91ea89f67efd149403bee4a54de8a5c

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

[konsole] [Bug 408775] Do not close/destroy tab when closing view

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

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

[konsole] [Bug 395520] Konsole KPart blur does not work/incorrect warning message

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=395520

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #13 from Kurt Hindenburg  ---
Let us know if you still have this issue on recent version.

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

[konsole] [Bug 379865] Unable to type in Konsole using Tamil language input

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=379865

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #9 from Kurt Hindenburg  ---
Let us know if you still have issues on recent version - most terminals require
fix fonts

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

[konsole] [Bug 381593] Fonts space incorrect when typing ligature marks (Hindi, Sanskrit, Bangla)

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=381593

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #9 from Kurt Hindenburg  ---
Let us know if you still have this issue on recent version

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

[konsole] [Bug 339783] Wishlist: Tab bar on the left/right side of UI

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=339783

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Kurt Hindenburg  ---
This has been requested for a while - it won't happen until  Qt/KDE allows this

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

[konsole] [Bug 341407] Allow hosting application to tap Find functionality

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=341407

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Kurt Hindenburg  ---
This has been possible for a while.

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

[konsole] [Bug 348202] RFE: KOnsole should wgetpaste marked text to an appropriate service

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=348202

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
This is unlikely to get into Konsole code base.

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

[konsole] [Bug 337166] Exclude screen from triggering tabclose confirmation

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=337166

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
I don't see a reason is exclude screen - it is a program running when you try
to close.

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

[konsole] [Bug 339361] Macro/script support

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=339361

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
Konsole has a quickcommands plugin now which should be doable for what you
want.

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

[konsole] [Bug 294688] RFE: use numbering in tab/window name fallback

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=294688

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[konsole] [Bug 306982] Mismanagement of keys for suspending output - allow changing of keys

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=306982

Kurt Hindenburg  changed:

   What|Removed |Added

Summary|Mismanagement of keys for   |Mismanagement of keys for
   |suspending output   |suspending output - allow
   ||changing of keys
   Severity|normal  |wishlist

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

[konsole] [Bug 174614] RFE: list profile shortcuts in the keyboard shortcus setting

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=174614

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 62380] disable wordwrap in konsole

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=62380

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #40 from Kurt Hindenburg  ---
Let us know if this is still an issue in recent versions.

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

[konsole] [Bug 74137] session tabs on the left or right side

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=74137

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #12 from Kurt Hindenburg  ---
Until this is allowed in Qt/KDE, this won't happen easily.

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

[konsole] [Bug 83042] Session menu entries hierarchy

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=83042

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #7 from Kurt Hindenburg  ---
No one has coded this so far.

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

[konsole] [Bug 191648] wish: apply button for 'copy input to...' window

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=191648

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 196398] Round corners for terminal area

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=196398

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #9 from Kurt Hindenburg  ---
I don't think is something to work on in the future.  Let us know if you
disagree.

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

[konsole] [Bug 251351] konsole freezes when a shell is hanging because of broken ssh connection

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=251351

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #17 from Kurt Hindenburg  ---
let us know if you still have this issue on a recent version

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

[konsole] [Bug 277656] running out of disk space causes Konsole to become unresponsive

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=277656

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|CONFIRMED   |RESOLVED

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

[konsole] [Bug 303485] provide option "no wrap" on search

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=303485

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 334914] wishlist: more configurability for profiles

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=334914

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Kurt Hindenburg  ---
This is possible w/ --tabs-from-file and dbus commands.  Let us know if that
doesn't work for you.

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

[konsole] [Bug 361897] Add "Send signal" in right-click menu or as shortcut

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=361897

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
It is allowed as a shortcut.

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

[konsole] [Bug 369328] Settings -> Edit current profile. Does neither apply the settings to the current shell session nor inform about this

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=369328

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #9 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 369021] There should be splitting options on right click menu.

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=369021

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Kurt Hindenburg  ---
This was put in the menu some time ago.

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

[konsole] [Bug 420309] Font blurry in konsole's tabbar on KWayland

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=420309

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version

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

[konsole] [Bug 418553] half symbol is hidden

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=418553

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Kurt Hindenburg  ---
Let us know if you still have this issue in a recent version - note that
terminals will really only support monospace fonts

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

[konsole] [Bug 449192] Feature request: code snippet library

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=449192

Kurt Hindenburg  changed:

   What|Removed |Added

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

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

[konsole] [Bug 448958] The zsh configuration file at "/usr/share/zsh/manjaro-zsh-config" had corrupted zsh and bash badly.

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=448958

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[konsole] [Bug 397714] Glyph Characters cut off after most recent update - zsh themes

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=397714

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 403059] shrinking size of tabs

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=403059

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #24 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 405752] Make Konsole search field longer, better if it fill all width of a Konsole window

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=405752

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[konsole] [Bug 405752] Make Konsole search field longer, better if it fill all width of a Konsole window

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=405752

--- Comment #2 from Kurt Hindenburg  ---
This would be nice to have a resizable search box

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

[konsole] [Bug 397669] Broken behaviour NerdFont glyphs

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=397669

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #23 from Kurt Hindenburg  ---
Let us know if this still happens on a recent version

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

[konsole] [Bug 408775] Do not close/destroy tab when closing view

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=408775

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #31 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version

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

[konsole] [Bug 409278] Konsole sometimes stops showing input characters

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=409278

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version

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

[konsole] [Bug 413258] Feature Request: Next/Previous Konsole Profile Shortcut

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=413258

--- Comment #1 from Kurt Hindenburg  ---
You can give each profile a shortcut in the "Manage Profiles" dialog.  I'm not
clear on the usefulness of a prev/next profile shortcut.

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

[konsole] [Bug 413828] Can't take string from konsole to clipboard

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=413828

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Kurt Hindenburg  ---
Let us know if you still have this issue in a recent version.

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

[konsole] [Bug 416631] Multibyte characters inconvenience

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=416631

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|critical|normal
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Kurt Hindenburg  ---
Let us know if you still have this issue in a recent version.

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

[konsole] [Bug 416940] Scrollback limit in megabytes

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=416940

--- Comment #7 from Kurt Hindenburg  ---
I would agree that perhaps instead of lines, the user could specify MBs. 
However, I'm sure if that's possible or how complex that would be.

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

[konsole] [Bug 424279] Add bookmarking of typed commands to Konsole

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=424279

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #10 from Kurt Hindenburg  ---
Also, Konsole has quickcommands plugin which might help in addition to the
other comments on how to achieve this.  Let us know if those don't work for
you.

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

[konsole] [Bug 429527] feature request, blocking wall messages like QTerminal it does

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=429527

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[konsole] [Bug 429745] Direction of scrolling in alternate screen is inverted on Wayland

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=429745

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Kurt Hindenburg  ---
Let us know if this is still an issue w/ recent versions

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

[konsole] [Bug 430794] Emoji rendering issue in konsole

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=430794

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 431502] non-existent profiles

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=431502

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 431700] Can not remove profile

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=431700

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Kurt Hindenburg  ---
Let us know if you still have this issue on a recent version.

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

[konsole] [Bug 437342] Konsole window displayed incorrectly when I splitted view, especially vertically and then drag to adjust the frames'sizes

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=437342

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|critical|normal
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Kurt Hindenburg  ---
Do you still have this issue on a recent version?

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

[konsole] [Bug 451109] [Accessibility] Minimum contrast ratio

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=451109

Kurt Hindenburg  changed:

   What|Removed |Added

   Keywords||accessibility, usability

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

[konsole] [Bug 439737] Allow more than one icon to be displayed

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439737

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #1 from Kurt Hindenburg  ---
This might be nice but now sure it is possible w/o custom code.

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

[konsole] [Bug 439732] Dismiss alerts with keyboard and/or after a few seconds

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439732

--- Comment #1 from Kurt Hindenburg  ---
You can assign a shortcut to "Read only"; regardless I don't see the issue w/
leaving the notification visible until disabled.  The only interaction is if
some program is displaying info in the session.

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

[konsole] [Bug 439720] [FEATURE] Add support for animated cursor like neovide

2024-03-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439720

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[konsole] [Bug 434476] running shell script from K menu in terminal creates non-deletable Konsole profile

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=434476

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Kurt Hindenburg  ---
let us know if this is still an issue

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

[konsole] [Bug 436393] Non-ASCII Scripts are not rendered correctly.

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=436393

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Kurt Hindenburg  ---
let us know if this is still an issue

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

[konsole] [Bug 439657] Unknown Error After install of daily build ubuntuStudio 21.10

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439657

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[konsole] [Bug 439634] Segfault on launch/invalid memory access

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439634

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Kurt Hindenburg  ---
let us know if this is still an issue

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

[konsole] [Bug 439633] Segfault on launch (looks tab related)

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=439633

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Kurt Hindenburg  ---
let us know if this is still an issue

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

[konsole] [Bug 440143] Automatic profiles duplication

2024-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=440143

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Kurt Hindenburg  ---
let us know if this is still an issue

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

  1   2   3   4   5   6   7   8   9   10   >