Adrianotiger / desktopPet

Remembering the lovely eSheep (stray sheep) from 1995 -
https://adrianotiger.github.io/desktopPet/
900 stars 88 forks source link

Can sheeps display on screen loacked? #100

Open nosiyBUGS opened 2 years ago

nosiyBUGS commented 2 years ago

Can sheeps display on screen loacked?

Adrianotiger commented 2 years ago

No, this is not possible in Windows. Applications does not have any access on a locked screen for security reasons. An application is able to show a notification icon on the lock screen, but not to be executed or to show something itself (only over a windows notification message)

nosiyBUGS commented 2 years ago

But some screensavers did   it.

---Original--- From: @.> Date: Fri, Feb 4, 2022 19:15 PM To: @.>; Cc: @.**@.>; Subject: Re: [Adrianotiger/desktopPet] Can sheeps display on screen loacked?(Issue #100)

No, this is not possible in Windows. Applications does not have any access on a locked screen for security reasons. An application is able to show a notification icon on the lock screen, but not to be executed or to show something itself (only over a windows notification message)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Eric2XU commented 2 years ago

@nosiyBUGS as a IT admin of 20 years I can tell you that the lock screen is very much hands off to developers. You are correct that technically a screensaver would be allowed to display over the lock screen but that would be a totally different thing. It wouldn't have the virtual physics that the main pet has. It would just be effectively a animated video loop of sorts that has no overlap with the code of this project.

nosiyBUGS commented 2 years ago

Which means   it   will cause   security leaks or   immoral  privacy   offend

---Original--- From: @.> Date: Sat, Feb 5, 2022 00:08 AM To: @.>; Cc: @.**@.>; Subject: Re: [Adrianotiger/desktopPet] Can sheeps display on screen loacked? (Issue #100)

@nosiyBUGS as a IT admin of 20 years I can tell you that the lock screen is very much hands off to developers. You are correct that technically a screensaver would be allowed to display over the lock screen but that would be a totally different thing. It wouldn't have the virtual physics that the main pet has. It would just be effectively a animated video loop or sorts that has no overlap with the code of this project.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

Adrianotiger commented 2 years ago

You can create a screen saver with this steps:

But it doesn't start over the lock screen.