Oops, you’re not here for a few weeks and you have to register again and all your previous posts are gone!
(Yes, I found the post about it https://discuss.cachyos.org/t/new-forum-for-cachyos/50.)
I’m currently doing a new installation of CachyOS (Plasma, KDE) (in Virtualbox) with the cachyos-kde-linux-240512.iso and I noticed that firewalld is no longer preinstalled (instead, ufw is).
By the way, it doesn’t work, if you deselect ufw in the installer, it will still be installed (the same applies to other things such as the cachyos-fish-config).
After I uninstalled ufw and reinstalled and started firewalld (sudo pacman -S firewalld sudo systemctl enable --now firewalld), I noticed that the firewall icon (correctly called firewall-applet) did not appear in the system tray, even though the firewall was active.
When I tried to start the firewall-applet via console, the following error messages appeared:
❯ firewall-applet
Traceback (most recent call last):
File "/usr/bin/firewall-applet", line 11, in <module>
from PyQt6 import QtGui, QtCore, QtWidgets
ImportError: cannot import name 'QtGui' from 'PyQt6' (unknown location)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/firewall-applet", line 15, in <module>
from PyQt5 import QtGui, QtCore, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'
After some research, I found out, that you have to install python-pyqt5
and/or python-pyqt6
in order to the firewall applet is displayed.
If I now start the firewall applet via the console, a message still appears:
Qt: Session management error: None of the authentication protocols specified are supported
But the icon is visible in the control bar again as usual!
Together with the font rendering problem since Plasma 6, a lot of rework is now required to get a fully functional system after a new installation.
I had already pointed out the font rendering problem in one of my previous posts (which is lost because of the new forum), it is well described by someone in another forum:
In short: The font display in some programs (e.g. VLC, Audacious, Appimagelauncher, I think qbittorrent and I don’t remember any more) was not correct because a few packages were missing:
kwayland5
*
plasma5-integration
breeze5
oxygen5
*Should only be necessary if you are working with the display manager Wayland.
Not to mention the hours of research I needed to find out what the problem was, especially with the font rendering problem.
Is it intentional or an oversight, that these packages are not included in the installation?
As always, translated with the help of an internet translator (so be lenient!)!
PS: I hope the live version (ISO image) stays with X11 as display manager, otherwise an installation in Virtualbox would no longer be possible at all!