[Powerdevil] [Bug 486506] Firefox (Flatpak) does not inhibit power management when playing videos

2024-05-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486506

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #6 from Kai Uwe Broulik  ---
Perhaps the sandbox prevents it from working properly like it breaks Plasma
Browser Integration, too

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

[plasmashell] [Bug 486665] Plasmashell crashes randomly

2024-05-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486665

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/bf8545946cc340c262911c0ba
   ||94e28661a7feb8a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Kai Uwe Broulik  ---
Git commit bf8545946cc340c262911c0ba94e28661a7feb8a by Kai Uwe Broulik.
Committed on 14/05/2024 at 12:30.
Pushed by broulik into branch 'master'.

Notifications: Restore custom DragHelper

When the notification popup closes, the ListView mode is unloaded to
save some resources. On Wayland, during drag and drop another window
might be raised and focussed causing the notification popup to close.

QtQuick's built-in drag handling does not take kind to having the
item it's operating on destroyed behind its back, particularly because
it uses a freaking' nested event loop inside of dragStarted!

Restore the original DragHandler which detaches the drag operation
entirely from the item that triggered it. It also creates a proper
drag pixmap for dragging the file icon and keeps it for the entire
duration of the drag.

As a bonus this also lets us export the URL to the Document portal
to enable drag and drop of thumbnails to sandboxed apps.
Related: bug 484546

M  +3-0applets/notifications/CMakeLists.txt
A  +84   -0applets/notifications/draghelper.cpp [License: GPL(3+eV)
GPL(v3.0) GPL(v2.0)]
A  +42   -0applets/notifications/draghelper.h [License: GPL(3+eV)
GPL(v3.0) GPL(v2.0)]
M  +4-0applets/notifications/notificationapplet.cpp
M  +10   -9applets/notifications/package/contents/ui/DraggableFileArea.qml
M  +2-5applets/notifications/package/contents/ui/JobItem.qml
M  +2-5applets/notifications/package/contents/ui/ThumbnailStrip.qml

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

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

[plasmashell] [Bug 484546] Plasma crashes when drag'n'dropping file from notifications menu

2024-05-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=484546

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/bf8545946cc340c262911c0ba
   ||94e28661a7feb8a

--- Comment #2 from Kai Uwe Broulik  ---
Git commit bf8545946cc340c262911c0ba94e28661a7feb8a by Kai Uwe Broulik.
Committed on 14/05/2024 at 12:30.
Pushed by broulik into branch 'master'.

Notifications: Restore custom DragHelper

When the notification popup closes, the ListView mode is unloaded to
save some resources. On Wayland, during drag and drop another window
might be raised and focussed causing the notification popup to close.

QtQuick's built-in drag handling does not take kind to having the
item it's operating on destroyed behind its back, particularly because
it uses a freaking' nested event loop inside of dragStarted!

Restore the original DragHandler which detaches the drag operation
entirely from the item that triggered it. It also creates a proper
drag pixmap for dragging the file icon and keeps it for the entire
duration of the drag.

As a bonus this also lets us export the URL to the Document portal
to enable drag and drop of thumbnails to sandboxed apps.
Related: bug 486665

M  +3-0applets/notifications/CMakeLists.txt
A  +84   -0applets/notifications/draghelper.cpp [License: GPL(3+eV)
GPL(v3.0) GPL(v2.0)]
A  +42   -0applets/notifications/draghelper.h [License: GPL(3+eV)
GPL(v3.0) GPL(v2.0)]
M  +4-0applets/notifications/notificationapplet.cpp
M  +10   -9applets/notifications/package/contents/ui/DraggableFileArea.qml
M  +2-5applets/notifications/package/contents/ui/JobItem.qml
M  +2-5applets/notifications/package/contents/ui/ThumbnailStrip.qml

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

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

[plasmashell] [Bug 480693] Major memory leak when changing wallpapers

2024-05-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480693

--- Comment #12 from Kai Uwe Broulik  ---
But I cannot reproduce it rising as I change wallpapers

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

[plasmashell] [Bug 480693] Major memory leak when changing wallpapers

2024-05-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480693

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #11 from Kai Uwe Broulik  ---
Yup, I am seeing a 60 MiB leak in heaptrack in the wallpaper stuff...

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

[plasmashell] [Bug 486810] Some settings pages are missing

2024-05-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486810

--- Comment #4 from Kai Uwe Broulik  ---
~/.cache, not ~/.config

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

[plasmashell] [Bug 486810] Some settings pages are missing

2024-05-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486810

--- Comment #3 from Kai Uwe Broulik  ---
Try removing ~/.config/systemsettings and see if the problem goes away.

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

[plasmashell] [Bug 486810] Some settings pages are missing

2024-05-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486810

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
This usually goes away when I clear the relevant QML cache suggesting there’s
an issue with Qt’s qml module qmlcachegen situation.

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

[Discover] [Bug 486726] discover needs to include the fwupd version in the user agent

2024-05-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486726

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/-/commit/3d5ad3 |ma/discover/-/commit/33202c
   |e32c273000720738b834aa0aedd |20e7fa28b20710f5a665e882683
   |1f0b23a |ac8a0d9

--- Comment #3 from Kai Uwe Broulik  ---
Git commit 33202c20e7fa28b20710f5a665e882683ac8a0d9 by Kai Uwe Broulik.
Committed on 08/05/2024 at 06:29.
Pushed by broulik into branch 'Plasma/6.0'.

FwupdBackend: Set user agent from client

Ensures it include any information fwupd expects/sets,
such as the fwupd version, distro version,
in addition to our package version.


(cherry picked from commit 3d5ad3e32c273000720738b834aa0aedd1f0b23a)

M  +3-2libdiscover/backends/FwupdBackend/FwupdTransaction.cpp

https://invent.kde.org/plasma/discover/-/commit/33202c20e7fa28b20710f5a665e882683ac8a0d9

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

[Discover] [Bug 486726] discover needs to include the fwupd version in the user agent

2024-05-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486726

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/3d5ad3
   ||e32c273000720738b834aa0aedd
   ||1f0b23a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit 3d5ad3e32c273000720738b834aa0aedd1f0b23a by Kai Uwe Broulik.
Committed on 08/05/2024 at 06:22.
Pushed by broulik into branch 'master'.

FwupdBackend: Set user agent from client

Ensures it include any information fwupd expects/sets,
such as the fwupd version, distro version,
in addition to our package version.

M  +3-2libdiscover/backends/FwupdBackend/FwupdTransaction.cpp

https://invent.kde.org/plasma/discover/-/commit/3d5ad3e32c273000720738b834aa0aedd1f0b23a

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

[plasmashell] [Bug 486743] Notifications leak memory

2024-05-07 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486743

--- Comment #1 from Kai Uwe Broulik  ---
I had a quick look with hotspot and it seems like there’s a leak in QRhi
somewhere. Seems every window gets its own RHI instance with its own glyph
cache which is then leaked. Alas, I haven’t managed to figure out where it
comes from or what the remedy would be, or if that’s even the case, or why it
only really shows with notifications (I doubt it’s only notifications but they
create a new window every time).

for reference the leak stack in heaptrack:
2,7MB (33.2%) contribution to peak consumption in
QRhi::nextResourceUpdateBatch() in libQt6Gui.so.6 and below.
2,7MB (33.2%) contribution to peak consumption in
QSGDefaultRenderContext::glyphCacheResourceUpdates() in libQt6Quick.so.6 and
below.
2,7MB (33.2%) contribution to peak consumption in
QSGRhiTextureGlyphCache::createEmptyTexture(QRhiTexture::Format) in
libQt6Quick.so.6 and below.
2,7MB (33.2%) contribution to peak consumption in
QSGRhiTextureGlyphCache::endFillTexture() in libQt6Quick.so.6 and below.
2,8MB (34.5%) contribution to peak consumption in
QTextureGlyphCache::fillInPendingGlyphs() in libQt6Gui.so.6 and below.
2,8MB (34.9%) contribution to peak consumption in
QSGTextMaskMaterial::populate(QPointF const&, QList const&,
QList const&, QSGGeometry*, QRectF*, QPointF*, QMargins const&) in
libQt6Quick.so.6 and below.
2,8MB (35%) contribution to peak consumption in QSGDefaultGlyphNode::update()
in libQt6Quick.so.6 and below.
2,8MB (35.1%) contribution to peak consumption in
QSGInternalTextNode::addGlyphs(QPointF const&, QGlyphRun const&, QColor const&,
QQuickText::TextStyle, QColor const&, QSGNode*) in libQt6Quick.so.6 and below.
2,8MB (35.1%) contribution to peak consumption in
QQuickTextNodeEngine::addToSceneGraph(QSGInternalTextNode*,
QQuickText::TextStyle, QColor const&) in libQt6Quick.so.6 and below.
2,8MB (35.1%) contribution to peak consumption in
QSGInternalTextNode::doAddTextLayout(QPointF, QTextLayout*, int, int, int, int)
in libQt6Quick.so.6 and below.
2,8MB (35.1%) contribution to peak consumption in
QSGTextNode::addTextLayout(QPointF, QTextLayout*, int, int, int, int) in
libQt6Quick.so.6 and below.
2,9MB (35.6%) contribution to peak consumption in
QQuickText::updatePaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*) in
libQt6Quick.so.6 and below.
3,0MB (37.5%) contribution to peak consumption in
QQuickWindowPrivate::updateDirtyNode(QQuickItem*) in libQt6Quick.so.6 and
below.
3,0MB (37.6%) contribution to peak consumption in
QQuickWindowPrivate::updateDirtyNodes() in libQt6Quick.so.6 and below.
3,1MB (38%) contribution to peak consumption in
QQuickWindowPrivate::syncSceneGraph() in libQt6Quick.so.6 and below.
3,1MB (38%) contribution to peak consumption in QSGRenderThread::sync(bool) in
libQt6Quick.so.6 and below.
5,6MB (69.6%) contribution to peak consumption in
QSGRenderThread::syncAndRender() in libQt6Quick.so.6 and below.
7,1MB (88.2%) contribution to peak consumption in QSGRenderThread::run() in
libQt6Quick.so.6 and below.
7,1MB (88.2%) contribution to peak consumption in
terminate_on_exception >::operator()
in libQt6Core.so.6 and below.

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

[systemsettings] [Bug 486558] No notification sounds on Kubuntu 24.04 (minimal installation)

2024-05-07 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486558

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@privat.broulik.de
 Resolution|--- |NOT A BUG

--- Comment #4 from Kai Uwe Broulik  ---
There is currently no “default” notification sound handling. A simple
notify-send will not play anything. KDE apps play the sound they deem
appropriate for the given event which can be a generic ”Notification” but
doesn’t have to.

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

[plasma-pa] [Bug 486657] volume decreases when mixer popup hides

2024-05-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=486657

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|general |general
Product|plasmashell |plasma-pa
 CC||isma...@gmail.com,
   ||k...@privat.broulik.de,
   ||m...@ratijas.tk
   Target Milestone|1.0 |---

--- Comment #1 from Kai Uwe Broulik  ---
Likely the volume monitors. We install a monitor on all streams to show the
live output/input peak. This might cause a headset to switch modes (e.g. from
high fidelity audio output to handsfree output + microphone). Might have other
effects, too.

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

[kwin] [Bug 475922] kwin_wayland freeze loop on DisplayLink connection

2024-05-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=475922

--- Comment #20 from Kai Uwe Broulik  ---
If anyone experiencing this bug could test the above merge request that would
be appreciated. I cannot reproduce the issue on my DisplayLink docking station
so I’m wary of merging it without having verified it actually fixes the issue
(and doesn’t make things worse)

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

[plasmashell] [Bug 485455] Audio indicators missing

2024-05-01 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=485455

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/libr
   ||aries/pulseaudio-qt/-/commi
   ||t/9a09133fb368ba400e5748dcf
   ||88a32a478d44ea0
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit 9a09133fb368ba400e5748dcf88a32a478d44ea0 by Kai Uwe Broulik.
Committed on 01/05/2024 at 08:28.
Pushed by broulik into branch 'master'.

Stream: Fix client

In pulseaudio-qt, client is a *list*, unlike plasma-pa where it was
a map where the PulseAudio index was used as key.

Fix it by looking for the client in the given list instead.

M  +8-1src/stream.cpp

https://invent.kde.org/libraries/pulseaudio-qt/-/commit/9a09133fb368ba400e5748dcf88a32a478d44ea0

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

[frameworks-solid] [Bug 485507] Unspecified Error With LUKS Encrypted Removable Drives

2024-04-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=485507

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/solid/-/commit/9ecaf
   ||388ccd41d2831ab3833c26627f7
   ||2ab78f40

--- Comment #15 from Kai Uwe Broulik  ---
Git commit 9ecaf388ccd41d2831ab3833c26627f72ab78f40 by Kai Uwe Broulik.
Committed on 17/04/2024 at 10:55.
Pushed by broulik into branch 'master'.

udisks: Return empty string for "root" clearTextPath

There cannot be an empty object path on DBus, so "/" is used to denote
no clear text device. Return empty string explicitly here to avoid
littering even more places with empty || "/" checks.

M  +5-1src/solid/devices/backends/udisks2/udisksstorageaccess.cpp

https://invent.kde.org/frameworks/solid/-/commit/9ecaf388ccd41d2831ab3833c26627f72ab78f40

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

[Powerdevil] [Bug 485437] Powerdevil restricts the minimum monitor brightness to 1%, causing it to be unable to reach the lowest possible brightness

2024-04-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=485437

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
You can still use the brightness keys to go to 0%?

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

[Spectacle] [Bug 484892] Rectangular selection unusably slow

2024-04-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=484892

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #6 from Kai Uwe Broulik  ---
Can confirm on Qt 6.7.

Not entirely sure what changed but changing the scale to 1,1 fixes it for me
[1]. Probably just one link in the chain that gets broken and then it stops
this loop but of course looks a bit broken then

[1]
https://invent.kde.org/graphics/spectacle/-/blob/master/src/Gui/Handle.qml?ref_type=heads#L166

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

[kwin] [Bug 460819] Dialog Parent does not dim parent window on Wayland

2024-04-04 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=460819

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Kai Uwe Broulik  ---
Qt has been merged, so has KWin. So on Plasma 6.1 with Qt 6.8 it should work.

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

[plasmashell] [Bug 465031] Plasma crashed after disconnecting Bluetooth device

2024-03-26 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=465031

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---
https://codereview.qt-project.org/c/qt/qtdeclarative/+/536727 wonder if this
helps

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

[plasmashell] [Bug 483985] plasmashell crashes in QQuickAccessibleAttached::setRole

2024-03-26 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483985

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM
 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---
Qt bug: https://codereview.qt-project.org/c/qt/qtdeclarative/+/551356

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

[kwin] [Bug 475922] kwin_wayland freeze loop on DisplayLink connection

2024-03-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=475922

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #19 from Kai Uwe Broulik  ---
Possible workaround: https://invent.kde.org/plasma/kwin/-/merge_requests/5513

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

[Breeze] [Bug 483487] Kate crash clicking on "empty" horizontal scroll bar line

2024-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483487

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/breeze/-/commit/8af48c52 |ma/breeze/-/commit/c949bb4b
   |063d04883c055ba3cf0f5a2ddef |d288bba5eda06e9a89ea0a05492
   |ef41c   |0c719

--- Comment #7 from Kai Uwe Broulik  ---
Git commit c949bb4bd288bba5eda06e9a89ea0a054920c719 by Kai Uwe Broulik.
Committed on 16/03/2024 at 11:50.
Pushed by broulik into branch 'Plasma/6.0'.

kstyle: Don't send event to disabled scroll bar

If nobody accepts the event, it can lead to infinite recursion.


(cherry picked from commit 8af48c52063d04883c055ba3cf0f5a2ddefef41c)

M  +1-1kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/-/commit/c949bb4bd288bba5eda06e9a89ea0a054920c719

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

[plasma-nm] [Bug 479230] Network graph always shows 2 GiB/s download speed

2024-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479230

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-nm/-/commit/ba505 |ma/plasma-nm/-/commit/9dd7b
   |d0d93629645d928087fddfc9417 |54936b76e6e06ca1318c2932bb7
   |73af086a|ea42007a

--- Comment #16 from Kai Uwe Broulik  ---
Git commit 9dd7b54936b76e6e06ca1318c2932bb7ea42007a by Kai Uwe Broulik.
Committed on 16/03/2024 at 11:49.
Pushed by broulik into branch 'Plasma/6.0'.

Use "double" for storing received/sent bytes

An int can overflow and lead to negative and nonsensical
speed values.


(cherry picked from commit ba505d0d93629645d928087fddfc941773af086a)

M  +3-2applet/contents/ui/ConnectionItem.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/9dd7b54936b76e6e06ca1318c2932bb7ea42007a

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

[plasma-nm] [Bug 479230] Network graph always shows 2 GiB/s download speed

2024-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479230

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-nm/-/commit/ba505
   ||d0d93629645d928087fddfc9417
   ||73af086a
 Status|CONFIRMED   |RESOLVED

--- Comment #15 from Kai Uwe Broulik  ---
Git commit ba505d0d93629645d928087fddfc941773af086a by Kai Uwe Broulik.
Committed on 16/03/2024 at 10:37.
Pushed by broulik into branch 'master'.

Use "double" for storing received/sent bytes

An int can overflow and lead to negative and nonsensical
speed values.

M  +3-2applet/contents/ui/ConnectionItem.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/ba505d0d93629645d928087fddfc941773af086a

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

[Breeze] [Bug 483487] Kate crash clicking on "empty" horizontal scroll bar line

2024-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483487

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/-/commit/8af48c52
   ||063d04883c055ba3cf0f5a2ddef
   ||ef41c

--- Comment #6 from Kai Uwe Broulik  ---
Git commit 8af48c52063d04883c055ba3cf0f5a2ddefef41c by Kai Uwe Broulik.
Committed on 14/03/2024 at 22:06.
Pushed by cullmann into branch 'master'.

kstyle: Don't send event to disabled scroll bar

If nobody accepts the event, it can lead to infinite recursion.

M  +1-1kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/-/commit/8af48c52063d04883c055ba3cf0f5a2ddefef41c

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

[frameworks-plasma] [Bug 483572] New: Cannot repeadly click next or previous month to navigate quickly

2024-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483572

Bug ID: 483572
   Summary: Cannot repeadly click next or previous month to
navigate quickly
Classification: Frameworks and Libraries
   Product: frameworks-plasma
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: components
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: ---

SUMMARY
When clicking next or previous month button in the calendar quickly, it doesn't
switch months properly. It animates whenever I click but will just animate to
the same month again. I have to wait for the animation to finish before I can
click again.

STEPS TO REPRODUCE
1. Open calendar in digital clock
2. Click next 5 times

OBSERVED RESULT
I see April 2024 (today is March 2024)

EXPECTED RESULT
I see August 2024

SOFTWARE/OS VERSIONS 
Linux/KDE Plasma: git master as of 2022-03-14
Qt Version: 6.6.2

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

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

2024-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483374

Kai Uwe Broulik  changed:

   What|Removed |Added

   Version Fixed In||6.1.0

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

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

2024-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483374

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Kai Uwe Broulik  ---
But it seems shutdown is the default option now. Closing. The fact that the
setting is carried over from 5 and breaks the dialog is a different bug, I
guess.

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

[Breeze] [Bug 482581] Dolphin icon no longer changes according to the accent color

2024-03-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482581

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/-/commit/3a7e54f
   ||4b4c0b795279360cbe01d8dc423
   ||45607f
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||24.02.1
 Resolution|--- |FIXED

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 3a7e54f4b4c0b795279360cbe01d8dc42345607f by Kai Uwe Broulik.
Committed on 13/03/2024 at 17:18.
Pushed by broulik into branch 'master'.

Sync Dolphin icon with Breeze system-file-manager

The upstream Breeze variant colorizes based on the user's color scheme
which was lost when Dolphin switched to using its org.kde.dolphin icon.
FIXED-IN: 24.02.1

M  +136  -290  src/icons/org.kde.dolphin.svg

https://invent.kde.org/system/dolphin/-/commit/3a7e54f4b4c0b795279360cbe01d8dc42345607f

-- 
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 Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483374

--- Comment #3 from Kai Uwe Broulik  ---
Also, be glad I am annoyed by this too, and I will ignore your second comment,
otherwise good luck trying to convince someone of your arguments with that
tone.

-- 
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 Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483374

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
I agree. While I believe most people leave their computer through the Kickoff
menu, and got confused by the options, which is why the menu is also simplified
in the upcoming 6.1, I use the “Leave” option on the context menu to leave my
session and am annoyed it’s defunct now, too.

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

[plasmashell] [Bug 483417] No Tabs on Icons-Only-Taskmanager

2024-03-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483417

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
   Severity|normal  |wishlist

--- Comment #1 from Kai Uwe Broulik  ---
Because why would they?

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

[plasmashell] [Bug 483351] plasma-emojier high memory usage

2024-03-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=483351

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
Sounds like https://bugreports.qt.io/browse/QTBUG-120007

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

[plasmashell] [Bug 482889] plasmashell hits ASSERT on startup after upgrade to 6.0.0

2024-03-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482889

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/
   |0504f0e0ef2b0ebc4f1b1faa9ee |0264726f8720d3093bd3ba10f61
   |8c74d2191931b   |07197b4f90be3

--- Comment #8 from Kai Uwe Broulik  ---
Git commit 0264726f8720d3093bd3ba10f6107197b4f90be3 by Kai Uwe Broulik.
Committed on 09/03/2024 at 12:33.
Pushed by broulik into branch 'Plasma/6.0'.

Folder Model: Handle invalid URL in desktop file

There's no point in handling an invalid URL, and
KProtocolInfo asserts that the scheme is not empty.


(cherry picked from commit 0504f0e0ef2b0ebc4f1b1faa9ee8c74d2191931b)

M  +4-1containments/desktop/plugins/folder/foldermodel.cpp

https://invent.kde.org/plasma/plasma-desktop/-/commit/0264726f8720d3093bd3ba10f6107197b4f90be3

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

[plasmashell] [Bug 482889] plasmashell hits ASSERT on startup after upgrade to 6.0.0

2024-03-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482889

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||0504f0e0ef2b0ebc4f1b1faa9ee
   ||8c74d2191931b

--- Comment #7 from Kai Uwe Broulik  ---
Git commit 0504f0e0ef2b0ebc4f1b1faa9ee8c74d2191931b by Kai Uwe Broulik.
Committed on 09/03/2024 at 12:23.
Pushed by broulik into branch 'master'.

Folder Model: Handle invalid URL in desktop file

There's no point in handling an invalid URL, and
KProtocolInfo asserts that the scheme is not empty.

M  +4-1containments/desktop/plugins/folder/foldermodel.cpp

https://invent.kde.org/plasma/plasma-desktop/-/commit/0504f0e0ef2b0ebc4f1b1faa9ee8c74d2191931b

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

[plasmashell] [Bug 482889] plasmashell hits ASSERT on startup after upgrade to 6.0.0

2024-03-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482889

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||fa...@kde.org

--- Comment #5 from Kai Uwe Broulik  ---
Hmm, [$e] should expand environment variables. I know we dumbed down the
evironment expansion for security reasons when used in desktop files which
could have broken this here? @dfaure you have any idea?

Either way, let's not assert in Folder Model about broken URLs.

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

[plasmashell] [Bug 482889] plasmashell hits ASSERT on startup after upgrade to 6.0.0

2024-03-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482889

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
Sounds like a trivial fix but I’d like to understand how the scheme can be
empty in the first place. Any chance you could look at what the url is it tries
to check? Looks like a broken desktop file you have there?

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

[Bluedevil] [Bug 449517] Applet instance should show a brief error in addition to the notification about connection failure

2024-03-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=449517

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/bluedevil/-/commit/3efb2
   ||a2dbe8e60de11a6033ef4977f64
   ||100a9646
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit 3efb2a2dbe8e60de11a6033ef4977f64100a9646 by Kai Uwe Broulik, on
behalf of Patrik Fábián.
Committed on 05/03/2024 at 12:55.
Pushed by broulik into branch 'master'.

applet: Indicate connnection failure in the applet

There is no indication of an unsuccessful connection attempt in the applet,
only a notification is shown, which could be missed in some cases.

This adds a "Connection failed" message under the device's name.

M  +5-0src/applet/package/contents/ui/DeviceItem.qml

https://invent.kde.org/plasma/bluedevil/-/commit/3efb2a2dbe8e60de11a6033ef4977f64100a9646

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

[Breeze] [Bug 482182] Breeze is mixes up light & dark

2024-03-01 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=482182

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Judging from the slider this isn't actually Breeze theme but looks like Fusion.
Maybe some dependency is missing.

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

[plasmashell] [Bug 481912] Feature request: Wayland remote login sessions with Plasma, like xrdp

2024-02-29 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481912

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
There’s also this effort by Google:
https://mail.kde.org/pipermail/kde-devel/2024-February/002476.html with
https://gitlab.freedesktop.org/jadahl/xdg-specs/-/merge_requests/1

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

[xdg-desktop-portal-kde] [Bug 481972] File picker closes when scrolling

2024-02-29 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481972

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #4 from Kai Uwe Broulik  ---
Wonder if that is also that wayland relative motion protocol issue, i.e.
"wl_pointer has no event 10"

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

[systemsettings] [Bug 481840] Removing a VPN connection is impossible on 6.0

2024-02-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481840

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-nm/-/commit/341a1 |ma/plasma-nm/-/commit/2fd1b
   |db2f4503d30abd85ecb0622ee67 |7960defbe794c48bddb61d3d123
   |c27838b0|286b0c1c

--- Comment #8 from Kai Uwe Broulik  ---
Git commit 2fd1b7960defbe794c48bddb61d3d123286b0c1c by Kai Uwe Broulik.
Committed on 27/02/2024 at 14:56.
Pushed by broulik into branch 'Plasma/6.0'.

KCM: Work around MessageDialog not emitting accepted signal

Reported as QTBUG-122770


(cherry picked from commit 341a1db2f4503d30abd85ecb0622ee67c27838b0)

M  +8-5kcm/qml/main.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/2fd1b7960defbe794c48bddb61d3d123286b0c1c

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

[systemsettings] [Bug 481840] Removing a VPN connection is impossible on 6.0

2024-02-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481840

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-nm/-/commit/341a1
   ||db2f4503d30abd85ecb0622ee67
   ||c27838b0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Kai Uwe Broulik  ---
Git commit 341a1db2f4503d30abd85ecb0622ee67c27838b0 by Kai Uwe Broulik.
Committed on 27/02/2024 at 14:51.
Pushed by broulik into branch 'master'.

KCM: Work around MessageDialog not emitting accepted signal

Reported as QTBUG-122770

M  +8-5kcm/qml/main.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/341a1db2f4503d30abd85ecb0622ee67c27838b0

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

[Bluedevil] [Bug 481759] After sending a file to Bluetooth device via Bluetooth applet, notification shows a clickable link that's always wrong

2024-02-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481759

Kai Uwe Broulik  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/f807a2793bd91360324469c5e |t/403431b1b801326cbca732dbc
   |2f1b621a62be426 |c759a719c1bb7f0

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 403431b1b801326cbca732dbcc759a719c1bb7f0 by Kai Uwe Broulik.
Committed on 27/02/2024 at 11:19.
Pushed by broulik into branch 'Plasma/6.0'.

Notifications: Only convert absolute paths to file URLs

If the contents is just e.g. a device name, there's no point
in turning it into a URL.


(cherry picked from commit f807a2793bd91360324469c5e2f1b621a62be426)

M  +5-0libnotificationmanager/job_p.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/403431b1b801326cbca732dbcc759a719c1bb7f0

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

[kfontview] [Bug 439470] KFontView is unable to open or install a font on Wayland

2024-02-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=439470

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #26 from Kai Uwe Broulik  ---
Yes. Reworking the font management to be independent of X is a whole different
story. I am working on it but it will take a lot of effort, so I won't promise
it will be done soon.

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

[Bluedevil] [Bug 481759] After sending a file to Bluetooth device via Bluetooth applet, notification shows a clickable link that's always wrong

2024-02-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481759

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #3 from Kai Uwe Broulik  ---
Git commit f807a2793bd91360324469c5e2f1b621a62be426 by Kai Uwe Broulik.
Committed on 27/02/2024 at 09:22.
Pushed by broulik into branch 'master'.

Notifications: Only convert absolute paths to file URLs

If the contents is just e.g. a device name, there's no point
in turning it into a URL.

M  +5-0libnotificationmanager/job_p.cpp

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

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

[systemsettings] [Bug 481840] Removing a VPN connection is impossible on 6.0

2024-02-26 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481840

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[systemsettings] [Bug 481840] Removing a VPN connection is impossible on 6.0

2024-02-26 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481840

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #5 from Kai Uwe Broulik  ---
QtQuick Dialogs, the gift that keeps on giving. For some reason the onAccepted
handler is never called... (For 6.1 we should really provide our own dialog
implementation through plasma-integration)

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

[plasmashell] [Bug 481759] Error message after click on the link from the notification shown after sending a file via Bluetooth applet

2024-02-26 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481759

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[xdg-desktop-portal-kde] [Bug 481678] New: xdg-desktop-portal-kde process does not quit when DBus connection is lost

2024-02-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481678

Bug ID: 481678
   Summary: xdg-desktop-portal-kde process does not quit when DBus
connection is lost
Classification: Plasma
   Product: xdg-desktop-portal-kde
   Version: 5.27.10
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org
  Target Milestone: ---

SUMMARY
When running XDG desktop portal kde with its own DBus daemon, it does not quit
when the DBus daemon dies. xdg-desktop-portal and xdg-desktop-portal-gtk quit
but the kde one sticks around

STEPS TO REPRODUCE
1. export $(dbus-launch)
2. qdbusviewer (Qt 6 version seems to call into the portal immediately)
3. kill $DBUS_SESSION_BUS_PID

OBSERVED RESULT
xdg-desktop-portal and xdg-desktop-portal-kde quit, xdg-desktop-portal-kde
remains

EXPECTED RESULT
xdg-desktop-portal-kde also quits

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.27.10
Qt Version: 5.15.3 (6.8 git dev)

ADDITIONAL INFORMATION
They can accumulate so much that eventually X apps fail to start with "too many
clients connected"

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

[plasmashell] [Bug 481636] Custom date format doesn't respect regional settings

2024-02-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481636

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||6.0.0
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/f3ef11ea6915d549fe04289c2
   ||a9958f4368e4e5b
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Fixed in 6.0 final by
https://invent.kde.org/plasma/plasma-workspace/-/commit/f3ef11ea6915d549fe04289c2a9958f4368e4e5b

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

[kio-extras] [Bug 462381] KIO-Extras AFC URL error

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=462381

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/kio-extras/-/commit/6ea |ork/kio-extras/-/commit/85e
   |74a117a85235238567d758ab0d0 |831b581466f737b2111b0cff034
   |da60829d55  |f3756bc209

--- Comment #11 from Kai Uwe Broulik  ---
Git commit 85e831b581466f737b2111b0cff034f3756bc209 by Kai Uwe Broulik.
Committed on 20/02/2024 at 19:49.
Pushed by broulik into branch 'release/24.02'.

afc: Drop pretty name handling

Instead, set UDI as host and rely on KFilePlaces to
match up the names.


(cherry picked from commit 6ea74a117a85235238567d758ab0d0da60829d55)

M  +13   -6afc/afcurl.cpp
M  +2-0afc/afcurl.h
M  +14   -108  afc/kio_afc.cpp
M  +1-5afc/kio_afc.h

https://invent.kde.org/network/kio-extras/-/commit/85e831b581466f737b2111b0cff034f3756bc209

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

[kio-extras] [Bug 462381] KIO-Extras AFC URL error

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=462381

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kio-extras/-/commit/6ea
   ||74a117a85235238567d758ab0d0
   ||da60829d55
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Kai Uwe Broulik  ---
Git commit 6ea74a117a85235238567d758ab0d0da60829d55 by Kai Uwe Broulik.
Committed on 20/02/2024 at 14:20.
Pushed by broulik into branch 'master'.

afc: Drop pretty name handling

Instead, set UDI as host and rely on KFilePlaces to
match up the names.

M  +13   -6afc/afcurl.cpp
M  +2-0afc/afcurl.h
M  +14   -108  afc/kio_afc.cpp
M  +1-5afc/kio_afc.h

https://invent.kde.org/network/kio-extras/-/commit/6ea74a117a85235238567d758ab0d0da60829d55

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

[kscreenlocker] [Bug 481588] Default delay before password is required is too long.

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481588

Kai Uwe Broulik  changed:

   What|Removed |Added

   Severity|normal  |major

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

[kscreenlocker] [Bug 481588] Default delay before password is required is too long.

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481588

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||k...@privat.broulik.de
 Ever confirmed|0   |1

--- Comment #1 from Kai Uwe Broulik  ---
Agreed. This used to be 5 seconds... 
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/175

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

[kio-extras] [Bug 462381] KIO-Extras AFC URL error

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=462381

--- Comment #8 from Kai Uwe Broulik  ---
Git commit 1b5301fa84403700faa359d7e41d9a4cc31bf5d0 by Kai Uwe Broulik.
Committed on 20/02/2024 at 13:36.
Pushed by broulik into branch 'master'.

KFilePlacesItem: Strip UDI prefix for player URLs

The relevant protocol handler already knows what device it's expecting.

Except for MTP, which expects mtp:udi= and its internals are more
dependent on the actual UDI.

M  +10   -1src/filewidgets/kfileplacesitem.cpp

https://invent.kde.org/frameworks/kio/-/commit/1b5301fa84403700faa359d7e41d9a4cc31bf5d0

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

[plasma-browser-integration] [Bug 481568] Plasma Integration does not work on Firefox with AppArmor enabled

2024-02-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481568

--- Comment #1 from Kai Uwe Broulik  ---
If AppArmor blocks access to the host, then that's AppArmor. Nothing we can do.

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

[kinfocenter] [Bug 481172] Font rendering issue with fractional scaling

2024-02-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=481172

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Fixed in Qt
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ef5df245db42ed16a849937d281e0170ebdb411d
(Qt 6.6.2 will have that fix)

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

[plasmashell] [Bug 448234] Usage of Qt SVG renderer causes some 3rd-party app icons to be mis-rendered

2024-02-03 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448234

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #19 from Kai Uwe Broulik  ---
Qt SVG in Qt 6.7 sees support for additional features which should alleviate
this bug: https://doc-snapshots.qt.io/qt6-6.7/whatsnew67.html#qt-svg-module

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

[plasma-browser-integration] [Bug 480581] "Share" context menu entry appears regardless of setting

2024-01-31 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480581

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kai Uwe Broulik  ---
Strange, it seems the menu persists through restarts of the extension, so it
never considers the menu there and thus will not remove it... must have changed
in the browser at some point.

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

[drkonqi] [Bug 480034] New: plasmashell crash opens drKonqi

2024-01-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480034

Bug ID: 480034
   Summary: plasmashell crash opens drKonqi
Classification: Applications
   Product: drkonqi
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

SUMMARY
When plasmashell crashes in Plasma 6, I get an annoying DrKonqi window. In
Plasma 5 I got a nice little tray icon instead.

STEPS TO REPRODUCE
1. killall -6 plasmashell

OBSERVED RESULT
DrKonqi pops up and gets in the way, then plasma restarts

EXPECTED RESULT
plasma gracefully restarts with a tray icon indicating that it crashed

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2024-01-18
Qt Version: 6.6.1

ADDITIONAL INFORMATION

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

[kio-extras] [Bug 480033] Crash in SFTPWorker::sftpCopyGet in coroutine

2024-01-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480033

Kai Uwe Broulik  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[kio-extras] [Bug 480033] New: Crash in SFTPWorker::sftpCopyGet in coroutine

2024-01-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=480033

Bug ID: 480033
   Summary: Crash in SFTPWorker::sftpCopyGet in coroutine
Classification: Frameworks and Libraries
   Product: kio-extras
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: SFTP
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

SUMMARY
Using KIO SFTP apart from browsing folders in Dolphin is almost impossible
because it crashes all the time in Coroutine stuff when actually downloading
files (bei it through the thumbnailer or opening a file in Kate).

I assume the coroutine resumes when the stuff it accesses is already gone,
common pattern with QCoro.

STEPS TO REPRODUCE
1. Open an sftp:/ share in Dolphin
2. Turn on previews
3. Browse around or open files

OBSERVED RESULT
kio SFTP crashes

EXPECTED RESULT
kio SFTP works

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master 2024-08-18
Qt Version: 6.6.1

ADDITIONAL INFORMATION
The places it crashes are different but it's always got to do with coroutines
[KCrash Handler]
#6  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139679482331776)
at ./nptl/pthread_kill.c:44
#7  __pthread_kill_internal (signo=6, threadid=139679482331776) at
./nptl/pthread_kill.c:78
#8  __GI___pthread_kill (threadid=139679482331776, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#9  0x7f09ade42476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#10 0x7f09ade287f3 in __GI_abort () at ./stdlib/abort.c:79
#11 0x7f09ade89676 in __libc_message (action=action@entry=do_abort,
fmt=fmt@entry=0x7f09adfdbb77 "%s\n") at ../sysdeps/posix/libc_fatal.c:155
#12 0x7f09adea0cfc in malloc_printerr (str=str@entry=0x7f09adfdec48
"malloc(): unsorted double linked list corrupted") at ./malloc/malloc.c:5664
#13 0x7f09adea42dc in _int_malloc (av=av@entry=0x7f09ae01ac80 ,
bytes=bytes@entry=65536) at ./malloc/malloc.c:4010
#14 0x7f09adea5139 in __GI___libc_malloc (bytes=65536) at
./malloc/malloc.c:3329
#15 0x7f09ae5b08e8 in allocateData (allocSize=) at
./src/corelib/tools/qarraydata.cpp:139
#16 QArrayData::allocate (dptr=0x7ffc7f69dfa0, objectSize=,
alignment=8, capacity=65518, option=) at
./src/corelib/tools/qarraydata.cpp:189
#17 0x7f09ae62242c in QTypedArrayData::allocate
(option=QArrayData::Grow, capacity=0) at ./src/corelib/tools/qarraydata.h:101
#18 QByteArray::reallocData (this=this@entry=0x557979e4ce78,
alloc=alloc@entry=59307, option=option@entry=QArrayData::Grow) at
./src/corelib/text/qbytearray.cpp:1927
#19 0x7f09ae62279a in QByteArray::resize (this=this@entry=0x557979e4ce78,
size=size@entry=59307) at ./src/corelib/text/qbytearray.cpp:1866
#20 0x7f09ae9a0d2e in SFTPWorker::GetRequest::readChunks (data=...,
this=0x557979e4ce48) at ./sftp/kio_sftp.cpp:2088
#21 SFTPWorker::asyncRead(_ZN10SFTPWorker9asyncReadEP16sftp_file_structm.Frame
*) (frame_ptr=0x557979e4ce00) at ./sftp/kio_sftp.cpp:2247
#22 0x7f09ae99bb89 in
std::__n4861::coroutine_handle
>::resume (this=) at /usr/include/c++/11/coroutine:231
#23 QCoro::GeneratorIterator::operator++
(this=) at /usr/include/qcoro6/qcoro/qcorogenerator.h:171
#24 SFTPWorker::sftpGet (this=0x7ffc7f69e680, url=..., offset=,
fd=5) at ./sftp/kio_sftp.cpp:1311
#25 0x7f09ae99efa7 in SFTPWorker::sftpCopyGet (flags=...,
permissionsMode=, sCopyFile=..., url=..., this=0x7ffc7f69e680)
at ./sftp/kio_sftp.cpp:1664
#26 SFTPWorker::copy (this=0x7ffc7f69e680, src=..., dest=...,
permissions=, flags=...) at ./sftp/kio_sftp.cpp:1588
#27 0x7f09ae8631f4 in KIO::WorkerSlaveBaseBridge::copy
(this=0x557979d22210, src=..., dest=..., permissions=,
flags=...) at ./src/core/workerbase_p.h:156

---

[KCrash Handler]
#6  0x7f95f88334ec in QArrayDataPointer::deref (this=0x557416dd9798,
this=0x557416dd9798) at
/usr/include/x86_64-linux-gnu/qt6/QtCore/qarraydatapointer.h:413
#7  QArrayDataPointer::~QArrayDataPointer (this=,
this=) at
/usr/include/x86_64-linux-gnu/qt6/QtCore/qarraydatapointer.h:102
#8  0x7f95f8833691 in QByteArray::~QByteArray (this=,
this=) at
/usr/include/x86_64-linux-gnu/qt6/QtCore/qbytearray.h:521
#9  SFTPWorker::asyncRead(_ZN10SFTPWorker9asyncReadEP16sftp_file_structm.Frame
*) (frame_ptr=0x557416dd9720) at ./sftp/kio_sftp.cpp:2261
#10 0x7f95f882eb89 in
std::__n4861::coroutine_handle
>::resume (this=) at /usr/include/c++/11/coroutine:231
#11 QCoro::GeneratorIterator::operator++
(this=) at /usr/include/qcoro6/qcoro/qcorogenerator.h:171
#12 SFTPWorker::sftpGet (this=0x7ffe2764d790, url=..., offset=,
fd=8) at ./sftp/kio_sftp.cpp:1311
#13 0x7f95f8831fa7 in SFTPWorker::sftpCopyGet (flags=...,
permissionsMode=, sCopyFile=..., url=..., this=0x7ffe2764d790)
at ./sftp/kio_sftp.cpp:1664
#14 SFTPWorker::copy (this=0x7ffe2764d790, src=..., dest=...,
permissions=, flags=...) at ./sftp/kio_sftp.cpp:1588
#15 0x7f95f86f61f4 

[frameworks-kcrash] [Bug 479838] KCrash creates unsolicited OpenGL context

2024-01-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479838

Kai Uwe Broulik  changed:

   What|Removed |Added

   Severity|crash   |normal

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

[frameworks-kcrash] [Bug 479838] KCrash creates unsolicited OpenGL context

2024-01-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479838

Kai Uwe Broulik  changed:

   What|Removed |Added

Summary|KCrash creates  |KCrash creates unsolicited
   |unsolicitedOpenGL context   |OpenGL context

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

[frameworks-kcrash] [Bug 479838] New: KCrash creates unsolicitedOpenGL context

2024-01-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479838

Bug ID: 479838
   Summary: KCrash creates unsolicitedOpenGL context
Classification: Frameworks and Libraries
   Product: frameworks-kcrash
   Version: 5.248.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

SUMMARY
KCrash creates an OpenGL context in my application even though it is a
widget-based app and doesn’t do any GL.

STEPS TO REPRODUCE
1. Link KCrash

OBSERVED RESULT
App loads GL integration and creates a GL context

EXPECTED RESULT
Using KCrash does not jeopardize software-rendered apps.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2024-01-07
Qt Version: 6.6.1

ADDITIONAL INFORMATION

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

[plasma-browser-integration] [Bug 479480] Optionally disable standby when download or upload is in progress (Firefox workaround)

2024-01-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479480

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #5 from Kai Uwe Broulik  ---
Having p-b-i post a power management inhibition on behalf of Firefox should be
trivial (we track all of its running downloads already anyway), but for that
lock screen but we cannot do much I guess.

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

[plasma-browser-integration] [Bug 479480] Optionally disable standby when download or upload is in progress

2024-01-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=479480

--- Comment #1 from Kai Uwe Broulik  ---
Chrome does that on its own, I suppose Firefox should do the same.

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

[systemsettings] [Bug 477723] Lock screen date is not localized

2023-12-29 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=477723

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/f52d8a416073f858fcf17d764
   ||683dfcddb7d214d

--- Comment #2 from Kai Uwe Broulik  ---
Git commit f52d8a416073f858fcf17d764683dfcddb7d214d by Kai Uwe Broulik.
Committed on 29/12/2023 at 09:56.
Pushed by broulik into branch 'master'.

lookandfeel: Pass locale to format{Date,Time}

Ensures it is all formatted with the right locale, e.g. the the weekdays
have the right translation, too.

M  +2-2lookandfeel/components/Clock.qml

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

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

2023-12-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=478061

Kai Uwe Broulik  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|kded-appmenu|kwin
 CC||k...@privat.broulik.de
  Component|Titlebar menu button/popup  |decorations

--- Comment #1 from Kai Uwe Broulik  ---
Re-assigning to KWin, that menu comes from KWin.

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

[plasmashell] [Bug 476968] plasmashell crashes when clicking configure button in System Tray settings window for applets without an overridden configure action

2023-12-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=476968

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #4 from Kai Uwe Broulik  ---
Can confirm with the camera indicator. Qt complains that:

Object 0x5a2e7fc0 destroyed while one of its QML signal handlers is in
progress.
Most likely the object was deleted synchronously (use QObject::deleteLater()
instead), or the application is running a nested event loop.
This behavior is NOT supported!
file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml:290:
function() { [native code] }

Seems the switch of config dialogs makes it unhappy, since you can see in the
backtrace that the current module gets destroyed. In doubt can use
Qt.callLater? :D (ConfigEntries 290 is the call to configureAction.trigger)

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

[plasmashell] [Bug 478625] Plasma crashed when I disabled the notification widget in the system tray

2023-12-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=478625

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---
Can reproduce by clicking OK. Wonder why the parentContext gets destroyed, we
can see it being 0x0 in the backtrace.

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

[frameworks-kio] [Bug 423031] [Wayland] Modifier keys to move (shift), copy (ctrl) and create a link (ctrl+shift) don't work if pressed after I start to drag the file/folder

2023-12-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=423031

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #18 from Kai Uwe Broulik  ---
Potential fix https://codereview.qt-project.org/c/qt/qtwayland/+/525413

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

[kwin] [Bug 471935] Cannot interact with tabbox using pointer when modifier key used to trigger the tabbox is shared with the window move feature

2023-12-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=471935

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/f9e390c716
   ||69896e222843ebc1445126c11a6
   ||123
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Kai Uwe Broulik  ---
Fixed by
https://invent.kde.org/plasma/kwin/-/commit/f9e390c71669896e222843ebc1445126c11a6123

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

[Spectacle] [Bug 477961] Cannot save as JPEG after updating to KDE 6 beta

2023-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=477961

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #10 from Kai Uwe Broulik  ---
fwiw I can reproduce the bug Qt 6.6 but not git dev. Wonder if
4e9944e6c8a456353d243ab268cb0f01ff006faa "QMimeDatabase: collect glob patterns
from all locations" fixed it?

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

[kio-extras] [Bug 477342] thumbnail kioworker crashes

2023-11-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=477342

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Ah yeah I have also observed this. Can you check what file it is? for me it was
the folder thumbnailer choking on an RLE file for some reason but curiously
only in the file dialog, not in Dolphin

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

[plasmashell] [Bug 435845] Option to shut down/restart without applying pending offline updates

2023-11-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=435845

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/abe3640c01667f9326b342204
   ||73af4fd6e5312bb
 Resolution|--- |FIXED

--- Comment #10 from Kai Uwe Broulik  ---
Git commit abe3640c01667f9326b34220473af4fd6e5312bb by Kai Uwe Broulik.
Committed on 21/11/2023 at 11:01.
Pushed by davidedmundson into branch 'master'.

logout-greeter: Add "Install Updates & Restart" button

When an offline update has been scheduled, turn the "Restart" button
into an "Install Updates & Restart" button and let the regular "Restart"
button cancel the pending update.

Also let the countdown timer hint to the fact that updates will be
installed on restart.

There's an explicit cancelSoftwareUpdateRequested() signal since a theme
might instead want to provide a simple hint with a "not now" button
that just cancels the pending update without restarting.

M  +47   -0logout-greeter/shutdowndlg.cpp
M  +3-0logout-greeter/shutdowndlg.h
M  +21   -5lookandfeel/org.kde.breeze/contents/logout/Logout.qml

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

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

[kwin] [Bug 460819] Dialog Parent does not dim parent window on Wayland

2023-11-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=460819

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Status|REOPENED|CONFIRMED

--- Comment #7 from Kai Uwe Broulik  ---
This needs a new Wayland dialog protocol, cf.
https://invent.kde.org/plasma/kwin/-/merge_requests/4244

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

[plasmashell] [Bug 477201] Wayland: Right click and dragging does not activate context menu item

2023-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=477201

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||k...@privat.broulik.de
 Status|REPORTED|CONFIRMED

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

[plasmashell] [Bug 448867] Cannot drag-and-drop images to Desktop from Firefox unless you wait 1 or more seconds before dropping

2023-11-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448867

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #17 from Kai Uwe Broulik  ---
Potential fix https://codereview.qt-project.org/c/qt/qtwayland/+/518019

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

[plasmashell] [Bug 449645] A Sticky Note is unexpectedly created when I drag a URL or image from a chromum-based browser running natively on Wayland and drop it on desktop

2023-11-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=449645

--- Comment #6 from Kai Uwe Broulik  ---
https://codereview.qt-project.org/c/qt/qtwayland/+/518017 and
https://codereview.qt-project.org/c/qt/qtwayland/+/518018 should fix that

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

[plasmashell] [Bug 449645] A Sticky Note is unexpectedly created when I drag a URL or image from a chromum-based browser running natively on Wayland and drop it on desktop

2023-11-11 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=449645

--- Comment #5 from Kai Uwe Broulik  ---
Hm, nope, still happens even with that, it gets a moz-url from Chromium but
then doesn't actually trigger the conversion code I added, interesting...

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

[plasmashell] [Bug 449645] A Sticky Note is unexpectedly created when I drag a URL or image from a chromum-based browser running natively on Wayland and drop it on desktop

2023-11-11 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=449645

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #4 from Kai Uwe Broulik  ---
Wonder if that is fixed by
https://code.qt.io/cgit/qt/qtwayland.git/commit/?id=80a3359598553298b544feae0a7e7399d6cfd9a7

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

[plasmashell] [Bug 476809] Screenshot notifications don't get right click menu

2023-11-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=476809

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kai Uwe Broulik  ---
Interesting, can confirm. The codepath should be the same for the menu button
so I wonder why right-click doesn’t work…

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

[plasmashell] [Bug 476619] If custom font is used, font weight is wrong when carrying over settings from Plasma 5

2023-11-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=476619

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Yeah, the Font::Weight changed between Qt 5 and Qt 6. In Qt 5 it is 0..100 with
50 being "Normal". In Qt 6 it follows OpenType with 0..1000 where 400 is
"Normal".

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

[plasma-browser-integration] [Bug 415756] Option to disable Google Chrome download bar that automatically appears when download is started

2023-11-04 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=415756

--- Comment #2 from Kai Uwe Broulik  ---
Doing this requires adding an additional permission which I am a bit wary
about. However, newer Chrome versions stole the download popup from Firefox, so
the bar is gone nowadays? :)

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

[plasmashell] [Bug 475317] Icon of OSD is initially incorrect and then corrects itself after a few milliseconds

2023-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=475317

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/-/commit/4e
   ||83a29fd4318ace22899c5f85405
   ||e1d43bb6696
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Kai Uwe Broulik  ---
Git commit 4e83a29fd4318ace22899c5f85405e1d43bb6696 by Kai Uwe Broulik.
Committed on 30/10/2023 at 20:31.
Pushed by broulik into branch 'master'.

Icon: Block next animation also on window visibility change

M  +14   -2src/icon.cpp
M  +3-0src/icon.h

https://invent.kde.org/frameworks/kirigami/-/commit/4e83a29fd4318ace22899c5f85405e1d43bb6696

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

[plasma-browser-integration] [Bug 476318] Quick "Open on device" context menu item disappeared

2023-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=476318

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #2 from Kai Uwe Broulik  ---


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

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

[plasma-browser-integration] [Bug 475004] Tab Context Menu (Open on device) missing

2023-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=475004

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||sephiroth...@hotmail.it

--- Comment #2 from Kai Uwe Broulik  ---
*** Bug 476318 has been marked as a duplicate of this bug. ***

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

[Bluedevil] [Bug 472910] Cannot see any devices in bluetooth pairing wizard

2023-10-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=472910

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #7 from Kai Uwe Broulik  ---
Qt bug: https://codereview.qt-project.org/c/qt/qtbase/+/513362

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

[kfontview] [Bug 439470] KFontView is unable to open or install a font on Wayland

2023-10-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=439470

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/5c5bba6d8d6c289d6de3536ba
   ||77edf839ba42170
 Resolution|--- |FIXED

--- Comment #22 from Kai Uwe Broulik  ---
Git commit 5c5bba6d8d6c289d6de3536ba77edf839ba42170 by Kai Uwe Broulik.
Committed on 20/10/2023 at 18:20.
Pushed by broulik into branch 'master'.

kcms/kfontinst: Open own X connection when not running under X

Ensures that it at least somewhat works on Wayland.

While at it, ports xcb_image back to XImage so we only need an Xlib display.

M  +1-2kcms/kfontinst/lib/CMakeLists.txt
M  +46   -35   kcms/kfontinst/lib/FcEngine.cpp

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

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

[plasma-nm] [Bug 465751] [5.27 Regression] Password prompt for VPN connection does not have password field in focus by default

2023-10-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=465751

--- Comment #7 from Kai Uwe Broulik  ---
Git commit 589c58ed7f2dedff0299786ae8fc3706a0d8f37f by Kai Uwe Broulik.
Committed on 20/10/2023 at 14:28.
Pushed by broulik into branch 'Plasma/5.27'.

Revert "Don't force active dialogs right after showing"

This breaks focussing the password dialog when connecting to a OpenVPN
from the Networks applet.

Better revert this on LTS, and then figure it out properly for 6.0.

This reverts commit ce6a0cc8251a720828bbe680750aa16a42408797.

M  +1-0kded/pindialog.cpp
M  +1-0kded/secretagent.cpp
M  +1-0libs/handler.cpp

https://invent.kde.org/plasma/plasma-nm/-/commit/589c58ed7f2dedff0299786ae8fc3706a0d8f37f

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

[dolphin] [Bug 473016] Dolphin crashes when quitting while having terminal panel enabled

2023-09-25 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=473016

--- Comment #3 from Kai Uwe Broulik  ---
Fixed by https://invent.kde.org/system/dolphin/-/merge_requests/619

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

[kate] [Bug 469690] Kate and Kwrite - Close Document warning dialog returns after completion.

2023-09-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469690

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
 CC||k...@privat.broulik.de

--- Comment #7 from Kai Uwe Broulik  ---
Indeed, it did change, sometimes RTFM helps :-)
https://invent.kde.org/utilities/kate/-/merge_requests/1305

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

[kate] [Bug 469690] Kate and Kwrite - Close Document warning dialog returns after completion.

2023-09-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469690

--- Comment #8 from Kai Uwe Broulik  ---
Though this bug says Qt 5.15. So something else is broken, too?

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

[plasmashell] [Bug 474228] Pinning app to task manager from Kicker/Kickoff doesn't work

2023-09-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=474228

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/93e609707a5c7fb98209d4375
   ||9c8751cc8bce603
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 93e609707a5c7fb98209d43759c8751cc8bce603 by Kai Uwe Broulik.
Committed on 17/09/2023 at 20:05.
Pushed by broulik into branch 'master'.

applets/kicker: Invoke addLauncher/hasLauncher on the PlasmoidItem

In Plasma 6, we have a well-defined root item PlasmoidItem which contains those
functions, no need to go hunting for a random object in the tree anymore, which
is incorrect now.

M  +11   -35   applets/kicker/plugin/containmentinterface.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/93e609707a5c7fb98209d43759c8751cc8bce603

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

[kdeconnect] [Bug 474552] Crash in sftp plugin when device link is lost

2023-09-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=474552

Kai Uwe Broulik  changed:

   What|Removed |Added

   Keywords|qt6 |

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

[kdeconnect] [Bug 474552] New: Crash in sftp plugin when device link is lost

2023-09-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=474552

Bug ID: 474552
   Summary: Crash in sftp plugin when device link is lost
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: k...@privat.broulik.de
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

SUMMARY
My kdeconncet-kde regularly crashes in the background, seems when my device
loses contact it crashes in tearing down the sftp plugin.

STEPS TO REPRODUCE
1. Have shitty wifi

OBSERVED RESULT
Kdeconnect crashes

EXPECTED RESULT
kdeconnect doesn't crash :)


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2023-09-11
Qt Version: 6.6 (but kdeconnect is 5.15.10 or something)

ADDITIONAL INFORMATION
#5  0x7fe893842520 in  () at
/lib/x86_64-linux-gnu/libc.so.6
#6  std::__atomic_base::load(std::memory_order) const
(__m=, this=) at
./src/corelib/tools/qscopedpointer.h:110
#7  std::atomic::load(std::memory_order) const (__m=, this=) at /usr/include/c++/11/atomic:578
#8 
QAtomicOps::loadAcquire(std::atomic
const&) (_q_value=) at ./src/corelib/thread/qatomic_cxx11.h:213
#9  QBasicAtomicPointer::loadAcquire() const (this=) at ./src/corelib/thread/qbasicatomic.h:179
#10 QCoreApplicationPrivate::lockThreadPostEventList(QObject*)
(object=0x660034) at ./src/corelib/kernel/qcoreapplication.cpp:1570
#11 0x7fe89415d17b in QCoreApplication::postEvent(QObject*, QEvent*, int)
(receiver=0x660034, event=0x55fb8cd5ea20, priority=0)
at ./src/corelib/kernel/qcoreapplication.cpp:1625
#12 0x7fe8941a51d7 in QObject::deleteLater() (this=) at
./src/corelib/kernel/qobject.cpp:2405
#13 0x7fe8781c33eb in SftpPlugin::unmount() (this=0x55fb8cd73be0) at
./plugins/sftp/sftpplugin.cpp:74
#14 SftpPlugin::~SftpPlugin() (this=0x55fb8cd73be0, this=) at
./plugins/sftp/sftpplugin.cpp:36
#15 0x7fe8781c34bd in SftpPlugin::~SftpPlugin() (this=0x55fb8cd73be0,
this=) at ./plugins/sftp/sftpplugin.cpp:37
#16 0x7fe895aafc02 in qDeleteAll::const_iterator>(QHash::const_iterator, QHash::const_iterator) (end=..., begin=...) at
/usr/include/x86_64-linux-gnu/qt6/QtCore/qalgorithms.h:27
#17 qDeleteAll >(QHash const&) (c=) at
/usr/include/x86_64-linux-gnu/qt6/QtCore/qalgorithms.h:35
#18 Device::reloadPlugins() (this=) at ./core/device.cpp:191
#19 0x7fe895ab1a48 in Device::removeLink(DeviceLink*) (link=, this=0x55fb8cc77490) at ./core/device.cpp:332
#20 Device::removeLink(DeviceLink*) (this=0x55fb8cc77490, link=)
at ./core/device.cpp:325
#21 0x7fe8941b0db7 in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x7fff64025a80, r=0x55fb8cc77490, this=)
at ./src/corelib/kernel/qobjectdefs_impl.h:433
#22 doActivate(QObject*, int, void**) (sender=0x55fb8cd3ae70,
signal_index=0, argv=0x7fff64025a80) at ./src/corelib/kernel/qobject.cpp:4021
#23 0x7fe8941ab417 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**)
(sender=sender@entry=0x55fb8cd3ae70, m=m@entry=0x7fe894580440
, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7fff64025a80)
at ./src/corelib/kernel/qobject.cpp:4081
#24 0x7fe8941ab4d3 in QObject::destroyed(QObject*)
(this=this@entry=0x55fb8cd3ae70, _t1=, _t1@entry=0x55fb8cd3ae70)
at ./obj-x86_64-linux-gnu/src/corelib/kernel/moc_qobject.cpp:272
#25 0x7fe8941ae5f4 in QObject::~QObject() (this=this@entry=0x55fb8cd3ae70,
__in_chrg=) at ./src/corelib/kernel/qobject.cpp:1061
#26 0x7fe895a8a9ac in DeviceLink::~DeviceLink() (this=0x55fb8cd3ae70,
this=) at ./core/backends/devicelink.h:17
#27 LanDeviceLink::~LanDeviceLink() (this=0x55fb8cd3ae70, this=)
at ./core/backends/lan/landevicelink.h:23
#28 LanDeviceLink::~LanDeviceLink() (this=0x55fb8cd3ae70, this=)
at ./core/backends/lan/landevicelink.h:23
#29 0x7fe8941a7bb1 in QObject::event(QEvent*) (this=0x55fb8cd3ae70,
e=0x55fb8cf4d430) at ./src/corelib/kernel/qobject.cpp:1424
#30 0x7fe894f89576 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=, receiver=0x55fb8cd3ae70, e=0x55fb8cf4d430)
at ./src/widgets/kernel/qapplication.cpp:3287
#31 0x7fe89415a3d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(receiver=0x55fb8cd3ae70, event=0x55fb8cf4d430) at
./src/corelib/kernel/qcoreapplication.cpp:1118
#32 0x7fe89415e408 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (receiver=0x0, event_type=0, data=0x55fb8c948cb0)
at ./src/corelib/kernel/qcoreapplication.cpp:1898
#33 0x7fe8943b67b7 in postEventSourceDispatch(GSource*, GSourceFunc,
gpointer) (s=0x55fb8c9c1370) at
./src/corelib/kernel/qeventdispatcher_glib.cpp:243
#34 0x7fe892fdbd3b in g_main_context_dispatch () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#35 0x7fe893031258 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x7fe892fd93e3 in 

[dolphin] [Bug 473721] Dolphin does not play a sound when the deletion dialog shows up

2023-09-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=473721

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Cannot reproduce.

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

  1   2   3   4   5   6   7   8   9   10   >