Curiously, today Nate Graham wrote:
25 ways you can contribute to KDE
KDE Moves To GitLab-Based CI, Lands More Plasma Wayland Fixes
Collapse
X
-
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.
KDE used to have a nice looking Bugzilla with a custom Oxygen theme and then a Breeze theme, but I think in 2016 or 2017 an upgrade broke it and to this day nobody has ever cared to fix it...
Leave a comment:
-
-
Originally posted by bple2137 View Post
Probably same as always. Don't get me wrong, I worked with Jenkins for quite a bit and I like a lot of its concepts, but Gitlab CI can do a lot of stuff (not as many as Jenkins that's for sure), but ends up being a whole lot clearer and easy to maintain solution in many scenarios.
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.
The Lead Ops in my team is a VERY capable guy that never had any hesitation diving deep into something new and learn it, and so quickly grasped the basics of many tools we required him to set up... But Groovy has been a shit hole for him, only worse being bash scrips. Couldn't tell you why because it has been a long time since he explained why to me, but I remembered how tense he was about it even months after working with it. XD
As for bugtracker... Bugzilla was a great tool in its era, but now it's far too primitive in the default set up anyways. Gitlab offers...
- Integrated interface that tries to give a hint in "field separation based on importance of information", one may like or not but it's much more decisive anyways.
- Easier media support: nowadays giving information about a bug happening is sometimes much easier with images or even videos, especially on UX side.
- Extended markdown support with LOTS of plugins: the "mindmapping" in particular is situational, but god does it save your life when case arises. In general, you can cover a nice array of niche "types of information" without needing any further configuration.
- Cross integration: referencing a bug number in a commit immediately cross-references both ways. Of course you can achieve the same with BUgzilla (I mean I'm sure some plugin exists for that), but best case it requires finding the plugin, installing it and configuring it.
In fact' I think it's probably the whole "automatic cross-integration of information" part that was the winning piece. It's really pleasant in daily work.
Leave a comment:
-
-
Originally posted by bple2137 View PostProbably same as always. Don't get me wrong, I worked with Jenkins for quite a bit and I like a lot of its concepts, but Gitlab CI can do a lot of stuff (not as many as Jenkins that's for sure), but ends up being a whole lot clearer and easy to maintain solution in many scenarios.
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.
But these days if I was setting up CI for a FOSS project, I'd be inclined to go with the CI in SourceHut. I haven't tried it yet, but it looks good.
Leave a 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%.
Leave a 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.
Leave a 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?
Leave a 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.
Leave a comment:
-
-
Originally posted by tomas View Post
You mean specifically the Kwin wayland compositor right? Otherwise, your post does not make any sense.
Leave a comment:
-
-
Originally posted by ireri View Post
Let's be honest, Wayland is a shitshow everywhere, even still in Gnome at times.
I'm using Wayland on Pop_OS and I cant find any bugs except for a Thunderbird one
Leave a comment:
-
Leave a comment: