-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add a fallback to let mplayer control the screensaver #1085
base: master
Are you sure you want to change the base?
Conversation
Bug: smplayer-dev#1056 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
For the record, I haven't tested this on any of platforms beyond my own (linux with no |
Doesn't work on Windows 10.
|
Hmmm... The same thing should have happened on master without the patch, doesn't it? I suppose it's possible to add ifdefs to PS: Could you also check if Edit: I meant |
MPV player working with and without screensaver activation and SMplayer set commandline options:
|
done @hnsteyding, thanks for testing |
Unfortunately still doesn't work. |
What do you mean? I thought you wrote that |
Sorry for confusion i always use mplayer as "core" video player: mplayer (under Win OS) doesn't support command option "--stop-screensaver/--nostop-screensaver" - it will be used for X11 only: mpv also support command option "--stop-screensaver/--nostop-screensaver" under Win OS. |
Hmmm... then that shouldn't happen in any way or form now, are you positive you've rebuilt smplayer with the latest commit in the PR (git hash 4f6d023)? PS: it's |
Yes, i've rebuilt smplayer with the latest commit in the PR but no change. |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
4f6d023
to
e346af9
Compare
yeah... sorry, my bad... I haven't noticed there is a fallback in case the option haven't been defined explicitly... Now it's fixed for sure. |
I've rebuilt smplayer with the latest commit in the PR and now it works. |
subj; in case the smplayer's controls are nonoperational.
Bug: #1056