this post was submitted on 20 Aug 2023
13 points (84.2% liked)

KDE

5328 readers
110 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

Currently KDE uses Gitlab at invent.kde.org. Gitlab has been known to not be entirely open. I wonder if KDE has considered moving over to Gitea/Forgejo/Codeberg instead? And if not, how come?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

Personally I think it's so much better than PRs (not that I don't think it can't be improved), but to each their own I suppose. I'd also be happy if GitLab had an HTTP endpoint you could submit a single patch or an archive of patches to, or something like that.

(Apparently it does support submitting patch files directly. Via email, but not in the git send-email format. Weird. Will have to try it at some point.)

[–] [email protected] 1 points 1 year ago (1 children)

Afaik Gitlab has a CLI tool (maybe unoffcial, idk) that allows you to create MR's from the commandline. I don't believe you have to use the web interface.

[–] [email protected] 1 points 1 year ago

I'll have to look into that. Thanks!