Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make update notification stay a little while longer in Windows 10 #1003

Closed
Mygod opened this issue Jan 13, 2017 · 6 comments
Closed

Make update notification stay a little while longer in Windows 10 #1003

Mygod opened this issue Jan 13, 2017 · 6 comments

Comments

@Mygod
Copy link
Contributor

Mygod commented Jan 13, 2017

Please read Wiki carefully, especially https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting.
Please answer these questions before submitting your issue. Thanks!

Version(release version or AppVeyor link)

3.4.2.1

Environment(Operating system, .NET Framework, etc)

Windows 10, .NET Framework 4.6.2.

Steps you have tried

Not relevant.

What did you expect to see?

Toast notification appear in Action Center.

What did you see instead?

Notification goes away after a few seconds and there's nowhere to find it.

Config and error log in detail (with all sensitive info masked)

Not relevant.

Possibly useful link: http://stackoverflow.com/a/32221222/2245107

@celeron533
Copy link
Contributor

It looks like controlled by Windows itself.
http://www.howto-connect.com/windows-10-change-time-to-stay-notification-popup/

image

@Mygod
Copy link
Contributor Author

Mygod commented Jan 16, 2017

That's different.

@florianmonfort
Copy link

@Mygod please develop. What is different?

@celeron533
Copy link
Contributor

@florianmonfort , it is different from the screenshot I have posted. At first I was thinking it was just a balloon notification.
image

@celeron533
Copy link
Contributor

https://docs.microsoft.com/en-us/uwp/api/windows.ui.notifications.toastnotificationmanager#Windows_UI_Notifications_ToastNotificationManager_CreateToastNotifier_System_String_

But there may have some limitations when using the Toast Notification:

Sending toast notifications from desktop apps

Generally, sending a toast notification from a desktop app is the same as sending it from a Windows Store app. However, you should be aware of these differences and requirements:

  • For a desktop app to display a toast, the app must have a shortcut on the Start screen.
  • The shortcut must have an AppUserModelID.
  • Desktop apps cannot schedule a toast.

@wongsyrone
Copy link
Contributor

Have to keep compatibility with the older operating systems.
You can always get notified with version checking enabled, miss it once is not a big problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants