[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #15 from [email protected] ---
Merged! 🎊🎉🥳
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/820#note_4dc8b6bb08bb2bd8acf7ba68b1fd6f851497a71d

Thanks a bunch Florian!
It will be so nice to have proper notifications sync again ☺️
I hope it wont be too long till it's in Arch 🤞

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=488503

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #14 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/820

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #13 from Florian Achleitner  ---
Reading about QVariant, I suspect a call to qRegisterMetaType() is missing
in the config part and in the plugin part, however it only seems to hurt the
config module.

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #12 from Florian Achleitner  ---
Now that I've came across this again, I played around a little and found that
NotifyingApplication seems to be properly serialized to a string in the config
file at ~/.config/kdeconnect/[ID]/kdeconnect_sendnotifications/config

This one is for "notify-send".

[applications]
1\value=@Variant(\0\0\0\x7f\0\0\0\x15NotifyingApplication\0\0\0\0\x16\0n\0o\0t\0i\0\x66\0y\0-\0s\0\x65\0n\0\x64\0\0\0\0\x1\xff\xff\xff\xff)
size=1

When I change the 5th byte from the end from \x1 to \0, and restart
kdeconnectd, this application is disabled properly.
This byte is the serialized member "active"
https://invent.kde.org/network/kdeconnect-kde/-/blob/master/plugins/sendnotifications/notifyingapplication.h#L14

Hence, I assume that the deserialization in the KCM module is the problem,
which happens here
https://invent.kde.org/network/kdeconnect-kde/-/blob/master/plugins/sendnotifications/sendnotifications_config.cpp#L57
Anybody with QT knowhow might smell the problem immediately!?

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #11 from Florian Achleitner  ---
I confirm this is still an issue with kdeconnectd-25.04.0-2.fc42.x86_64.
Operating System: Fedora Linux 42
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.9.0

In the journal I still observe this line when I open the Send Notifications
Settings Dialog.
systemsettings[95177]: QVariant::load: unknown user type with name
NotifyingApplication.

I'm ready to help solve this, but I'm not familiar with QT/KDE.

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-05-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=488503

Florian Achleitner  changed:

   What|Removed |Added

Version|24.05.1 |25.04.0

--- Comment #10 from Florian Achleitner  ---
Operating System: Fedora Linux 42
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.9.0

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2025-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488503

[email protected] changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-12-29 Thread Leo Gaspard
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #9 from Leo Gaspard  ---
This still seems to be here, I'm also seeing this on:

Operating System: NixOS 25.05
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.6.66 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 9 PRO 6950H with Radeon Graphics
Memory: 30.6 Gio of RAM
Graphics Processor: AMD Radeon Graphics

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-12-21 Thread Leo Gaspard
https://bugs.kde.org/show_bug.cgi?id=488503

Leo Gaspard  changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-11-29 Thread kazel
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #8 from kazel  ---
can confirm, bug is still there

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-11-29 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #7 from Florian Achleitner  ---
This one is still there on Fedora 41.
In the journal I see this line twice, when I open the config dialog of
sendnotifications in systemsettings:

QVariant::load: unknown user type with name NotifyingApplication.

This is probably declared here
https://invent.kde.org/network/kdeconnect-kde/-/blob/master/plugins/sendnotifications/notifyingapplication.h

However, my understanding of how that works in QT/KDE is not sufficient.

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-09-13 Thread Keigh Rim
https://bugs.kde.org/show_bug.cgi?id=488503

Keigh Rim  changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-08-13 Thread Seth
https://bugs.kde.org/show_bug.cgi?id=488503

Seth  changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-08-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488503

[email protected] changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from [email protected] ---
I also confirm the same behaviour.
Operating System: Nobara Linux 39
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.6.2
Kernel Version: 6.8.12-200.fsync.fc39.x86_64 (64-bit)
Graphics Platform: Wayland

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-08-07 Thread Tamás Pesti
https://bugs.kde.org/show_bug.cgi?id=488503

Tamás Pesti  changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-08-02 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=488503

cwo  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #5 from cwo  ---
*** Bug 485601 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-08-01 Thread alex
https://bugs.kde.org/show_bug.cgi?id=488503

alex <[email protected]> changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-07-31 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=488503

cwo  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from cwo  ---
*** Bug 482540 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-07-31 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=488503

cwo  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #3 from cwo  ---
*** Bug 487966 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-07-23 Thread kazel
https://bugs.kde.org/show_bug.cgi?id=488503

--- Comment #2 from kazel  ---
have the same issue since updating from 5 to 6

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-07-23 Thread kazel
https://bugs.kde.org/show_bug.cgi?id=488503

kazel  changed:

   What|Removed |Added

 CC||[email protected]

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-06-30 Thread Kye
https://bugs.kde.org/show_bug.cgi?id=488503

Kye  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||[email protected]

--- Comment #1 from Kye  ---
Happening for me as well.

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

[kdeconnect] [Bug 488503] KDE Connect Send notifications plugin no longer populates the applications list. Cannot blacklist anything.

2024-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=488503

[email protected] changed:

   What|Removed |Added

 CC||[email protected]

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