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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
To answer your question:
sudo systemctl mask <servicename>.serviceThe much more common
disablejust 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.I may appear paranoic, but it's collecting metadata from contacts and email. Even though it does not sell anything, that's not the thing I'd like to have running on my PC. And since I don't even use most of the apps Akonadi is designed for, it is just wasting my CPU time and RAM space. That's why I call it bloatware. And it's shipped preinstalled on Fedora. Another reason is that there's no way to manage it with KDE system settings. Why on earth I can't manage a KDE utility with the settings of KDE? Why hiding it so deep I can't find a bare notice of it without looking into htop or config files? It isn't that crucial for the system to be hidden so deep.
It's just a helper. It's a way for your calendar to ask "uhhh... Should I already know of any calendars...?" and the service going "oh actually yeah, the user configured their email account, hold on, here's the corresponding calendar".
That's just basic functionality. Maybe what's tripping you up is that it's a separate service? Because I assume you have nothing against inputting your email into a mail client and a calendar separately.
If so, then for one, it's not really a difference if the mail app stores this into or the service does; and second, it's a good thing to have this standardized into a single purpose built service, rather than having each app reimplement this stuff.
CPU and RAM usage is so negligible it's laughable.
IDK.
It seems like you read something about personal data in the service description and just jumped to the conclusion that this is something nefarious.
I know what it is, that's why I'm so sure I don't need it for my tasks. The disturbing thing is of course not the data storage itself, but its movement accross my system. I'm okay with having social media accounts, but I'm not okay with shit like TikTok (don't use it though, just an example) knowing each of my contacts from Signal or whatever, or the browser knowing what I've planned for August 16 at 04:40 PM in my calendar. I want user apps to minimally interchange any kind of data. Why would I ever use Linux if not to have control over this?
The CPU and RAM usage might be negligible, but only until there's only one or two services like this. And I don't think that a service, that I don't use at all in any way, should occupy any amount of my RAM.