I have to use Slack for work and screen sharing doesn't work when I'm using Wayland.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Don't let Slack launch at startup. As long as it launches after pipewire - everything works. Your can also restart it to fix sharing issue, but that can be a birch if you already started a call.
Is there a way to control the launch order? I suppose you could also find a script that waits for a given process to be responsive before launching another, but I'm not sure where I'd insert that either.
(I've been using Ubuntu mostly out-of-the-box so far and just now started having the time and energy to start learning about and fiddling with the internals)
If it launches via a systemd service, you can perhaps edit the file such that it depends on Pipewire before it launches.
Or disable the built in startup support and create your own service that does the same.
I'm not sure that would work. Pipewire probably starts via system (just takes a while to become functional) and slack is started by KDE. I guess you could just add a delay to slack's start, but I just start it by hand.
Starting by hand is fine and I do it with just about anything I need anyway (though I suspect there is still some startup bloat I'll need to sort out, if I don't set up an entirely new system somewhere down the line), but don't underestimate my compulsion to automate what I can (or at least know how to).
I'm a sucker for automation for automation's sake :D
Oh, thx for the tip!
That has nothing to do with Slack's screen sharing issues. Screen sharing was broken due to Electron bugs and it's fixed in Slack 4.34.
I started running OBS with a virtual camera to do screen sharing. It is so much nicer to manage sharing with OBS than with Slack/Google Meet/Discord.
Oh, never heard of this, I will check it out thx.
Oh, that sounds like an interesting idea. Currently stuck with teams at work. Screen sharing does work under wayland. But definitely going to try this.
Try using XWayland video bridge. It should allow any XWayland apps to use screen sharing. Unfortunately most distros either don't ship it yet or ship broken versions but you can download nightly Flatpaks from Gitlab CI
I'm not sure why, but every time I use XWayland Video Bridge (installed as of about 2 days ago so it should still be pretty new), I just end up with a black screen being broadcasted - not sure what could be causing that.
Thx!
Great article. I'm currently still on X because Plasma 5 doesn't handle fractional scaling well. As soon as that changes (Plasma 6?) I'll be jumping over to Wayland.
X handles fractional scaling terrible as well lol. Has caused terrible tearing and framedrops for me on a Framework 13.
And this is what I am talking. Fragmentation. Fractional scaling extension exists in wayland protocol for a year of more.
Good read, provided context that I didn't have before as a newbie
I want to switch to Wayland. I try it every month to see if it is working with my system and so far it is not.
Ubuntu 23.04/Nvidia 3080/Steam. It use to work with the old big picture mode but when steam went to the new one, Wayland broke for me.
That's weird. I thought Steam doesn't support Wayland at all and runs using XWayland.
Gamescope makes the experience a lot better with steam at least for me in swaywm. I experimented with running each game in gamescope using launch options but with gamescope's mediocre support of the steam overlay some multiplayer invite stuff doesn't work correctly. Running steam in bigpicture within gamescope pretty much solves all these issues and seems to improve performance too.
So most complaints you read about Wayland missing this or that (such as fractional scaling, or screen sharing, or global shortcuts) from over a year or two ago are likely to be wrong today.
Is fractional scaling in Wayland really working now? I tried it a while ago and everything was blurry mess.
I just tried this and it was blurry until I logged out and back in!
Just tried it on my laptop and xwayland apps are still blurry mess, even after restart. However, all apps I use now has Wayland support that can be enabled with some flags or environmental variables, so they are actually usable now with fractional scaling. Finally I can use my laptop with 175% scaling, which is much more comfortable than 200% scaling.
In display settings check the box to allow x11 apps to scale themselves instead of the compositor. Your cursor will still be blurry but the app content itself will be fine. A few apps like steam won't scale without some kind of launch flag though.
I don't see this option. I didn't even see the option to set fractional scaling without enabling experimental flag from command line.
I assumed you were on KDE since the dev who wrote the blog post was talking about KDE Wayland but are you on gnome? Gnome"s fractional scaling implementation isn't as good as KDE's.
It's working with Sway from a quick test:
swaymsg output DP-1 scale 1.7
But XWayland is blurry as expected (that's the big blocker, or all useful apps being ported to Wayland).
I'd run Wayland on my main PC but Nvidia drivers don't support Wayland too well, when they do I'll switch over but for now I'll wait
I'm gonna give it an honest go once KDE Plasma 6 hits the arch repos.
I also want to try COSMIC when it comes out apparently it's got Wayland support built in and looks pretty good imo
We need another display system. Something more dev friendly and more desktop agnostic.
I seems Wlroots is designed to be server agnostic (despite the name), if it is bound to a new display server many apps should be available.