[plasmashell] [Bug 488307] Widget-specific icons are mostly no longer seen (e.g. in Widget Explorer and Alternatives dialog)

2024-06-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488307

--- Comment #4 from Nicolas Fella  ---
Okay, I see where the change comes from. It's the inversion of the 

if (QIcon::hasThemeIcon(info.pluginId())) {
setIcon(QIcon::fromTheme(info.pluginId()));
} else if (!m_info.iconName().isEmpty()) {
setIcon(QIcon::fromTheme(info.iconName()));
}

check. Now the Icon= value from the metadata is perferred over the plugin id as
icon name

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

[plasmashell] [Bug 488307] Widget-specific icons are mostly no longer seen (e.g. in Widget Explorer and Alternatives dialog)

2024-06-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488307

--- Comment #2 from Nicolas Fella  ---
"Almost all" seems a bit of an overstatement. As far as I can tell it affects
only the three launcher icons?

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

[kde] [Bug 488301] Modifier keys are not respected when using a tablet pen

2024-06-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488301

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Nicolas Fella  ---
https://codereview.qt-project.org/c/qt/qtwayland/+/567330 fixes it

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

[systemsettings] [Bug 488292] The KCM for ksmserver is not initialised when returning to it from another KCM

2024-06-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488292

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 488272] New: Neochat crashes

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488272

Bug ID: 488272
   Summary: Neochat crashes
Classification: Applications
   Product: NeoChat
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: nicolas.fe...@gmx.de
CC: c...@carlschwan.eu
  Target Milestone: ---

Application: neochat (24.07.70)
 (Compiled from sources)
Qt Version: 6.8.0
Frameworks Version: 6.4.0
Operating System: Linux 6.8.11-300.fc40.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 40 (KDE Plasma)"
DrKonqi: 6.1.80 [CoredumpBackend]

-- Information about the crash:
Doing nothing in particular

The crash can be reproduced every time.

-- Backtrace (Reduced):
#5  QJsonPrivate::ObjectIterator::const_iterator>::value_type::value_type
(this=0x7fff5a05d800, ref=...) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjson_p.h:64
#9  indexOf (o=..., key=...,
keyExists=keyExists@entry=0x7fff5a05d86f) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:269
#10 0x7f2a7e63e26b in QJsonObject::valueImpl
(this=0x3188e68, key=...) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:319
#11 QJsonObject::value (this=0x3188e68, key=...) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:306
#12 0x7f2a80f9b539 in QJsonObject::operator[] (this=,
key=...) at /home/nico/kde/usr/include/QtCore/qjsonobject.h:61


Reported using DrKonqi

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

[NeoChat] [Bug 488272] Neochat crashes

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488272

--- Comment #1 from Nicolas Fella  ---
Created attachment 170302
  --> https://bugs.kde.org/attachment.cgi?id=170302=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[systemsettings] [Bug 487135] L2tp vpn setup bug

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487135

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-nm/-/commit/59de1 |ma/plasma-nm/-/commit/8d35c
   |353dc09190a71caede6107734a5 |d8b4006f760ba95e3ff2ee575fa
   |717205ab|d80776b1

--- Comment #8 from Nicolas Fella  ---
Git commit 8d35cd8b4006f760ba95e3ff2ee575fad80776b1 by Nicolas Fella.
Committed on 09/06/2024 at 17:34.
Pushed by nicolasfella into branch 'Plasma/6.1'.

Don't call QApplication::processEvents to update size hint

The current code calls setSizePolicy and then resizes the dialog to the
sizeHint.

However sizeHint is only updated asynchronously, so we use
QApplication::processEvents
to force that.

Processing the events this way can cause unforseen havoc, in particular it
causes dialogs
that use WA_DeleteOnClose to be closed too early, causing crashes.

Instead of force processing the events delay the setting of the new size one
event loop iteration
(cherry picked from commit 59de1353dc09190a71caede6107734a5717205ab)

M  +6-2vpn/l2tp/l2tpipsecwidget.cpp

https://invent.kde.org/plasma/plasma-nm/-/commit/8d35cd8b4006f760ba95e3ff2ee575fad80776b1

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

[systemsettings] [Bug 487135] L2tp vpn setup bug

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487135

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-nm/-/commit/59de1
   ||353dc09190a71caede6107734a5
   ||717205ab
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Nicolas Fella  ---
Git commit 59de1353dc09190a71caede6107734a5717205ab by Nicolas Fella.
Committed on 09/06/2024 at 17:30.
Pushed by nicolasfella into branch 'master'.

Don't call QApplication::processEvents to update size hint

The current code calls setSizePolicy and then resizes the dialog to the
sizeHint.

However sizeHint is only updated asynchronously, so we use
QApplication::processEvents
to force that.

Processing the events this way can cause unforseen havoc, in particular it
causes dialogs
that use WA_DeleteOnClose to be closed too early, causing crashes.

Instead of force processing the events delay the setting of the new size one
event loop iteration

M  +6-2vpn/l2tp/l2tpipsecwidget.cpp

https://invent.kde.org/plasma/plasma-nm/-/commit/59de1353dc09190a71caede6107734a5717205ab

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

[kwin] [Bug 488261] New: Minimum window size is not applied initially

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488261

Bug ID: 488261
   Summary: Minimum window size is not applied initially
Classification: Plasma
   Product: kwin
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

import QtQuick

Window {
width: 500
height: 500
minimumHeight: 1000
minimumWidth: 100
}
-

This window opens at 500x500. Only after slightly resizing the height jumps to
1000 and cannot be made smaller any more

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

[kwin] [Bug 488260] New: Minimum window size is incorrect when min. width or height is 0

2024-06-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488260

Bug ID: 488260
   Summary: Minimum window size is incorrect when min. width or
height is 0
Classification: Plasma
   Product: kwin
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

Running the following QML code:
--
import QtQuick

Window {
width: 500
height: 500
minimumHeight: 333
}
--

results in the minimum size being 150x150

Running with WAYLAND_DEBUG shows "xdg_toplevel#40.set_min_size(0, 333)", so
KWin receives the correct size.

The problem is the use of isEmpty() in
https://invent.kde.org/plasma/kwin/-/blob/master/src/wayland/xdgshell.cpp#L578
which is true because the width is 0.  This results in (0, 0) being passed to
xdgshellwindow and later being expanded to (150, 150).

The resulting min. size should be (150, 333) or (0, 333)

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

[krdc] [Bug 486178] VNC plugin deadlocks on connection

2024-06-08 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=486178

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/krdc/-/commit/48fbcdffc |ork/krdc/-/commit/e6a169e40
   |4ff22a11b56d8809739e0f096d1 |b80b4fcd5e42dbba17d82f3f7bf
   |90e6|4feb

--- Comment #6 from Nicolas Fella  ---
Git commit e6a169e40b80b4fcd5e42dbba17d82f3f7bf4feb by Nicolas Fella, on behalf
of Thiago Macieira.
Committed on 08/06/2024 at 18:42.
Pushed by nicolasfella into branch 'release/24.05'.

VNC: replace m_stopped with QThread's interruptionRequested

It's an out-of-line function call, but it doesn't require a mutex for
most uses.

The uses in the callbacks are replaced with isRunning(), because
interruptionRequested resets back to false as soon as run() exits.
(cherry picked from commit 33f89ef0bb4f5186dad7ceecad599a0e834e7f88)

M  +14   -24   vnc/vncclientthread.cpp
M  +0-1vnc/vncclientthread.h

https://invent.kde.org/network/krdc/-/commit/e6a169e40b80b4fcd5e42dbba17d82f3f7bf4feb

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

[kde] [Bug 486426] Kde context menu is very slow and take most of cpu (possible infinite loop)

2024-06-07 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=486426

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |UPSTREAM

--- Comment #6 from Nicolas Fella  ---
Please report this to the kvantum developers

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

[okular] [Bug 487929] Links doesn't open in browser, the page gets downloaded and a pop up appears asking you how to open the downloaded file.

2024-06-07 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487929

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #3 from Nicolas Fella  ---
See https://bugs.kde.org/show_bug.cgi?id=439477

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

[dolphin] [Bug 469261] Dolphin crashes when deleting a file and a folder that is expanded in details view

2024-06-06 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=469261

Nicolas Fella  changed:

   What|Removed |Added

 CC||k...@assez.biz

--- Comment #11 from Nicolas Fella  ---
*** Bug 487814 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 487814] Dolphin crashed while collapsing a folder

2024-06-06 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487814

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


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

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

[plasma-pa] [Bug 488095] Regression: No OSD feedback for changing volume, muting, or changing audio device

2024-06-06 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488095

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
Cannot reproduce either

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

[Spam] [Bug 488063] The Secrets of Car Servicing in Cardiff Amateurs Know

2024-06-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488063

Nicolas Fella  changed:

   What|Removed |Added

URL|https://www.garthtyrescardi |
   |ff.co.uk/car-servicing  |
 CC||nicolas.fe...@gmx.de
  Component|libbluedevil|Spam
   Assignee|plasma-b...@kde.org |n...@kde.org
Product|Bluedevil   |Spam

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

[kwin] [Bug 488062] Extreme CPU Usage by Kwin_X11

2024-06-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488062

Nicolas Fella  changed:

   What|Removed |Added

   Severity|critical|normal
 CC||nicolas.fe...@gmx.de

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

[kate] [Bug 488027] New: Copy full file path with line number

2024-06-04 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=488027

Bug ID: 488027
   Summary: Copy full file path with line number
Classification: Applications
   Product: kate
   Version: Git
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

Sometimes it is useful to copy the current file/line combination (e.g.
/home/nico/src/foo.cpp:123 ) to the clipboard, e.g. for pasting into GDB.

I would like to see something like:
- Right-click on a line number on the side
- Click "Copy file/line location"

Or as an action in the menu bar

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

[xdg-desktop-portal-kde] [Bug 485697] Screen dialog allow restore on future sessions doesn't work

2024-06-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485697

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/xdg-desktop-portal-kde/-
   ||/commit/cc37d9414b83206f72f
   ||77d91b6ac1ffd03d112b1
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Nicolas Fella  ---
Git commit cc37d9414b83206f72f77d91b6ac1ffd03d112b1 by Nicolas Fella.
Committed on 01/06/2024 at 18:11.
Pushed by nicolasfella into branch 'master'.

Fix screencast window restoration check

We are searching for a window by UUID. The model gives us a QVariant containing
a QByteArray and we compare it to a QString

This doesn't work and we never find any window

Force the variant to QString to fix the comparison

M  +1-1src/screencast.cpp

https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/cc37d9414b83206f72f77d91b6ac1ffd03d112b1

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

[xdg-desktop-portal-kde] [Bug 485697] Screen dialog allow restore on future sessions doesn't work

2024-06-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485697

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/xdg-desktop-portal-kde/- |ma/xdg-desktop-portal-kde/-
   |/commit/cc37d9414b83206f72f |/commit/2d8e54e8c39e61acc22
   |77d91b6ac1ffd03d112b1   |f40d0c1a73910692acff9

--- Comment #6 from Nicolas Fella  ---
Git commit 2d8e54e8c39e61acc22f40d0c1a73910692acff9 by Nicolas Fella.
Committed on 03/06/2024 at 16:09.
Pushed by nicolasfella into branch 'Plasma/6.1'.

Fix screencast window restoration check

We are searching for a window by UUID. The model gives us a QVariant containing
a QByteArray and we compare it to a QString

This doesn't work and we never find any window

Force the variant to QString to fix the comparison
(cherry picked from commit cc37d9414b83206f72f77d91b6ac1ffd03d112b1)

M  +1-1src/screencast.cpp

https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/2d8e54e8c39e61acc22f40d0c1a73910692acff9

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

[kdeplasma-addons] [Bug 483375] Symbolic icon color on Sticky Note should change based on note color

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483375

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|DUPLICATE   |---
 Status|RESOLVED|REPORTED

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

[systemsettings] [Bug 487135] L2tp vpn setup bug

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487135

--- Comment #5 from Nicolas Fella  ---
This is caused by the call to QApplication::processEvents in
https://invent.kde.org/plasma/plasma-nm/-/blob/master/vpn/l2tp/l2tpipsecwidget.cpp#L324

It causes the WA_DeleteOnClose for ConnectionEditorDialog to be executed too
early while settings are still read

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

[systemsettings] [Bug 487135] L2tp vpn setup bug

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487135

--- Comment #4 from Nicolas Fella  ---
==19563==ERROR: AddressSanitizer: heap-use-after-free on address 0x50d00027a9c0
at pc 0x7f7674ac4a99 bp 0x7ffcbe943e40 sp 0x7ffcbe943e38
READ of size 8 at 0x50d00027a9c0 thread T0
#0 0x7f7674ac4a98 in QSharedPointer::data()
const /home/nico/kde/usr/include/QtCore/qsharedpointer_impl.h:274
#1 0x7f7674ac4a98 in QSharedPointer::isNull()
const /home/nico/kde/usr/include/QtCore/qsharedpointer_impl.h:276
#2 0x7f7674ac4a98 in L2tpWidget::setting() const
/home/nico/kde/src/plasma-nm/vpn/l2tp/l2tpwidget.cpp:149
#3 0x7f7675a9a956 in ConnectionEditorBase::setting() const
/home/nico/kde/src/plasma-nm/libs/editor/connectioneditorbase.cpp:94
#4 0x7f7675ad6f8b in ConnectionEditorDialog::setting() const
/home/nico/kde/src/plasma-nm/libs/editor/connectioneditordialog.cpp:43
#5 0x7f768a5bf4c4 in operator()
/home/nico/kde/src/plasma-nm/kcm/kcm.cpp:484
#6 0x7f768a5bf4c4 in call
/home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:137
#7 0x7f768a5bf4c4 in call, void>
/home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:345
#8 0x7f768a5bf4c4 in impl
/home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:555
#9 0x7f76af661937 in void doActivate(QObject*, int, void**)
(/home/nico/kde/usr/lib64/libQt6Core.so.6+0x461937) (BuildId:
eba16a304ee3fbbb9129ffaa902c01f9c51b14dc)
#10 0x7f76af6408a5 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4146
#11 0x7f76b58b3dbb in QDialog::accepted()
/home/nico/workspace/qt6/qtbase/src/widgets/Widgets_autogen/include/moc_qdialog.cpp:247
#12 0x7f76b58b7e16 in QDialog::done(int)
/home/nico/workspace/qt6/qtbase/src/widgets/dialogs/qdialog.cpp:614
#13 0x7f76b58b3854 in QDialog::accept()
/home/nico/workspace/qt6/qtbase/src/widgets/dialogs/qdialog.cpp:630
#14 0x7f7675ad77da in QtPrivate::FunctorCall,
QtPrivate::List<>, void, void (QDialog::*)()>::call(void (QDialog::*)(),
QDialog*, void**) /home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:145
#15 0x7f7675ad77da in void QtPrivate::FunctionPointer::call, void>(void (QDialog::*)(), QDialog*,
void**) /home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:182
#16 0x7f7675ad77da in QtPrivate::QCallableObject, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*,
void**, bool*) /home/nico/kde/usr/include/QtCore/qobjectdefs_impl.h:553
#17 0x7f76af661937 in void doActivate(QObject*, int, void**)
(/home/nico/kde/usr/lib64/libQt6Core.so.6+0x461937) (BuildId:
eba16a304ee3fbbb9129ffaa902c01f9c51b14dc)
#18 0x7f76af6408a5 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4146
#19 0x7f76b57181d7 in QDialogButtonBox::accepted()
/home/nico/workspace/qt6/qtbase/src/widgets/Widgets_autogen/include/moc_qdialogbuttonbox.cpp:279
#20 0x7f76b571aca5 in QDialogButtonBoxPrivate::handleButtonClicked()
/home/nico/workspace/qt6/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp:882
#21 0x7f76b5729181 in QtPrivate::FunctorCall,
QtPrivate::List<>, void, void (QDialogButtonBoxPrivate::*)()>::call(void
(QDialogButtonBoxPrivate::*)(), QDialogButtonBoxPrivate*, void**)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:145
#22 0x7f76b57292ba in void QtPrivate::FunctionPointer::call, void>(void
(QDialogButtonBoxPrivate::*)(), QDialogButtonBoxPrivate*, void**)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:182
#23 0x7f76b57292ba in QtPrivate::QPrivateSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject_p.h:282
#24 0x7f76af661937 in void doActivate(QObject*, int, void**)
(/home/nico/kde/usr/lib64/libQt6Core.so.6+0x461937) (BuildId:
eba16a304ee3fbbb9129ffaa902c01f9c51b14dc)
#25 0x7f76af6408a5 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**)
/home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4146
#26 0x7f76b547272f in QAbstractButton::clicked(bool)
/home/nico/workspace/qt6/qtbase/src/widgets/Widgets_autogen/include/moc_qabstractbutton.cpp:327
#27 0x7f76b5475038 in QAbstractButtonPrivate::emitClicked()
/home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.cpp:381
#28 0x7f76b5477588 in QAbstractButtonPrivate::click()
/home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.cpp:374
#29 0x7f76b54779d1 in QAbstractButton::mouseReleaseEvent(QMouseEvent*)
/home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.cpp:976
#30 0x7f76b51a9d59 in QWidget::event(QEvent*)
/home/nico/workspace/qt6/qtbase/src/widgets/kernel/qwidget.cpp:9025
#31 0x7f76b547b301 in QAbstractButton::event(QEvent*)
/home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.cpp:933
#32 0x7f76b570d3f5 in QPushButton::event(

[systemsettings] [Bug 487135] L2tp vpn setup bug

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487135

Nicolas Fella  changed:

   What|Removed |Added

 CC||monkeyboy...@yahoo.com

--- Comment #3 from Nicolas Fella  ---
*** Bug 487892 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 487892] Adding new l2tp connection crashes nm

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487892

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #3 from Nicolas Fella  ---


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

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

[ktrip] [Bug 487918] KTRip doesn't start due to cyclic dependency

2024-06-02 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487918

--- Comment #1 from Nicolas Fella  ---
This warning is unrelated to why it does not start

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

[systemsettings] [Bug 487655] crash when opening sound KCM for a second time

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487655

Nicolas Fella  changed:

   What|Removed |Added

 CC||bucior3...@gmail.com

--- Comment #7 from Nicolas Fella  ---
*** Bug 487879 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 487879] Systemsettings crash when switching menus

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487879

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 487509] settings crashes sometimes when clicking around in it on 6.1 beta

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487509

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE

--- Comment #2 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 487655] crash when opening sound KCM for a second time

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487655

Nicolas Fella  changed:

   What|Removed |Added

 CC||pollu...@proton.me

--- Comment #6 from Nicolas Fella  ---
*** Bug 487509 has been marked as a duplicate of this bug. ***

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

[kio-extras] [Bug 487874] Unable to open the AFC filesystem on an iPhone/iPad in KDE Plasma 6

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487874

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[kio-extras] [Bug 487875] Unable to copy photos and videos from an iPhone in Plasma 6

2024-06-01 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487875

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[plasmashell] [Bug 485386] Fat fingered something around the Ctrl+Alt+Fn keys and plasma crashed in HistoryModel::~HistoryModel()

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485386

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #5 from Nicolas Fella  ---
Potentially fixed by
https://codereview.qt-project.org/c/qt/qtdeclarative/+/564387

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

[systemsettings] [Bug 487586] system settings crashed

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487586

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #3 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 487655] crash when opening sound KCM for a second time

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487655

Nicolas Fella  changed:

   What|Removed |Added

 CC||mariusz.lib...@gmail.com

--- Comment #5 from Nicolas Fella  ---
*** Bug 487586 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 487655] crash when opening sound KCM for a second time

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487655

Nicolas Fella  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #4 from Nicolas Fella  ---
*** Bug 484917 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 484917] Sometimes System Settings crashes when switching to Sound KCM from Drawing Tablet KCM

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484917

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 487655] crash when opening sound KCM for a second time

2024-05-30 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487655

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #3 from Nicolas Fella  ---
#5  operator() (__closure=0x55a6decd9f30) at
/var/tmp/portage/dev-qt/qtdeclarative-6.7.1/work/qtdeclarative-everywhere-src-6.7.1/src/qmlmodels/qqmldelegatemodel.cpp:1915
#6  QtPrivate::FunctorCall, QtPrivate::List<>, void,
QQmlDelegateModel::_q_modelAboutToBeReset():: >::call (arg=, f=...) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:137
#7 
QtPrivate::FunctorCallable
>::call, void> (arg=, f=...) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:345
#8 
QtPrivate::QCallableObject,
QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *,
void **, bool *) (which=, this_=0x55a6decd9f20, r=, a=, ret=) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:555
#9  0x7f737d8d96ee in QtPrivate::QSlotObjectBase::call (a=0x7fffa3c84080,
r=0x55a6e0d58730, this=) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qobjectdefs_impl.h:469
#10 doActivate (sender=0x55a6e013e200, signal_index=21,
argv=0x7fffa3c84080) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qobject.cpp:4086
#11 0x7f737d897cb7 in QMetaObject::activate (sender=,
m=m@entry=0x7f737dba7240 ,
local_signal_index=local_signal_index@entry=18, argv=argv@entry=0x7fffa3c84080)
at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qobject.cpp:4146
#12 0x7f737d6f7191 in QAbstractItemModel::modelReset (this=,
_t1=...) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1_build/src/corelib/Core_autogen/include/moc_qabstractitemmodel.cpp:1112
#13 0x7f737d76674c in QSortFilterProxyModel::setSourceModel
(this=0x55a6e013e200, sourceModel=) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/itemmodels/qsortfilterproxymodel.cpp:2102
#14 0x7f7362bccb0a in KSortFilterProxyModel::setSourceModel
(this=0x55a6e013e200, model=0x55a6e0c18c20) at
/var/tmp/portage/kde-frameworks/kitemmodels-6.2.0/work/kitemmodels-6.2.0/src/qml/ksortfilterproxymodel.cpp:94
#15 0x7f737d78374f in QAbstractProxyModelPrivate::setModelForwarder
(sourceModel=, this=0x55a6e0adee40) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/itemmodels/qabstractproxymodel_p.h:40
#16 QObjectCompatProperty::bindingWrapper
(type=..., dataPtr=0x55a6e0adef10, binding=...) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty_p.h:540
#17 0x7f737d8b1a83 in QPropertyBindingPrivate::evaluateRecursive_inline
(status=0x7f737b6b7eb8, bindingObservers=..., this=0x55a6df51dd30) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty_p.h:860
#18 QPropertyBindingPrivate::evaluateRecursive (this=this@entry=0x55a6df51dd30,
bindingObservers=..., status=0x7f737b6b7eb8, status@entry=0x0) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty.cpp:321
#19 0x7f737d8b1cb9 in QtPrivate::QPropertyBindingData::setBinding
(this=, binding=..., propertyDataPtr=0x55a6e0adef10,
staticObserverCallback=staticObserverCallback@entry=0x0,
guardCallback=guardCallback@entry=0x7f737d7836d0
::bindingWrapper(QMetaType, QUntypedPropertyData*,
QtPrivate::QPropertyBindingFunction)>) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty.cpp:519
#20 0x7f737d6fa6bd in QObjectCompatProperty::setBinding
(newBinding=..., this=) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty_p.h:617
#21 operator() (__closure=0x0, binding=..., d=) at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty_p.h:748
#22 _FUN () at
/var/tmp/portage/dev-qt/qtbase-6.7.1/work/qtbase-everywhere-src-6.7.1/src/corelib/kernel/qproperty_p.h:747
#23 0x7f737e58db10 in QUntypedBindable::setBinding (this=,
binding=...) at /usr/include/qt6/QtCore/qproperty.h:784
#24 QUntypedBindable::setBinding (binding=..., this=0x7fffa3c84f80) at
/usr/include/qt6/QtCore/qproperty.h:768
#25 QQmlObjectCreator::finalize (this=0x55a6e0b9b770, interrupt=...) at
/var/tmp/portage/dev-qt/qtdeclarative-6.7.1/work/qtdeclarative-everywhere-src-6.7.1/src/qml/qml/qqmlobjectcreator.cpp:1536
#26 0x7f737e63b55c in QQmlIncubatorPrivate::incubate
(this=this@entry=0x55a6df251db0, i=...) at
/usr/include/qt6/QtCore/qscopedpointer.h:90
#27 0x7f737e63c0d4 in QQmlEnginePrivate::incubate (this=0x55a6de0d3f00,
i=, forContext=) at
/var/tmp/portage/dev-qt/qtdeclarative-6.7.1/work/qtdeclarative-everywhere-src-6.7.1/src/qml/qml/qqmlincubator.cpp:53
#28 0x7f737e652a

[gwenview] [Bug 487619] mp4 files dont open

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487619

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
Is phonon-vlc installed?

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

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

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483985

--- Comment #24 from Nicolas Fella  ---
*** Bug 485638 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 485638] SegSegmentation fault at plasma(x11) startup

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485638

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


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

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

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

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483985

--- Comment #23 from Nicolas Fella  ---
*** Bug 487058 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 487058] plasmashell crash

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487058

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #5 from Nicolas Fella  ---


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

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

[plasmashell] [Bug 487525] kde plasma crash just after login

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487525

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


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

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

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

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483985

Nicolas Fella  changed:

   What|Removed |Added

 CC||ysofolo...@gmail.com

--- Comment #22 from Nicolas Fella  ---
*** Bug 487525 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 487588] plasma-kwin_x11 crashes during usage of window rule access shortcut

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487588

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
The backtrace suggests it crashes while switching the virtual desktop when an
application is activated, but I cannot reproduce it

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

[systemsettings] [Bug 485101] Systemsettings crashed after viewing Firewall settings then switching to other category

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485101

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||6.1.0
 CC||nicolas.fe...@gmx.de

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

[systemsettings] [Bug 485101] Systemsettings crashed after viewing Firewall settings then switching to other category

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485101

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-firewall/-/commit |ma/plasma-firewall/-/commit
   |/14b6db2c126f7bcd7216bc1537 |/369de87bb4fd0dabd50884352a
   |e9cbf9911aec48  |2e3608d13d1a6e

--- Comment #8 from Nicolas Fella  ---
Git commit 369de87bb4fd0dabd50884352a2e3608d13d1a6e by Nicolas Fella.
Committed on 27/05/2024 at 10:16.
Pushed by nicolasfella into branch 'Plasma/6.1'.

Check backend for null before deleting
(cherry picked from commit 14b6db2c126f7bcd7216bc1537e9cbf9911aec48)

M  +4-2kcm/core/firewallclient.cpp

https://invent.kde.org/plasma/plasma-firewall/-/commit/369de87bb4fd0dabd50884352a2e3608d13d1a6e

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

[systemsettings] [Bug 485101] Systemsettings crashed after viewing Firewall settings then switching to other category

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485101

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-firewall/-/commit
   ||/14b6db2c126f7bcd7216bc1537
   ||e9cbf9911aec48
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Nicolas Fella  ---
Git commit 14b6db2c126f7bcd7216bc1537e9cbf9911aec48 by Nicolas Fella.
Committed on 27/05/2024 at 10:14.
Pushed by nicolasfella into branch 'master'.

Check backend for null before deleting

M  +4-2kcm/core/firewallclient.cpp

https://invent.kde.org/plasma/plasma-firewall/-/commit/14b6db2c126f7bcd7216bc1537e9cbf9911aec48

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

[systemsettings] [Bug 487512] 1stbug

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487512

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 485101] Systemsettings crashed after viewing Firewall settings then switching to other category

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485101

Nicolas Fella  changed:

   What|Removed |Added

 CC||calif...@duck.com

--- Comment #6 from Nicolas Fella  ---
*** Bug 487512 has been marked as a duplicate of this bug. ***

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

[i18n] [Bug 487600] Weekday localization error

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487600

Nicolas Fella  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |yurc...@ukr.net
Product|kde |i18n
  Component|general |uk
 CC||nicolas.fe...@gmx.de

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

[systemsettings] [Bug 487612] Public's tooltip is the same as Video

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487612

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---


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

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

[systemsettings] [Bug 486646] Wrong tooltip text in kcms/desktoppaths/ui/main.qml

2024-05-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=486646

Nicolas Fella  changed:

   What|Removed |Added

 CC||typing...@gmail.com

--- Comment #3 from Nicolas Fella  ---
*** Bug 487612 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 487592] Crash when dragging files to directory bar for moving to parent directory

2024-05-26 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487592

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[kdeconnect] [Bug 487593] Mobile app doesn't work

2024-05-26 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487593

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[Breeze] [Bug 487595] Breeze icon theme uses copyrighted icons without acknowledgement or compliance with the owners' guidelines

2024-05-26 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487595

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[systemsettings] [Bug 487586] system settings crashed

2024-05-26 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487586

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
#5  operator() (__closure=0x56b4bcd40610) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qmlmodels/qqmldelegatemodel.cpp:1915
#6  QtPrivate::FunctorCall, QtPrivate::List<>, void,
QQmlDelegateModel::_q_modelAboutToBeReset():: >::call (f=...,
arg=) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:137
#7 
QtPrivate::FunctorCallable
>::call, void> (f=..., arg=) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:345
#8 
QtPrivate::QCallableObject,
QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *,
void **, bool *) (which=, this_=0x56b4bcd40600, r=, a=, ret=) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:555
#9  0x728b401a17b7 in QtPrivate::QSlotObjectBase::call
(this=0x56b4bcd40600, r=0x56b4beb524a0, a=0x7ffc2f4278f0, this=,
r=, a=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:469
#10 doActivate (sender=, signal_index=,
argv=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4086
#11 0x728b4034a464 in QAbstractItemModel::modelReset (this=0x56b4bfeb16f0,
_t1=...) at
/usr/src/debug/qt6-base/build/src/corelib/Core_autogen/include/moc_qabstractitemmodel.cpp:1112
#12 QAbstractItemModel::endResetModel (this=0x56b4bfeb16f0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp:3415
#13 0x728b4038a930 in QSortFilterProxyModel::setSourceModel
(this=0x56b4bfeb16f0, sourceModel=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp:2102
#14 0x728b07e7e96f in KSortFilterProxyModel::setSourceModel
(this=0x56b4bfeb16f0, model=0x56b4bf694820) at
/usr/src/debug/kitemmodels/kitemmodels-6.2.0/src/qml/ksortfilterproxymodel.cpp:94
#15 0x728b4036da4a in QAbstractProxyModelPrivate::setModelForwarder
(this=0x56b4bd77f110, sourceModel=0x56b4bf694820) at
/usr/src/debug/qt6-base/qtbase/src/corelib/itemmodels/qabstractproxymodel_p.h:29
#16 QObjectCompatProperty::bindingWrapper
(type=..., dataPtr=0x56b4bd77f1e0, binding=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty_p.h:540
#17 0x728b4019eacd in QPropertyBindingPrivate::evaluateRecursive_inline
(this=0x56b4bfaad470, bindingObservers=..., status=0x728b3ba89940) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty_p.h:860
#18 QPropertyBindingPrivate::evaluateRecursive (this=this@entry=0x56b4bfaad470,
bindingObservers=..., status=0x728b3ba89940, status@entry=0x0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty.cpp:321
#19 0x728b4019ecd9 in QtPrivate::QPropertyBindingData::setBinding
(this=0x56b4bdf8fc88, binding=, propertyDataPtr=0x56b4bd77f1e0,
staticObserverCallback=, guardCallback=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty.cpp:519
#20 0x728b403747af in QObjectCompatProperty::setBinding
(this=0x56b4bd77f1e0, newBinding=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty_p.h:617
#21 operator() (__closure=0x0, d=0x56b4bd77f1e0, binding=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty_p.h:748
#22 _FUN () at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qproperty_p.h:747
#23 0x728b412e5324 in QUntypedBindable::setBinding (this=,
binding=...) at /usr/include/qt6/QtCore/qproperty.h:768
#24 QUntypedBindable::setBinding (this=0x7ffc2f428800, binding=...) at
/usr/include/qt6/QtCore/qproperty.h:768
#25 QQmlObjectCreator::finalize (this=0x56b4bfd2e3f0, interrupt=...) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlobjectcreator.cpp:1536
#26 0x728b412ba467 in QQmlIncubatorPrivate::incubate
(this=this@entry=0x56b4bf21ea30, i=...) at
/usr/include/qt6/QtCore/qscopedpointer.h:90
#27 0x728b412bae78 in QQmlEnginePrivate::incubate (this=0x56b4bccd7080,
i=, forContext=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlincubator.cpp:53
#28 0x728b4127dbf1 in QQmlComponent::create (this=,
incubator=..., context=, forContext=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlcomponent.cpp:1491
#29 0x728b428e7868 in SharedQmlEngine::completeInitialization
(this=0x56b4bfb21f50, initialProperties=...) at
/usr/src/debug/kcmutils/kcmutils-6.2.0/src/qml/sharedqmlengine.cpp:242
#30 0x728b428e9a26 in SharedQmlEngine::completeInitialization
(this=0x56b4bfb21f50, initialProperties=...) at
/usr/include/qt6/QtCore/qstring.h:1167
#31 KQuickConfigModule::mainUi (this=this@entry=0x56b4bdfec6f0) at
/usr/src/debug/kcmutils/kcmutils-6.2.0/src/qml/kquickconfigmodule.cpp:129
#32 0x728b4309935a in KCModuleLoader::loadModule (metaData=...,
parent=parent@entry=0x56b4bd974a30, args=..., eng=std::shared_ptr
(use count 4, weak count 0) = {...}) at
/usr/src/debug/kcm

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

2024-05-26 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479406

--- Comment #22 from Nicolas Fella  ---
That's what FIXED means. See
https://community.kde.org/Get_Involved/Issue_Reporting#Understand_what_the_resolution_statuses_mean

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

[systemsettings] [Bug 485101] Systemsettings crashed after viewing Firewall settings then switching to other category

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485101

Nicolas Fella  changed:

   What|Removed |Added

 CC||vincent...@protonmail.com

--- Comment #4 from Nicolas Fella  ---
*** Bug 486029 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 486029] System settings cause a cpu spike and crash when going to the firewall tab without ufw or firewalld installed

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=486029

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicolas Fella  ---


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

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

[NeoChat] [Bug 487502] Crash when closing config dialog

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487502

--- Comment #1 from Nicolas Fella  ---
Created attachment 169794
  --> https://bugs.kde.org/attachment.cgi?id=169794=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[NeoChat] [Bug 487502] New: Crash when closing config dialog

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487502

Bug ID: 487502
   Summary: Crash when closing config dialog
Classification: Applications
   Product: NeoChat
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: nicolas.fe...@gmx.de
CC: c...@carlschwan.eu
  Target Milestone: ---

Application: neochat (24.07.70)
 (Compiled from sources)
Qt Version: 6.7.2
Frameworks Version: 6.3.0
Operating System: Linux 6.8.10-300.fc40.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 40 (KDE Plasma)"
DrKonqi: 6.1.80 [CoredumpBackend]

-- Information about the crash:
- Click on avatar in bottom-left corner
- Close the settings window

The crash can be reproduced every time.

-- Backtrace (Reduced):
#5  0x7fcd5480d871 in QJsonObject::valueImpl (this=0x8,
key=...) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:310
#6  QJsonObject::value (this=0x8, key=...) at
/home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:301
#7  0x7fcd571959a9 in QJsonObject::operator[] (this=,
key=...) at /home/nico/kde/usr/include/QtCore/qjsonobject.h:61
#8  Quotient::Event::contentJson (this=) at
/home/nico/kde/src/libquotient/Quotient/events/event.cpp:68
#9  0x0076977b in Quotient::Event::contentPart
(this=, key=) at
/home/nico/kde/usr/include/Quotient/events/event.h:363


Reported using DrKonqi

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

[frameworks-kwallet] [Bug 487348] Secret Portal fails to store secret for Flatpak applications

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487348

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kwallet/-/commit/425 |eworks/kwallet/-/commit/fc0
   |cf15fc9116a1fc115dd52eb5537 |97984e7a6ea127fe7e0ca9df2ff
   |c2eb5d66be  |98271888d3

--- Comment #7 from Nicolas Fella  ---
Git commit fc097984e7a6ea127fe7e0ca9df2ff98271888d3 by Nicolas Fella.
Committed on 24/05/2024 at 19:55.
Pushed by nicolasfella into branch 'Frameworks/6.2'.

Fix secrets portal wallet access

The current code checks whether the wallet is open and only if it's not calls
openAsync

However kwallet internally tracks which apps have openend the wallet and only
gives access to those that have called open

This works fine if the portal request triggered the opening of the wallet and
subsequent access works, but if the wallet was opened by another app before any
attempt to read from the wallet will fail

To fix this always open the wallet before accessing. This allows to simplify
the code since we then can tie a portal request to a KWallet transaction ID.

Also consistently use xdg-desktop-portal as appid when making calls to kwallet
(cherry picked from commit 425cf15fc9116a1fc115dd52eb5537c2eb5d66be)

M  +11   -25   src/runtime/kwalletd/kwalletportalsecrets.cpp
M  +1-3src/runtime/kwalletd/kwalletportalsecrets.h

https://invent.kde.org/frameworks/kwallet/-/commit/fc097984e7a6ea127fe7e0ca9df2ff98271888d3

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

[frameworks-kwallet] [Bug 487348] Secret Portal fails to store secret for Flatpak applications

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487348

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kwallet/-/commit/425
   ||cf15fc9116a1fc115dd52eb5537
   ||c2eb5d66be

--- Comment #6 from Nicolas Fella  ---
Git commit 425cf15fc9116a1fc115dd52eb5537c2eb5d66be by Nicolas Fella.
Committed on 22/05/2024 at 20:11.
Pushed by nicolasfella into branch 'master'.

Fix secrets portal wallet access

The current code checks whether the wallet is open and only if it's not calls
openAsync

However kwallet internally tracks which apps have openend the wallet and only
gives access to those that have called open

This works fine if the portal request triggered the opening of the wallet and
subsequent access works, but if the wallet was opened by another app before any
attempt to read from the wallet will fail

To fix this always open the wallet before accessing. This allows to simplify
the code since we then can tie a portal request to a KWallet transaction ID.

Also consistently use xdg-desktop-portal as appid when making calls to kwallet

M  +11   -25   src/runtime/kwalletd/kwalletportalsecrets.cpp
M  +1-3src/runtime/kwalletd/kwalletportalsecrets.h

https://invent.kde.org/frameworks/kwallet/-/commit/425cf15fc9116a1fc115dd52eb5537c2eb5d66be

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

[Akonadi] [Bug 485132] DAV resource: invalid response from backend

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=485132

Nicolas Fella  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 487457] Plasma (Wayland) restarts the monitor and freezes immediately after starting the computer, but windows and cursor working, rebooting does not help. In X11 session nothing fr

2024-05-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487457

Nicolas Fella  changed:

   What|Removed |Added

   Severity|critical|normal
 CC||nicolas.fe...@gmx.de

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

[systemsettings] [Bug 457838] Activation Gestures is missing

2024-05-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=457838

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||6e33827c9aca12b8a3d8233853d
   ||08a3cf79cb255
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Nicolas Fella  ---
Git commit 6e33827c9aca12b8a3d8233853d08a3cf79cb255 by Nicolas Fella.
Committed on 23/05/2024 at 07:01.
Pushed by nicolasfella into branch 'master'.

[kcms/access] Restore Activation Gestures tab

This got merged into other tabs in c275bf35f3b6eec34ae935e8df68ec68ad89c373 and
then partly dropped in e80ef5da8f309a94ff483d747b708f9904759e2f based on a
wrong
assumption.

Restore the tab as it was before the QML rewrite

M  +10   -10   kaccess/kaccess.cpp
M  +2-0kaccess/kaccess.h
M  +3-2kcms/access/CMakeLists.txt
M  +13   -0kcms/access/kcmaccess.cpp
M  +6-0kcms/access/kcmaccess.h
C  +7-19   kcms/access/kcmaccessibilityactivationgestures.kcfg [from:
kcms/access/kcmaccessibilitykeyboard.kcfg - 052% similarity]
A  +6-0kcms/access/kcmaccessibilityactivationgestures.kcfgc
M  +0-12   kcms/access/kcmaccessibilitykeyboard.kcfg
M  +0-14   kcms/access/kcmaccessibilitymouse.kcfg
A  +109  -0kcms/access/ui/ActivationGestures.qml [License: GPL(3+eV)
GPL(v3.0) GPL(v2.0)]
M  +0-38   kcms/access/ui/MouseNavigation.qml
M  +9-0kcms/access/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/6e33827c9aca12b8a3d8233853d08a3cf79cb255

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

[frameworks-kwidgetsaddons] [Bug 487247] OBS closes with no error reports in log when I click ANY button that browses files.

2024-05-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487247

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kwidgetsaddons/-/com |eworks/kwidgetsaddons/-/com
   |mit/64fcc6fff124dd74e059b92 |mit/e64fa52f2c92a02ee6c744a
   |71ba6693a2d561704   |c4f2382d0a7bd111b

--- Comment #6 from Nicolas Fella  ---
Git commit e64fa52f2c92a02ee6c744ac4f2382d0a7bd111b by Nicolas Fella, on behalf
of Joshua Goins.
Committed on 23/05/2024 at 06:43.
Pushed by nicolasfella into branch 'Frameworks/6.2'.

KMessageWidget: Avoid calling polish() inside of palette update

This causes infinite recursion as the palette is set and unset when the
application uses CSS stylesheets. But this call is simply unnecessary
and can be removed.
(cherry picked from commit 64fcc6fff124dd74e059b9271ba6693a2d561704)

M  +1-1src/kmessagewidget.cpp

https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/e64fa52f2c92a02ee6c744ac4f2382d0a7bd111b

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

[frameworks-kwallet] [Bug 487348] Secret Portal fails to store secret for Flatpak applications

2024-05-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487348

Nicolas Fella  changed:

   What|Removed |Added

 CC||waynejw...@outlook.com

--- Comment #4 from Nicolas Fella  ---
*** Bug 487094 has been marked as a duplicate of this bug. ***

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

[kwalletmanager] [Bug 487094] Nextcloud Sync Client (Flatpak) asks for credentials every relaunch when KDE wallet subsystem disabled

2024-05-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487094

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #8 from Nicolas Fella  ---


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

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

[frameworks-kwallet] [Bug 487348] Secret Portal fails to store secret for Flatpak applications

2024-05-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487348

--- Comment #2 from Nicolas Fella  ---
Thanks, the test program was very helpful!

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

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

2024-05-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479406

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/kcolorchooser/-/commit |hics/kcolorchooser/-/commit
   |/dace6c0d2b04b444b4e4a92045 |/7a03f1ccac935cb9c1a8e030a1
   |0a7ed24b79cc30  |98d9267b0479f1

--- Comment #19 from Nicolas Fella  ---
Git commit 7a03f1ccac935cb9c1a8e030a198d9267b0479f1 by Nicolas Fella, on behalf
of Thomas Weißschuh.
Committed on 21/05/2024 at 20:00.
Pushed by nicolasfella into branch 'release/24.05'.

Allow dbus processing in qt-base to enable color-picking via portal

qt-base uses dbus to query the desktop portal if color-picking is
supported, without explicitly waiting for the result.
kcolorchooser creates its QColorDialog before the response was processed
and therefore color picking via the portal is presumed to be
unavailable.

Give the eventloop the opportunity to process the event and only
afterwards create the QColorDialog.

See https://bugreports.qt.io/browse/QTBUG-120957
(cherry picked from commit dace6c0d2b04b444b4e4a920450a7ed24b79cc30)

M  +3-0kcolorchooser.cpp

https://invent.kde.org/graphics/kcolorchooser/-/commit/7a03f1ccac935cb9c1a8e030a198d9267b0479f1

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

[neon] [Bug 487290] Host KDE Neon repository at Codeberg or Forgejo

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487290

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
Thank you for your proposal.

We use a self-hosted Gitlab instance for all our code in KDE and it has served
us well. The Gitlab we use is fully open source (we do not use the premium
edition despite it being available to us without cost). The existence of
non-open Gitlab code doesn't affect us really.

We are currently not looking into switching to a different git forge.

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

[kget] [Bug 480506] Resuming download after pause does not work

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480506

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/2599794
   ||4370d60f1a7c5fd42064f264540
   ||c7b2c0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Nicolas Fella  ---
Git commit 25997944370d60f1a7c5fd42064f264540c7b2c0 by Nicolas Fella.
Committed on 20/05/2024 at 13:42.
Pushed by nicolasfella into branch 'master'.

[http] Implement resuming at offset again

M  +21   -1src/kioworkers/http/http.cpp

https://invent.kde.org/frameworks/kio/-/commit/25997944370d60f1a7c5fd42064f264540c7b2c0

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

[systemsettings] [Bug 487156] Systemsettings opens Mouse and Touch pad whenever I clear search

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487156

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||6.0.5
 CC||nicolas.fe...@gmx.de

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

[systemsettings] [Bug 487156] Systemsettings opens Mouse and Touch pad whenever I clear search

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487156

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/systemsettings/-/commit/ |ma/systemsettings/-/commit/
   |38064e25e86e7dd4a17b6b47399 |7a0d35faa500659304ce60293e0
   |4dd1a69d1e73a   |76252b2bc1083

--- Comment #3 from Nicolas Fella  ---
Git commit 7a0d35faa500659304ce60293e076252b2bc1083 by Nicolas Fella.
Committed on 20/05/2024 at 12:17.
Pushed by nicolasfella into branch 'Plasma/6.0'.

Fix subcategory pane opening when exiting search

When clearing the search field don't push the subcategory pane
(cherry picked from commit 38064e25e86e7dd4a17b6b473994dd1a69d1e73a)

M  +0-10   app/sidebar/qml/SubCategoryPage.qml

https://invent.kde.org/plasma/systemsettings/-/commit/7a0d35faa500659304ce60293e076252b2bc1083

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

[systemsettings] [Bug 487156] Systemsettings opens Mouse and Touch pad whenever I clear search

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487156

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/systemsettings/-/commit/
   ||38064e25e86e7dd4a17b6b47399
   ||4dd1a69d1e73a

--- Comment #2 from Nicolas Fella  ---
Git commit 38064e25e86e7dd4a17b6b473994dd1a69d1e73a by Nicolas Fella.
Committed on 20/05/2024 at 12:16.
Pushed by nicolasfella into branch 'master'.

Fix subcategory pane opening when exiting search

When clearing the search field don't push the subcategory pane

M  +0-10   app/qml/SubCategoryPage.qml

https://invent.kde.org/plasma/systemsettings/-/commit/38064e25e86e7dd4a17b6b473994dd1a69d1e73a

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

[kdeconnect] [Bug 487258] Most of the time I don't see any control menu on KDE Connect app on Andorid [Pixel 6 Pro, Android v14]

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487258

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[kdeconnect] [Bug 487257] Multi Media control is hidden always on my pixel 6 pro android version 14

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487257

Nicolas Fella  changed:

   What|Removed |Added

   Severity|critical|normal
 CC||nicolas.fe...@gmx.de

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

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

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484682

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||6.0.5

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

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

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484682

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #17 from Nicolas Fella  ---
Fixed with https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/49

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

[dolphin] [Bug 477081] Plasma 6 proxy configuration bypass PAC files directives

2024-05-20 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=477081

--- Comment #11 from Nicolas Fella  ---
What happens when you replace /home/myuser/proxy_PAC_configuracion.pac with
file:///home/myuser/proxy_PAC_configuracion.pac in the UI (or the config file
directly)?

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

[kget] [Bug 480506] Resuming download after pause does not work

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480506

Nicolas Fella  changed:

   What|Removed |Added

 CC||sexymim...@gmail.com

--- Comment #1 from Nicolas Fella  ---
*** Bug 486787 has been marked as a duplicate of this bug. ***

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

[kget] [Bug 486787] Paused downloads cannot be resumed

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=486787

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

--- Comment #2 from Nicolas Fella  ---


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

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

[plasmashell] [Bug 487240] Advanced Options subwindow of Edit Application window causes PlasmaShell functionality to break.

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487240

Nicolas Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Product|kstart  |plasmashell
  Component|general |general
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
   Target Milestone|--- |1.0
 Status|REPORTED|CONFIRMED
 CC||k...@davidedmundson.co.uk,
   ||nicolas.fe...@gmx.de

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

[i18n] [Bug 487171] Incorrect Bulgarian translation of "Left" in ktorrent

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487171

Nicolas Fella  changed:

   What|Removed |Added

Product|ktorrent|i18n
   Assignee|joris.guis...@gmail.com |ya...@lindeas.com
  Component|general |bg
 CC||nicolas.fe...@gmx.de

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

[extra-cmake-modules] [Bug 487214] Qt6 "kcoreaddons_add_plugin" attempts to link plugin in /INSTALL_NAMESPACE

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487214

--- Comment #5 from Nicolas Fella  ---
Is KF5_DEP_VERSION set at this point? What if you specify e.g. 6.0 as version?

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

[dolphin] [Bug 477081] Plasma 6 proxy configuration bypass PAC files directives

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=477081

--- Comment #9 from Nicolas Fella  ---
Can you attach your .config/kioslaverc file?

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

[kwin] [Bug 381887] KWin should replace system bells initiated by GTK programs with the standard alert sound

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=381887

--- Comment #7 from Nicolas Fella  ---
Git commit a49c68d66240d9b389ac56d97d052a88a1e25a87 by Nicolas Fella.
Committed on 19/05/2024 at 13:52.
Pushed by nicolasfella into branch 'master'.

[kaccess] Play bell sound from the sound theme by default

Unless a custom sound is selected or bell sounds are disabled

M  +2-2kaccess/kaccess.cpp

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

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

[systemsettings] [Bug 451546] Audible bell custom sound plays the sound in addition to the default system beep, rather than replacing it

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=451546

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||9e8f737280f5f5b910498e08734
   ||c9579e0df14b7

--- Comment #2 from Nicolas Fella  ---
Git commit 9e8f737280f5f5b910498e08734c9579e0df14b7 by Nicolas Fella.
Committed on 19/05/2024 at 13:52.
Pushed by nicolasfella into branch 'master'.

[kaccess] Always suppress audible X11 bell

X11 by default produces a horrible beep, which we allow to override with a
custom sound.

The current code however only suppresses the default beep if 'Audible bell' is
disabled,
not when a custom sound is enabled.

Always disable it so that we get full control over the sound
Related: bug 381887

M  +6-10   kaccess/kaccess.cpp

https://invent.kde.org/plasma/plasma-desktop/-/commit/9e8f737280f5f5b910498e08734c9579e0df14b7

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

[kwin] [Bug 381887] KWin should replace system bells initiated by GTK programs with the standard alert sound

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=381887

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|INTENTIONAL |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||9e8f737280f5f5b910498e08734
   ||c9579e0df14b7

--- Comment #6 from Nicolas Fella  ---
Git commit 9e8f737280f5f5b910498e08734c9579e0df14b7 by Nicolas Fella.
Committed on 19/05/2024 at 13:52.
Pushed by nicolasfella into branch 'master'.

[kaccess] Always suppress audible X11 bell

X11 by default produces a horrible beep, which we allow to override with a
custom sound.

The current code however only suppresses the default beep if 'Audible bell' is
disabled,
not when a custom sound is enabled.

Always disable it so that we get full control over the sound
Related: bug 451546

M  +6-10   kaccess/kaccess.cpp

https://invent.kde.org/plasma/plasma-desktop/-/commit/9e8f737280f5f5b910498e08734c9579e0df14b7

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

[extra-cmake-modules] [Bug 487214] Qt6 "kcoreaddons_add_plugin" attempts to link plugin in /INSTALL_NAMESPACE

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487214

--- Comment #3 from Nicolas Fella  ---
In
https://github.com/dennis2society/kate-gpg-plugin/commit/609bd6d2634862459d13f61825a4e1bdcbad4944
you removed the version from the find_package(ECM) call. This changed the
condition in
https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/master/kde-modules/KDECMakeSettings.cmake#L253
and causes CMAKE_LIBRARY_OUTPUT_DIRECTORY to be empty

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

[plasmashell] [Bug 487198] REGRESSION - Complete disaster, computer unusable after update to 6.0

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487198

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[neon] [Bug 487210] plasmashell doesn't start due to systemmonitor plasmoid placed in Panel

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487210

Nicolas Fella  changed:

   What|Removed |Added

 CC||carlosdema...@gmail.com,
   ||j...@jriddell.org,
   ||neon-b...@kde.org,
   ||nicolas.fe...@gmx.de
Version|master  |unspecified
   Assignee|plasma-b...@kde.org |neon-b...@kde.org
   Target Milestone|1.0 |---
Product|plasmashell |neon
  Component|general |general

--- Comment #1 from Nicolas Fella  ---
> plasmashell: symbol lookup error: 
> /usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/applets/org.kde.plasma.systemmonitor.so:
>  undefined symbol: 
> _ZN9KSysGuard20SensorFaceControllerC1ER12KConfigGroupP10QQmlEngine

This is a Neon packaging issue

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

[systemsettings] [Bug 487212] Setting home directory to "Indexed" creates a duplicate, unremovable entry in System Settings

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487212

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
Summary|[BUG] Setting home  |Setting home directory to
   |directory to "Indexed"  |"Indexed" creates a
   |creates a duplicate,|duplicate, unremovable
   |unremovable entry in System |entry in System Settings
   |Settings|

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

[extra-cmake-modules] [Bug 487214] Qt6 "kcoreaddons_add_plugin" attempts to link plugin in /INSTALL_NAMESPACE

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487214

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
Can you show your full project sources?

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

[kate] [Bug 487216] Dynamic word wrap doesn't stay active

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487216

Nicolas Fella  changed:

   What|Removed |Added

   Severity|critical|normal
   Keywords|accessibility, bounty,  |
   |efficiency, regression, |
   |usability   |
 CC||nicolas.fe...@gmx.de

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

[plasmashell] [Bug 487225] Plasma Shell Crashes for no reason

2024-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=487225

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from Nicolas Fella  ---
The crash backtrace indicates that the problem is in the Mesa graphics drivers.
Please read https://docs.mesa3d.org/bugs.html and submit a bug report for the
Mesa developers.

Thanks!

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

  1   2   3   4   5   6   7   8   9   10   >