Announcement
Collapse
No announcement yet.
Xscreensaver does not detect when a video is playing
Collapse
X
-
-
please post outputs of :
Code:xscreensaver-command -version
Code:ps aux | grep xscreensaver
Code:loginctl show-session "$XDG_SESSION_ID" -p Type
PS: if your on wayland ,xscreensaver won't work reliably/at all , ofcourse...Code:echo $XDG_SESSION_TYPE
Last edited by die.boer; Yesterday, 03:19 PM.ʟɨռʊӼ ʄօʀ ʟɨʄɛ
- Top
- Bottom
- Likes 1
-
Last edited by greenster; Yesterday, 05:07 PM.🍀Kubuntu 26.04 LTS KDE Plasma X11🍀
🍀Intel Core i7-14700K (28 CPUs), ~3.4GHz, 32 GB RAM, 1 TB SSD, 8 TB HDD 🍀
🍀Samsung Galaxy A 54 5G | Android 16🍀
🍀Vivaldi Browser Work Spaces changed my Work Flow🍀
- Top
- Bottom
Comment
-
please also post output of
orCode:xscreensaver-demo -version
just copy/paste commands ,so there's no faulty spaces and stuffCode:apt policy xscreensaver
then to post the output here , just select all in the terminal and copy then paste here
please don't show screenshots of the outputsʟɨռʊӼ ʄօʀ ʟɨʄɛ
- Top
- Bottom
Comment
-
~$ xscreensaver-demo -version
Unbekannte Option -version
stephan@BlackSnake:~$ apt policy xscreensaver
xscreensaver:
Installiert: 6.08+dfsg1-1ubuntu5
Installationskandidat: 6.08+dfsg1-1ubuntu5
Versionstabelle:
*** 6.08+dfsg1-1ubuntu5 500
500 http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
100 /var/lib/dpkg/status
🍀Kubuntu 26.04 LTS KDE Plasma X11🍀
🍀Intel Core i7-14700K (28 CPUs), ~3.4GHz, 32 GB RAM, 1 TB SSD, 8 TB HDD 🍀
🍀Samsung Galaxy A 54 5G | Android 16🍀
🍀Vivaldi Browser Work Spaces changed my Work Flow🍀
- Top
- Bottom
Comment
-
run this in terminal and leave it running
Then:Code:dbus-monitor "interface='org.freedesktop.ScreenSaver'"
Start playing a video in Haruna.
Stop it.
Play a YouTube video in Vivaldi.
If everything is working, you should see messages containing Inhibit when playback starts and UnInhibit when it ends.
If nothing appears at all, then the applications aren't requesting inhibition, which would explain why XScreenSaver activates.
Also , Are you using the Snap version of Vivaldi, the DEB package from Vivaldi's website, or the Flatpak?
check withorCode:which vivaldi
Likewise for Haruna:Code:apt policy vivaldi-stable
orCode:apt policy haruna
Whether they're installed as native packages, Flatpaks, or Snaps can affect how idle inhibition is handled.Code:flatpak list | grep -i haruna
PS: like any command in terminal that keeps running , you can stop it with ctrl+c , in case you didn't knowLast edited by die.boer; Today, 11:44 AM.ʟɨռʊӼ ʄօʀ ʟɨʄɛ
- Top
- Bottom
Comment
-
~$ which vivaldi
/usr/bin/vivaldi
stephan@BlackSnake:~$ apt policy vivaldi-stable
vivaldi-stable:
Installiert: 8.0.4033.54-1
Installationskandidat: 8.0.4033.54-1
Versionstabelle:
*** 8.0.4033.54-1 500
500 https://repo.vivaldi.com/stable/deb stable/main amd64 Packages
100 /var/lib/dpkg/status
stephan@BlackSnake:~$ apt policy haruna
haruna:
Installiert: 1.7.1-1ubuntu3
Installationskandidat: 1.7.1-1ubuntu3
Versionstabelle:
*** 1.7.1-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
100 /var/lib/dpkg/status
stephan@BlackSnake:~$ flatpak list | grep -i haruna
I use the .deb package from Vivaldi.
Last edited by greenster; Today, 12:43 PM.🍀Kubuntu 26.04 LTS KDE Plasma X11🍀
🍀Intel Core i7-14700K (28 CPUs), ~3.4GHz, 32 GB RAM, 1 TB SSD, 8 TB HDD 🍀
🍀Samsung Galaxy A 54 5G | Android 16🍀
🍀Vivaldi Browser Work Spaces changed my Work Flow🍀
- Top
- Bottom
Comment




Comment