You are not logged in.
Hi,
recently I installed flatpak. After install necessary dependencies, I got rtkit-daemon bombarding in system journal. I found some similar issue while I was searching, but nothing seems to help. Can someone help to resolve the issue?
Here is the super long log.
Thanks in advance.
Offline
Hello, I encountered a similar issue with rtkit-daemon flooding the system journal. It took me quite a while to navigate through various solutions, but I eventually found a straightforward fix.
In summary, you need to reinstall rtkit-daemon, install realtime-privileges, and add your user to the realtime group. This resolved the problem for me.
sudo pacman -S rtkit
sudo pacman -S realtime-privileges
sudo usermod -a -G realtime youruser
Offline