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

[Request] Screenshot notification #14

Open
andiandi13 opened this issue Jul 25, 2022 · 4 comments
Open

[Request] Screenshot notification #14

andiandi13 opened this issue Jul 25, 2022 · 4 comments

Comments

@andiandi13
Copy link

It can be hard to tell if a screenshot has been saved (and add to that this bug #13)

It'd be great to have an overlay notification, quite different from the native system notification.

@masagrator
Copy link

Overlay doesn't accept custom notifications. They are hardcoded.

@HookedBehemoth
Copy link
Owner

I wasted a few hours years ago looking into how to trigger the screenshot notification but I couldn't get behind it.
Did anyone else figure that out?
What I do know:
vi calls caps:c SetOverlayScreenShotThumbnailData,
vi calls overlaydisp < unknown package format and copying old packages wouldn't work

@North-West-Wind
Copy link

I think we just need a notification, whether it is accurate or not doesn't matter. In this case, caps:c NotifyTakingScreenShotRefused, NotifyAlbumStorageIsAvailable or NotifyAlbumStorageIsUnavailable might be sufficient.

@HookedBehemoth
Copy link
Owner

I think we just need a notification, whether it is accurate or not doesn't matter. In this case, caps:c NotifyTakingScreenShotRefused, NotifyAlbumStorageIsAvailable or NotifyAlbumStorageIsUnavailable might be sufficient.

I only now saw that comment. That's totally wrong. capsrv doesn't talk to overlaydisp (anymore). It's the other way around.

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

No branches or pull requests

4 participants