[kwin] [Bug 482940] Nvidia + additional monitor immediately crashes kwin_wayland

2024-03-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482940

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
Pasting inline

   #3  0x74c9b9a2871b __assert_fail_base (libc.so.6 + 0x2871b)
#4  0x74c9b9a39e96 __GI___assert_fail (libc.so.6 + 0x39e96)
#5  0x74c9bd30421f n/a (libepoxy.so.0 + 0xc521f)
#6  0x74c9bd2b19ba n/a (libepoxy.so.0 + 0x729ba)
#7  0x74c9bccf2613 _ZN4KWin10EglContextD1Ev (libkwin.so.6 +
0x2f2613)

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

[kwin] [Bug 483540] Opening Task Switcher and Closing with few Xwayland or WINE application freezes the shell

2024-03-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483540

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from David Edmundson  ---
Can you clarify which part you mean by "shell" does the mouse move?

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

[plasmashell] [Bug 483066] logout no longer works after disabling systemd boot

2024-03-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483066

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
Found it: 

```
auto msg =
QDBusMessage::createMethodCall(QStringLiteral("org.freedesktop.systemd1"),
 
QStringLiteral("/org/freedesktop/systemd1"),
 
QStringLiteral("org.freedesktop.systemd1.Manager"),
  QStringLiteral("StopUnit"));
msg << QStringLiteral("graphical-session.target") <<
QStringLiteral("fail");
QDBusReply reply =
QDBusConnection::sessionBus().call(msg);

if (!reply.isValid()) { 
  do the legacy path
```


If systemd is available, but we're not using the systemd boot, that DBus call
is perfectly legit so it doesn't fail. It just does nothing. So we never enter
the legacy path.

We'll need to find a way to distinguish those two

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

[plasmashell] [Bug 483374] No Default Leave Option any more

2024-03-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483374

--- Comment #5 from David Edmundson  ---
>I use the “Leave” option on the context menu to leave my session and am 
>annoyed it’s defunct now, too.

That's definitely broken. 

Though do note that it's not on by default anymore. It could be replaced by
Shutdown, Sleep, etc.

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

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-03-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482137

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||k...@davidedmundson.co.uk

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

[krdc] [Bug 482395] Unable to set proxy settings since v24.01.80

2024-03-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482395

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||k...@davidedmundson.co.uk
 Ever confirmed|0   |1

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

[kwin] [Bug 452188] While playing Apex Legends player's aim (mouse) spins and looks straight downwards.

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452188

David Edmundson  changed:

   What|Removed |Added

 CC||tylerkstray...@gmail.com

--- Comment #22 from David Edmundson  ---
*** Bug 482632 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 482632] Mouse look stuck in some xwayland applications (specifically games under proton)

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482632

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED

--- Comment #20 from David Edmundson  ---


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

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

[kwin] [Bug 482717] Force software Vsync causes Kwin Windows to stutter when dragging

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482717

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from David Edmundson  ---
An X11 freeze caused by confused GPU timing was identified and fix. Please
reopen if this persists after 6.0.2

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

[kwin] [Bug 482821] Window decoration is too short after screen unlock

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482821

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from David Edmundson  ---
I could not reproduce with another Aurorae decoration.

>Switching to Breeze now to check does it happen there.

Putting in needsinfo until we here back.

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

[kwin] [Bug 483201] Wrong Electron programs scale/font dpi on Kde6 Wayland with 100% global scale

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483201

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from David Edmundson  ---
Please include output of "xrdb -q" and "env"

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

[kwin] [Bug 483203] Window background color opacity incorrect in KiCad after upgrading from Plasma 5 Wayland to Plasma 6

2024-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483203

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |DOWNSTREAM

--- Comment #1 from David Edmundson  ---
The thread on kicad's gitlab looks like they agree it's client side.
Please reopen if there are any further developments that need our attention.

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

[kwin] [Bug 482927] Too large margins/paddings on Overview, Grid View, Present Windows.

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482927

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Thanks for the feedback, it has been noted and forwarded to designers.
It is an opinion though and it was selected deliberately by those designers.

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

[kwin] [Bug 482632] Mouse look stuck in some xwayland applications (specifically games under proton)

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482632

David Edmundson  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #16 from David Edmundson  ---
*** Bug 482239 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 482239] battlefield V mouse input broken on wayland

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482239

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from David Edmundson  ---


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

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

[kwin] [Bug 483095] Shake cursor has scale artifacts when scaled

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483095

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
Summary|Effect Shake Cursor bugs|Shake cursor has scale
   ||artifacts when scaled
   Priority|NOR |VLO

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

[kwin] [Bug 483053] k-win crashes then restarts on new install of opensuse tumbleweed, thinkpad z61t with intel GMA950

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483053

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from David Edmundson  ---
This is crashing in the graphics driver, please report to Mesa

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

[kwin] [Bug 482989] Scaling down always produces blurry display

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482989

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #2 from David Edmundson  ---
Scaling at <100 will be supported better from Qt 6.7 onwards. Otherwise it is
rescaled by the compositor, which is what you're seeing here.

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

[kwin] [Bug 483078] Drawing Tablet cursor cannot be used in overview

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483078

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kwin] [Bug 482911] kernel: traps: kwin_wayland trap divide error ip:7483ca3c9321 sp:7ffdb043b9c0 error:0 in i965_dri.so

2024-03-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482911

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from David Edmundson  ---
This is crashing within your graphic driver. Please report to Mesa

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

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

2024-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=436318

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/804976c5ecec1fbf5f6e7e099
   ||70a8269bdf748d2
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #85 from David Edmundson  ---
Git commit 804976c5ecec1fbf5f6e7e09970a8269bdf748d2 by David Edmundson.
Committed on 08/03/2024 at 09:17.
Pushed by davidedmundson into branch 'master'.

Migrate manual session saving to plasma-shutdown

This allows the wayland fallback session saving to run too and removes
more ksmserver logic from our library code.

session-restore is patched to also run when the configuration file is
set to restore the manually saved session.

M  +0-3libkworkspace/CMakeLists.txt
M  +2-3libkworkspace/sessionmanagement.cpp
M  +1-0startkde/plasma-shutdown/org.kde.Shutdown.xml
M  +24   -2startkde/plasma-shutdown/shutdown.cpp
M  +1-0startkde/plasma-shutdown/shutdown.h
M  +1-1startkde/session-restore/restore.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/804976c5ecec1fbf5f6e7e09970a8269bdf748d2

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

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

2024-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=436318

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #84 from David Edmundson  ---
We've introduced a fallback. plasma-fallback-session-save which provides
something.

It's not perfect. It just sees which apps were open and then reopens them. The
application has no mechanism to save any state. 
There's definitely room for improvement, but that involves upstream and
updating all  applications(!) which isn't worth us tracking in our bug tracker.

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

[plasmashell] [Bug 367815] Panel's widgets' expanded representations should close when user clicks on an empty area of the task manager

2024-03-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=367815

David Edmundson  changed:

   What|Removed |Added

   Version Fixed In||6.1
 Status|ASSIGNED|RESOLVED
  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/d942456b2aa08eaa1bc6e6bec |t/afc1cffba497ed8352aeed287
   |e0b2c04e4ad4223 |0f17250237d5a41
 Resolution|--- |FIXED

--- Comment #18 from David Edmundson  ---
Git commit afc1cffba497ed8352aeed2870f17250237d5a41 by David Edmundson.
Committed on 07/03/2024 at 14:51.
Pushed by davidedmundson into branch 'master'.

panelview: Take focus from other Plasma windows when clicked

PanelView is a special case of a window, it is clickable, but it doesn't
take focus.

If we're interacting with other plasma components and a user clicks the
panel we still want focus to be drawn from those other components. This
patch makes PanelView fake focus out events. PanelView still does not
take focus, but any windows that close on focus out will work
appropriately.
FIXED-IN: 6.1

M  +17   -1shell/panelview.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/afc1cffba497ed8352aeed2870f17250237d5a41

-- 
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-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482544

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Thread 1 (Thread 0x7dd47f1e5a00 (LWP 93268) "kwin_wayland"):
#0  0x7dd486476fa6 in QQmlData::signalEmitted(QAbstractDeclarativeData*,
QObject*, int, void**) () at /usr/lib/libQt6Qml.so.6
#1  0x7dd4847a76aa in ??? () at /usr/lib/libQt6Core.so.6
#2  0x7dd487312dc7 in KWin::Tile::windowRemoved(KWin::Window*) () at
/usr/lib/libkwin.so.6
#3  0x7dd48731740b in KWin::Tile::removeWindow(KWin::Window*) () at
/usr/lib/libkwin.so.6
#4  0x7dd4873530cd in KWin::Window::setTile(KWin::Tile*) () at
/usr/lib/libkwin.so.6
#5  0x7dd487358b08 in
KWin::Window::setQuickTileMode(QFlags, bool) () at
/usr/lib/libkwin.so.6
#6  0x7dd48734994d in KWin::Window::startInteractiveMoveResize() () at
/usr/lib/libkwin.so.6

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

[plasmashell] [Bug 481955] On X11, when hovering over the entries that show a submenu, an icon appears in the Task Manager

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481955

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||c20dcf37c659e78bbd92a055944
   ||c97a35f21993a
 Resolution|--- |FIXED

--- Comment #4 from David Edmundson  ---
Git commit c20dcf37c659e78bbd92a055944c97a35f21993a by David Edmundson.
Committed on 04/03/2024 at 15:37.
Pushed by davidedmundson into branch 'master'.

Kicker: Fix submenus appearing in taskmanager

Kicker Submenu still uses Dialog.

Calling staysOnTopHint explicitly is not necessary. Calling setFlags
conflicts with the KWindowSystem::setState and we end up losing the
skips taskbar.

Dialog could be changed, but it's still better to reduce code than add
workarounds on top especially with Dialog being deprecated.

M  +0-1applets/kicker/package/contents/ui/ItemListDialog.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/c20dcf37c659e78bbd92a055944c97a35f21993a

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

[XWaylandVideoBridge] [Bug 482157] Crashes when trying to choose as a source

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482157

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
>org.kde.xwaylandvideobridge: Couldn't initialize the remote control session

That's not a crash exactly. 
This happens if the portal fails in the request to "CreateSession". Can you
check the portal logs? 

Can you confirm if any other screen recording (such as OBS) works using the
portal?

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

[XWaylandVideoBridge] [Bug 476385] Substantially reduced stream performance with XWayland video bridge

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=476385

--- Comment #6 from David Edmundson  ---
*** Bug 481049 has been marked as a duplicate of this bug. ***

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

[XWaylandVideoBridge] [Bug 481049] Screensharing laggy on 1440p display

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481049

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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

[XWaylandVideoBridge] [Bug 482328] xwayland video bridge - segmentation fault

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482328

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Do you have any sort of backtrace?

Can you run `gdb xwaylandvideobridge `


then when it segfaults type "bt" to get some output

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

[XWaylandVideoBridge] [Bug 476516] Crashes with "could not connect to display" and "no Qt platform plugin could be initialised"

2024-03-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=476516

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This warning means it failed to connect to the X server. 

This is going to be a setup issue.  Does loading xterm or something work? Is
the flatpak being restrictedto the X server (see flatseal)?

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

[kwin] [Bug 478705] Legacy X11 keyboard support does not receive key mask state update when Alt+tab is used

2024-03-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478705

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/2025bf4c6b
   ||99950e104eb0fd79992bb3912ae
   ||3a4
 Resolution|--- |FIXED

--- Comment #3 from David Edmundson  ---
Git commit 2025bf4c6b99950e104eb0fd79992bb3912ae3a4 by David Edmundson.
Committed on 03/03/2024 at 12:41.
Pushed by davidedmundson into branch 'master'.

xwayland: Send to xwayland even when no window is focussed

In the codepath to keep xwayland notified of key presses we have to
check the focussed window is not already an xwayland client. To avoid a
null dereference a guard is added that the focussed window is not null,
however the current code incorrectly returns early intead of skipping
just the relevant check.

M  +24   -23   src/xwayland/xwayland.cpp

https://invent.kde.org/plasma/kwin/-/commit/2025bf4c6b99950e104eb0fd79992bb3912ae3a4

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

[kwin] [Bug 478083] The transparency of the panel changes abruptly when playing the "overview" or "desktop grid" effect

2024-03-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478083

David Edmundson  changed:

   What|Removed |Added

  Component|Panel   |effects-overview
   Target Milestone|1.0 |---
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|plasmashell |kwin
 CC||k...@davidedmundson.co.uk

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

[plasmashell] [Bug 482060] KAlarm autostart doesn't work

2024-03-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482060

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #2 from David Edmundson  ---
Reproduced in a Neon VM.

It's the thing we fixed in systemd literally years 3 years ago.

ExitType=cgroup is missing

```
It is generally recommended to use ExitType=main when a service has a known
forking model and a main process can reliably be determined. ExitType= cgroup
is meant for applications whose forking model is not known ahead of time and
which might not have a specific main process. It is well suited for transient
or automatically generated services, such as graphical applications inside of a
desktop environment.

Added in version 250.
```

Neon has version 249.

As a optional workaround at a KDE level, kalarm could get rid of the
kalarmautostart binary. That's what's causing the fork and the parent PID to
exit and is an outdated concept.

But really the bug is Neon being on a base that is too old.

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

[plasmashell] [Bug 481058] Recording windows or screens with OBS or spectacle is broken in Plasma 6 RC2 on Wayland: Failed to start pipewire screencast

2024-03-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481058

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #7 from David Edmundson  ---
Can you run your openrc equivalent of:

 systemctl --user status pipewire.service

and make sure it's enabled and running

>(/usr/libexec/xdg-desktop-portal:2645): xdg-desktop-portal-WARNING **: 
>12:06:54.105: Failed connect to PipeWire: Couldn't connect to PipeWire

This is the killer line, we're trying to talk to pipewire and it's not running
for whatever reason.

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

[kscreenlocker] [Bug 482041] kscreenlocker_greet doesn't allow more unlock attempts if wrong password is entered even once.

2024-03-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482041

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
Details can be found at: https://linux.die.net/man/8/pam_faillock

Yes it would definitely be nice if this would be communicated better. We need a
replacement for PAM that isn't from the 80s and designed for text terminals,
which is a bigger task bigger than a bugzilla ticket.

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

[kwin] [Bug 482062] IDEA OR FEATURE for ISSUE as User of KDE.

2024-02-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482062

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |INTENTIONAL

--- Comment #3 from David Edmundson  ---
The feature does not exist in KDE. 

It's an interesting ideal, unfortunately only the application knows where the
text cursor is if you're selecting by keyboard so it's difficult to do well for
a niche feature. Lets follow it on the forum rather than in a bug tracker.

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

[plasmashell] [Bug 482005] Can't launch app with enter key, works fine with mouse

2024-02-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482005

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |VHI

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

[plasmashell] [Bug 482005] Can't launch app with enter key, works fine with mouse

2024-02-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482005

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from David Edmundson  ---
I can reproduce, but it's more complicated than reported. It sometimes works
for search results, it doesn't work navigating in submenus.

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

[kwin] [Bug 481868] dragging window from screen A to screen B makes the window still show up in screen A

2024-02-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481868

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from David Edmundson  ---
When you say gridview, do you mean the overview effect?

If so, this is can be considered a duplicate of 481331 which is fixed next
release

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

[kwin] [Bug 481456] VLC fullscreen not working with Plasma 6

2024-02-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481456

--- Comment #16 from David Edmundson  ---
Unfortunately not, tarballs went to distros a week ahead of the public release.

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

[kwin] [Bug 481852] qt QScreen::availiableSize will return fullscreen size

2024-02-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481852

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #7 from David Edmundson  ---
To rephrase Vlad's comment, it means the window will be resized automatically,
but you don't get this ahead of time in a useful way.

It's a broken design, but we're limited within the scope of Wayland. Anything
else needs to be taken up on the wayland-protocols repository.

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

[kwin] [Bug 481456] VLC fullscreen not working with Plasma 6

2024-02-26 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481456

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/32be54b19d
   ||24e3fafc3a50492b1ca48047a64
   ||103

--- Comment #13 from David Edmundson  ---
Git commit 32be54b19d24e3fafc3a50492b1ca48047a64103 by David Edmundson.
Committed on 26/02/2024 at 10:32.
Pushed by davidedmundson into branch 'master'.

x11window: Disable strict geometry placement by default in wayland

Strict geometry disables certain user activites; full screen requests
and only sending configure events at sizes the client claims to support.

This was added as a workaround for xterm in 19 years ago. It's a client
side bug as applications can still choose to ignore the configure event,
so kwin shouldn't have to sanitise them in advance. xterm seems to have
fixed it's bug, and pragmatically we know not all window managers
perform these checks so most clients should not be relying on it.

On Wayland this additional check is proving problematic, the handling of
scaling especially fractional scaling is hitting cases where it's better
to always ask the client to do what kwin wants.

Tests that refer to sizeIncrements are dropped as they are only used in
the strict geometry passes which is being obsoleted. Resizing in general
is still tested.

M  +0-171  autotests/integration/x11_window_test.cpp
M  +11   -3src/x11window.cpp

https://invent.kde.org/plasma/kwin/-/commit/32be54b19d24e3fafc3a50492b1ca48047a64103

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

[plasmashell] [Bug 367815] Panel's widgets' expanded representations should close when user clicks on an empty area of the task manager

2024-02-26 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=367815

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||k...@davidedmundson.co.uk
 Resolution|FIXED   |---

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

[kwin] [Bug 475468] Window and panel resizing is very laggy

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=475468

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
> random NVIDIA driver update

Please confirm if this issue still persists

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

[kwin] [Bug 479989] The popup menu of Xwayland window cannot close by clicking on the title bar

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=479989

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
This is not feasible. The limitations of x are that popups have exclusive
grabs. We have to emulate that as best as possible by sending the input to X.
Any hack we could do has risks of regression elsewhere.

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

[kwin] [Bug 478382] Window stacking issues when lowering a transient window or a window with transients

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478382

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 CC||k...@davidedmundson.co.uk
 Ever confirmed|0   |1

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

[kwin] [Bug 481331] Dragging a window on screen 1 to screen 2 actually moves it to a different virtual desktop

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481331

--- Comment #5 from David Edmundson  ---
*** Bug 478132 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 478132] Dragging desktop in desktop grid with multiple monitors have unintended results

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478132

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---


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

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

[kwin] [Bug 475492] libkwinglutils: 0x501: GL_INVALID_VALUE error generated. , and must be 1 or greater

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=475492

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk
 Resolution|--- |WORKSFORME

--- Comment #1 from David Edmundson  ---
Can you confirm if this is still an issue?

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

[kwin] [Bug 481456] VLC fullscreen not working with Plasma 6

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481456

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #12 from David Edmundson  ---
See https://invent.kde.org/plasma/kwin/-/merge_requests/5274

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

[kwin] [Bug 481460] With fractional scale factors on Wayland, Zoom window enlarges continuously without user interaction

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481460

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[kwin] [Bug 479697] Window manager went completely berserk

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=479697

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from David Edmundson  ---
A crash at this level indicates an issue lower in the stack than kwin. Please
talk to your distribution or file a kernel bug, sorry

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

[kwin] [Bug 481460] With fractional scale factors on Wayland, Zoom window enlarges continuously without user interaction

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481460

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #7 from David Edmundson  ---
I was unable to sort out having a zoom account, could you test something for me

 - create a window rule for zoom
-  force the title or something so you know the rule is matching
 - set "obey geometry restrictions" and force it to no

See if the bug still manifests

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

[plasmashell] [Bug 481671] pressing tray icon does not opens a window, when other windows is already shown

2024-02-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481671

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk,
   ||mate...@gmail.com
Product|kwin|plasmashell
   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org
  Component|general |System Tray
   Target Milestone|--- |1.0

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

[kwin] [Bug 457729] QtQuick-based apps get stuck/frozen on resizing with Wayland and nVidia

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=457729

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #11 from David Edmundson  ---
https://bugreports.qt.io/browse/QTBUG-95817

We have local workarounds for now

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

[kwin] [Bug 429970] Crash when enabling compositing after GL context loss

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=429970

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
This is now outdated and kwin and the nvidia driver have both changed meantime.
Please reopen if there is still an issue.

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

[kwin] [Bug 423403] Vertical title bar request

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=423403

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from David Edmundson  ---
With the prevalence of CSDs this wouldn't be an option we can deliver well

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

[kwin] [Bug 419442] [Wayland] Wrong mouse position while dragging borderless windows

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=419442

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from David Edmundson  ---
This appears to work as described now based on triggering a move from the task
bar

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

[kwin] [Bug 417616] Crash closing nested kwin_wayland

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=417616

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 338258] The scale method (crisp, smooth, accurate) should be exported to effects API

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=338258

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from David Edmundson  ---
This is  no longer relevant

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

[kwin] [Bug 426889] Crash in XWayland when running with ASAN

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=426889

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
A quite old crash. If it still happens someone can reopen this

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

[kwin] [Bug 374727] HiDPI display, snapping windows zone

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374727

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||k...@davidedmundson.co.uk

--- Comment #4 from David Edmundson  ---
Fixed in wayland with logical co-ordinates

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

[systemsettings] [Bug 480730] Fingerprint enrollment progress indicator is too small

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480730

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/4a87b77d7940dd389cfe633fc
   ||2fa3f31457f519b

--- Comment #4 from David Edmundson  ---
Git commit 4a87b77d7940dd389cfe633fc2fa3f31457f519b by David Edmundson, on
behalf of Nicolas Fella.
Committed on 21/02/2024 at 09:05.
Pushed by davidedmundson into branch 'master'.

[kcms/users] Fix sizing in fingerprint dialog

The current code has several binding loops, causing e.g. the progress circle to
be too small

M  +9-9kcms/users/src/ui/FingerprintDialog.qml
M  +19   -20   kcms/users/src/ui/FingerprintProgressCircle.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/4a87b77d7940dd389cfe633fc2fa3f31457f519b

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

[kwin] [Bug 352234] group selection disabled by "&& false" in ::manage()

2024-02-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=352234

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk

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

[plasmashell] [Bug 479029] Improper behavior on shutdown leading to data loss

2024-02-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=479029

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
Apps are now asked to quit

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

[plasmashell] [Bug 477146] On X11, the last opened window is not restored by session restore

2024-02-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=477146

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/5344b9097f5772cd819ca839e
   ||86fb27b62d34092

--- Comment #2 from David Edmundson  ---
Git commit 5344b9097f5772cd819ca839e86fb27b62d34092 by David Edmundson, on
behalf of Kishore Gopalakrishnan.
Committed on 20/02/2024 at 10:52.
Pushed by davidedmundson into branch 'master'.

KSMServer::tryRestore: fix indexing of entries

Inspection of entries in .config/ksmserverrc suggests that the session
application entries are indexed starting from 1, while the code seems to
assume that it starts from 0. This wrong assumption leads to restoring
only N-1 windows, when N windows were supposed to be restored.

M  +1-1ksmserver/server.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/5344b9097f5772cd819ca839e86fb27b62d34092

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

[kwin] [Bug 455421] Thunderbird is shown with Generic Wayland Icon in Alt+Tab Dialog

2024-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=455421

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #9 from David Edmundson  ---
thunderbird != mozilla-thunderbird.desktop

This is an application bug

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

[kwin] [Bug 359467] KWin might cause recursive QXcbEventReader::lock()'s

2024-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=359467

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #7 from David Edmundson  ---
Lets assume not given we're talking about a hypothetical many years later

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

[kwin] [Bug 481331] Dragging a window on screen 1 to screen 2 actually moves it to a different virtual desktop

2024-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481331

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/6190bfc58f
   ||b7283a020e4e982e26e2be8e2e8
   ||5eb
 Resolution|--- |FIXED

--- Comment #2 from David Edmundson  ---
Git commit 6190bfc58fb7283a020e4e982e26e2be8e2e85eb by David Edmundson.
Committed on 19/02/2024 at 15:08.
Pushed by davidedmundson into branch 'desktop_drag'.

overview: Only handled input events in on-screen desktops

kwin does not support true multiscreen drag and drops. Events are sent
to an offscreen location of the screen initiating the drag. Therefore it
is important that off-screen items do not process drop events

M  +3-0src/plugins/overview/qml/main.qml

https://invent.kde.org/plasma/kwin/-/commit/6190bfc58fb7283a020e4e982e26e2be8e2e85eb

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

[kwin] [Bug 481093] When switching the theme, it happens piece by piece and not smoothly

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481093

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
We have a mechanism in place - see changing the colour schemes. The problem
with lnf files is they reload all of kwin which breaks the effect.
We'll do that in due time. 

Once we fix kwin's config to be more specific this should "just work" quite
smoothly.

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

[plasmashell] [Bug 478875] SDDM and kscreenlocker does not accept enter key in X11 when qt6-virtualkeyboard is installed

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478875

--- Comment #51 from David Edmundson  ---
The bug only happens in X when QtVirtualKeyboard is compiled with:
FEATURE_vkb_arrow_keynavigation=ON

A features that's off by default.

The root cause is this event filter on the window:

bool QVirtualKeyboardInputContextPrivate::filterEvent() {
...
#ifdef QT_VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
if ((key ... == Qt::Key_Return) {
if (type == QEvent::KeyPress &&
platformInputContext->isInputPanelVisible()) {
emit navigationKeyPressed(key, keyEvent->isAutoRepeat());
return true;


the query of isInputPanelVisible is a check of Qt.inputMethod.visible (does
something want text input), not a check of InputPanel.active (is the VK
visible) which arguably it should be for our purposes.

I would say our best bet is to just say this compile flag is unsupported and it
is a downstream issue.

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

[kwin] [Bug 481350] kwin_wayland dumped core on waking up after long time

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481350

--- Comment #2 from David Edmundson  ---
I suspect this is fixed wtih
https://invent.kde.org/plasma/kwin/-/merge_requests/5105

sliding popups is the best candidate in the paths available.

Can you confirm you're up to date with master and if it's gone since then

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

[kwin] [Bug 478061] Right click menu of the title bar doesn't stay open

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478061

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/b36894884e |ma/kwin/-/commit/8becf3cd68
   |ff05bff6121930c7468959d5b60 |f51c51754f16881b6bc449c16ad
   |72e |f67

--- Comment #6 from David Edmundson  ---
Git commit 8becf3cd68f51c51754f16881b6bc449c16adf67 by David Edmundson.
Committed on 15/02/2024 at 11:33.
Pushed by davidedmundson into branch 'Plasma/6.0'.

wayland: Dispatch mouse events to internal windows via QWindowSystemInterface

QWindowSystemInterface goes via QGuiApplication which updates some
internal properties. Most notably QGuiApplication::lastCursorPosition
which is used by advanced menu closing behaviour.
(cherry picked from commit b36894884eff05bff6121930c7468959d5b6072e)

M  +8-6src/input.cpp

https://invent.kde.org/plasma/kwin/-/commit/8becf3cd68f51c51754f16881b6bc449c16adf67

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

[plasmashell] [Bug 367815] Panel's widgets' expanded representations should close when user clicks on an empty area of the task manager

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=367815

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/5f7fd94fccbce316bdb6f723a |t/d942456b2aa08eaa1bc6e6bec
   |3b0f332a39f2d3f |e0b2c04e4ad4223

--- Comment #13 from David Edmundson  ---
Git commit d942456b2aa08eaa1bc6e6bece0b2c04e4ad4223 by David Edmundson.
Committed on 15/02/2024 at 11:34.
Pushed by davidedmundson into branch 'Plasma/6.0'.

panelview: Take focus from other Plasma windows when clicked

PanelView is a special case of a window, it is clickable, but it doesn't
take focus.

If we're interacting with other plasma components and a user clicks the
panel we still want focus to be drawn from those other components. This
patch makes PanelView fake focus out events. PanelView still does not
take focus, but any windows that close on focus out will work
appropriately.
FIXED-IN: 6.0
(cherry picked from commit 5f7fd94fccbce316bdb6f723a3b0f332a39f2d3f)

M  +11   -0shell/panelview.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/d942456b2aa08eaa1bc6e6bece0b2c04e4ad4223

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

[plasmashell] [Bug 367815] Panel's widgets' expanded representations should close when user clicks on an empty area of the task manager

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=367815

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/5f7fd94fccbce316bdb6f723a
   ||3b0f332a39f2d3f
   Version Fixed In||6.0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #12 from David Edmundson  ---
Git commit 5f7fd94fccbce316bdb6f723a3b0f332a39f2d3f by David Edmundson.
Committed on 15/02/2024 at 10:58.
Pushed by davidedmundson into branch 'master'.

panelview: Take focus from other Plasma windows when clicked

PanelView is a special case of a window, it is clickable, but it doesn't
take focus.

If we're interacting with other plasma components and a user clicks the
panel we still want focus to be drawn from those other components. This
patch makes PanelView fake focus out events. PanelView still does not
take focus, but any windows that close on focus out will work
appropriately.
FIXED-IN: 6.0

M  +11   -0shell/panelview.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/5f7fd94fccbce316bdb6f723a3b0f332a39f2d3f

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

[kwin] [Bug 478061] Right click menu of the title bar doesn't stay open

2024-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478061

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/b36894884e
   ||ff05bff6121930c7468959d5b60
   ||72e
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from David Edmundson  ---
Git commit b36894884eff05bff6121930c7468959d5b6072e by David Edmundson.
Committed on 15/02/2024 at 10:44.
Pushed by davidedmundson into branch 'master'.

wayland: Dispatch mouse events to internal windows via QWindowSystemInterface

QWindowSystemInterface goes via QGuiApplication which updates some
internal properties. Most notably QGuiApplication::lastCursorPosition
which is used by advanced menu closing behaviour.

M  +8-6src/input.cpp

https://invent.kde.org/plasma/kwin/-/commit/b36894884eff05bff6121930c7468959d5b6072e

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

[frameworks-kxmlgui] [Bug 439266] Apps' in-window menubars do not become visible again after removing a global menu applet

2024-02-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=439266

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kxmlgui/-/commit/ddc
   ||46135a0c68fc61efe0025efe47c
   ||36c9f40858

--- Comment #11 from David Edmundson  ---
Git commit ddc46135a0c68fc61efe0025efe47c36c9f40858 by David Edmundson.
Committed on 14/02/2024 at 10:12.
Pushed by davidedmundson into branch 'master'.

kmainwindow: Do not save menu bar visibilty when global menu is in use

KXmlGui tracks the visiblity of the QMenuBar widget to try to know if a
user has explicitly shown/hidden a menu.

When a native menu (global menu bar plasmoid) is in use the widget is
hidden, but not because the user explicitly wanted to not show the menu.

If a native menu bar is in use, it does not make sense to have a
save/restore the user preference for the menu.

M  +3-2src/kmainwindow.cpp

https://invent.kde.org/frameworks/kxmlgui/-/commit/ddc46135a0c68fc61efe0025efe47c36c9f40858

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

[systemsettings] [Bug 481072] Identify display button disappeared after recent update

2024-02-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481072

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kscreen/-/commit/833c329 |ma/kscreen/-/commit/03d1c14
   |ad926c713ea856c01668c549b09 |4851b7de93eb0cf4d79f8eb0273
   |80a7b0  |bda271

--- Comment #3 from David Edmundson  ---
Git commit 03d1c144851b7de93eb0cf4d79f8eb0273bda271 by David Edmundson, on
behalf of Yifan Zhu.
Committed on 14/02/2024 at 12:07.
Pushed by davidedmundson into branch 'Plasma/6.0'.

kcm: port remaining kcm.outputModel.rowCount()

Port the remaining kcm.outputModel.rowCount() > 1 to
kcm.multipleScreensAvailable left out in
5cf9c326baabfd8b55cee7fa09ef3c0a9b488f42.
FIXED-IN: 6.0


(cherry picked from commit 833c329ad926c713ea856c01668c549b0980a7b0)

M  +1-1kcm/ui/ScreenView.qml

https://invent.kde.org/plasma/kscreen/-/commit/03d1c144851b7de93eb0cf4d79f8eb0273bda271

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

[kwin] [Bug 478777] Visual glitches when dropping dragged windows to another virtual desktop

2024-02-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478777

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/eab90b6a0a
   ||cb3f20b0127f944fea1c68d340e
   ||3d2
 Resolution|--- |FIXED

--- Comment #4 from David Edmundson  ---
Git commit eab90b6a0acb3f20b0127f944fea1c68d340e3d2 by David Edmundson.
Committed on 14/02/2024 at 09:19.
Pushed by davidedmundson into branch 'master'.

overview: Explicitly reset parent on teradown

Instantiators create objects when they're added to a model, and
deference when when they're removed from the model.

When we explicitly set a parent in onObjectAdded we're creating a second
reference. This does get cleaned up later, but not in the same frame.

This brings us in line to what QQmlRepeater (which works with items)
does internally for items being added and removed.

M  +6-0src/plugins/private/qml/WindowHeap.qml

https://invent.kde.org/plasma/kwin/-/commit/eab90b6a0acb3f20b0127f944fea1c68d340e3d2

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

[gwenview] [Bug 480659] Icons in browse view overlapping

2024-02-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480659

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/gwenview/-/commit/6d77 |hics/gwenview/-/commit/2c0d
   |67290dd2ecde7ff5f6482211b6e |48c544a49378cd0a84443f46604
   |dba3a040c   |2cffea899

--- Comment #5 from David Edmundson  ---
Git commit 2c0d48c544a49378cd0a84443f466042cffea899 by David Edmundson.
Committed on 13/02/2024 at 15:09.
Pushed by davidedmundson into branch 'release/24.02'.

Update on window scale changes

On wayland we get meaningful devicePixelRatio changed events on the
window not the screen.

Gwenview caches images and has some logic in device pixels that needs
evaluating whenever the DPR changes. This introduces a small helper than
lives on the active window and updates the thumbnail size appropriately.
FIXED-IN: 24.02


(cherry picked from commit 6d7767290dd2ecde7ff5f6482211b6edba3a040c)

M  +60   -2lib/thumbnailview/thumbnailview.cpp

https://invent.kde.org/graphics/gwenview/-/commit/2c0d48c544a49378cd0a84443f466042cffea899

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

[gwenview] [Bug 480659] Icons in browse view overlapping

2024-02-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480659

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||24.02
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/gwenview/-/commit/6d77
   ||67290dd2ecde7ff5f6482211b6e
   ||dba3a040c

--- Comment #4 from David Edmundson  ---
Git commit 6d7767290dd2ecde7ff5f6482211b6edba3a040c by David Edmundson.
Committed on 13/02/2024 at 10:42.
Pushed by davidedmundson into branch 'master'.

Update on window scale changes

On wayland we get meaningful devicePixelRatio changed events on the
window not the screen.

Gwenview caches images and has some logic in device pixels that needs
evaluating whenever the DPR changes. This introduces a small helper than
lives on the active window and updates the thumbnail size appropriately.
FIXED-IN: 24.02

M  +60   -2lib/thumbnailview/thumbnailview.cpp

https://invent.kde.org/graphics/gwenview/-/commit/6d7767290dd2ecde7ff5f6482211b6edba3a040c

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

[kwin] [Bug 480788] kwin_wayland crashes when using arrow keys to move through results in multimonitor set-up

2024-02-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480788

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/95d4671a10 |ma/kwin/-/commit/8b73147fa9
   |904bf58e9ab23172766de450386 |6831b4f07b32f4550d4324db0c5
   |640 |be3

--- Comment #6 from David Edmundson  ---
Git commit 8b73147fa96831b4f07b32f4550d4324db0c5be3 by David Edmundson.
Committed on 09/02/2024 at 09:19.
Pushed by davidedmundson into branch 'Plasma/6.0'.

quickeffect: Avoid double delete of QQuickViews

Views are owned by the C++ backend, but also retrievable by invokables
to get neighbouring screens from JS space. By default Qt then transfers
ownership of the view to the QML collector. This results in double
ownership.


(cherry picked from commit 95d4671a10904bf58e9ab23172766de450386640)

M  +2-0src/effect/quickeffect.cpp

https://invent.kde.org/plasma/kwin/-/commit/8b73147fa96831b4f07b32f4550d4324db0c5be3

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

[plasmashell] [Bug 481062] "Manage Panels" out of sync with actual panels

2024-02-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481062

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Do you have your plasmashellrc +
.config/plasma-org.kde.plasma.desktop-appletsrc config files when this
happened?

I assume this was triggered with some custom scripting?

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

[plasmashell] [Bug 481057] Cannot exit "edit mode" with ESC key

2024-02-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481057

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
X11?

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

[kwin] [Bug 481048] wayland: shadow of gtk-themed windows prevents right click on desktop

2024-02-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481048

--- Comment #4 from David Edmundson  ---
We have the same problem exhibiting with xwaylandvideobridge 
kwin thinks xwayland should get the mouse, x doesn't have a window there that
wants input.

We can keep this resolved, I'm sure we have a billion bug reports on that, but
it's interesting to know it affects other things

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

[kwin] [Bug 481048] wayland: shadow of gtk-themed windows prevents right click on desktop

2024-02-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481048

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Is thunderbird running in xwayland?

A quick test is to run xprop and hover over thunderbird. If it goes into a +
cursor, it's xwayland

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

[systemsettings] [Bug 480881] When going back to Devices or Graphics categories already viewed - they become blank.

2024-02-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480881

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kinfocenter/-/commit/2de |ma/kinfocenter/-/commit/69d
   |76c72b888ebfd853cd8f96ee2d7 |3e9c9825886a8f5f07169f94d41
   |5730ea45e9  |1e9a46f9b8

--- Comment #5 from David Edmundson  ---
Git commit 69d3e9c9825886a8f5f07169f94d411e9a46f9b8 by David Edmundson.
Committed on 07/02/2024 at 15:57.
Pushed by davidedmundson into branch 'Plasma/6.0'.

Avoid QML singletons to work with shared QML engines

KCM's were registering singleton instances. This has the lifespan of the
QMLEngine, and we were using objects with the lifespan of the loaded
KCM. Recent changes share the QML engine used between modules.

We have an existing mechanism to link the C++ container to the loaded UI
which is used in all other system settings. Port everything to using the
attached kcm object and adding a getter there.
(cherry picked from commit 2de76c72b888ebfd853cd8f96ee2d75730ea45e9)

M  +9-2Modules/cpu/main.cpp
M  +1-2Modules/cpu/ui/main.qml
M  +9-2Modules/egl/main.cpp
M  +1-2Modules/egl/ui/main.qml
M  +9-2Modules/firmware_security/main.cpp
M  +1-2Modules/firmware_security/ui/main.qml
M  +9-2Modules/glx/main.cpp
M  +1-2Modules/glx/ui/main.qml
M  +10   -3Modules/interrupts/main.cpp
M  +1-2Modules/interrupts/ui/main.qml
M  +11   -4Modules/kwinsupportinfo/main.cpp
M  +1-2Modules/kwinsupportinfo/ui/main.qml
M  +9-2Modules/opencl/main.cpp
M  +1-2Modules/opencl/ui/main.qml
M  +10   -2Modules/pci/main.cpp
M  +1-3Modules/pci/ui/main.qml
M  +9-2Modules/vulkan/main.cpp
M  +1-2Modules/vulkan/ui/main.qml
M  +9-2Modules/wayland/main.cpp
M  +1-2Modules/wayland/ui/main.qml
M  +9-2Modules/xserver/main.cpp
M  +1-2Modules/xserver/ui/main.qml

https://invent.kde.org/plasma/kinfocenter/-/commit/69d3e9c9825886a8f5f07169f94d411e9a46f9b8

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

[kwin] [Bug 480962] glxgears window is black and doesn't show anything with nvidia driver (and also other apt installed applications)

2024-02-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480962

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
>ames or applications that are supposed to utilise the GPU can't display any 
>image, if they're installed using apt.
When installing the same games with flatpak (tried with Red Eclipse and
SuperTuxKart) they work perfectly.

These must be using different drivers. Flatpak installs it's own nvidia driver.

At that point we can assume it's a driver issue rather than a kwin issue.

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

[kwin] [Bug 480963] Kwin spams QObject::startTimer related warning in systemd journal during user input

2024-02-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480963

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #5 from David Edmundson  ---
We are unsure which timer this is. Can you confirm if any other 3rd party
scripts are running? We had a check for all ours but nothing was obvious.
If you can put a breakpoint on that line in qtimer.cpp from another computer
that would be best.

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

[systemsettings] [Bug 480881] When going back to Devices or Graphics categories already viewed - they become blank.

2024-02-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480881

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kinfocenter/-/commit/2de
   ||76c72b888ebfd853cd8f96ee2d7
   ||5730ea45e9
 Resolution|--- |FIXED

--- Comment #4 from David Edmundson  ---
Git commit 2de76c72b888ebfd853cd8f96ee2d75730ea45e9 by David Edmundson.
Committed on 07/02/2024 at 13:07.
Pushed by davidedmundson into branch 'master'.

Avoid QML singletons to work with shared QML engines

KCM's were registering singleton instances. This has the lifespan of the
QMLEngine, and we were using objects with the lifespan of the loaded
KCM. Recent changes share the QML engine used between modules.

We have an existing mechanism to link the C++ container to the loaded UI
which is used in all other system settings. Port everything to using the
attached kcm object and adding a getter there.

M  +9-2Modules/block_devices/main.cpp
M  +1-2Modules/block_devices/ui/main.qml
M  +9-2Modules/cpu/main.cpp
M  +1-2Modules/cpu/ui/main.qml
M  +9-2Modules/egl/main.cpp
M  +1-2Modules/egl/ui/main.qml
M  +9-2Modules/firmware_security/main.cpp
M  +1-2Modules/firmware_security/ui/main.qml
M  +9-2Modules/glx/main.cpp
M  +1-2Modules/glx/ui/main.qml
M  +10   -3Modules/interrupts/main.cpp
M  +1-2Modules/interrupts/ui/main.qml
M  +11   -4Modules/kwinsupportinfo/main.cpp
M  +1-2Modules/kwinsupportinfo/ui/main.qml
M  +9-2Modules/opencl/main.cpp
M  +1-2Modules/opencl/ui/main.qml
M  +10   -2Modules/pci/main.cpp
M  +1-3Modules/pci/ui/main.qml
M  +9-2Modules/vulkan/main.cpp
M  +1-2Modules/vulkan/ui/main.qml
M  +9-2Modules/wayland/main.cpp
M  +1-2Modules/wayland/ui/main.qml
M  +9-2Modules/xserver/main.cpp
M  +1-2Modules/xserver/ui/main.qml

https://invent.kde.org/plasma/kinfocenter/-/commit/2de76c72b888ebfd853cd8f96ee2d75730ea45e9

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

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-02-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480264

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/f51691f6a147b549109dc50d9
   ||2b28ae6a42fbab5
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from David Edmundson  ---
Git commit f51691f6a147b549109dc50d92b28ae6a42fbab5 by David Edmundson, on
behalf of Alessandro Astone.
Committed on 02/02/2024 at 16:21.
Pushed by aleasto into branch 'master'.

logout-greeter: Always answer dbus calls

Since "shutdown: Introduce support for KWin closing wayland windows"
plasma-shutdown is running for the whole time the KWin notification
is visible waiting for the user to choose whether to abort or
continue the logout.

If the user ignores the notification and clicks again to logout
we would hang the desktop while waiting for logout-greeter to answer.

M  +7-0logout-greeter/greeter.cpp
M  +0-5logout-greeter/main.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/f51691f6a147b549109dc50d92b28ae6a42fbab5

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

[frameworks-plasma] [Bug 415601] Plasma tooltips draw shadows from the dialog svg instead of the tooltip svg

2024-02-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=415601

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/libplasma/-/commit/69fe0
   ||b04ce363d750961975140fb96df
   ||8cad1b20
 Resolution|--- |FIXED

--- Comment #6 from David Edmundson  ---
Git commit 69fe0b04ce363d750961975140fb96df8cad1b20 by David Edmundson.
Committed on 02/02/2024 at 16:02.
Pushed by davidedmundson into branch 'master'.

Use correct prefix SVG prefix for tooltips

In various porting using the correct prefix for tooltips got lost.

This patch restores that by adding an additional prefix argument to the
constructor of PlasmaWindow and having a separate DialogShadows instance
per SVG prefix.

M  +1-1src/declarativeimports/core/tooltipdialog.cpp
M  +2-2src/plasmaquick/appletpopup.cpp
M  +1-1src/plasmaquick/appletpopup.h
M  +3-3src/plasmaquick/dialog.cpp
M  +13   -10   src/plasmaquick/dialogshadows.cpp
M  +3-3src/plasmaquick/dialogshadows_p.h
M  +7-5src/plasmaquick/plasmawindow.cpp
M  +1-1src/plasmaquick/plasmawindow.h
M  +2-2src/plasmaquick/popupplasmawindow.cpp
M  +1-1src/plasmaquick/popupplasmawindow.h

https://invent.kde.org/plasma/libplasma/-/commit/69fe0b04ce363d750961975140fb96df8cad1b20

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

[plasmashell] [Bug 435600] Noticeable Delay switching between Kickoff categories

2024-02-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=435600

--- Comment #9 from David Edmundson  ---
Git commit 2d99231da58713e3b9d5ba646a91a45e06c684b9 by David Edmundson.
Committed on 02/02/2024 at 09:34.
Pushed by davidedmundson into branch 'master'.

kickoff: Workaround Qt bug that causes excessive

ApplicationsPage tried to disable or enable sections at runtime, however
the code to disable grouping did not work quite as expected, instead it
looks up every role.

This is problematic as the model actions data role is excessively heavy,
checking service availablity.

The cause in Qt is identified and a merge review is pending.

M  +2-1applets/kickoff/package/contents/ui/ApplicationsPage.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/2d99231da58713e3b9d5ba646a91a45e06c684b9

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

[systemsettings] [Bug 480291] Resolution of screen is incorrect

2024-01-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480291

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
As a fast fix I suggest dropping the label that shows the resolution

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

[plasmashell] [Bug 435600] Noticeable Delay switching between Kickoff categories

2024-01-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=435600

--- Comment #6 from David Edmundson  ---
Is there high CPU at the same time? There's a bug of kservice cache constantly
updating. I'll look into that first and then we can see what other issues
remain.

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

[Plasma Workspace Wallpapers] [Bug 480212] TO BE DELETED

2024-01-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480212

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||k...@davidedmundson.co.uk

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

[kde] [Bug 479891] Some text glyphs in QML software are mis-aligned or squished when using a fractional scale factor

2024-01-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=479891

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #13 from David Edmundson  ---
>Isn't there a subsurface alignment issue in KWin?

Even if there was, the examples above aren't used subsurfaces

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

[plasmashell] [Bug 480011] plasmashell ui freeze via qdbus javascript infinite loop

2024-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480011

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[plasmashell] [Bug 480011] plasmashell ui freeze via qdbus javascript infinite loop

2024-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480011

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from David Edmundson  ---
This is expected behaviour

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

[plasmashell] [Bug 480112] PlasmaCore.DataSource "executable" engine arbitrary code execution via any QML file in backdoored wallpaper plugins, themes, etc. distributed via store.kde.org

2024-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480112

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

<    1   2   3   4   5   6   7   8   9   10   >