Originally posted by scratchi
View Post
KDE Moves To GitLab-Based CI, Lands More Plasma Wayland Fixes
Collapse
X
-
Originally posted by Michael_S View PostI wonder what's better for them about Gitlab CI instead of Jenkins?
People in the devOps area also complain about the Groovy language syntax. In Gitlab CI it's usually simple YAML file that's easy to write or correct by person without any previous experience with the tool. I was surprised how few lines of code I needed in order to get what I wanted. There's the price of elasticity though.
Comment
-
-
Originally posted by brad0 View Post
It is incredible how much of a shitshow Wayland is this many years later. X will never fully go away at this rate.
Nah, X will go away, only a tad later than Wayland lovers would have wanted to. I guess by year 2035 most distros will come with Wayland by default only by that time I would have been happy to replace Linux with something based on Zircon/Fuchsia. I'm too tired of Linux.Last edited by birdie; 09 October 2021, 07:18 PM.
Comment
-
-
Originally posted by tomas View Post
You mean specifically the Kwin wayland compositor right? Otherwise, your post does not make any sense.
Comment
-
-
Originally posted by scratchi View Post
No Bugzilla is fine. I'm old, I'm used to it, and I like it. Ugly, but effective.
I assume using gitlab issues can work well for them too.
Comment
-
-
Originally posted by gfunk View Post
I think you mean Wayland works well on Gnome and is a shitshow everywhere else...
I'm using Wayland on Pop_OS and I cant find any bugs except for a Thunderbird one
Originally posted by Frenzie View Post
Given that Gnome Wayland is guaranteed to randomly freeze on all of my systems, regardless whether it's on Intel, AMD or Nvidia, Debian, Ubuntu, Fedora, …, KWin's occasional half-crash of some parts of Plasma and being bad at placing windows is hardly a shitshow in comparison, imho. Maybe that Sway thing is totally great Wayland-wise but I don't like tiling window managers.
What's your distro? Have you tried e.g. Fedora 35?
Comment
-
-
Originally posted by om26er View PostKDE, please move your bug reporting away from Bugzilla. That's the biggest hurdle in stopping people from reporting bugs. For bugs to be fixed, we need to make the process of reporting them super easy. Bugzilla, IMO is unwelcoming.Last edited by bug77; 10 October 2021, 09:49 AM.
Comment
-
-
Originally posted by JustK View PostThis sounds like firefox runs under XWayland, which has no support for hidpi/upscaling. I think your missing the relevant environment variables. Firefox shows crisp fonts under my sway session. So this is how I do it: I long gave up on SDDM and use a systemd unit to start sway:
This pulls in various .env files the relevant is wayland.env:
Code:CLUTTER_BACKEND="wayland" GDK_BACKEND="wayland" QT_QPA_PLATFORM="wayland" QT_WAYLAND_DISABLE_WINDOWDECORATION=1 #SDL_VIDEODRIVER="wayland" XDG_SESSION_TYPE="wayland"
Just try it in a terminal and on success write a little shell script or .destop file
I hope this helps.
I also noticed during all of this that the mouse cursor settings either don't scale on X11 or the settings trip up when going between X11 and Wayland since I always have to enlarge the cursor to 48 on X and shrink it back to 24 on W when using the same scaling setting of 200%.
Comment
-
Comment