summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-14 18:55:53 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-14 18:55:53 +0200
commit13d5a6f0a8e338f36b6ff1a438377ce6b3b31180 (patch)
treef96002bfa9e97ea962ca3b93313506d7cfc91fe3 /content
parent391ab11ad563e3d855b4d27fe3b5dbaef44ccdf9 (diff)
start to add links
Diffstat (limited to 'content')
-rw-r--r--content/posts/kate-on-all-platforms-2024/index.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/content/posts/kate-on-all-platforms-2024/index.md b/content/posts/kate-on-all-platforms-2024/index.md
index 27f0be6..2dff299 100644
--- a/content/posts/kate-on-all-platforms-2024/index.md
+++ b/content/posts/kate-on-all-platforms-2024/index.md
@@ -10,15 +10,15 @@ author: "Christoph Cullmann"
## Unix like systems with X11 or Wayland
-All Unix like systems with either X11 or Wayland are well supported since ever.
+All [Unix like systems](https://en.wikipedia.org/wiki/Unix) with either [X11](https://en.wikipedia.org/wiki/X_Window_System) or [Wayland](https://en.wikipedia.org/wiki/Wayland_(protocol)) are well supported since ever.
Linux with X11 and now Wayland is for a long time the primary system on that Kate work happens.
-Over the years it was (like most of the KDE applications) ported to the most BSD variants.
+Over the years it was, like most of the [KDE applications](https://apps.kde.org/), ported to various [BSD](https://en.wikipedia.org/wiki/Berkeley_Software_Distribution) variants.
-Be it some mainstream Linux distribution like Fedora or a niche one like NixOS, Kate is available as binary package.
+Be it some mainstream Linux distribution like [Fedora](https://fedoraproject.org/) or a niche one like [NixOS](http://nixos.org), Kate is available as binary package.
You love BSD?
-FreeBSD or OpenBSD, you can get a Kate package via your normal package system.
+From [FreeBSD](https://freebsd.org) to [OpenBSD](https://openbsd.org), you can get a Kate package via your normal package system.
And in the normal case, you can just build it from source on your own, all needed patches should be in our repositories upstream.
If that is not the case for your system, please help to upstream them.
@@ -27,6 +27,8 @@ Below the current state of the master branch compiled on NixOS unstable with Way
<center><a href="/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland.png" target="_blank"><img width=700 src="/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland-small.png"></a></center>
+How to compile Kate on your own on a Unix like system and start to help to develop it can be found out [here](https://kate-editor.org/build-it/).
+
## Windows
Since several years there are activities in the KDE community to provide our libraries and applications for Windows.
@@ -72,3 +74,7 @@ Naturally the most of our developers are working on the Linux or some BSD.
That means the other systems are always in need of more people to help out, both on the programming and testing side.
For Kate, testing should be easy, grab a nighly build for Windows or macOS for example.
+
+One recent topic that needs love is the removal of DBus for Windows/macOS/Android and other systems that don't use that normally.
+If you are up to help with that, [here](https://invent.kde.org/packaging/craft-blueprints-kde/-/issues/17) that is coordinated.
+Just don't get that wrong, DBus is great on the Linux or BSD systems that use it natively, but it is a pain on systems that have no notion of DBus and leads there to hangs or the spawning of unwanted processes.