[plasma-nm] [Bug 449984] Plasma 5.24.0 NetworkManager cannot get secrets using DBus

2022-02-20 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=449984

--- Comment #13 from Dmitrii Chermnykh  ---
(In reply to steveb from comment #12)
> I found that the System Setting "Detect proxy configuration automatically"
> was causing it for me.
> 
> Setting is saved in file ~/.config/kioslaverc
> Removing the file, or changing [Proxy Settings] ProxyType from 3 to 0 will
> fix a broken system.
> 
> However, setting the same Proxy setting on a 5.24 system will not break it.

This also fixed the problem for me

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

[kwin] [Bug 107302] Per-screen virtual desktops

2022-02-22 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=107302

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[lattedock] [Bug 455603] -git package from AUR has broken indicators

2022-06-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455603

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[lattedock] [Bug 455603] latte does not identify properly indicators providing only json metadata file

2022-06-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455603

--- Comment #6 from Dmitrii Chermnykh  ---
(In reply to Michail Vourlakos from comment #5)
> (In reply to stefanfunk1998 from comment #3)
> > i tried to manually clone the repo and run the accompanied install.sh file
> > to install (took a while because that script only utilizes one core it
> > seems), and can confirm that the behaviour did not change
> 
> you are right... thanks a lot for your patience, I have just provided a
> fix... if you try again with latest git version you will probably not happen
> the issue any more.

Can confirm that it is now working. Thank you for the quick fix

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

2023-02-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460341

--- Comment #148 from Dmitrii Chermnykh  ---
(In reply to Nate Graham from comment #146)
> I suspect this has been fixed by the fix for Bug 462725.
> 
> Anybody who can reproduce the issue and build software from source: can you
> patch KWin with 1d237c29655c7e3fb15fb9b71e5f167bd207593f, reboot, enable the
> external screen, reboot or put the system to sleep and then wake it up, and
> see if the issue is fixed now?
> 
> Thanks!

Patched `libkscreen` archlinux package, still reproduces  after sleep-wakeup
cycle

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

2023-02-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460341

--- Comment #149 from Dmitrii Chermnykh  ---
> Yes, i would do this immediately but I can not find the patch anywhere.
> Can you please point me to the repo which contains this patch?
> 

https://invent.kde.org/plasma/libkscreen/-/merge_requests/107/diffs.patch

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

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

--- Comment #156 from Dmitrii Chermnykh  ---
Just updated to 5.27.2 
The issue described in https://bugs.kde.org/show_bug.cgi?id=460341#c118 still
reproduces for me

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

[KScreen] [Bug 466705] New: X11, AMD+Nvidia: The external screen connected via usb type c port (display port 1.4 alt mode protocol) is black after sleep-wakeup cycle

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

Bug ID: 466705
   Summary: X11, AMD+Nvidia: The external screen connected via usb
type c port (display port 1.4 alt mode protocol) is
black after sleep-wakeup cycle
Classification: Plasma
   Product: KScreen
   Version: 5.27.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

I have similar problem with hybrid amd+nvidia setup, but only after wake from
sleep (reboot works fine)

STEPS TO REPRODUCE
1. Use amd+nvidia hybrid setup (using ryzen 5800 + nvidia 3050 ti)
X11 displays configuration:
```
Section "Files"
ModulePath "/usr/lib/nvidia"
ModulePath "/usr/lib32/nvidia"
ModulePath "/usr/lib32/nvidia/xorg/modules"
ModulePath "/usr/lib32/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerLayout"
Identifier "layout"
Screen 0 "integrated"
Inactive "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
Identifier "integrated"
Driver "modesetting"
BusID "PCI:6:0:0"
Option "TearFree" "true"
Option "DRI" "3"
Option "VariableRefresh" "on"
Option "AsyncFlipSecondaries" "on"
EndSection

Section "Screen"
Identifier "integrated"
Device "integrated"
Option "AllowExternalGpus"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RegistryDwords" "EnableBrightnessControl=1"
Option "AsyncFlipSecondaries" "on"
EndSection

Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
```

2. Connect external screen via type c cable with display port alt mode protocol 
3. Put laptop into sleep mode
4. Wake the laptop up from sleep
5. Only internal screen is available, the external one sees no signal
6. Switch to tty2 and back (ctrl+alt+f2 -> ctrl+alt+f1)
7. Kernel refreshed the available screens and the external screen is available
once again

OBSERVED RESULT
External display loses signal after sleep-wakeup cycle

EXPECTED RESULT
External display reconnects automatically 

POSSIBLE WORKAROUNDS:
Ask kernel/x11 to rescan displays when quirky hardware is detected

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
archlinux packages
KDE Plasma Version: First noticed on 5.26.5, still reproduces on 5.27.2 
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
NVIDIA drivers: 525.89.02
Linux kernel: 6.2.1-zen1-1-zen


OTHER INFO:
See also https://bugs.kde.org/show_bug.cgi?id=460341#c118
After fixing the mentioned issue the problem still occurs for me

This problem only appears when using type-c <-> dp cable. Does not reproduce
with HDMI cable 
Both ports are internally connected to the NVIDIA GPU. The internal screen is
connected to the integrated GPU

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

[KScreen] [Bug 466705] X11, AMD+Nvidia: The external screen connected via usb type c port (display port 1.4 alt mode protocol) is black after sleep-wakeup cycle

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

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

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

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

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

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

[KScreen] [Bug 466705] X11, AMD+Nvidia: The external screen connected via usb type c port (display port 1.4 alt mode protocol) is black after sleep-wakeup cycle

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

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

--- Comment #160 from Dmitrii Chermnykh  ---
(In reply to Nate Graham from comment #159)
> Oh oops, that wasn't a separate bug report. Dmitrii, can you please submit a
> new bug report for your issue? Thanks!

I've submitted it at https://bugs.kde.org/show_bug.cgi?id=466705

I thought I'd send a notification here if I mark it in "see also" field

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

[Spectacle] [Bug 468794] Rectangular Region toolbars can appear off screen on multi-screen setup where not all screens share a baseline

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=468794

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[Spectacle] [Bug 470016] New: Rectangular region only spans one screen when using dual screen setup & fractional scaling on X11

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=470016

Bug ID: 470016
   Summary: Rectangular region only spans one screen when using
dual screen setup & fractional scaling on X11
Classification: Applications
   Product: Spectacle
   Version: 23.04.1
  Platform: Archlinux
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: ---

Created attachment 159118
  --> https://bugs.kde.org/attachment.cgi?id=159118&action=edit
rect spanning only one screen

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

Rectangular region only spans one screen when using dual screen setup &
fractional scaling on X11


OBSERVED RESULT
The rectangular region selections spans only the currently active screen (See
the attachment)

EXPECTED RESULT
The rectangular region selections spans all screens

SOFTWARE/OS VERSIONS 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION

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

[Spectacle] [Bug 470016] Rectangular region only spans one screen when using dual screen setup & fractional scaling on X11

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=470016

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[Spectacle] [Bug 470016] Rectangular region only spans one screen when using dual screen setup & fractional scaling on X11

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=470016

--- Comment #2 from Dmitrii Chermnykh  ---
I see both windows, but they're on the same screen for some reason

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

[Spectacle] [Bug 470016] Rectangular region only spans one screen when using dual screen setup & fractional scaling on X11

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=470016

--- Comment #5 from Dmitrii Chermnykh  ---
Created attachment 159122
  --> https://bugs.kde.org/attachment.cgi?id=159122&action=edit
screen position

I'm using built-in laptop screen and an external screen connected via dp ->
(laptop) usb type-c dp alt mode

The internal screen is connected to the NVIDIA gpu, the internal one is
connected to AMD Integrated GPU
The AMD GPU is the primary GPU

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

[Spectacle] [Bug 470016] Rectangular region only spans one screen when using dual screen setup & fractional scaling on X11

2023-05-19 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=470016

--- Comment #6 from Dmitrii Chermnykh  ---
Drivers:
mesa 23.0.3
nvidia-dkms 530.41.03

X11 is configured to use the modesetting driver for the AMD gpu

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

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

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 469353] The whole UI freezes until KWin is killed and restarted

2023-05-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=469353

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

--- Comment #1 from Dmitrii Chermnykh  ---
I also have a problem with freezes in some apps (I'm using X11 + AMD + Nvidia
setup, the external screen is connected to Nvidia, the internal screen is
connected to AMD GPU). Usually one one windows freezes and the problem can be
solved by either of: restarting KWin, restarting the frozen up or moving the
app to the other screen and back. I think it might be some upstream bug in GPU
driver's in PRIME Sync implementation.

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

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kdeconnect] [Bug 459979] New: Ability to answer calls on desktop

2022-10-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=459979

Bug ID: 459979
   Summary: Ability to answer calls on desktop
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

SUMMARY

Currently when receiving a call on mobile the only option on desktop is to
pause the currently playing media and show a notification. I'd be nice to be
able to answer the call directly from desktop (without need to switch the
headset to another device) and forward the audio to the mobile.

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

[kdeconnect] [Bug 459979] Ability to answer calls on desktop

2022-10-04 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=459979

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[lattedock] [Bug 459755] 5.26 Wayland windows go below Latte when "always visible" is chosen

2022-10-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=459755

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[lattedock] [Bug 460266] New: Same scaling factor on X11 and on Wayland result in different dock/panel size

2022-10-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460266

Bug ID: 460266
   Summary: Same scaling factor on X11 and on Wayland result in
different dock/panel size
Classification: Plasma
   Product: lattedock
   Version: git (master)
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

SUMMARY

When item size of a panel/dock is configured as absolute size in px the
behavior is diffirent:
- On X11: the pixels are treated as physical pixels
- On Wayland: the pixels are treated as logical pixels and then scaled with the
rest of the system

STEPS TO REPRODUCE
1. Set a fractional scaling factor in plasma settings
2. Create a panel in latte and set its size in logical pixel
3. Check the differences between sizes in Wayland and X11 

OBSERVED RESULT
The size of the panel/dock is different

EXPECTED RESULT
The sizes are the same

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6+kde+r177

ADDITIONAL INFORMATION
An option to use absolute pixels on wayland may be a solution. I think it's
also better to scale dock on X11 with the rest of the system.

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

[lattedock] [Bug 460266] Same scaling factor on X11 and on Wayland result in different dock/panel size

2022-10-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460266

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 420859] Cursor theme/size changes do not take effect for Qt5 and XWayland software until session is restarted

2022-10-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=420859

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 460436] New: Global multimedia shortcuts randomly stop working

2022-10-14 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460436

Bug ID: 460436
   Summary: Global multimedia shortcuts randomly stop working
Classification: Frameworks and Libraries
   Product: frameworks-kglobalaccel
   Version: 5.99.0
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: chermnykh2...@gmail.com
  Target Milestone: ---

SUMMARY
After some time or session restart some multimedia keys stop working. Sometimes
play/pause shortcut breaks. Sometimes audio volume controls stop working. Any
of those shortcuts may stop working independently from each other. 

When a shortcut stops working the corresponding dbus command (e.g. `qdbus
org.kde.kglobalaccel /component/mediacontrol
org.kde.kglobalaccel.Component.invokeShortcut playpausemedia`) also stops
working.

Removing shortcut grop in system settings (e.g. media controller) and
restarting the session helps, but some time later problem reappears. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6+kde+r180

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

[frameworks-kglobalaccel] [Bug 460436] Global multimedia shortcuts randomly stop working

2022-10-14 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460436

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[plasmashell] [Bug 460436] Global multimedia shortcuts randomly stop working

2022-10-14 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=460436

--- Comment #1 from Dmitrii Chermnykh  ---
One more note: only shortcuts stop working. The widget works fine

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

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

--- Comment #118 from Dmitrii Chermnykh  ---
I have similar problem with hybrid amd+nvidia setup, but only after wake from
sleep (reboot works fine)

The problem first appeared on 5.26 branch, still persists on 5.27 beta with new
kscreen backend

STEPS TO REPRODUCE
1. Use amd+nvidia hybrid setup (using ryzen 5800 + nvidia 3050 ti)
X11 displays configuration:
```
Section "Files"
ModulePath "/usr/lib/nvidia"
ModulePath "/usr/lib32/nvidia"
ModulePath "/usr/lib32/nvidia/xorg/modules"
ModulePath "/usr/lib32/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerLayout"
Identifier "layout"
Screen 0 "integrated"
Inactive "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
Identifier "integrated"
Driver "modesetting"
BusID "PCI:6:0:0"
Option "TearFree" "true"
Option "DRI" "3"
Option "VariableRefresh" "on"
Option "AsyncFlipSecondaries" "on"
EndSection

Section "Screen"
Identifier "integrated"
Device "integrated"
Option "AllowExternalGpus"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RegistryDwords" "EnableBrightnessControl=1"
Option "AsyncFlipSecondaries" "on"
EndSection

Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
```

2. Connect external screen via type c cable with display port alt mode protocol 
3. Put laptop into sleep mode
4. Wake the laptop up from sleep
5. Only internal screen is available, the external one sees no signal
6. Switch to tty2 and back (ctrl+alt+f2 -> ctrl+alt+f1)
7. Kernel refreshed the available screens and the external screen is available
once again

OBSERVED RESULT
External display loses signal after sleep-wakeup cycle

EXPECTED RESULT
External display reconnects automatically 

POSSIBLE WORKAROUNDS:
Ask kernel/x11 to rescan displays when quirky hardware is detected

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
archlinux packages
KDE Plasma Version: 5.26.5 
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8+kde+r174-1
NVIDIA drivers: 525.85.05-1
Linux kernel: 6.1.7-zen1-1-zen

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

[plasmashell] [Bug 382604] Plasma must be restarted to for cursor size changes to take effect for the desktop and empty areas of the panel

2023-01-21 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=382604

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[systemsettings] [Bug 464804] New: Meta key is rendered incorrectly when

2023-01-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464804

Bug ID: 464804
   Summary: Meta key is rendered incorrectly when
Classification: Applications
   Product: systemsettings
   Version: 5.26.90
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_keys
  Assignee: plasma-b...@kde.org
  Reporter: chermnykh2...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY



STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 464804] "Meta" key is rendered incorrectly when using modifier only shortcuts

2023-01-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464804

Dmitrii Chermnykh  changed:

   What|Removed |Added

Summary|Meta key is rendered|"Meta" key is rendered
   |incorrectly when|incorrectly when using
   ||modifier only shortcuts

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

[systemsettings] [Bug 464804] "Meta" key is rendered incorrectly when using modifier only shortcuts

2023-01-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464804

--- Comment #1 from Dmitrii Chermnykh  ---
Created attachment 155634
  --> https://bugs.kde.org/attachment.cgi?id=155634&action=edit
Shortcut screenshot

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

[systemsettings] [Bug 464804] "Meta" key is rendered incorrectly when using modifier only shortcuts

2023-01-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464804

--- Comment #2 from Dmitrii Chermnykh  ---
STEPS TO REPRODUCE
1. Go to shortcuts systemsettings page
2. Set a shortcut to "meta" modifier-only trigger (see attachment)


OBSERVED RESULT
Glitchy text in the description

EXPECTED RESULT
"Meta" in the description

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

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

[systemsettings] [Bug 464805] New: Modifier only shortcuts on X11 trigger on "press" action instead of "release"

2023-01-25 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464805

Bug ID: 464805
   Summary: Modifier only shortcuts on X11 trigger on "press"
action instead of "release"
Classification: Applications
   Product: systemsettings
   Version: 5.26.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_keys
  Assignee: plasma-b...@kde.org
  Reporter: chermnykh2...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
Modifier only shortcuts on X11 trigger on "press" action instead of "release".
This results in triggering multiple shortcuts when pressing a shortcut with
modifier. 


STEPS TO REPRODUCE
1. Bind a shortcut to a modifier (for example "super/meta" key for krunner)
2. Bind meta+space to another shortcut (in my case it triggers keyboard layout
switch via fcitx5)
3. Press meta+space

OBSERVED RESULT
Both shortcuts got triggered (keyboard layout switch + krunner)

EXPECTED RESULT
Only meta+space shortcut triggers (keyboard layout switch)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Xorg 21.1.6-1

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

[frameworks-baloo] [Bug 401863] baloo creates multiple entries for files residing on multi-device btrfs file systems

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

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.

[frameworks-kglobalaccel] [Bug 404296] Shortcuts added from some app are not automatically removed when that app is removed

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 466031] Per-virtual-desktop tiling layouts

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

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 475629] Crash in scripting engine when using Bismuth

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

--- Comment #18 from Dmitrii Chermnykh  ---
Got crash with polonium and custom tiles, should I open a new report for that? 

#0  0x7f7a656c6278 in KWin::CustomTile::setRelativeGeometry(QRectF const&)
(this=0x555f41fea270, geom=) at
/usr/src/debug/kwin/kwin-5.27.9/src/tiles/customtile.cpp:146
#1  0x7f7a656c5127 in KWin::CustomTile::remove() (this=0x555f41a1afb0) at
/usr/src/debug/kwin/kwin-5.27.9/src/tiles/customtile.cpp:278
#2  0x7f7a656c9f43 in KWin::CustomTile::qt_metacall(QMetaObject::Call, int,
void**) (this=0x555f41a1afb0, _c=QMetaObject::InvokeMetaMethod, _id=3,
_a=0x7ffd92b39230) at
/usr/src/debug/kwin/build/src/kwin_autogen/include/moc_customtile.cpp:185
#3  0x7f7a64a7ce04 in QQmlObjectOrGadget::metacall(QMetaObject::Call, int,
void**) const (this=0x7ffd92b39480, type=QMetaObject::InvokeMetaMethod,
index=, argv=) at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/qml/qqmlobjectorgadget.cpp:51
#4  0x7f7a6497e006 in CallMethod (callType=QMetaObject::InvokeMetaMethod,
callArgs=0x7f7a4c08a8f8, engine=0x555f4112f5f0, argTypes=0x0, argCount=0,
returnType=43, index=, object=...)
at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:1303
#5  CallPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&,
QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call) (object=...,
data=..., engine=engine@entry=0x555f4112f5f0,
callArgs=callArgs@entry=0x7f7a4c08a8f8,
callType=callType@entry=QMetaObject::InvokeMetaMethod)
at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:1557
#6  0x7f7a64980036 in QV4::QObjectMethod::callInternal(QV4::Value const*,
QV4::Value const*, int) const (this=, thisObject=0x7f7a4c08a888,
argv=, argc=0) at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2115
#7  0x7f7a649a2c4e in QV4::FunctionObject::call(QV4::Value const*,
QV4::Value const*, int) const (argc=0, argv=0x7f7a4c08a818,
thisObject=0x7f7a4c08a888, this=0x7ffd92b395c8) at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:202
#8  QV4::Runtime::CallPropertyLookup::call(QV4::ExecutionEngine*, QV4::Value
const&, unsigned int, QV4::Value*, int) (engine=0x555f4112f5f0, base=...,
index=, argv=0x7f7a4c08a818, argc=0)
at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4runtime.cpp:1460
#9  0x7f7a33f97341 in  ()
#10 0x7ffd92b39800 in  ()
#11 0x in  ()

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

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

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

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

[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&action=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.

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

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

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

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

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

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

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

[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

--- 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 #10 from Dmitrii Chermnykh  ---
Yes, it has a mux switch

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

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

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

[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

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

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

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

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

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

[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

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

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

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

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

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

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

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

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

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

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

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

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

[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

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

[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 480287] Browser login for openconnect has fixed size

2024-04-01 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.

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

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

  1   2   3   >