this post was submitted on 28 Jun 2026
-23 points (25.5% liked)

Linux

67631 readers
392 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

I've discovered Akonadi, a KDE service. As far as I could understand, Akonadi provides "personal information management" and is responsible for some interaction between apps within the KDE ecosystem. To me, it seems to be bloatware. Somebody may use the functions it provides, but I do not. It is just running in background all the time with no use.

  1. How do I completely disable it forever?
  2. Have you ever met something else in Linux or it's ecosystem, that appeared to be bloatware to you (and how did you disable it)?
top 50 comments
sorted by: hot top controversial new old
[–] Shimitar@downonthestreet.eu 22 points 2 months ago (9 children)

A user that want a minimal environment installs a modern complete and featurefull entire desktop environment and then complains that it's too bloated, at five only on Lemmy.

What is this, reddit nowadays? /S

Anyway, you should uninstall plasma and switch to any of the many more basic Linux GUI environment that better suit you needs, that the magic of Linux after all, nobody forces you to use what you don't like or don't approve on your own machine

load more comments (9 replies)
[–] smiletolerantly@awful.systems 19 points 2 months ago (9 children)

How exactly is it bloatware though? Not a KDE user myself, just had a look at the wiki. Seems it's just a convenience utility to allow you to not have to enter the same things into multiple applications?

This is VERY different from pre-installed apps in your start menu that collect and sell info about you...

Yeah, thinking more about it, I don't think the term "bloatware" (as it is commonly used) applies here at all.

How do I completely disable it forever?

To answer your question: sudo systemctl mask <servicename>.service

The much more common disable just disables autostart; masking will point the service file at /dev/null, which makes it impossible to load or start the service, even when other services or apps (like the clock widget someone mentioned in the comments) request it.

load more comments (9 replies)
[–] Filetternavn@lemmy.blahaj.zone 13 points 2 months ago* (last edited 2 months ago) (1 children)

If you're using the digital clock widget, that uses Akonadi, and will launch it on startup. It's used to (optionally) sync calendar events between compatible apps. There are also a handful of KDE PIM Applications that use it (think Kontact, KMail, KAddressBook, KOrganizer). If you want it disabled, you will need to stop using any Akonadi-enabled app. More information can be found at the KDE userbase for Akonadi. In particular, stop using any KDE PIM Application, as they cannot function without it, and disable calendar syncing from the digital clock. That will ensure the service is never started.

To fix the digital clock problem:

To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to Calendar and uncheck Show events to prevent Plasma from requesting information from Akonadi and thus allowing it to start.

[–] pixeldaemon@sh.itjust.works -3 points 2 months ago* (last edited 2 months ago) (1 children)

I do not use this widget. And even if I did, why do I have to have Akonadi enabled just to see a widget?

[–] Filetternavn@lemmy.blahaj.zone 14 points 2 months ago* (last edited 2 months ago)

Sorry, I've revised my comment, so it's more complete now. As my comment states above, it's because by default, the digital clock widget (which is placed by default on the task bar–y'know, where it shows the time) has "Show events" enabled by default, which has a dependency on Akonadi. If you uncheck that (and keep in mind that you are using the digital clock widget unless you've specifically removed it), and make sure not to use any of the KDE PIM Applications stated above, then Akonadi will never start

[–] nyan@sh.itjust.works 5 points 2 months ago

You can try just tracking down Akonadi's executable and removing its executable mark or renaming it, which may, however, break other stuff (in particular, make sure you're not running kmail—it seems to be the most substantial program with a non-optional dependency). Or you can ditch KDE and move to a lighter DE that doesn't have this stuff (TDE, Mate, XFCE . . .)

There are two ways to spin up a Linux machine: you can either use a desktop-ready distribution that includes everything you need to use it right away (including some stuff you don't want), or you can start with the bare bones and build it up to usability. If you want to take the second philosophy to the extreme, Gentoo will let you turn off all optional features you don't want before they're even built.

[–] adarza@lemmy.ca 5 points 2 months ago* (last edited 2 months ago)

akonadi is a dependency of some applications that are bundled in a default kde desktop, such as is installed using the kde-standard metapackage in debian.

these applications include kmail, korganizer, kaddressbook, and akregator. removing those four items from a default debian trixie kde install also removes any installed packages with 'akonadi' in the name.

[–] pastermil@sh.itjust.works 5 points 2 months ago* (last edited 2 months ago)

You can disable it thru the command akonadictl. You can't remove it easily tho, as a lot of KDE components depend on it. One thing tho is you can make sure it pulls SQLite instead of MySQL or PostgreSQL as its dependency.

[–] pewpew@feddit.it 3 points 2 months ago

If you want the most minimal OS possible, you can ditch Plasma and just use a Window Manager, but I wouldn't reccomend it if you are a beginner

[–] mactan@lemmy.ml 3 points 2 months ago (1 children)

I definitely broke some apps that needed it to function when I tried removing it once

[–] pixeldaemon@sh.itjust.works 1 points 2 months ago (1 children)

Have you literally purged it out of the system? I've just disabled it from starting. Though, I may have broken Kontact or something. Never opened these.

[–] MonkderVierte@lemmy.zip 1 points 2 months ago

Kontact is a buggy mess.

[–] JustVik@lemmy.ml 3 points 2 months ago

Once, Gnome Geoclue service seemed unnecessary and suspicious to me.

[–] Mistiygirl@lemmy.zip 2 points 2 months ago (1 children)

Disable it by going to "system services" and disabling it

[–] pixeldaemon@sh.itjust.works -1 points 2 months ago (1 children)

Is it in system settings? I couldn't find it there

[–] Mistiygirl@lemmy.zip 1 points 2 months ago (1 children)

It's not. look up "services" in your app launcher

[–] pixeldaemon@sh.itjust.works -1 points 2 months ago (1 children)

Nothing relevant shows up. Had to go to config files.

[–] Mistiygirl@lemmy.zip 2 points 2 months ago (1 children)

really? usually KDE based distros have it preinstalled, in Kubuntu for example there's literally an app called "system services" or "background services" where you can do this. but i'm glad you figured it out

[–] pixeldaemon@sh.itjust.works -1 points 2 months ago (1 children)

I actually have "background services", but again, haven't found Akonadi mentions there. Probably it was called some other way, and probably it was not present there. Anyway, thanks, this app will be useful with other tasks later.

[–] Mistiygirl@lemmy.zip 2 points 2 months ago

oh, huh. Maybe it's a SystemD service then, which would be disableable with sudo systemctrl disable akonadi

[–] Quibblekrust@thelemmy.club 2 points 2 months ago* (last edited 2 months ago)

It doesn't sound like you understand what personal information is. It includes things like contacts, calendar, and emails.

This back end service exists because, in the past, programs were all doing their own thing, but now KDE provides that information as a service. With a standard API. So you can have two programs installed that manage your contacts, and they're both using the same list of contacts. Same with your calendar. Back in the day, if you used two different programs to store contacts, you would have two databases of contacts.

Calling that bloatware is just stupid. It's literally a core service that a useful operating system should provide.

In addition, learn how to use a search engine instead of posting in the forum like this. It was trivial to find out how to disable it permanently. Trivial! Asking us to do your work for you and then tacking on a "conversation starter" at the end doesn't make your post any more palatable.

Here's your answer:

https://wiki.mageia.org/en/Archive:Speeding_up_KDE

[–] inkblade@lemmy.world 1 points 2 months ago

Desktop user issues 😂

[–] hobata@lemmy.ml -4 points 2 months ago (4 children)

I disabled KDE once, my life has only gotten better since then.

load more comments (4 replies)