bionicjoey,

I don’t follow this stuff at all, so I have no idea what the advantages are of Wayland that I’d actually see and benefit from in my daily use. That being said, I saw everyone saying it’s better, so I tried switching to it. After rebooting, my PC just showed a black screen. I needed to use a TTY to revert back to xorg. So no, as of right now I’m not using Wayland.

generic_computers, (edited )

I use Hyprland daily and it works great. The only issue I have is that PhpStorm has some minor issues. Being a Java app, it runs via XWayland. It mostly works, but sometimes menus and popups get confused and won’t stay open.

russjr08,

I’d love to find an alternative to xdotool’s auto type feature (or ClickPaste from Windows).

There is wtype but unfortunately it doesn’t work in KDE nor GNOME because neither of them support the right protocol. I’ve run into the “<DE> hasn’t implemented $PROTOCOL” a few times in the past and it’s certainly a bit annoying.

Aside from when that comes up, I don’t really have any complaints. A tool we used for work was never going to be fully functional on Wayland because of its dependence on Xinerama (I think) but thankfully we’ve moved away from it.

cheet,

I like ydotool, uses a systemd user service, but fulfills my needs of KB shortcuts to paste text into vnc sessions

russjr08,

Oh that is perfect, thank you! Funnily enough, pasting into VNC sessions is exactly what I needed something like this for as well - you’ve taken a lot of future pain out of my workday!

e8d79,

I am using Wayland and the only issue that is a bit annoying is that I can’t use fractional scaling because it breaks FreeRDP clients. Both Remmina and FreeRDP have issues when scaling is active. For now I just increased the font size in KDE its not perfect but good enough until this is hopefully fixed.

fushuan, (edited )

Most comments have been positive, so I’m gonna list all my issues. Using endeavours with KDE 6.2 and the AUR explicit sync patch, 5800 ryzen CPU and 3080 NVIDIA GPU.

The discord xwayland app can’t share screen, and the waycord app that fake chromiums the web interface that let’s you share screen has the sound bug out sometimes with large sound spikes. So if I want to share the screen I have to open the second app and then close it fast to minimize the chances I annoy my friends.

Window positioning. It almost seems a flagship Wayland issue. I would love if apps remembered on which screen and position I left them the next time I open them, telegram opens in the middle of the primary monitor, and I have to drag it to the right of the secondary one every time I switch on the PC.

Shutting down in any way that is not opening the console and typing reboot or “shutdown now” takes way way longer and sometimes bugs out. This might not be a Wayland issue, but a KDE one.

The tdrop program that let’s you interact with any terminal as if it were a dropdown terminal doesn’t work in Wayland, and it just isn’t the same to open a terminal in the normal way, is lame. Foot is a good terminal for sure but I want the dropdown effect.

I can’t think of anything else right now, most explicit sync issues I had were fixed with the AUR patch, so of anyone has those issues wait until the real patch comes around and they will get fixed. It was quite annoying without the patch though, some programs glitched visually hard and several games were unplayable due to the heavy ghosting (dark souls 2 and dragon’s dogma 2, for example). I’ll add to this comment if I remember anything else. Even if the issue was recently fixed it’s good to have a list of stuff so that people can check it out and confirm that it’s fixed, for posteriority.

azvasKvklenko,

You mean Plasma 6.0.2, not 6.2 - that will be released in a year.

Use X11 to Wayland Video bridge to get screen sharing working with any X11 app that can’t talk to desktop-portal/PipeWire (such as Discord)

What’s worth noting is that applications, as of now can’t affect window positioning in any way. It’s all about how compositor (kwin_wayland in this case) is placing them. Personally I don’t care that much because I’ve got shortcuts to quickly move windows between screens or desktops. You might consider looking at window rules - they’re pretty neat on KDE.

Shutting down? What???

On the tdrop thing, I wouldn’t expect it to be possible in near future, but how about Yakuake?

fushuan, (edited )

Yeah, 6.0.2, the version available in the arch repos.

I’ll check the video bridge, thanks! – Update on this, apparently I was already using it since it ships by default with KDE, it seems to be a discord bug. Weirdly enough, going back to an older flatpak version (0.0.42) fixed the issue. I’ll have to check the updates to see if they fix it.

Thanks on the window rules mention too. – Update on this, you are a saint. I added a rule for the telegram window in KDE so that it remembers its position, and it simply works. imgur.com/a/zrvbRPI

Yeah, idk, when I try to use the GUI it takes way longer than the CLI command somehow, and sometimes it blocks itself. It must be something related to some programming hanging itself and the system trying to wait until it stops, but I can’t be bothered, it’s way faster to open a terminal and just typing the command or opening KDE connect and pressing the “shutdown now” shortcut. Not a Wayland issue though.

I did use yakuake in the past but call it stupid brain, but once I read that alacritty was faster and I customized it to my liking, and then checking that foot was a little bit faster, I can’t go back. It’s stupid, I know that most of the use I give the terminal is actually spent on the commands themselves and that I can give transparency and remove window borders in yakuake, I’m just pissy that my fancy combo stopped working.

cobra89,

The tdrop program that let’s you interact with any terminal as if it were a dropdown terminal doesn’t work in Wayland, and it just isn’t the same to open a terminal in the normal way, is lame. Foot is a good terminal for sure but I want the dropdown effect.

wiki.archlinux.org/title/Yakuake

It’s its own terminal but I find it to be pretty good and it works with Wayland.

fushuan,

I did use Yakuake in the past, I might give it a try again maybe, it’s just not my dear foot terminal compiles from scratch, you know?

thantik, (edited )

Some way of globally capturing hotkeys, for things like starting stream, media hotkeys, etc. Only passing key events to the foreground window is shortsighted, but we need a secure way of doing this.

xuniL,

Pretty sure there is a protocol for this in development or maybe even merged already.

JakobDev,

This is already possible

thantik,

Mind elaborating a bit more?

nexussapphire,

On kde there’s a feature where you can pass all keys to x11 apps and on hyprland you can specify which keys get globally passed to which apps and maybe all keys.

If all else fails you can create a script that uses obs sockets and runs as root to capture keys globally. They seem to be looking into a global keys portal though.

TootSweet,

That site’s great.

The main thing I wish for is for ffmpeg to start supporting the wlroots screengrabbing api.

potkulautapaprika,

Five years on wayland here, it’s been great as long you don’t have single Nvidia gpu or need xkcd.com/1172/kinds of x11 features

merthyr1831,

I’ve been using wayland on my laptop somce the new year and beyond some driver issues that were purely on AMD’s side (and not entirely Wayland exclusive either) I’ve had no problems.

Stuff like application scaling works so much nicer on Wayland, and X11 just wasn’t very stable when handling fullscreen games to the point where I’d set games to borderless or even windowed mode to stop it crapping out on alt-tab

nexussapphire,

Didn’t you love it when your screen locked and the full screen app had control over your keyboard and mouse!

axzxc1236,

I still use X11 in my work computer because I need keepassxc to auto-type password to non-web programs.

flashgnash,

Barrier

I miss being able to just use one mouse and keyboard for everything

gerryflap,
@gerryflap@feddit.nl avatar

I recently tried to get Wayland working. Followed a simple guide to enable some NVIDIA boot parameter. Somehow it fucked my complete grub and I couldn’t boot until I messed around a fair bit with live usbs. Cost me a whole evening.

So I guess what Wayland is missing is normal support from the GPU manufacturers.

loutr,
@loutr@sh.itjust.works avatar

From NVIDIA, really. AMD and Intel GPUs work out of the box.

shaytan,
@shaytan@lemmy.dbzer0.com avatar

I don’t know how you messed that up, usually the switch is as easy as it can be, and the issue comes when using it, for its lack of explicit sync, causing apps to flicker, and frame pacing in games to be plain bad

This is being fixed in the next two months thankfully

Edit: Taking about Nvidia wayland support here, AMD and Intel are great

frazorth,

Nvidia didn’t want to play nicely and give standard APIs.

Their work around was other extensions that don’t actually do what’s needed, but sort of works in some scenarios.

All the GPUs I’ve used work fine, it’s a Nvidia throwing it’s toys out the pram situation which should hopefully get resolved as they open source the high level drivers and so the correct APIs can be implemented.

zurohki,

Well, Nvidia initially didn’t intend to support Wayland at all. They’re being dragged into it kicking and screaming, one step at a time.

lemmyvore,

Nvidia don’t give a shit about Wayland. The reason they’re adding explicit sync is because it was implemented in the kernel. They don’t care how it will be used or by what.

PoliticalAgitator,

With Windows getting sleazier and sleazier, I was really hoping Linux would be in a less janky place than it was when I tried to main it a decade ago.

Lemmy has made it clear that it isn’t.

TheGrandNagus, (edited )

Lmao what

This is clearly bait

PoliticalAgitator, (edited )

Drivers are still a shit show. The drivers in question have changed, but there’s still extremely common hardware with poor support. I know this is the hardware vendors fault but that doesn’t change my experience as a user – I need my hardware to work.

It’s still extremely fragmented. Yes, this is often a good thing because it let’s you pick the features you want but I’m not interested in comparing and configuring 14 different tiling window managers.

It’s still fragile outside of the terminal. I constantly see posts and comments about peoples OS becoming unbootable or show stopping issues they just can’t fix without hopping to another distro or nuking their install from orbit. The 18th most popular distro seems to be popular simply because it makes it easy to roll back fucked updates or sidegrades.

This stuff might be fine for people who love to tinker but I can’t afford to have my PC shit the bed when I need it for work and I’m not interested in having “chill and play some games” involuntarily replaced with “fix the bootloader”.

And I can’t help but feel like the “anybody who isn’t sucking off Linux must be bait” mentality ensures this is a pit the scene will never escape from.

There’s absolutely no chance you haven’t seen the posts describing these problems. You’re commenting on one right now

TheGrandNagus, (edited )

More bait.

I have to do far more tinkering with Windows to make it usable than I do with Linux. With Linux I typically install it and then change one or two keyboard shortcuts (not even necessary, just a preference).

I wish Windows was as easy. I feel like in windows you always have to go onto powershell or the registry to fix something. Why can’t it just work?

And don’t get me started on how often you have to nuke your install when you run into issues (which, since this is windows we’re talking about, is often). Seriously, contact MS support about anything. Their ‘support’ is: “have you tried a system restore? Yeah? Ok then, reinstall Windows, bye.”

The drivers are awful and you have to search them all out individually rather than all just being automatically included. I’ve not installed a driver on Linux manually in a decade.

Installing software is a complicated minefield. Why can’t Windows just have a proper software centre?

I wonder if Windows will ever be as usable as Linux is. Because right now it’s not improving.

PoliticalAgitator,

Whatever helps you cope.

TheGrandNagus,

You’re the one coping lmao. Look if you want to spend more time diagnosing issues with your PC than using it, then Windows is a fantastic choice and I’m happy for you.

PoliticalAgitator, (edited )

I guess that 4% market share is because it’s just so good. The Linux community couldn’t even pull that off without a multi-billion dollar corporation helping them with software compatibility and stability.

Feel free to keep making fun of Windows though – I haven’t made an operating system part of my personality so it doesn’t upset me in the slightest.

chepycou,
@chepycou@rcsocial.net avatar

@PoliticalAgitator @TheGrandNagus Well, it's mostly because Linux is way newer to the computer scene than microsoft's OS for instance. When started out, computers using msdos were already being shipped for over a decade, and so they were the de facto standard, and it takes time for people to switch to a better product if they are used to another one and have the ecosystem keeps them in (that's the main reason people keep buying overpriced apple products)

chepycou,
@chepycou@rcsocial.net avatar

@PoliticalAgitator @TheGrandNagus On the contrary, Linux was already here when the need for supercomputers and servers appeared, and that's why most of them run on Linux.

PoliticalAgitator,

It’s also where the kind of jank I mentioned doesn’t apply.

TheGrandNagus, (edited )

4%? Linux has 6.3%+ on the desktop. Then there’s 6.5% unknown which likely includes a disproportionately high amount Linux systems too, what with Linux users being a lot more likely to obfuscate system information from trackers.

Then on mobile, Linux has 72%.

And Windows is popular because it came first and they have a monopoly. Once you have a monopoly, it’s easy to keep. Is Comcast so popular because it’s good, or is it because it’s the only real choice for a load of people?

Well you clearly have made your OS part of your personality, because here you are vehemently defending it and shitting on other OSes.

I don’t really care. If you somehow enjoy using Windows, despite the myriad of issues, then cool beans. Use it. I’m not really sure why you’re so insecure about it that you need to come here and tell us, though.

PoliticalAgitator,

4%? Linux has 6.3%+ on the desktop

Don’t worry, I’m sure those statistics are just “bait” and it’s actually 99%

Then on mobile, Linux has 72%.

So it has far more traction when the “bait” things I mentioned don’t apply? Fuck, who’d have thought?

Well you clearly have made your OS part of your personality, because here you are vehemently defending it and shitting on other OSes.

Vehemently defending it by saying nothing positive about it. The only reason I kept talking is because you were such a fuckwit in your reply.

I’m not really sure why you’re so insecure about it that you need to come here and tell us, though.

You don’t think there’s some kind of clue in the post when I wished it was in a better state?

TheGrandNagus,

Don’t worry, I’m sure those statistics are just “bait” and it’s actually 99%

What? It’s 6.3%+. We don’t know the precise amount due to the high amount of “unknowns”, but 6.3% is the minimum assuming zero of the “unknown” configurations are Linux, which seems unlikely.

Then on mobile, Linux has 72%.

So it has far more traction when the “bait” things I mentioned don’t apply? Fuck, who’d have thought?

You can strawman all you want, the market share is 72%. End of discussion. “Nooo but that doesn’t countttt” isn’t an argument.

Vehemently defending it by saying nothing positive about it. The only reason I kept talking is because you were such a fuckwit in your reply.

You’ve been defending indirectly. We get it, you use Windows btw. Nobody cares.

You don’t think there’s some kind of clue in the post when I wished it was in a better state?

You spread misinformation and flew into a frenzied rage lol. You don’t want it to be in a better state, you just came here to post bait.

PoliticalAgitator,

Oh, I get it now. You just find tiny threads and pull them as melodramatically as you can. It’s a hallmark of manipulative partners and untreated BPD that I should he seen sooner.

Minor criticism is turned into “this person must be a troll trying to bait us into anger” and even something you yourself described as “defending indirectly” became “vehemently defending” and of course I was in a “frenzied rage”, probably because I used the word “fuck”.

Then if that doesn’t work, resort to the usual lazy tricks. Take figurative speech literally, accuse people of logical fallacies that don’t apply, do a little bit of mind reading and then declare yourself the winner.

If I was actually a troll, I couldn’t have asked for a better reaction. You’re the worst ambassador for Linux I’ve ever seen.

TheGrandNagus,

I’m not your partner, though you probably wish I was.

You got angry and butthurt, started spreading misinformation and bait.

I’m not trying to convert you to Linux. Nobody cares whether you use it or not. Stick to your broken, complicated, and unstable OS.

I must be really interesting to talk to considering you won’t stop begging for my attention. Is that what this is? You’ve already alluded to me being like a partner. I’m not your partner and I don’t want to fuck you. Go use Tinder or something.

PoliticalAgitator,

I genuinely can’t tell if you’re autistic, have abysmal reading comprehension or are pretending to be stupid but either way, I’m not engaging further.

TheGrandNagus,

Oh no. Please come back. I’m begging you. I can change. 🥱

Corr,

Wondering if anyone has an alternative to cursr. That’s really the only thing stopping me from making the switch to Wayland full time. I use to make my 2 displays that are different resolutions play nicer

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • fightinggames
  • All magazines