this post was submitted on 28 Jun 2026
-4 points (41.7% liked)

Linux

66226 readers
551 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)?
all 50 comments
sorted by: hot top controversial new old
[–] Quibblekrust@thelemmy.club 1 points 2 days ago* (last edited 1 day 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 Google 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

[–] smiletolerantly@awful.systems 11 points 6 days ago (1 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.

[–] Shimitar@downonthestreet.eu 9 points 6 days ago (1 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

[–] pastermil@sh.itjust.works 3 points 5 days 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.

[–] adarza@lemmy.ca 4 points 6 days ago* (last edited 6 days 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.

[–] mactan@lemmy.ml 3 points 6 days ago (1 children)

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

[–] pixeldaemon@sh.itjust.works 0 points 6 days 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 5 days ago

Kontact is a buggy mess.

[–] nyan@sh.itjust.works 4 points 6 days 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.

[–] Filetternavn@lemmy.blahaj.zone 4 points 6 days ago* (last edited 6 days ago) (2 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.

load more comments (2 replies)
[–] JustVik@lemmy.ml 3 points 6 days ago

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

[–] Mistiygirl@lemmy.zip 2 points 6 days ago (6 children)

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

load more comments (6 replies)
[–] pewpew@feddit.it 1 points 6 days 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