Required settings to allow Time Remaining toast in Intune Kiosk? #327
Replies: 3 comments 6 replies
-
That sounds like a bug in Intune, or a configuration issue somewhere. That fact that the popups show for the admin demonstrates that Libki is able to send the notifications to Windows. What the OS does with those notification is unfortunately out of scope for the project. |
Beta Was this translation helpful? Give feedback.
-
The client is written in C++/Qt5, so it's using a method that is an abstraction of whatever is powering it underneath. Presumably it's using Toast notifications underneath for Windows: https://doc.qt.io/qt-5/qsystemtrayicon.html#showMessage I've done some research and just pushed a new commit that may possibly help. Please try the latest unstable after it is built to see if it helps at all. |
Beta Was this translation helpful? Give feedback.
-
Thanks Kyle, I'll take a look.
I'm also looking at unpicking the Notification permissions within Windows.
The Intune template for the Multi-App kiosk has locked down a tonne of
functionality and settings. I think I'm zeroing in on a fix, but I'm about
20 Reghacks in and at the point that I can see the admin account lists
Libki as an App that can send Notifications in the Settings under
Notifications & Actions while the Kiosk account never does. Apparently this
is controlled via a combination of Registry keys and an SQL Lite DB in the
Local AppData folder of each user.
I'm questioning if I'm even in a rabbit hole anymore.
Martin.
…On Wed, 20 Sept 2023 at 14:09, Kyle M Hall ***@***.***> wrote:
The client is written in C++/Qt5, so it's using a method that is an
abstraction of whatever is powering it underneath. Presumably it's using
Toast notifications underneath for Windows:
https://doc.qt.io/qt-5/qsystemtrayicon.html#showMessage
I've done some research and just pushed a new commit that may possibly
help. Please try the latest unstable after it is built to see if it helps
at all.
—
Reply to this email directly, view it on GitHub
<#327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BA5Y64RISAXCEOW2NSECFBDX3LTH3ANCNFSM6AAAAAA2RIKOZE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have an intune multi-app kiosk running our library solution, but the profile appears to block the time remaining Toast notification pop-up.
When I log in as the local admin on the same machine, the popup is shown and I have turned on notifications for the kiosk user, and there is nothing being blocked by AppLocker, but I'm clearly missing something.
Looking for any suggestions.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions