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

2024-05-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #45 from Shmerl --- (In reply to Anthony Wang from comment #44) > I'm the maintainer of the konsole-osc52 AUR package and I can confirm that > the patch > (https://aur.archlinux.org/cgit/aur.git/tree/osc52.patch?h=konsole-osc52) no

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

2024-04-28 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #43 from Shmerl --- Any luck with testing your patch against latest codebase? It would be good to merge it if it works as intended with resizable buffers. -- You are receiving this mail because: You are watching all bug changes.

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

2024-04-16 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #42 from Shmerl --- That didn't work unfortunately due it using some unavailable Qt functionality for that version. -- You are receiving this mail because: You are watching all bug changes.

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

2024-04-16 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #41 from Shmerl --- I'll check if I can backport those recent commits and your osc52 patch to the older konsole in Debian testing, to be able to use that before it's updated there: * https://invent.kde.org/utilities/konsole/-/commits

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #40 from Shmerl --- > tokenBuffer now gets resized to fit the content If that's the case - then great! May be your patch will just work then. -- You are receiving this mail because: You are watching all bug changes.

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #39 from Shmerl --- (In reply to Christian Muehlhaeuser from comment #38) > (In reply to Shmerl from comment #35) > > Well, I see it being used at least in a few places in the code: > > > > ``` > >

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #37 from Shmerl --- So I'd say it's worth looking into that, or even making this buffer dynamic when you need to handle osc52 altogether and set some limits which are defined separately. -- You are receiving this mail because: You

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #36 from Shmerl --- It's definitely helping! I was able to copy 27,637 bytes now when testing copying some random text, unlike without the patch. -- You are receiving this mail because: You are watching all bug changes.

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #35 from Shmerl --- Well, I see it being used at least in a few places in the code: ``` src/Vt102Emulation.cpp:322:tokenBufferPos = qMin(tokenBufferPos, MAX_TOKEN_LENGTH - 1); src/Vt102Emulation.h:127:#define MAX_TOKEN_LENGTH 256

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

2024-04-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #33 from Shmerl --- Apparently some downstream distros are working around this by changing the buffer size: -#define MAX_TOKEN_LENGTH 256 // Max length of tokens (e.g. window title) +#define MAX_TOKEN_LENGTH 65536 // Max length of tokens

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

2024-04-12 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #32 from Shmerl --- I would appreciate some update on this too. Is there some way to help with this? What has to be implemented / improved for this to work? Something about kosnole buffer? -- You are receiving this mail because: You

[Akonadi] [Bug 472118] New: Add a way to limit cached IMAP connections

2023-07-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=472118 Bug ID: 472118 Summary: Add a way to limit cached IMAP connections Classification: Frameworks and Libraries Product: Akonadi Version: unspecified Platform: Debian testing OS:

[kmail2] [Bug 403752] Support XDG base directory specification when using libnss

2023-06-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=403752 --- Comment #6 from Shmerl --- Hmm, since Qt Web Engine seems to be using Chromium, this might be the upstream bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1038587 -- You are receiving this mail because: You are watching all bug

[kmail2] [Bug 403752] Support XDG base directory specification when using libnss

2023-06-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=403752 --- Comment #5 from Shmerl --- I think I found the culprit: apt depends kmail | rg libqt5webengine Depends: libqt5webenginecore5 (>= 5.15.2~) apt depends libqt5webenginecore5 | rg libnss Depends: libnss3 (>= 2:3.22) I can look into Qt Web

[Akonadi] [Bug 452565] Akonadi is creating "Unknown Organization" in $HOME/.config

2023-06-02 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=452565 --- Comment #1 from Shmerl --- Any news on this? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 405750] Why is .kde4/share/config/kdeglobals still being created?

2023-05-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=405750 --- Comment #15 from Shmerl --- For what it's worth, looks like $HOME/.kde isn't being created anymore (even with current plasma before Qt 6 usage). Hooray! -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 460403] Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2023-04-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 Shmerl changed: What|Removed |Added Version|5.24.5 |5.27.3 -- You are receiving this mail because: You

[kwin] [Bug 460403] Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2023-04-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 --- Comment #9 from Shmerl --- Just FYI, this still happens with 5.27.3. Didn't test 5.27.4 since it's not in Debian yet. -- You are receiving this mail because: You are watching all bug changes.

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-03-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 --- Comment #6 from Shmerl --- Just tested, libpackagekitqt5-1 1.1.1 fixes it for me on Debian. -- You are receiving this mail because: You are watching all bug changes.

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-03-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 --- Comment #5 from Shmerl --- Related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027831 -- You are receiving this mail because: You are watching all bug changes.

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-03-05 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 Shmerl changed: What|Removed |Added Version|5.26.90 |5.27.2 --- Comment #4 from Shmerl --- Still happens

[kwin] [Bug 456697] [Wayland] Please provide a means to specify a custom modeline

2023-02-27 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456697 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #4 from Shmerl

[plasmashell] [Bug 466041] Data must be copied twice before being pasted on Wayland when history size is set to 1 entry

2023-02-24 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=466041 --- Comment #5 from Shmerl --- Btw, the problem didn't exist for me, until upgrade to newer frameworks happened (5.102 → 5.103). So it might be a regression in the new one. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 466041] Data must be copied twice before being pasted on Wayland when history size is set to 1 entry

2023-02-24 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=466041 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #4 from Shmerl

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-02-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 Shmerl changed: What|Removed |Added Version|5.26.5 |5.26.90 -- You are receiving this mail because: You

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-02-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 --- Comment #3 from Shmerl --- Still happens in 5.26.90. -- You are receiving this mail because: You are watching all bug changes.

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2023-02-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187 Shmerl changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-01-28 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 --- Comment #2 from Shmerl --- Any news on this? I think it can be seen as confirmed. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-26 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #11 from Shmerl --- (In reply to Lukas Bergdoll from comment #10) > I have the same issue, it keeps crashing it always crashes in > TerminalDisplay.cpp:3165 `log2line[i] = pos;`. Disabling bidi did not help, > nor did rol

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2023-01-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187 --- Comment #4 from Shmerl --- The use case was already described. To see shared libraries of a running process. Not sure what exactly needs clarification, but here are some examples: 1. You have a running game want to check what libraries it uses

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-24 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #9 from Shmerl --- Looks like after Qt 5.15.8 this bug is gone. I'll keep watching if it happens and after a while not, I can close this. -- You are receiving this mail because: You are watching all bug changes.

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-01-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 Shmerl changed: What|Removed |Added Version|5.26.4 |5.26.5 -- You are receiving this mail because: You

[Discover] [Bug 463134] The Discover panel applet says "System up to date," even if there are available updates.

2023-01-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463134 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #1 from Shmerl --- I

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2023-01-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187 --- Comment #2 from Shmerl --- I don't get the question. You can get anything from the command line. Why do you need System Monitor at all then? -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #8 from Shmerl --- Looks like when konsole is run in xcb mode (XWayland), there is still a freeze issue (not crash) that still happens even with bidirectional option disabled. But it might be another problem. I can open a separate bug

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #7 from Shmerl --- If that makes a difference, my current Konsole profile is using DejaVu Sans Mono font. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #6 from Shmerl --- Looks like it didn't crash so far in such scenario with bi-directional text rendering option disabled! I'll test it a bit more to confirm further, but it looks like it indeed narrows it down. -- You are receiving

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #4 from Shmerl --- How can I disable it? -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463911] Blink cursor : the character behind also blinks

2023-01-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463911 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #2 from Shmerl --- I

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 Shmerl changed: What|Removed |Added Version|22.12.0 |22.12.1 -- You are receiving this mail because: You

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2023-01-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #2 from Shmerl --- Crash still happens with konsole 22.12.1. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

2022-12-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 --- Comment #1 from Shmerl --- Just to add, I'm running it in KDE Wayland session, Wayland mode. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 463475] New: Konsole crashes when monitor goes to sleep

2022-12-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463475 Bug ID: 463475 Summary: Konsole crashes when monitor goes to sleep Classification: Applications Product: konsole Version: 22.12.0 Platform: Debian testing OS: Linux

[ksmserver] [Bug 436318] Save session doesn't work under Wayland

2022-12-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=436318 --- Comment #34 from Shmerl --- (In reply to Andreas Hartmann from comment #32) > I don't think there are so many Wayland users out there because Wayland has > so many restrictions and bugs so far (and I don't see any solution). Just as a ref

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

2022-11-14 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #19 from Shmerl --- Is there a reason for 256 buffer limit in general? That sounds extremely small. -- You are receiving this mail because: You are watching all bug changes.

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

2022-11-14 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #18 from Shmerl --- Yeah, to make this feature a usable alternative to nvim clipboard providers it shouldn't have such small limit. -- You are receiving this mail because: You are watching all bug changes.

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

2022-11-14 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #16 from Shmerl --- Some details on copying long text not working: https://github.com/ojroques/nvim-osc52/issues/11 -- You are receiving this mail because: You are watching all bug changes.

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

2022-11-10 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #15 from Shmerl --- Also, trying to copy some more complex code gets pretty messed up. Not sure if it's a problem with konsole implementation or with nvim plugin again. -- You are receiving this mail because: You are watching all bug

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

2022-11-10 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #14 from Shmerl --- OK, it's working! It was my mistake with applying the patch (I had to rebase it for 22.08.3). I noticed one strange thing that when copying in nvim a full line, it adds \n to the copied text as well which is a bit weird

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

2022-11-10 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 --- Comment #13 from Shmerl --- (In reply to Christian Muehlhaeuser from comment #12) > Are you using tmux by chance? > > Otherwise, can you see if the following copies the text "copypasta!" to the > clipboard, when executed in b

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

2022-11-09 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=372116 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #11 from Shmerl

[kwin] [Bug 442839] [wayland] mouse cursor changes away from the theme cursor to adwaita

2022-11-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=442839 --- Comment #23 from Shmerl --- (In reply to Vlad Zahorodnii from comment #1) > The issue is that the startup sequence looks as follows: > > * kwin starts > * xwayland is launched > * kwin sets the cursor for the root window >

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2022-11-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187 Shmerl changed: What|Removed |Added Version|5.25.1 |5.26.2 -- You are receiving this mail because: You

[korganizer] [Bug 460916] korganizer is using two locations in $HOME/.local/share

2022-10-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460916 Shmerl changed: What|Removed |Added Version|unspecified |5.21.2 -- You are receiving this mail because: You

[korganizer] [Bug 460916] New: korganizer is using two locations in $HOME/.local/share

2022-10-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460916 Bug ID: 460916 Summary: korganizer is using two locations in $HOME/.local/share Classification: Applications Product: korganizer Version: unspecified Platform: Other

[kwin] [Bug 460403] Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2022-10-14 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 --- Comment #6 from Shmerl --- Making it dependent on the application only removes the ability to set custom icons which otherwise are possible with StartupWMClass. So I think flexibility of that is valuable. -- You are receiving this mail because

[kwin] [Bug 460403] Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2022-10-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 --- Comment #2 from Shmerl --- I meant you should create test.desktop in $HOME/.local/share/applications -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 460403] Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2022-10-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 --- Comment #1 from Shmerl --- Here is how you can test it. Create test.sh file like this: (let's say you place it in your $HOME/tmp/test.sh). #!/bin/bash kdialog --msgbox "Test!" Then create a test.desktop (in $HOME file like this, ass

[kwin] [Bug 460403] New: Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass

2022-10-13 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460403 Bug ID: 460403 Summary: Task switcher is ignoring the icon set in the .desktop launcher and associated with the application through StartupWMClass Classification: Plasma

[kwin] [Bug 442839] [wayland] mouse cursor changes away from the theme cursor to adwaita

2022-10-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=442839 --- Comment #22 from Shmerl --- And why would root's settings affect user session even in XWayland case? There is clearly some kind of misconfig / disconnect of expectations here. -- You are receiving this mail because: You are watching all bug

[plasma-nm] [Bug 459345] New: Add width to the plasma-nm applet interface to accommodate IPv6 addresses

2022-09-18 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=459345 Bug ID: 459345 Summary: Add width to the plasma-nm applet interface to accommodate IPv6 addresses Classification: Unclassified Product: plasma-nm Version: 5.25.5 Platform:

[plasma-systemmonitor] [Bug 456187] New: Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2022-06-30 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187 Bug ID: 456187 Summary: Add ability to see loaded shared libraries and other detailed information for a process to system monitor Product: plasma-systemmonitor Version: 5.25.1

[ksmserver] [Bug 436318] Save session doesn't work under Wayland

2022-06-28 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=436318 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #10 from Shmerl

[kwin] [Bug 455900] No session restore since ~April

2022-06-27 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=455900 --- Comment #4 from Shmerl --- (In reply to John E from comment #3) > > What do you mean by that so I can confirm if I've done that as well. See: https://blog.davidedmundson.co.uk/blog/plasma-and-the-systemd-startup/ -- You are receiving thi

[kmail2] [Bug 393842] Scrollbar renders wrongs in message view, correct in message list

2022-06-26 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=393842 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #5 from Shmerl

[kwin] [Bug 451822] Third-party cursor theme reverts to default Breeze when I open a menu of Firefox running on Xwayland

2022-06-26 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=451822 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #2 from Shmerl

[kwin] [Bug 442839] [wayland] mouse cursor changes away from the theme cursor to adwaita

2022-06-26 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=442839 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #15 from Shmerl

[kwin] [Bug 455900] No session restore since ~April

2022-06-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=455900 --- Comment #2 from Shmerl --- I enabled systemd boot for KDE in the past if that makes a difference. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 455900] No session restore since ~April

2022-06-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=455900 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #1 from Shmerl --- I

[kwin] [Bug 448275] All qt apps are freezed/crashed after screen wake up

2022-06-24 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=448275 --- Comment #12 from Shmerl --- Debian testing finally after a huge wait got a newer Qt (5.15.4) and this bug is gone! -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 448275] All qt apps are freezed/crashed after screen wake up

2022-06-12 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=448275 --- Comment #11 from Shmerl --- Looks like Debian unstable / testing is *finally* getting newer Qt, so this nasty bug will hopefully be fixed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007170 -- You are receiving this mail because: You

[kwin] [Bug 450679] Qt applications in Kwin Wayland session hang when monitor is turned off / goes to sleep.

2022-05-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 --- Comment #6 from Shmerl --- It's probably a duplicate of bug #448275. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 450679] Qt applications in Kwin Wayland session hang when monitor is turned off / goes to sleep.

2022-04-19 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 Shmerl changed: What|Removed |Added Summary|Kwin Wayland session hangs |Qt applications in Kwin |when

[kwin] [Bug 450679] Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-04-19 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 Shmerl changed: What|Removed |Added Version|5.24.3 |5.24.4 -- You are receiving this mail because: You

[kwin] [Bug 450679] Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-04-19 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 --- Comment #5 from Shmerl --- Some additional details on this. I ran a few tests with Plasma 5.24.4 in the Wayland session, and observed the following: 1. When monitor is turned off and turned back on, session doesn't die, but all Qt application

[Akonadi] [Bug 452565] New: Akonadi is creating "Unknown Organization" in $HOME/.config

2022-04-12 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=452565 Bug ID: 452565 Summary: Akonadi is creating "Unknown Organization" in $HOME/.config Product: Akonadi Version: unspecified Platform: Debian testing OS: Linux

[plasmashell] [Bug 424836] Task Manager does not remember the order of grouped windows after un-grouping

2022-03-30 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=424836 Shmerl changed: What|Removed |Added Version|5.19.3 |5.24.3 -- You are receiving this mail because: You

[plasmashell] [Bug 424836] Task Manager does not remember the order of grouped windows after un-grouping

2022-03-30 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=424836 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #1 from Shmerl --- I

[kwin] [Bug 450679] Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-03-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 --- Comment #3 from Shmerl --- Still happens in 5.24.3. After the hang the desktop is sometimes responsive (like plasmashell is operational). But part of the open windows are frozen. -- You are receiving this mail because: You are watching all bug

[kwin] [Bug 450679] Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-02-27 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 Shmerl changed: What|Removed |Added Version|5.24.1 |5.24.2 -- You are receiving this mail because: You

[kwin] [Bug 450679] Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-02-21 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 --- Comment #1 from Shmerl --- Some additional details: Mouse cursor is movable in that hang up session. So it's not some hard hang like GPU one. Even the password prompt window can be moved. But keyboard input in it doesn't work. Switching to virtual

[kwin] [Bug 450679] New: Kwin Wayland session hangs when monitor is turned off / goes to sleep.

2022-02-21 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=450679 Bug ID: 450679 Summary: Kwin Wayland session hangs when monitor is turned off / goes to sleep. Product: kwin Version: 5.24.1 Platform: Debian testing OS: Linux

[plasma-pa] [Bug 449772] Can't set volume above 100% for individual application stream through the audio volume applet

2022-02-07 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=449772 --- Comment #2 from Shmerl --- Created attachment 146423 --> https://bugs.kde.org/attachment.cgi?id=146423=edit Volume raised to 150% for the single Cyberpunk 2077 stream with pavucontrol -- You are receiving this mail because: You are watching

[plasma-pa] [Bug 449772] Can't set volume above 100% for individual application stream through the audio volume applet

2022-02-07 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=449772 --- Comment #1 from Shmerl --- Created attachment 146422 --> https://bugs.kde.org/attachment.cgi?id=146422=edit Volume raised to 150% for the single Cyberpunk 2077 stream as shown by the applet. -- You are receiving this mail because:

[plasma-pa] [Bug 449772] New: Can't set volume above 100% for individual application stream through the audio volume applet

2022-02-07 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=449772 Bug ID: 449772 Summary: Can't set volume above 100% for individual application stream through the audio volume applet Product: plasma-pa Version: 5.23.5 Platform: Debian testing

[plasma-pa] [Bug 422792] Maximum volume increase (boost volume) per app not available from plasmoid anymore

2022-02-05 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=422792 --- Comment #7 from Shmerl --- Should I open a separate bug about it? I think this one is good already to indicate the problem. -- You are receiving this mail because: You are watching all bug changes.

[plasma-pa] [Bug 422792] Maximum volume increase (boost volume) per app not available from plasmoid anymore

2022-02-03 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=422792 --- Comment #6 from Shmerl --- So I'd say it's a regression and would be good to reopen this. -- You are receiving this mail because: You are watching all bug changes.

[plasma-pa] [Bug 422792] Maximum volume increase (boost volume) per app not available from plasmoid anymore

2022-02-03 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=422792 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #5 from Shmerl

[kscreenlocker] [Bug 316734] After waking the system, the desktop gets displayed for a moment before the lock screen appears

2022-01-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=316734 --- Comment #60 from Shmerl --- (In reply to Oded Arbel from comment #58) > Tested with X11 on current Neon unstable and it looks like the issue is no > longer apparent. I haven't tested it with X11, but is the code shared for it too

[kscreenlocker] [Bug 316734] After waking the system, the desktop gets displayed for a moment before the lock screen appears

2022-01-22 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=316734 --- Comment #57 from Shmerl --- (In reply to Nate Graham from comment #56) > Can anyone who was able to reproduce the issue see if that resolves it for > them? > > You'll have to either compile the code form source, or use git master KD

[kscreenlocker] [Bug 316734] After waking the system, the desktop gets displayed for a moment before the lock screen appears

2022-01-20 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=316734 --- Comment #54 from Shmerl --- About reproducing, I get an impression it happens more on desktops and not with laptops. My motherboard for the reference: Asrock X570 Taichi. -- You are receiving this mail because: You are watching all bug changes.

[kscreenlocker] [Bug 316734] After waking the system, the desktop gets displayed for a moment before the lock screen appears

2022-01-12 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=316734 --- Comment #50 from Shmerl --- For this got worse in 5.23.5. Happens both in Wayland and X11 session. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 448297] New: Screen isn't cleared on suspend resulting in leaked image on resume

2022-01-11 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=448297 Bug ID: 448297 Summary: Screen isn't cleared on suspend resulting in leaked image on resume Product: kwin Version: 5.23.5 Platform: Debian testing OS: Linux

[krdc] [Bug 377911] [Wayland] RDP doesn't work under Wayland

2022-01-06 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=377911 Shmerl changed: What|Removed |Added CC||shtetl...@gmail.com --- Comment #23 from Shmerl

[KScreen] [Bug 447055] Add more verbose information about display modes to kscreen-doctor

2021-12-18 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=447055 --- Comment #5 from Shmerl --- I can see modes listed for sure, but how can I figure out from that JSON which mode is active now? -- You are receiving this mail because: You are watching all bug changes.

[KScreen] [Bug 447055] Add more verbose information about display modes to kscreen-doctor

2021-12-18 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=447055 --- Comment #4 from Shmerl --- (In reply to Méven Car from comment #3) > drm_info -j > > Quoting the README in https://github.com/ascent12/drm_info > `-j - Output info in JSON. Otherwise the output is pretty-printed.` I see it

[KScreen] [Bug 447055] Add more verbose information about display modes to kscreen-doctor

2021-12-17 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=447055 --- Comment #2 from Shmerl --- (In reply to Méven Car from comment #1) > I am not sure we will implement this, as there are others tools already > filling this usecase. > > I am thinking about drm_info in particular : > https://gith

[KScreen] [Bug 447055] New: Add more verbose information about display modes to kscreen-doctor

2021-12-15 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=447055 Bug ID: 447055 Summary: Add more verbose information about display modes to kscreen-doctor Product: KScreen Version: 5.23.4 Platform: Debian testing OS: Linux

[plasma-systemmonitor] [Bug 438318] Some AMD gpu (lm-sensors-based?) sensors no longer available

2021-11-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=438318 --- Comment #34 from Shmerl --- (In reply to Maciej Stanczew from comment #33) > For anyone who just wants to get rid of filtering and use the hardware > sensors directly, there is a simple blacklist in ksystemstats code Thanks! -- You are rec

[plasma-systemmonitor] [Bug 438318] Some AMD gpu (lm-sensors-based?) sensors no longer available

2021-11-21 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=438318 --- Comment #28 from Shmerl --- Looks like the whole thing is built on top of libksysguard, so I need to figure out how to filters sensors from there to skip ones for CPU and GPU. -- You are receiving this mail because: You are watching all bug

  1   2   3   >