[konsole] [Bug 492311] Sometimes pressing a keyboard shortcut causes an "ambiguous shortcut" dialog to appear

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
Yes I started seeing this recently as well.  I get it w/ Ctrl+V since that is
the key I use the most

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

[konsole] [Bug 372116] Feature Request: Support OSC 52 (copy to clipboard)

2024-08-14 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=372116

--- Comment #57 from Kurt Hindenburg  ---
(In reply to Shmerl from comment #56)
> Thanks for merging! Looks like it didn't make it into 24.08 release though?

Yea that was my fault.  Sorry.  I missed the release schedule for  new
features.  It will go in 24.12

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-08 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #6 from Kurt Hindenburg  ---
Interesting - thanks - I'll try to reproduce it

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #4 from Kurt Hindenburg  ---
yea I get the expected results on 2 of my systems - I'll try other profiles -
if you want to create a small gif/movie it might be helpful

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

[konsole] [Bug 491366] Black and white world map emoji overlaps with the following chars

2024-08-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=491366

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
Yes this seems to be the cause where the emoji is 2 wide but Konsole only sees
it as one for some things.

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #1 from Kurt Hindenburg  ---
I can't reproduce here.  Do you have any non-default settings?

-- 
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-07-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=396960

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/9c72
   ||d6301dead5ce1e69f79c4416d8d
   ||12cf0d2d4

--- Comment #3 from Kurt Hindenburg  ---
Git commit 9c72d6301dead5ce1e69f79c4416d8d12cf0d2d4 by Kurt Hindenburg, on
behalf of Ahmet Hakan Çelik.
Committed on 24/07/2024 at 18:53.
Pushed by hindenburg into branch 'master'.

Allow setting Konsole tab color with escape codes

M  +9-0src/session/Session.cpp
M  +1-0src/session/Session.h
M  +3-0src/session/SessionController.cpp

https://invent.kde.org/utilities/konsole/-/commit/9c72d6301dead5ce1e69f79c4416d8d12cf0d2d4

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

[konsole] [Bug 372116] Feature Request: Support OSC 52 (copy to clipboard)

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/9f7a
   ||2b846afbf3d34d10c224a9f3b32
   ||ce7aa1379

--- Comment #54 from Kurt Hindenburg  ---
Git commit 9f7a2b846afbf3d34d10c224a9f3b32ce7aa1379 by Kurt Hindenburg, on
behalf of Christian Muehlhaeuser.
Committed on 24/07/2024 at 18:37.
Pushed by hindenburg into branch 'master'.

Add support for OSC-52 write-only clipboard access

Implements OSC-52 write-only clipboard access. Already supported by a
wide range of other terminals, including alacritty, foot, kitty,
urxvt, wezterm, xterm, and others.

I've intentionally omitted read access to the clipboard as that comes
with several security concerns, which should be discussed first.

M  +36   -0src/Vt102Emulation.cpp
M  +1-1src/Vt102Emulation.h

https://invent.kde.org/utilities/konsole/-/commit/9f7a2b846afbf3d34d10c224a9f3b32ce7aa1379

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

[frameworks-kparts] [Bug 490674] MacOS error: no member named 'org' in global namespace

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

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #5 from Kurt Hindenburg  ---
Nicolas must have been correct that I had leftover files in the destination. 
Once I did a purge and re-compiled everything worked.  Thanks.

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

[frameworks-kparts] [Bug 490674] MacOS error: no member named 'org' in global namespace

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

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||khindenb...@kde.org

--- Comment #4 from Kurt Hindenburg  ---
(In reply to Nicolas Fella from comment #2)
> A lot of recent effort went into building without DBus on macOS, so it's
> certainly supposed to work.
> 
> The usage of  ::org::kde::KDirNotify::emitFilesAdded is guarded with
> HAVE_KDIRNOTIFY, which is defined as
> 
> #define HAVE_KDIRNOTIFY __has_include()
> 
> The KDirNotify header is only installed if KIO is built with DBus support.
> Could it be that you have an old KDirNotify header from a previous KIO
> version in your include path?

I'll try to test this as it might be the case and I usually don't clear out the
destination directories.

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

[frameworks-kparts] [Bug 490674] MacOS error: no member named 'org' in global namespace

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

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||christ...@cullmann.io

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

[frameworks-kparts] [Bug 490674] MacOS error: no member named 'org' in global namespace

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

--- Comment #3 from Kurt Hindenburg  ---
I think it is due to kio 6bdab620; it doesn't revert clearly but if I go to the
previous commit and fix the version, kparts builds.

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

[frameworks-kparts] [Bug 490674] New: MacOS error: no member named 'org' in global namespace

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

Bug ID: 490674
   Summary: MacOS error: no member named 'org' in global namespace
Classification: Frameworks and Libraries
   Product: frameworks-kparts
   Version: unspecified
  Platform: Other
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: khindenb...@kde.org
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 171912
  --> https://bugs.kde.org/attachment.cgi?id=171912&action=edit
build log from kdesrc-build

I'm not sure why this started failing now since the code went in 2014.  Using
current master for all frameworks.   It was suggested in M that this might be
due to recent dbus removal on macOS.

/Users/kurthindenburg/Devel/KDE/src6/kparts/src/readwritepart.cpp:282:11:
error: no member named 'org' in the global namespace
   
::org::kde::KDirNotify::emitFilesAdded(m_url.adjusted(QUrl::RemoveFilename));
~~^

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
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-07-21 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=208620

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/ae22
   ||2d8eb5826169dbe0626461156fb
   ||4f7f5fb70
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Kurt Hindenburg  ---
Git commit ae222d8eb5826169dbe0626461156fb4f7f5fb70 by Kurt Hindenburg, on
behalf of Theodore Wang.
Committed on 21/07/2024 at 18:26.
Pushed by hindenburg into branch 'master'.

Added autosave functionality

The autosave functionality is contained in a SaveHistoryAutoTask
class, which inherits from SessionTask. The autosave mechanism
hinges on two pieces of information regarding the autosave file:
the number of bytes used to store the contents of dropped lines
(represented by SaveHistoryAutoTask::_droppedBytes) and a list
of byte offsets corresponding to the start of the contents of lines
on the screen (represented by SaveHistoryAutoTask::_bytesLines).
Everytime a line is dropped, SaveHistoryAutoTask::_droppedBytes
is updated using _bytesLines. Everytime the output is read and
saved to file, the autosave file is resized to _droppedBytes and
the current screen output is appended. Everytime the output is read
or the screen is resized, _bytesLines is updated.

The autosave can be started using an "Auto Save Ouput As" button in
the "File" tab of the toolbar. Once the autosave is started, said
button is replaced by a "Stop Auto Save" button which allows the
user to stop the autosave. Internally, any errors encountered by
the program would result in an KMessageBox reporting the details of
the error and stopping the autosave as well. Clicking on the stop
button reveals the start button again.

Similar to SaveHistoryTask, there is a file dialog which allows the
user to choose which file they would like the autosave contents to
be stored in.

Apart from errors involving reading session output and writing to
file, modifying the file externally, renaming the file and deleting
the file will also result in an error. Emulation::_currentScreen
being changed will also result in an error.

The autosave is conducted at a fixed time interval, apart from an
edge case where an autosave is required immediately due to internal
constraints. Said fixed time interval can be set by the user in the
settings of their current profile, specifically the "Advanced" tab.

Details on the internals of the autosave functionality is documented
in the source files.

GUI

M  +2-0desktop/sessionui.rc
M  +1-0src/CMakeLists.txt
M  +10   -0src/Emulation.cpp
M  +9-0src/Emulation.h
A  +259  -0src/SaveHistoryAutoTask.cpp [License: GPL(v2.0+)]
A  +119  -0src/SaveHistoryAutoTask.h [License: GPL(v2.0+)]
M  +84   -2src/Screen.cpp
M  +5-0src/Screen.h
M  +2-0src/Vt102Emulation.cpp
M  +1-0src/profile/Profile.cpp
M  +3-0src/profile/Profile.h
M  +36   -0src/session/SessionController.cpp
M  +7-0src/session/SessionController.h
M  +20   -0src/widgets/EditProfileAdvancedPage.ui
M  +8-0src/widgets/EditProfileDialog.cpp
M  +1-0src/widgets/EditProfileDialog.h

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

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

[konsole] [Bug 490371] Edit Current Profile - pop-up height ignores bottom panel

2024-07-17 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=490371

--- Comment #1 from Kurt Hindenburg  ---
You might want to include a screenshot;  what's you screen resolution #s?

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

[konsole] [Bug 338901] Add markers for scroll positions for easy finding

2024-07-17 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=338901

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/d075
   ||4cc3e46f35feb3a3891caa7a15b
   ||e5c01fbca
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Kurt Hindenburg  ---
Git commit d0754cc3e46f35feb3a3891caa7a15be5c01fbca by Kurt Hindenburg, on
behalf of Theodore Wang.
Committed on 17/07/2024 at 15:43.
Pushed by hindenburg into branch 'master'.

Add functionality for markers on scrollbar

Users can add markers to the scrollbar by double clicking on the
scrollbar. A user can remove a marker by double clicking on it again.

The position of the marker is stored internally as a percentage offset
of the scrollbar's length and is not attached to any line of output.
This means that on resize, a scrollbar marker originally created at
x percentile of the scrollbar's length from the top will still remain
at x percentile of the scrollbar's length from the top.

In the "Scrolling" tab in the settings, there are options for the
user to change the color of the markers and the size of the markers.
The size of the marker can be specified as a floating point number,
representing the percentage of the entire scrollbar's length it occupies.

GUI:

M  +2-0src/profile/Profile.cpp
M  +6-0src/profile/Profile.h
M  +3-0src/terminalDisplay/TerminalDisplay.cpp
M  +146  -0src/terminalDisplay/TerminalScrollBar.cpp
M  +50   -0src/terminalDisplay/TerminalScrollBar.h
M  +18   -0src/widgets/EditProfileDialog.cpp
M  +3-0src/widgets/EditProfileDialog.h
M  +34   -0src/widgets/EditProfileScrollingPage.ui

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

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

[konsole] [Bug 479319] konsole crashes with segfault upon command execution

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/c248
   ||5b48743ae97fb15c6a503f0cb59
   ||8ad30e887
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Kurt Hindenburg  ---
Git commit c2485b48743ae97fb15c6a503f0cb598ad30e887 by Kurt Hindenburg, on
behalf of Luis Javier Merino Morán.
Committed on 02/07/2024 at 22:15.
Pushed by hindenburg into branch 'master'.

Avoid UB on 32 bit targets

Shifting an operand by a shift amount greater than or equal to the width
of that operand results in UB, which can happen when shifting an
unsigned long on a 32 bit target by an amount from 0 to 63.

This is probably the cause of the crash at the following bug:

M  +3-3src/terminalDisplay/TerminalDisplay.cpp

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

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

[konsole] [Bug 479319] konsole crashes with segfault upon command execution

2024-06-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=479319

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Are you able to try on a Qt6/KF6 version?  Qt5/KF5 isn't being maintained any
longer.

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

[konsole] [Bug 486183] Allow displaying time stamps for each command's output.

2024-06-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=486183

--- Comment #1 from Kurt Hindenburg  ---
While this might be possible in Konsole,  as mentioned in the post you can
achieve this by putting the time in the prompt PS1.

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

[konsole] [Bug 449390] Middle-clicking konsole tabs repeatedly brings "Tab Properties" dialog instead of closing them

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=449390

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
Yea, I can confirm.

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

[konsole] [Bug 450150] Konsole is constantly writing RestorePositionForNextInstance=false to ~/.config/konsolerc

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=450150

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
I'm not sure what happened here.  I don't see it w/ recent versions.

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

[konsole] [Bug 476557] No 'Show Menu Bar' option in rigt-click menu

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=476557

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #3 from Kurt Hindenburg  ---
Using the recent version, there's a "menu..." item when the toolbars and
menubar are hidden.  When the session toolbar is visible, the "menu..." item is
not there since it is in the session toolbar.

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

[konsole] [Bug 450018] Konsole tabs-from-file adds extra unwanted tab

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=450018

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Kurt Hindenburg  ---
The newer bug has a work around if interested.

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

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

[konsole] [Bug 487896] Konsole –tabs-from-file opens additional empty tab

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=487896

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||ba...@bologrew.net

--- Comment #5 from Kurt Hindenburg  ---
*** Bug 450018 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 465420] konsole crashes when logging in

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=465420

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Do you still see this issue with a newer version?  (especially Qt6/KF6).

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

[konsole] [Bug 464961] Konsole crashes when switching from light to dark theme in system settings

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=464961

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
It seems to work here w/o crashing.  Let us know if you see it again on a
recent version.

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

[konsole] [Bug 453487] Weird behavior when using the "Defaults" option on "Configure Toolbars..."

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=453487

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Kurt Hindenburg  ---
Yea there's something off there.

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

[konsole] [Bug 453142] Increase Contrast in the Tab Bar

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=453142

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
This isn't likely what you wanted but it can be done in the Konsole settings,
you can see a .css file that should allow what you want.  I'm open to other
suggestions on how to do this.

https://docs.kde.org/stable5/en/konsole/konsole/tabbarstylsheet.html

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

[konsole] [Bug 461923] (Wayland) Konsole crashes when dropping a file onto the terminal

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=461923

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #3 from Kurt Hindenburg  ---
Can you try a newer/Qt6 version?

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

[konsole] [Bug 471554] Konsole crashes

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=471554

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #3 from Kurt Hindenburg  ---
I don't think having a core that I don't have corresponding binary will work.  
If you can reproduce on newer versions, use debugging symbols.

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

[konsole] [Bug 470561] Splitting konsole starts user home directory

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=470561

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
This was fixed a while ago.

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

[konsole] [Bug 472934] Click between tabs or split windows refreshes view and displays size

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=472934

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
I think the resizing was fixed recently.  The other highlighting/copying is
normal AFAIK.

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

[konsole] [Bug 473412] Konsole crushes when dragging iso file in it

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=473412

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Is this enabled or disabled  Profile Settings->Mouse->Disable Drag-n-Drop Menu
?  I can't get it to crash regardless.  Can you try a newer version?

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

[konsole] [Bug 471984] Broken drag and drop of selectable text within konsole

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=471984

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #2 from Kurt Hindenburg  ---
I think this has been fixed - reopen if you can still reproduce on a newer
version.

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

[konsole] [Bug 471971] The "Find" dialog should never overlay the highlighted search results.

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=471971

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
I agree, it is just a matter of how to handle in code.

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

[konsole] [Bug 473285] Final stop interpreted as part of URL

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=473285

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

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

[konsole] [Bug 473827] In Configure Konsole → Tab Tab / Splitters, in some conditions when applying settings, some are reset

2024-06-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=473827

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
You are correct

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

[konsole] [Bug 488079] Name of last font to select is cut - visible is only couple pixels

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

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kurt Hindenburg  ---
Yes, I thought there was another BR about this.   It is a known issue that I
think needs fixed in Qt or KDE frameworks.

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

[konsole] [Bug 487854] Please add support for windows intregration

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

Kurt Hindenburg  changed:

   What|Removed |Added

   Severity|minor   |wishlist

--- Comment #1 from Kurt Hindenburg  ---
You might explain this more fully.

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

[konsole] [Bug 487923] Customized split view shortcuts are unusable - 'the key sequence ... is ambiguous'

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

Kurt Hindenburg  changed:

   What|Removed |Added

Version|23.08.1 |master
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[konsole] [Bug 487896] Konsole –tabs-from-file opens additional empty tab

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

Kurt Hindenburg  changed:

   What|Removed |Added

Version|21.12.3 |master

--- Comment #4 from Kurt Hindenburg  ---
This is a known issue from the start - it wasn't a big deal so wasn't fixed.

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

[konsole] [Bug 487819] After a5a9b6e70, on macOS, konsole crashes upon creating 2nd tab

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

--- Comment #2 from Kurt Hindenburg  ---
Git commit 5c864dc0a446001aae2b6c7add25a187923793d6 by Kurt Hindenburg, on
behalf of Kurt Hindenburg.
Committed on 05/06/2024 at 22:18.
Pushed by cullmann into branch 'master'.

On macOS after a5a9b6e70, fix crash upon opening 2nd tab

For now just #if the issue away

M  +8-0src/main.cpp

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

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

[konsole] [Bug 487819] New: After a5a9b6e70, on macOS, konsole crashes upon creating 2nd tab

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

Bug ID: 487819
   Summary: After a5a9b6e70, on macOS, konsole crashes upon
creating 2nd tab
Classification: Applications
   Product: konsole
   Version: master
  Platform: Other
OS: macOS
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: khindenb...@kde.org
  Target Milestone: ---

https://invent.kde.org/utilities/konsole/-/merge_requests/996

VM Region Info: 0x60 is not in any region.  Bytes before following region:
4314632096
  REGION TYPESTART - END [ VSIZE] PRT/MAX
SHRMOD  REGION DETAIL
  UNUSED SPACE AT START
--->  
  __TEXT  1012c1000-1012db000[  104K] r-x/r-x
SM=COW  /Applications/KF6/konsole.app/Contents/MacOS/konsole

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libkonsoleprivate.24.07.70.dylib   0x1023b5e3b
Konsole::SessionController::session() const + 27 (SessionController.h:95)
1   libkonsoleprivate.24.07.70.dylib   0x102559bec
Konsole::SessionController::userTitle() const + 44 (SessionController.cpp:2160)
2   libkonsoleprivate.24.07.70.dylib   0x102578275
Konsole::TerminalDisplayAccessible::TerminalDisplayAccessible(Konsole::TerminalDisplay*)
+ 53 (TerminalDisplayAccessible.cpp:16)
3   libkonsoleprivate.24.07.70.dylib   0x10257831d
Konsole::TerminalDisplayAccessible::TerminalDisplayAccessible(Konsole::TerminalDisplay*)
+ 29 (TerminalDisplayAccessible.cpp:17)
4   libkonsoleprivate.24.07.70.dylib   0x1024be292
Konsole::accessibleInterfaceFactory(QString const&, QObject*) + 66
(TerminalDisplay.cpp:185)
5   QtGui  0x1070aabde
QAccessible::queryAccessibleInterface(QObject*) + 414 (qaccessible.cpp:691)
6   QtWidgets  0x104ebb648
QStyleHelper::isInstanceOf(QObject*, QAccessible::Role) + 22
(qstylehelper.cpp:106) [inlined]
7   QtWidgets  0x104ebb648
QStyleHelper::hasAncestor(QObject*, QAccessible::Role) + 56
(qstylehelper.cpp:117)
8   libqmacstyle.dylib 0x105f8d820
QMacStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*,
QStyleHintReturn*) const + 1680 (qmacstyle_mac.mm:2819)
9   QtWidgets  0x10500b297
QScrollBarPrivate::init() + 119 (qscrollbar.cpp:353)
10  libkonsoleprivate.24.07.70.dylib   0x1024ec8a1
Konsole::TerminalScrollBar::TerminalScrollBar(QWidget*) + 33
(TerminalScrollBar.cpp:27)
11  libkonsoleprivate.24.07.70.dylib   0x1024ecb3d
Konsole::TerminalScrollBar::TerminalScrollBar(QWidget*) + 29
(TerminalScrollBar.cpp:28)
12  libkonsoleprivate.24.07.70.dylib   0x1024be975
Konsole::TerminalDisplay::TerminalDisplay(QWidget*) + 1717
(TerminalDisplay.cpp:224)
13  libkonsoleprivate.24.07.70.dylib   0x1024c040d
Konsole::TerminalDisplay::TerminalDisplay(QWidget*) + 29
(TerminalDisplay.cpp:213)
14  libkonsoleprivate.24.07.70.dylib   0x1023e6b02
Konsole::ViewManager::createTerminalDisplay(Konsole::Session*) + 50
(ViewManager.cpp:1059)
15  libkonsoleprivate.24.07.70.dylib   0x1023e55d9
Konsole::ViewManager::createView(Konsole::Session*) + 137 (ViewManager.cpp:932)

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

[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.

  1   2   3   4   5   6   7   8   9   10   >