Improve notifications on Windows
Closed, ResolvedPublic

Description

KDE Connect makes use of notifications for pairing, notification sync, telephony and sms features. KNotifications work on Windows, but look rather bad.

Find a solution that makes notifications integrate well in Windows.

Inoki added a subscriber: Inoki.Mar 26 2019, 12:20 AM

I'm working for a native Windows notification APIs in this project.

I've succeeded in compiling and testing all necessary instructions in my own branch, here
https://invent.kde.org/wxiao/kdeconnect-kde/tree/notification-proof as a POC.

I've tried to make an independent module "winutils" so that all modules can use it, but an error exists while linking the module "winutils" and the others.

bin\winutils.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x380

Any idea?

Thank you for advance!

brute4s99 claimed this task.Nov 3 2019, 5:01 PM
brute4s99 closed this task as Resolved.

https://phabricator.kde.org/D21661 fixed it.

The remaining bug is a KNotifications problem, the backend works fine.