https://bugs.winehq.org/show_bug.cgi?id=42201
Bug ID: 42201 Summary: Implement Taskbar Extensions Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: kolan_n@mail.ru Distribution: ---
Windows apps can be controlled through taskbar and can report their status in taskbar. https://msdn.microsoft.com/ru-ru/library/windows/desktop/dd378460.aspx
Though linux doesn't have this functionality, at least in KDE Plasma there is a tray for notifications where apps can put progressbars and icons. https://api.kde.org/frameworks/kjobwidgets/html/classKUiServerJobTracker.htm...
The functionality is a bit similar so the straightforward solution it to implement Taskbar Extensions through KUiServer
https://bugs.winehq.org/show_bug.cgi?id=42201
KOLANICH kolan_n@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
https://bugs.winehq.org/show_bug.cgi?id=42201
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Keywords| |integration
--- Comment #1 from Austin English austinenglish@gmail.com --- Wine doesn't usually implement desktop specific functionality, instead preferring XDG standards. Is there one for this?