https://bugs.kde.org/show_bug.cgi?id=424503
Bug ID: 424503 Summary: Snoretoast does not display a notification when the process is running with the system token. Product: Snoretoast Version: unspecified Platform: Other OS: Microsoft Windows Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: vonr...@kde.org Reporter: esteban.gar...@tulpep.com Target Milestone: --- SUMMARY Snoretoast version 0.7.0 does not display a notification when the process is running with the system token. STEPS TO REPRODUCE 1. Download PsExec from here https://docs.microsoft.com/en-us/sysinternals/downloads/psexec 2. Open a terminal and execute PsExec with the -i (interactive) and -s (system token) parameters to open a new cmd in the user context with the system token ".\PsExec.exe -i -s cmd.exe" 3. In the new cmd.exe execute Snoretoast OBSERVED RESULT The notification does not appear. EXPECTED RESULT The notification should appear. SOFTWARE/OS VERSIONS Windows: 8 and 10 ADDITIONAL INFORMATION I have a windows service, the service creates a child process with the system token but running in the user context, from this child process we are able to record the screen and move the mouse but when tried to display a notification with Snoretoast, the notification never appears, I have replicated the behavior with PsExec. -- You are receiving this mail because: You are watching all bug changes.