flathub / org.jitsi.jitsi-meet

https://flathub.org/apps/details/org.jitsi.jitsi-meet
6 stars 7 forks source link

Screen saver gets enabled in the middle of a call in jitsi-meet #6

Open mrego opened 3 years ago

mrego commented 3 years ago

This doesn't happen on a call in a Chromium tab, so it might be some missing permissions in the flatpak package.

Maybe we need something related to org.gnome.SessionManager around https://github.com/flathub/org.jitsi.jitsi-meet/blob/master/org.jitsi.jitsi-meet.yaml#L16

ananace commented 3 years ago

I couldn't find any reference to specific code in Jitsi or Electron to do anything in regards to screen-saver management. The Chromium source-code references a PowerSaveBlocker class to support that though, and Electron re-exports it. Maybe it's something that's implicitly triggered when a live video stream is running.

I added the listed names to the application, hopefully that'll resolve the issue.

ananace commented 2 years ago

I've added yet another DBUS name now that I saw that Jitsi was trying to call for enabling inhibition, could you test if screen savers still happen during calls?