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
Sharing screen on Operating systems like Fedora 33 (Workstation Edition) that use wayland windowing system doesn't work.
when i tried run client.py i get this error: raise NotImplementedError('"scrot" must be installed to use screenshot functions in Linux. Run: sudo apt-get install scrot')
how ever i fixed this issue by installing scrot-0.8-21.x86_64.rpm
but screen share just give me black screen,
then i notice Wayland appears to break every screenshot application except gnome-screenshot for backend because of "Security".
is it good idea to add new shutter system specific for wayland ?
The text was updated successfully, but these errors were encountered:
Sharing screen on Operating systems like Fedora 33 (Workstation Edition) that use wayland windowing system doesn't work.
when i tried run client.py i get this error:
raise NotImplementedError('"scrot" must be installed to use screenshot functions in Linux. Run: sudo apt-get install scrot')
how ever i fixed this issue by installing
scrot-0.8-21.x86_64.rpm
but screen share just give me black screen,
then i notice Wayland appears to break every screenshot application except gnome-screenshot for backend because of "Security".
is it good idea to add new shutter system specific for wayland ?
The text was updated successfully, but these errors were encountered: