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

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

Open
IanDaBest opened this issue Jun 2, 2024 · 9 comments
Open
Labels
bug Something isn't working unable to reproduce

Comments

@IanDaBest
Copy link

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):

  • OS: Windows Version 23H2 (OS Build 22631.3593)
  • A video of Let it Go

Log file (Important)
lively_log_20240602_170107.zip

@IanDaBest IanDaBest added the bug Something isn't working label Jun 2, 2024
@manstheram
Copy link

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
Copy link
Author

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

@rocksdanister
Copy link
Owner

rocksdanister commented Jun 2, 2024

  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
Copy link
Author

  1. How do you check that?
  2. I am not using any command line scripts
  3. Lively is always running in the background.

@rocksdanister
Copy link
Owner

rocksdanister commented Jun 2, 2024

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
Copy link
Author

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

@IanDaBest

This comment was marked as spam.

@rocksdanister
Copy link
Owner

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

@IanDaBest
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unable to reproduce
Projects
None yet
Development

No branches or pull requests

3 participants