[konsole] [Bug 413791] Konsole output broken after escape sequences to resize are issued.

2022-01-15 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=413791

--- Comment #7 from gi1242  ---
(In reply to ninjalj from comment #6)
> Created attachment 145515 [details]
> Hacky way to resize konsole via DBUS
> 
> Since comment 5 asked, here in the attachment is a hacky way to resize
> konsole using qdbus.

1,000,000 thanks!! This works perfectly for me.

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

[konsole] [Bug 448414] --list-profiles and --list-profile-properties ignored

2022-01-14 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=448414

--- Comment #4 from gi1242  ---
Works! Thank you so much for the prompt fix.

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

[konsole] [Bug 413791] Konsole output broken after escape sequences to resize are issued.

2022-01-13 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=413791

gi1242  changed:

   What|Removed |Added

 CC||gi1242+...@gmail.com

--- Comment #5 from gi1242  ---
gnome-terminal and xterm both support resizing the window via escape sequences.
Any chance of getting it working in Konsole? (Or even a working alternative
using qdbus / konsoleprofile would be much appreciated)

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

[konsole] [Bug 448414] New: --list-profiles and --list-profile-properties ignored

2022-01-13 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=448414

Bug ID: 448414
   Summary: --list-profiles and --list-profile-properties ignored
   Product: konsole
   Version: 21.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: gi1242+...@gmail.com
  Target Milestone: ---

SUMMARY

The command line options --list-profiles and --list-profile-properties are now
ignored. (It used to work)


STEPS TO REPRODUCE
1.  Run `konsole --list-profiles`

OBSERVED RESULT

New Konsole window started

EXPECTED RESULT

profiles should be displayed on stdout.

SOFTWARE/OS VERSIONS
Konsole version: git 5fbd17664 (22.03.70)
Operating System: Arch Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.0-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-2120 CPU @ 3.30GHz
Memory: 31.3 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 2000

ADDITIONAL INFORMATION

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

[konsole] [Bug 445520] Visual bell unreliable in latest version

2022-01-11 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=445520

--- Comment #5 from gi1242  ---
This doesn't fix the problem for me! Simple test:

1. Enalble Visual Bell
2. Type 'echo -e "\a" ' into a shell

Display is borked for me (half white half black). I can share a screen cast if
you can't reproduce it.

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

[konsole] [Bug 445520] Visual bell unreliable in latest version

2021-12-11 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=445520

gi1242  changed:

   What|Removed |Added

  Component|monitoring  |general

--- Comment #2 from gi1242  ---
I think the problem is a regression between versions 21.08.3-1 and 21.11.80-1
(and is still present in 21.12.0-1).

Simple test: Run

echo -n "\e]11;#004000\a"

In other terminal emulators (xterm), and konsole 21.08.3-1 and earlier, the
background goes green. In Konsole 21.11.80-1 and later the background goes
green only after a redraw.

My guess is that the visual bell bug is related to this, and there is a bug
(regression) in the background refresh.

I'm using Arch linux.

GI

PS: I couldn't figure out how to mark it as a regression. So I just set
component to general, and marked it as confirmed.

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

[konsole] [Bug 445520] Visual bell unreliable in latest version

2021-12-11 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=445520

gi1242  changed:

   What|Removed |Added

Version|21.08.1 |21.11.80
 CC||gi1242+...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from gi1242  ---
I think the problem is a regression between versions 21.08.3-1 and 21.11.80-1
(and is still present in 21.12.0-1).

Simple test: Run

echo -n "\e]11;#004000\a"

In other terminal emulators (xterm), and konsole 21.08.3-1 and earlier, the
background goes green. In Konsole 21.11.80-1 and later the background goes
green only after a redraw.

My guess is that the visual bell bug is related to this, and there is a bug
(regression) in the background refresh.

I'm using Arch linux.

GI

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

[konsole] [Bug 443212] Konsole resizes the window when switching virtual desktops when run outside KDE

2021-10-02 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=443212

--- Comment #2 from gi1242  ---
My apologies; I searched before posting, but somehow I didn't find Bug #441610.
Thanks for fixing it.

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

[konsole] [Bug 443212] New: Konsole resizes the window when switching virtual desktops when run outside KDE

2021-10-01 Thread gi1242
https://bugs.kde.org/show_bug.cgi?id=443212

Bug ID: 443212
   Summary: Konsole resizes the window when switching virtual
desktops when run outside KDE
   Product: konsole
   Version: 21.08.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: gi1242+...@gmail.com
  Target Milestone: ---

SUMMARY

Konsole resizes the window everytime the desktop is changed.


STEPS TO REPRODUCE
1. Start Gnome or Fvwm (probably other desktops too)
2. Start Konsole. Resize the window.
3. Switch to a different virtual desktop. 
4. Switch back.

OBSERVED RESULT

When switching back, Konsole will resize the window to the original size.
(Under KDE Konsole keeps the size of the window unchanged.)


EXPECTED RESULT

Konsole should not resize the window.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:  5.22.5-2
KDE Frameworks Version: 5.86.0-1
Qt Version: 5.15.2+kde+r228-1

ADDITIONAL INFORMATION

Bug observed in Fvwm 2.6.9-3 and Gnome 1:40.5-1 under arch linux.

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