Commit-La-Grenouille / streamdeck-clipboard-buddy

GNU General Public License v3.0
4 stars 1 forks source link

Secured entry is lost after prolonged lock period (and maybe energy saving) #2

Closed Commit-La-Grenouille closed 2 years ago

Commit-La-Grenouille commented 2 years ago

It seems like when the computer is left unattended long enough (locked/screensaver/else?) the Stream Deck driver is unloading or stopping its processes. This makes an inconsistent situation: connecting again to the computer shows the Stream Deck visuals with secured entries but the data behind has been lost and is back to the default init string.

The plugin will require an active tile refresh under the same event as the matrix init to be sure that a user does not expect data when the data is no longer present.

Note: this has not been tested with a regular storage case but the symptoms and suspicion are pointing to the same result.