Re: nm-applet mouse issue

2021-09-22 Thread Robert David
Hi David, is there any known workaround? Something like disable some functionality, some settings? Thanks, Robert. On Friday, September 17, 2021 10:36:13 AM CEST David Edmundson wrote: > Not for the part in question. > > See > https://github.com/KDE/plasma-nm/blob/v5.20.5/applet/contents/ui/P

Re: nm-applet mouse issue

2021-09-17 Thread David Edmundson
Not for the part in question. See https://github.com/KDE/plasma-nm/blob/v5.20.5/applet/contents/ui/PopupDialog.qml#L63

Re: nm-applet mouse issue

2021-09-16 Thread Robert David
Thanks for the info. I need to verify that, but seems that plasma-nm is ported to PC3 in the version I have now installed (5.20.5). https://github.com/KDE/plasma-nm/blob/v5.20.5/applet/contents/ui/ CompactRepresentation.qml I'm about to upgrade to newer plasma, but wanted to sort things out befor

Re: nm-applet mouse issue

2021-09-16 Thread David Edmundson
We have seen similar bugs in the past which have been fixed by porting the ScrollView to PlasmaComponents3 instead of PC2. David