Open vchernin opened 3 years ago
Happy anniversary Skype issue
This is coming in skype, and is available in the preview according to https://answers.microsoft.com/en-us/skype/forum/all/linux-users-enable-new-calling-experience/fa12eb5b-1702-4b95-8e68-68d97ad184e4
I have not had time to actually test this, but it sounds promising.
They have removed Beta options in the new Skype version ((( The problem with Wayland is actual.
That's right. The issue remains unresolved. This is ridiculous. 2nd anniversary due to stupid unnecessary if
in Skype...
waiting for this too
What a fas are Micro... Well, at all i do not share screens on skype or even using skype in general, but at workplace we are using skype as communication solution..
Temporary solution as below.
1.run in terminal - echo $XDG_SESSION_TYPE - Output will be x11 or something 2.sudo nano /etc/gdm3/custom.conf and then uncomment WaylandEnable=false and then save 3.Power off and restart the system
Temporary solution as below.
1.run in terminal - echo $XDG_SESSION_TYPE - Output will be x11 or something 2.sudo nano /etc/gdm3/custom.conf and then uncomment WaylandEnable=false and then save 3.Power off and restart the system
This solution actually disables the wayland and switches the system to x11. It does technically work, yet you sacrifice wayland altogether. So be wary!
I wonder if it could be achieved with an OBS Studio virtual camera...
I wonder if it could be achieved with an OBS Studio virtual camera...
It does, I did use it before finding this opened issue. But it's 720p max, 1080p won't work. So that could be a valid workaround.
Another workaround is to use Skype Web atm because screen sharing works fine with it (Well, in my case it works either by sharing all the screens, or a single window/tab but not a single screen. But that's ok, better than nothing).
i am not able to screen share in skype ubuntu: 22.04.3 LTS skype: 8.107.0.215 snap
When this issue will be resolved. It is over 2 years now and wayland is coming as default in kde 6 and many distros will not support anymore xorg
@mtariqsajid This is not correct place to post Snap related issue. The repository here is where Flatpak (not Snap) package for Skype is maintained.
@vasimak Did you try KDE's Xwayland video bridge software?
@mtariqsajid This is not correct place to post Snap related issue. The repository here is where Flatpak (not Snap) package for Skype is maintained.
@vasimak Did you try KDE's Xwayland video bridge software?
No i couldnt. I install it but i couldnt make it to work
On KDE 6 in Wayland, screen sharing for Skype hasn't arrived yet. On Fedora 40, the XOrg will be ditched completely in favor of KDE 6. I wonder when this issue will be resolved.
I just removed skype app and i am using chrome based browser(in firefox screen share doesnt work for some reason) so i can screen share in wayland. Its not the greatest solution but it works
I just removed skype app and i am using chrome based browser(in firefox screen share doesnt work for some reason) so i can screen share in wayland. Its not the greatest solution but it works
This is definitely not a solution.
In the very top of this issue it is suggested to
The combination of Skype making the button visible, the Flatpak building with PipeWire, and passing --enable-features=WebRTCPipeWireCapturer should make screen sharing work for Skype on Wayland.
Who could do this and who is the person in charge at Skype to probably help with it?
I just removed skype app and i am using chrome based browser(in firefox screen share doesnt work for some reason) so i can screen share in wayland. Its not the greatest solution but it works
Furthermore you can also have the browser save it as a shortcut (Similar to PWA but for non-PWA sites) to make it feel more like an App.
I had this same problem and solved it by just graphically choosing the X11 at the S.O. login screen.
I had this same problem and solved it by just graphically choosing the X11 at the S.O. login screen.
@gabrielroot As mentioned by other commenters, this is merely a workaround to share screen, not actually a solution to the problem of it not working under Wayland. Many users need/want to use Wayland rather than X11 for numerous reasons.
Add screen sharing on wayland, please! It used to work in preview version one or two years before.
Skype currently cannot screen share on Wayland in the Deb or in the Flatpak.
This is as Skype does not show the share screen button on Wayland, despite Electron supporting Wayland screen sharing.
Skype not showing the screen share button on Wayland is entirely arbitrary, given one can succesfully screen share from the Skype web app in Chromium (ignoring minor Chromium WebRTC PipeWire bugs).
So if Skype were to remove this restriction, and ship with a semi recent version of Electron, screen sharing would likely work on wayland. Working Electron screen sharing apps include Jitsi Meet and Slack (note we can use the runtime's pipewire 0.3 starting from electron 13).
When Skype enables the share screen button on Wayland a change to the manifest will be needed. We should build in PipeWire support similar to what was done for Slack Flatpak.
The combination of Skype making the button visible, the Flatpak building with PipeWire, and passing
--enable-features=WebRTCPipeWireCapturer
should make screen sharing work for Skype on Wayland. Note the need to pass the command line option should be resolved in Chromium eventually.