rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
14.38k stars 1.03k forks source link

Moving the mouse in screen saver sometimes triggers a video player menu #2259

Open IanDaBest opened 1 month ago

IanDaBest commented 1 month ago

Describe the bug Sometimes, when moving the mouse in screen saver, instead of turning screen saver off, it shows a video player menu with pause, skip buttons, etc.

To Reproduce Steps to reproduce the behavior:

  1. Trigger screen saver
  2. Move your mouse
  3. It will happen sometimes
  4. See error

Expected behavior The screen saver turns off like normal

Screenshots/Video image

Desktop (please complete the following information):

Log file (Important) lively_log_20240602_170107.zip

manstheram commented 1 month ago

I sometimes get the ui showing up when the screensaver starts, I added this to the Mpv config in the Lively's plugin folder and it stops the video player menu from showing. osc=no However, I don't know if this is what you need as you are saying it stays stuck on the screen when you try to exit the screensaver.

IanDaBest commented 1 month ago

If I move the mouse, the screensaver doesn't exit but if I press other buttons (alt tab, etc.) then it exits.

rocksdanister commented 1 month ago
  1. Are you using the latest v2.1 screensaver .scr plugin?
  2. Do you have some command line script that runs screensavers?
  3. Does this happen while lively running in the background or when lively is not running.
IanDaBest commented 1 month ago
  1. How do you check that?
  2. I am not using any command line scripts
  3. Lively is always running in the background.
rocksdanister commented 1 month ago

How do you check that?

https://github.com/rocksdanister/lively/wiki/Screen-Saver#1-windows-screensaver-file

New Lively.scr file is only 8KB, previous was around 25MB I think.

Screensaver is starting in preview mode but even if the osc shows briefly it should auto hide.

Like @manstheram mentioned the following mpv.conf file will disable ui:

osc=no

or you can try disabling the mpv mouse input with the following config:

input-cursor=no

I recommend appdata folder instead of install location: https://github.com/rocksdanister/lively/wiki/Video-Guide#mpv

IanDaBest commented 1 month ago

Oh, I remember I did this a long time ago. Do I have to get the new one for the update?

IanDaBest commented 1 month ago

Mine is 30MB

rocksdanister commented 1 month ago

Yes, I get notifications when people comment so please dont comment multiple times like that.

IanDaBest commented 1 month ago

Sorry about that, I installed the new screensaver file and added the config file. It seems to be working fine now but we'll see.