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

[feature] screensaver disabled only if video is playing (linux) #1369

Closed
arrowgent opened this issue May 29, 2021 · 2 comments · Fixed by #3286
Closed

[feature] screensaver disabled only if video is playing (linux) #1369

arrowgent opened this issue May 29, 2021 · 2 comments · Fixed by #3286
Labels
enhancement New feature or request

Comments

@arrowgent
Copy link

arrowgent commented May 29, 2021

_Important note

Please check other open and closed issues for a similar feature request before proposing a new one.
Also please leave all headers except this one in the issue, so that it is clear what belongs where._
yes none found

_Is your feature request related to a usage problem (not a bug)? Please describe.

Please describe clear and concise of what the problem is. Ex. I'm always frustrated when [...]_
screensaver disable is active if no video is playing or active

_Describe the solution you'd like to see implemented

Please give a clear and concise description of what you want to happen._
if video is playing then disable screensaver
if videos STOPS or no video page is active then screensaver/powermanagement is allowed

~~ v0.12 & v0.13
more deliberate testing required

@arrowgent arrowgent added the enhancement New feature or request label May 29, 2021
@arrowgent
Copy link
Author

only contents i find of "power" ie: screensaver, powersaveblocker

if (this.usingElectron && this.powerSaveBlocker !== null) {

ipcMain, powerSaveBlocker, screen, shell

ipcMain.on('stopPowerSaveBlocker', (_, id) => {

ah, "power" "power management"
#279

@DnickC
Copy link

DnickC commented Dec 30, 2022

I'm on linux mint 19 and latest version of freetube.
I notice powersaving switching on and off works as expected until a video is started and while still playing I navigate back to subscriptions or any other page. After this power management stays disabled until the window is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants