You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run inotifywait -qm /dev/video* when Telegram is running.
Click on any chat, or press Esc to close the chat if one is already open.
Expected behaviour
There should be no output from inotifywait, because there is no need for Telegram to use my camera if I just open or close a chat.
Actual behaviour
inotifywait prints the following to stdout, notifying that all my cameras have been opened at least twice:
/dev/video0 OPEN
/dev/video0 CLOSE_NOWRITE,CLOSE
/dev/video1 OPEN
/dev/video1 CLOSE_NOWRITE,CLOSE
/dev/video2 OPEN
/dev/video2 CLOSE_NOWRITE,CLOSE
/dev/video3 OPEN
/dev/video3 CLOSE_NOWRITE,CLOSE
/dev/video4 OPEN
/dev/video4 CLOSE_NOWRITE,CLOSE
/dev/video5 OPEN
/dev/video5 CLOSE_NOWRITE,CLOSE
/dev/video0 OPEN
/dev/video0 CLOSE_NOWRITE,CLOSE
/dev/video0 OPEN
/dev/video0 CLOSE_NOWRITE,CLOSE
/dev/video1 OPEN
/dev/video1 CLOSE_NOWRITE,CLOSE
/dev/video2 OPEN
/dev/video2 CLOSE_NOWRITE,CLOSE
/dev/video0 OPEN
/dev/video0 CLOSE_NOWRITE,CLOSE
/dev/video1 OPEN
/dev/video1 CLOSE_NOWRITE,CLOSE
/dev/video2 OPEN
/dev/video2 CLOSE_NOWRITE,CLOSE
/dev/video3 OPEN
/dev/video3 CLOSE_NOWRITE,CLOSE
/dev/video4 OPEN
/dev/video4 CLOSE_NOWRITE,CLOSE
Because of this, my Logitech Litra Glow lamp, controlled by litra-rs auto-toggle, blinks for a split second every time I switch between chats in Telegram.
Operating system
Arch Linux, GNOME 47, Wayland
Version of Telegram Desktop
5.8.3
Installation source
Flatpak
Crash ID
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
inotifywait -qm /dev/video*
when Telegram is running.Expected behaviour
There should be no output from inotifywait, because there is no need for Telegram to use my camera if I just open or close a chat.
Actual behaviour
inotifywait prints the following to stdout, notifying that all my cameras have been opened at least twice:
Because of this, my Logitech Litra Glow lamp, controlled by litra-rs auto-toggle, blinks for a split second every time I switch between chats in Telegram.
Operating system
Arch Linux, GNOME 47, Wayland
Version of Telegram Desktop
5.8.3
Installation source
Flatpak
Crash ID
No response
Logs
No response
The text was updated successfully, but these errors were encountered: