[plasmashell] [Bug 490059] Icons-and-Text Task Manager reordering issue: Trying to drag a second icon, will drag the previous one instead

2024-07-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=490059

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 477738] [AMD, NVIDIA] kwin on Wayland black screen with cursor after most resume-from-RAM

2024-06-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=477738

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC|chermnykh2...@gmail.com |

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

[kwin] [Bug 487571] Firefox crashes when Explicit Sync is in use

2024-06-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=487571

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 480171] With 225% scale on a 4k screen, right-side-tiled windows and full-screen video/image content are not fully adjacent to right screen edge

2024-04-29 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480171

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 459373] Maximized XWayland apps leave pixel gaps when using a fractional scaling factor

2024-04-29 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=459373

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-kconfig] [Bug 422529] Put config files inside a kde subdirectory in ~/.config, ~/.local/share, and ~/.cache

2024-04-24 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=422529

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[systemsettings] [Bug 484682] Since 6.0.3, global shortcuts do not persist settings across sessions and behave erratically

2024-04-22 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484682

--- Comment #13 from Dmitrii Chermnykh  ---
(In reply to Nicolas Fella from comment #10)
> (In reply to Naxdy from comment #5)
> > I've been able to confirm that simply commenting out this line (
> > https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/47/
> > diffs?view=inline#014186ddf2dd1aa75709115400e25e06ba6e2d47_260_262 ) fixes
> > the issues on NixOS. Both shortcuts resetting and the glitchy behavior of
> > duplicate entries being present.
> > 
> > It seems that either component->uniqueName() is not correctly resolving to
> > the .desktop file's name, or that
> 
> Can you tell what the value of component->uniqueName() is?
>  
> > QStandardPaths::locate(QStandardPaths::GenericDataLocation,
> > QLatin1String("kglobalaccel/") + component->uniqueName()).isEmpty()
> > 
> > is not looking in the right place for desktop files.

For me in PyQT it resolves to the correct file and qdbus shows that
`component->uniqueName()` for spectacle is `org.kde.spectacle.desktop`

In [17]:
QStandardPaths.locate(QStandardPaths.StandardLocation.GenericDataLocation,
"kglobalaccel/org.kde.spectacle.desktop")
Out[17]: '/run/current-system/sw/share/kglobalaccel/org.kde.spectacle.desktop'

qdbus org.kde.kglobalaccel /component/org_kde_spectacle_desktop
org.kde.kglobalaccel.Component.uniqueName
org.kde.spectacle.desktop

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

[systemsettings] [Bug 484682] Since 6.0.3, global shortcuts do not persist settings across sessions and behave erratically

2024-04-22 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484682

--- Comment #12 from Dmitrii Chermnykh  ---
On NixOS:
If I do "edit application" in plasma menu it shows the location of .desktop
file as "/nix/store/.../share/applications", but if I try to find the .desktop
item in XDG_DATA_DIRS it resolves into "/run/current-system/sw/share":

fd spectacle.desktop $(echo $XDG_DATA_DIRS | sd ':' ' ')
[fd error]: Search path '/home/chermnyx/.local/share/flatpak/exports/share' is
not a directory.
[fd error]: Search path '/home/chermnyx/.nix-profile/share' is not a directory.
[fd error]: Search path '/nix/profile/share' is not a directory.
[fd error]: Search path '/home/chermnyx/.local/state/nix/profile/share' is not
a directory.
[fd error]: Search path '/nix/var/nix/profiles/default/share' is not a
directory.
/run/current-system/sw/share/applications/org.kde.spectacle.desktop
/run/current-system/sw/share/kglobalaccel/org.kde.spectacle.desktop

It seems that the symlinks are getting resolved somewhere and plasma gets
confused by nix store paths
It also makes any existing .desktop entry cache invalid on each nixos system
rebuild (nixos does `rm -fv $HOME/.cache/ksycoca*` as a workaround:
https://github.com/NixOS/nixpkgs/pull/292748/files)

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

[systemsettings] [Bug 484682] Since 6.0.3, global shortcuts do not persist settings across sessions and behave erratically

2024-04-22 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484682

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||kde-b...@keksgesicht.net

--- Comment #11 from Dmitrii Chermnykh  ---
*** Bug 484884 has been marked as a duplicate of this bug. ***

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-22 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

Dmitrii Chermnykh  changed:

   What|Removed |Added

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

--- Comment #9 from Dmitrii Chermnykh  ---


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

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

[systemsettings] [Bug 484682] Since 6.0.3, global shortcuts do not persist settings across sessions and behave erratically

2024-04-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484682

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #8 from Dmitrii Chermnykh  ---
On NixOS i've disabled the services that wipes `~/.cache/ksycoca6_*` on each
re-login (which was intended as a workaround for another nix packaging problem)
which resolved the issue for me

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-20 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #5 from Dmitrii Chermnykh  ---
(In reply to Nicholas Kinney from comment #3)
> (In reply to Dmitrii Chermnykh from comment #1)
> > It's probably a NixOS packaging issue
> 
> I'm experiencing the same issue on the latest stable arch release

Does the problem reproduce for you if you wipe ~/.cache directory?

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-20 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #4 from Dmitrii Chermnykh  ---
For me the shortcuts worked fine on plasma 6.0.4 on Arch; but got broken after
I switched to NixOS (also plasma 6.0.4)

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

[plasmashell] [Bug 485801] Broken icon color on community plasmoids using Kirigami.Icon or Ksvg.SvgItem with absolute path

2024-04-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=485801

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #2 from Dmitrii Chermnykh  ---
I've reported it as https://github.com/NixOS/nixpkgs/issues/305119

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #1 from Dmitrii Chermnykh  ---
It's probably a NixOS packaging issue

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484884

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 484902] Regression: "Switch to Screen" shortcuts stopped working after upgrade to Plasma 6.0

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484902

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 482865] As of plasma 6.0.1 (Arch just got this), keyboard shortcuts for next/previous screen do not work

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=482865

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 482645] System tray icons are colored wrong when using dark Plasma and light application theme

2024-04-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=482645

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 480791] After restarting system or plasmashell, panel overlapping or being overlapped by other panel may pick the wrong screen to live on until screens are reconfigured

2024-04-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #11 from Dmitrii Chermnykh  ---
Created attachment 168292
  --> https://bugs.kde.org/attachment.cgi?id=168292=edit
panel misplacement on plasma 6.0.3

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

[plasmashell] [Bug 480791] After restarting system or plasmashell, panel overlapping or being overlapped by other panel may pick the wrong screen to live on until screens are reconfigured

2024-04-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

Dmitrii Chermnykh  changed:

   What|Removed |Added

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

--- Comment #10 from Dmitrii Chermnykh  ---
(In reply to Nate Graham from comment #9)
> Ar you using Plasma 6.0.3 or later? If so, can you confirm that the original
> steps to reproduce make it happen, or else write new ones?

I'm on 6.0.3

1. Have 2 screens configured one to the top of another one. The bottom screen
is primary
2. Configure default panel as a top panel
3. Add 2nd panel to be on the left side on the primary screen. Set the
alignment to "TOP" and length to "fill height"
(i've changed the alignment compared to the previous report to TOP) 
4. Disconnect and connect back the display (or reboot, I think it also might
happen on plasmashell restart)

Now it's much harder to reproduce, I can't consistently get panel to switch
it's screen (most of the times it launches on the screen it configured to be
on)
(in earlier kde versions it used to switch the screen on each plasmashell
restart)

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

[systemsettings] [Bug 480661] OpenConnect GlobalProtect VPN connection with SAML no longer works since RC2

2024-04-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480661

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasma-nm] [Bug 485093] openconnect plugin crashes after receiving answer from Palo Alto Networks GlobalProtect auth

2024-04-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=485093

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 472340] OLED subpixel rendering support

2024-04-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=472340

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[Spectacle] [Bug 484907] Wayland: Rectangular region: Pressing "Copy" multiple times results in corrupted image in clipboard or nothing being copied

2024-04-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484907

--- Comment #3 from Dmitrii Chermnykh  ---
(In reply to Noah Davis from comment #2)
> Can't reproduce on the 24.02 branch either.

Can you reproduce it under high system load (with something like s-tui)?

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

[plasma-nm] [Bug 484874] [Openconnect] With QT 6.6.3 + Wayland, openconnect + AnyConnect SSO authentication windows freezes resulting in inability to access VPN

2024-04-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484874

Dmitrii Chermnykh  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from Dmitrii Chermnykh  ---
The problem is gone after updating to qt6.7.0 from archlinux testing repos

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

[Spectacle] [Bug 480448] Randomly fails to copy to clipboard

2024-04-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480448

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=484907

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

[Spectacle] [Bug 484907] Wayland: Rectangular region: Pressing "Copy" multiple times results in corrupted image in clipboard or nothing being copied

2024-04-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484907

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=480448
 CC||chermnykh2...@gmail.com

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

[Spectacle] [Bug 484907] New: Wayland: Rectangular region: Pressing "Copy" multiple times results in corrupted image in clipboard or nothing being copied

2024-04-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484907

Bug ID: 484907
   Summary: Wayland: Rectangular region: Pressing "Copy" multiple
times results in corrupted image in clipboard or
nothing being copied
Classification: Applications
   Product: Spectacle
   Version: 24.02.1
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: chermnykh2...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Use Wayland
2. Press a shortcut for taking a rectangular region screenshot (reproduces
better on big screenshot area on a high resolution screen)
3. Press "ctrl+C" shortcut multiple times quickly

OBSERVED RESULT
The screenshot is copied multiple times resulting in broken clipboard image or
empty image; spectacle floods with notifications about the screenshot being
copied for each "ctrl+c" keypress 

EXPECTED RESULT
The screenshot should be copied only once

SOFTWARE/OS VERSIONS
kinfo
Operating System: Arch Linux
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.2-zen2-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

spectacle --version
spectacle 24.02.1

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

[Spectacle] [Bug 478426] [Wayland] Screenshot quality issues with dual monitor setup and fractional scale factor on one of them

2024-04-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=478426

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasma-nm] [Bug 480287] Browser login for openconnect has fixed size

2024-04-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480287

--- Comment #13 from Dmitrii Chermnykh  ---
(In reply to deadmeu from comment #12)
> Actually, after trying again, this seems to no longer be an issue.

There is an open MR with the fix

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

[frameworks-kirigami] [Bug 484888] Kirigami.Icon is blurry when used as a CompactRepresentation in a plasmoid

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484888

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasma-nm] [Bug 484874] [Openconnect] With QT 6.6.3 + Wayland, openconnect + AnyConnect SSO authentication windows freezes resulting in inability to access VPN

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484874

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasma-nm] [Bug 484874] New: [Openconnect] With QT 6.6.3 + Wayland, openconnect + AnyConnect SSO authentication windows freezes resulting in inability to access VPN

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484874

Bug ID: 484874
   Summary: [Openconnect] With QT 6.6.3 + Wayland, openconnect +
AnyConnect SSO authentication windows freezes
resulting in inability to access VPN
Classification: Plasma
   Product: plasma-nm
   Version: 6.0.3
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Use plasma 6.0.3 and qt 6.6.3 (I can't reproduce the bug on qt 6.6.2)
2. Configure a VPN connection that uses AnyConnect protocol to a server with
SSO authorization
3. Connect to the vpn

OBSERVED RESULT
The authentication window freezes and cannot be closed

EXPECTED RESULT
Working authentication window

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3
Kernel Version: 6.8.2-zen2-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

ADDITIONAL INFORMATION
I can only reproduce it on qt 6.6.3 (on qt 6.6.2 it works fine, and it used to
work fine on qt 6.7 beta from kde-unstable archlinux repo with plasma 6 rc 2)
It might also be a packaging issue or a qt bug, I don't know how to pinpoint
the problem

POSSIBLE WORKAROUNDS
Open the authentication page in an external browser instead of the embedded
window

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

[plasma-nm] [Bug 480287] Browser login for openconnect has fixed size

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480287

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=484747

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

[plasma-nm] [Bug 484747] [OpenConnect] Network Manager AnyConnect SSO handler window can't be resized

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=484747

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=480287
 CC||chermnykh2...@gmail.com

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

[plasma-nm] [Bug 480287] Browser login for openconnect has fixed size

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480287

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 480791] After restarting system or plasmashell, panel overlapping or being overlapped by other panel may pick the wrong screen to live on until screens are reconfigured

2024-04-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

Dmitrii Chermnykh  changed:

   What|Removed |Added

   Version Fixed In|6.0.3   |
 Status|RESOLVED|REPORTED
  Latest Commit|d03a98fc69c94f83f9410651d15 |
   |a21ff41a72904   |
 Ever confirmed|1   |0
 Resolution|FIXED   |---

--- Comment #8 from Dmitrii Chermnykh  ---
I've got the misplaced panel again after reboot

It seems that it now reproduces not 100% of the plasmashell restarts, but still
can be misplaced on reboot

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

[kde] [Bug 483348] Plasma desktop panel moving to wrong screen on next login

2024-03-30 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=483348

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=480791

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

[plasmashell] [Bug 480791] After restarting system or plasmashell, panel overlapping or being overlapped by other panel may pick the wrong screen to live on until screens are reconfigured

2024-03-30 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

Dmitrii Chermnykh  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=483348
   Version Fixed In||6.0.3
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||d03a98fc69c94f83f9410651d15
   ||a21ff41a72904

--- Comment #7 from Dmitrii Chermnykh  ---
Seems to be fixed in 6.0.3 (probably by
https://invent.kde.org/plasma/plasma-workspace/-/commit/d03a98fc69c94f83f9410651d15a21ff41a72904)

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

[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session

2024-03-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=479406

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 479889] Night Color is not applied to the mouse cursor with NVIDIA GPU

2024-03-13 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=479889

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 482544] KWIN Crash on resize, click, similar with automatic tiling script

2024-03-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=482544

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 482308] Monitor has to be re-enabled manually after automatic sleep on Wayland + NVIDIA

2024-03-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=482308

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kscreenlocker] [Bug 481308] screen locker black with cursor on X11

2024-03-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=481308

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=402857

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 482757] Crash / Segfault on Shift+window drag

2024-03-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=482757

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[Breeze] [Bug 363147] Breeze cursors should have more sizes, and support arbitrary sizes if possible

2024-03-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=363147

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[systemsettings] [Bug 443354] Option to automatically set time zone based on user's location

2024-03-01 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=443354

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 446654] Feature Request: mirror a panel on all monitors

2024-02-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=446654

--- Comment #34 from Dmitrii Chermnykh  ---
(In reply to fanzhuyifan from comment #33)
> (In reply to Dmitrii Chermnykh from comment #32)
> > This probably should depend on
> > https://invent.kde.org/plasma/plasma-desktop/-/issues/113 because
> > duplicating some widgets may break some functionality
> 
> I currently have two screens with duplicate system trays containing the
> applets, and I don't seem to notice any issues.

I used to have problems with media keys because they were handled by 2
instances of media player applet 
https://bugs.kde.org/show_bug.cgi?id=391578 
https://bugs.kde.org/show_bug.cgi?id=409190

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

[plasmashell] [Bug 443036] Metabug: let keyboard shortcuts live somewhere persistent, rather than in applets

2024-02-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=443036

Dmitrii Chermnykh  changed:

   What|Removed |Added

 Blocks||446654


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=446654
[Bug 446654] Feature Request: mirror a panel on all monitors
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 446654] Feature Request: mirror a panel on all monitors

2024-02-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=446654

Dmitrii Chermnykh  changed:

   What|Removed |Added

 Depends on||443036

--- Comment #32 from Dmitrii Chermnykh  ---
This probably should depend on
https://invent.kde.org/plasma/plasma-desktop/-/issues/113 because duplicating
some widgets may break some functionality


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=443036
[Bug 443036] Metabug: let keyboard shortcuts live somewhere persistent, rather
than in  applets
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 446448] Dynamically created virtual desktops

2024-02-18 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=446448

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 464805] Modifier only shortcuts on X11 and Wayland trigger on "press" action instead of "release"

2024-02-15 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464805

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #9 from Dmitrii Chermnykh  ---
*** Bug 481373 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 481373] On wayland, Modifier-only shortcuts trigger on press

2024-02-15 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=481373

Dmitrii Chermnykh  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||chermnykh2...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Dmitrii Chermnykh  ---


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

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

[kwin] [Bug 464805] Modifier only shortcuts on X11 and Wayland trigger on "press" action instead of "release"

2024-02-15 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464805

Dmitrii Chermnykh  changed:

   What|Removed |Added

Summary|Modifier only shortcuts on  |Modifier only shortcuts on
   |X11 trigger on "press"  |X11 and Wayland trigger on
   |action instead of "release" |"press" action instead of
   ||"release"

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #48 from Dmitrii Chermnykh  ---
(In reply to Landgraf132 from comment #47)
> How can this be adapted for a plasma panel? I added the following lines to

You can set the "render loop" property in Plasma Renderer configuration window
to "basic"

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

--- Comment #10 from Dmitrii Chermnykh  ---
Yes, it has a mux switch

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

--- Comment #8 from Dmitrii Chermnykh  ---
It's on NVIDIA, not AMD (the integrated is disabled in BIOS) 
Probably it's
https://forums.developer.nvidia.com/t/545-29-06-18-1-flip-event-timeout-error-on-startup-shutdown-and-sometimes-suspend-wayland-unusable/274788

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

--- Comment #6 from Dmitrii Chermnykh  ---
Edit: it's not git master, the latest log is with `Plasma/6.0` kwin branch

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

Dmitrii Chermnykh  changed:

   What|Removed |Added

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

--- Comment #5 from Dmitrii Chermnykh  ---
Can still reproduce on git master (6.0.0_r26100.g7644499e20)
Now the log right after the freeze is the following :
Feb 09 23:26:28 laptop kwin_wayland[248173]: kwin_wayland_drm: Pageflip timed
out! This is a kernel bug
Feb 09 23:26:28 laptop kwin_wayland[248173]: kwin_wayland_drm: atomic commit
failed: Device or resource busy
Feb 09 23:26:28 laptop kwin_wayland[248173]: kwin_wayland_drm: atomic commit
failed: Device or resource busy

And it keeps showing `kwin_wayland_drm: atomic commit failed: Device or
resource busy` for each subsequent screen update in the system log

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

[yakuake] [Bug 480766] Yakuake loses focus after split terminal

2024-02-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480766

--- Comment #3 from Dmitrii Chermnykh  ---
I've just noticed that if I copy with shortcut CTRL+SHIFT+C from 2nd pane made
by Konsolepart shortcuts it shows a pop-up that there are conflicting shortcuts
and does not copy
But copying from the first pane works fine

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

[kwin] [Bug 480971] kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

--- Comment #5 from Dmitrii Chermnykh  ---
this (from kwin chat) is probably relevant
https://crash-reports.kde.org/organizations/kde/issues/6333/?project=12=is%3Aunresolved=issue-stream=14d_index=19

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

[yakuake] [Bug 480766] Yakuake loses focus after split terminal

2024-02-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480766

--- Comment #2 from Dmitrii Chermnykh  ---
There are actually 2 kinds of splits now:
Splits in Shortcuts in the Konsolepart section that work as expected and show
the same headers as in Konsole
Splits in Shortcuts in the Yakuake section that don't switch the focus to the
new pane and don't display headers, binded by default

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

[yakuake] [Bug 480766] Yakuake loses focus after split terminal

2024-02-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480766

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

--- Comment #1 from Dmitrii Chermnykh  ---
Can confirm
In plasma 5 when I've pressed ctrl+shift+) or ctrl+shift+( the focus used to
switch to the new pane automatically
In plasma 6 rc2 I need to click to switch the focus

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

[kwin] [Bug 480971] kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

--- Comment #4 from Dmitrii Chermnykh  ---
Could the `average` value at
https://invent.kde.org/plasma/kwin/-/blob/v5.93.0/src/scene/surfaceitem.cpp?ref_type=tags#L110
also become 0 for the same reason as in the report?

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

[kwin] [Bug 480971] kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

--- Comment #2 from Dmitrii Chermnykh  ---
backtrace for global search:
#0  0x7c269d91e45b in std::chrono::operator/, long, std::ratio<1l, 10l> > (__rhs=,
__lhs=) at /usr/include/c++/13.2.1/bits/chrono.h:764
#1  KWin::SurfaceItem::refreshRateEstimation (this=0x5f3a10c9ad40) at
/usr/src/debug/kwin/kwin-5.93.0/src/scene/surfaceitem.cpp:266
#2  KWin::SurfaceItem::refreshRateEstimation (this=0x5f3a10c9ad40) at
/usr/src/debug/kwin/kwin-5.93.0/src/scene/surfaceitem.cpp:262
#3  0x7c269d7ed25e in KWin::RenderLoop::scheduleRepaint
(this=0x5f3a10f61080, item=0x5f3a1011cf10) at
/usr/src/debug/kwin/kwin-5.93.0/src/core/renderloop.cpp:207
#4  0x7c269d90f108 in KWin::Item::scheduleFrame (this=0x5f3a1011cf10) at
/usr/src/debug/kwin/kwin-5.93.0/src/scene/item.cpp:336
#5  KWin::Item::scheduleFrame (this=0x5f3a1011cf10) at
/usr/src/debug/kwin/kwin-5.93.0/src/scene/item.cpp:327
#6  0x7c269abbfce9 in QtPrivate::QSlotObjectBase::call (a=0x7ffd937e2908,
r=0x5f3a1011cf10, this=0x5f3a10ecd9e0, this=, r=,
a=) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qobjectdefs_impl.h:469
#7  doActivate (sender=0x5f3a11042790, signal_index=24,
argv=0x7ffd937e2908) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qobject.cpp:4059
#8  0x7c269db06303 in KWin::SurfaceInterfacePrivate::applyState
(this=0x5f3a1042db20, next=) at
/usr/src/debug/kwin/kwin-5.93.0/src/wayland/surface.cpp:712
#9  0x7c269db2e2f6 in KWin::Transaction::apply
(this=this@entry=0x5f3a1024c940) at
/usr/src/debug/kwin/kwin-5.93.0/src/wayland/transaction.cpp:209
#10 0x7c269db2e472 in KWin::Transaction::tryApply
(this=this@entry=0x5f3a1024c940) at
/usr/src/debug/kwin/kwin-5.93.0/src/wayland/transaction.cpp:242
#11 0x7c269db2efbb in KWin::Transaction::commit (this=) at
/usr/src/debug/kwin/kwin-5.93.0/src/wayland/transaction.cpp:271
#12 0x7c269db09891 in KWin::SurfaceInterfacePrivate::surface_commit
(this=0x5f3a1042db20, resource=) at
/usr/src/debug/kwin/kwin-5.93.0/src/wayland/surface.cpp:372
#13 0x7c269938a4f6 in ffi_call_unix64 () at ../src/x86/unix64.S:104
#14 0x7c2699386f5e in ffi_call_int (cif=cif@entry=0x7ffd937e2f40,
fn=, rvalue=, avalue=,
closure=closure@entry=0x0) at ../src/x86/ffi64.c:673
#15 0x7c2699389b73 in ffi_call (cif=cif@entry=0x7ffd937e2f40, fn=, rvalue=rvalue@entry=0x0, avalue=avalue@entry=0x7ffd937e3010) at
../src/x86/ffi64.c:710
#16 0x7c269c585ada in wl_closure_invoke
(closure=closure@entry=0x5f3a1024c7c0, target=,
target@entry=0x5f3a110426b0, opcode=opcode@entry=6, data=,
data@entry=0x5f3a11001550, flags=2) at ../wayland-1.22.0/src/connection.c:1025
#17 0x7c269c58a180 in wl_client_connection_data (fd=,
mask=, data=) at
../wayland-1.22.0/src/wayland-server.c:438
#18 0x7c269c588ae2 in wl_event_loop_dispatch (loop=0x5f3a0fda6d40,
timeout=) at ../wayland-1.22.0/src/event-loop.c:1027
#19 0x7c269daabb17 in KWin::Display::dispatchEvents (this=)
at /usr/src/debug/kwin/kwin-5.93.0/src/wayland/display.cpp:118
#20 0x7c269abbfce9 in QtPrivate::QSlotObjectBase::call (a=0x7ffd937e3700,
r=0x5f3a0fdd5bf0, this=0x5f3a10e5f4d0, this=, r=,
a=) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qobjectdefs_impl.h:469
#21 doActivate (sender=0x5f3a104b9500, signal_index=3,
argv=0x7ffd937e3700) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qobject.cpp:4059
#22 0x7c269abc8c6a in QSocketNotifier::activated (_t3=..., _t2=, _t1=..., this=0x5f3a104b9500) at
/usr/src/debug/qt6-base/build/src/corelib/Core_autogen/include/moc_qsocketnotifier.cpp:193
#23 QSocketNotifier::event (this=0x5f3a104b9500, e=0x7ffd937e3810) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qsocketnotifier.cpp:327
#24 0x7c269bf7bf6b in QApplicationPrivate::notify_helper (this=, receiver=0x5f3a104b9500, e=0x7ffd937e3810) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/widgets/kernel/qapplication.cpp:3298
#25 0x7c269ab66178 in QCoreApplication::notifyInternal2
(receiver=0x5f3a104b9500, event=0x7ffd937e3810) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qcoreapplication.cpp:1134
#26 0x7c269acd42f9 in QCoreApplication::sendEvent (event=0x7ffd937e3810,
receiver=) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qcoreapplication.cpp:1575
#27 QEventDispatcherUNIXPrivate::activateSocketNotifiers (this=0x5f3a0fd58be0)
at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qeventdispatcher_unix.cpp:251
#28 0x7c269acda29b in QEventDispatcherUNIX::processEvents (this=, flags=..., flags@entry=...) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/corelib/kernel/qeventdispatcher_unix.cpp:467
#29 0x7c269b7f62c2 in QUnixEventDispatcherQPA::processEvents
(this=, flags=...) at
/usr/src/debug/qt6-ba

[kwin] [Bug 480971] kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

--- Comment #1 from Dmitrii Chermnykh  ---
I think
https://invent.kde.org/plasma/kwin/-/blob/v5.93.0/src/scene/surfaceitem.cpp?ref_type=tags#L266
sometimes divides by 0

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

[kwin] [Bug 480971] kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 480971] New: kwin_wayland random crash in math in KWin::SurfaceItem::refreshRateEstimation

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480971

Bug ID: 480971
   Summary: kwin_wayland random crash in math in
KWin::SurfaceItem::refreshRateEstimation
Classification: Plasma
   Product: kwin
   Version: 5.93.0
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

Created attachment 165626
  --> https://bugs.kde.org/attachment.cgi?id=165626=edit
gdb backtrace

SUMMARY

Random crash with the following display configuration:
HDR is Disabled
Adaptive sync: always
Fractional scaling at 150x

STEPS TO REPRODUCE
1. Switch windows or workspaces
2. Random crash

OBSERVED RESULT
See the attached backtrace file

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.4-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

--- Comment #3 from Dmitrii Chermnykh  ---
It requires multiple runs of the script to reproduce the issue

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

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

--- Comment #2 from Dmitrii Chermnykh  ---
system logs (freeze time: 21:29 on kde clock):
Feb 06 21:28:54 laptop root[13302]: ACPI group/action undefined: button/up / UP
Feb 06 21:28:54 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:1 Invalid key/value pair,
ignoring.
Feb 06 21:28:54 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:2 Invalid key/value pair,
ignoring.
Feb 06 21:28:59 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:1 Invalid key/value pair,
ignoring.
Feb 06 21:28:59 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:2 Invalid key/value pair,
ignoring.
Feb 06 21:29:00 laptop kded6[2117]: xsettingsd: Reloading configuration
Feb 06 21:29:00 laptop kded6[2117]: xsettingsd: Loaded 14 settings from
/home/chermnyx/.config/xsettingsd/xsettingsd.conf
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :377:362: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :378:110: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :379:110: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :379:353: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :380:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :381:108: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :382:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :383:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :384:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :384:339: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:00 laptop plasmashell[7302]: qt.svg: :384:571: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.gui.imageio: libpng warning: iCCP:
known incorrect sRGB profile
Feb 06 21:29:05 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:1 Invalid key/value pair,
ignoring.
Feb 06 21:29:05 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:2 Invalid key/value pair,
ignoring.
Feb 06 21:29:05 laptop kded6[2117]: xsettingsd: Reloading configuration
Feb 06 21:29:05 laptop kded6[2117]: xsettingsd: Loaded 14 settings from
/home/chermnyx/.config/xsettingsd/xsettingsd.conf
Feb 06 21:29:05 laptop plasmashell[7302]: qt.gui.imageio: libpng warning: iCCP:
known incorrect sRGB profile
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :377:362: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :378:110: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :379:110: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :379:353: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :380:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :381:108: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :382:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :383:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :384:109: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :384:339: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:05 laptop plasmashell[7302]: qt.svg: :384:571: Could not
add child element to parent element because the types are incorrect.
Feb 06 21:29:14 laptop root[13460]: ACPI group/action undefined: button/up / UP
Feb 06 21:29:14 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:1 Invalid key/value pair,
ignoring.
Feb 06 21:29:14 laptop systemd-udevd[602]:
/usr/lib/udev/rules.d/70-opentabletdriver.rules:2 Invalid key/value pair,
ignoring.
Feb 06 21:29:19 laptop

[kwin] [Bug 480960] Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

--- Comment #1 from Dmitrii Chermnykh  ---
Created attachment 165620
  --> https://bugs.kde.org/attachment.cgi?id=165620=edit
screen configuration

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

[kwin] [Bug 480960] New: Adaptive Sync screen may freeze when multiple display-related settings are changed at the same time

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480960

Bug ID: 480960
   Summary: Adaptive Sync screen may freeze when multiple
display-related settings are changed at the same time
Classification: Plasma
   Product: kwin
   Version: 5.93.0
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

Created attachment 165619
  --> https://bugs.kde.org/attachment.cgi?id=165619=edit
configurationg change script

SUMMARY

I have the following setup:
2 screens, fractional scaling 150%, the bottom one has adaptive sync (see the
screen configuration screenshot)

I use zsh aliases to change between day/night mode

STEPS TO REPRODUCE
1. Configure an adaptive sync screen to have "adaptive sync: always"
2. Open a terminal and move it and the mouse cursor to the adaptive sync screen
3. Run the attached script which:
- Changes the wallpaper
- Changes the screen backlight level
- Changes the color temperature
- Changes the cursor theme & color scheme

OBSERVED RESULT
The Adaptive Sync screen freezes

EXPECTED RESULT
The screen should not freeze 

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.3-zen1-2-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

ADDITIONAL INFORMATION
Setting 'adaptive sync' to 'Never' or running the actions sequentially works as
a workaround 

ADDITIONAL ENVVARS
# workaround for nvidia+amd hybrid setup lags
export OGL_DEDICATED_HW_STATE_PER_CONTEXT=ENABLE_ROBUST
# workaround for cursor not respecting night color
export KWIN_FORCE_SW_CURSOR=1

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

[yakuake] [Bug 480949] After kwin_wayland restart with qt6 wayland reconnect enabled + fractional scaling, yakuake shows in wrong place

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480949

Dmitrii Chermnykh  changed:

   What|Removed |Added

   Keywords||qt6, wayland
 CC||chermnykh2...@gmail.com

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

[yakuake] [Bug 480949] New: After kwin_wayland restart with qt6 wayland reconnect enabled + fractional scaling, yakuake shows in wrong place

2024-02-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480949

Bug ID: 480949
   Summary: After kwin_wayland restart with qt6 wayland reconnect
enabled + fractional scaling, yakuake shows in wrong
place
Classification: Applications
   Product: yakuake
   Version: 24.01.95
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

Created attachment 165614
  --> https://bugs.kde.org/attachment.cgi?id=165614=edit
yakuake gap

STEPS TO REPRODUCE
1. Configure fractional scaling for a display (150%)
2. Open yakuake (it should show up on top of the screen, without any gaps)
3. Restart kwin_wayland

OBSERVED RESULT
Yakuake (qt6) reconnects to the wayland socket, but starts to leave a gap on
top of the screen

EXPECTED RESULT
No gap on top of the screen

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.3-zen1-2-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kwin] [Bug 452219] Low fps and high CPU usage on external monitor connected to NVIDIA when default GPU is Intel

2024-02-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=452219

--- Comment #55 from Dmitrii Chermnykh  ---
NVIDIA 550, `OGL_DEDICATED_HW_STATE_PER_CONTEXT=ENABLE_ROBUST` envvar fixes the
issue

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #5 from Dmitrii Chermnykh  ---
If I set the alignment to "bottom" then the panel appears at the bottom screen
after a restart which is configured to be the primary screen

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #4 from Dmitrii Chermnykh  ---
Re-configuring the primary screen puts panel back on the expected place until
the next plasmashell restart

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #3 from Dmitrii Chermnykh  ---
Created attachment 165507
  --> https://bugs.kde.org/attachment.cgi?id=165507=edit
Display Configuration

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #2 from Dmitrii Chermnykh  ---
Created attachment 165506
  --> https://bugs.kde.org/attachment.cgi?id=165506=edit
Expected configuration

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

[plasmashell] [Bug 480791] On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

--- Comment #1 from Dmitrii Chermnykh  ---
Created attachment 165505
  --> https://bugs.kde.org/attachment.cgi?id=165505=edit
Actual Behavior

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

[plasmashell] [Bug 480791] New: On plasmashell or session restart with multi screen panel may pick the wrong screen to align

2024-02-03 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=480791

Bug ID: 480791
   Summary: On plasmashell or session restart with multi screen
panel may pick the wrong screen to align
Classification: Plasma
   Product: plasmashell
   Version: 5.93.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: chermnykh2...@gmail.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY


STEPS TO REPRODUCE
1. Have 2 screens configured one to the top of another one. The bottom screen
is primary
2. Configure default panel as a top panel
3. Add 2nd panel to be on the left side on the primary screen. Set the
alignment to "bottom" and length to "fill height"
4. Restart plasmashell

OBSERVED RESULT
The first (horizontal) panel is on the primary screen
The second panel is on the secondary screen

EXPECTED RESULT
Both panels should be on the primary screen

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.3-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 23.1 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

ADDITIONAL INFORMATION
Both screens are configured to be fractionally scaled at 150%

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

[kwin] [Bug 477738] [NVIDIA] kwin on Wayland black screen with cursor after most resume-from-RAM

2024-02-02 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=477738

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-kirigami] [Bug 456383] Add inertial scrolling to WheelHandler for touchpad and touchscreen scrolls

2024-01-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=456383

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasma-pa] [Bug 477522] Visual feedback of currently playing audio in plasma-pa with pipewire breaks bluetooth headset power management and pipewire adaptive sample rate

2024-01-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=477522

--- Comment #7 from Dmitrii Chermnykh  ---
(In reply to Nate Graham from comment #6)
> So is it purely an upstream bug? Or do we think there's anything we can do
> here?

I think we can delete and then recreate plasma-pa node as a workaround

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

[KScreen] [Bug 460341] On X11 with proprietary NVIDIA GPU drivers, external monitor disabled after reboot or wake-from-sleep

2024-01-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460341

--- Comment #165 from Dmitrii Chermnykh  ---
(In reply to nikunjgoyal from comment #164)
> Hi,
> I am facing the issue of not being able to turn on my external monitor once
> it goes into power saving. Infact if I connect my monitor and start the
> system it would be fine. But then when the session is going on if I turn the
> power of my monitor off and then turn it back on my os won't recognise the
> monitor. If I clear .local/share/kscreen and then log out and log in.
> Sometimes the external monitor turns back on and sometimes not. Please tell
> me if there's a fix for it.
> I got a bit confused seeing all the stuff in this thread.

Try
https://download.nvidia.com/XFree86/Linux-x86_64/545.29.06/README/dynamicpowermanagement.html
(Known Issues And Workarounds, p.4)

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-29 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #33 from Dmitrii Chermnykh  ---
(In reply to Szczepan Hołyszewski from comment #31)
> (In reply to Dmitrii Chermnykh from comment #30)
> > setting `QT_QUICK_BACKEND=software` works as a workaround
> 
> Is there a way to apply this workaround permanently? Notably there seems to
> be no krunner.desktop anywhere.

I'm using the following override:

systemctl --user edit plasma-krunner.service 

[Service]
Environment=QT_QUICK_BACKEND=software

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

[kwin] [Bug 467179] window title is blurry with fractional scaling and specific circumstances

2023-12-24 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=467179

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-24 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #30 from Dmitrii Chermnykh  ---
setting `QT_QUICK_BACKEND=software` works as a workaround

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

[kwin] [Bug 442846] Blocking calls to Xwayland can make kwin freeze

2023-12-14 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=442846

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 199001] Time of day wallpaper like weather wallpaper

2023-12-09 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=199001

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[krunner] [Bug 455913] [Wayland + Nvidia] Krunner stops showing after opening / closing it a few times

2023-12-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #25 from Dmitrii Chermnykh  ---
Created attachment 164023
  --> https://bugs.kde.org/attachment.cgi?id=164023=edit
krunner log when it dissapears

If I list kwin clients with the script described in
https://unix.stackexchange.com/questions/706477/is-there-a-way-to-get-list-of-windows-on-kde-wayland
 
I get KRunner there when it works as expected, but there are no krunner script
when it stops showing even though the `krunner` process exists:
 8589  chermnyx │   0.0 0.7 00:00:00 │ /usr/bin/krunner


Seems like it stops being able to create window 

I've tried to run kurnner with `QT_LOGGING_RULES='*=true' krunner`
and got the following when it hangs:
qt.qpa.wayland.backingstore: Didn't receive frame callback in time, window
should now be inexposed

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

[krunner] [Bug 455913] [Wayland + Nvidia] Krunner stops showing after opening / closing it a few times

2023-12-08 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #23 from Dmitrii Chermnykh  ---
it does
qdbus org.kde.krunner
/
/App
/MainApplication
/org
/org/kde
/org/kde/krunner

the krunner window in frozen state is not shown on screen or in kwin overview

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

[plasmashell] [Bug 392523] Easier way to run apps on the dedicated GPU

2023-12-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=392523

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 475886] Blurry window titles for some apps with fractional scaling

2023-12-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=475886

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464069

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

  1   2   >