et encore
echo $XDG_SESSION_TYPE 
wayland
[édit] :
https://forum.ubuntu-fr.org/viewtopic.php?pid=22353413#p22353413
Isaric a écrit
Coeur Noir a écritTiens donc. Essaie alors avec la session Xorg ( ça peut se choisir sur l'écran de login de session ).
En démarrant avec "ubuntu" à la place de "ubuntu wayland" dans les paramètres de session, je peux faire un partage d'écran. :rolleyes:
echo $XDG_SESSION_TYPE 
x11
Je comprends donc maintenant que Zoom n'est pas compatible avec Wayland, mais :

A)
Pourquoi avec wayland et le .deb proposé par Zoom là : https://us04web.zoom.us/download#client_4meeting
le partage d'écran marche ? La version SNAP ne peut pas inclure les mêmes caractéristiques pour fonctionner aussi en wayland ?
oli - snap zoom-client a écritzoom includes a hardcoded list of distros where it can use screen
sharing on wayland, snap packages run on top of their base snap (core18
in the case of zoom):

$ snap run --shell zoom-client -c 'cat /etc/os-release'
Trying to use PulseAudio instead of ALSA...
NAME="Ubuntu Core"
VERSION="18"
ID=ubuntu-core
PRETTY_NAME="Ubuntu Core 18"
VERSION_ID="18"
HOME_URL="https://snapcraft.io/"
BUG_REPORT_URL="http://bugs.launchpad.net/snappy/"

as long as zoom does not include a match for the above os-release
output it will simply deny screen sharing of the snap.

there is simply no way to fake the os-release output in snaps, so the
change must happen on the zoom side (even better would be if they would
not use a hardcoded list but just check if the sharing feature itself
could work independed of the distro used) ...
Cela veut dire quoi ?


B) Avec 20.10 plus moyen d'ouvrir zoom avec wayland 🙁
:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.10
Release:	20.10
Codename:	groovy
:~$ zoom-client 
Trying to use PulseAudio instead of ALSA...
xrdb: Connection refused
xrdb: Can't open display ':0'
:~$ 
2 mois plus tard