[Stable Update] 2024-07-01 - Kernels, Systemd, KDE Gear, LibreOffice, Firefox, Wine, Qemu

@scotty65 thank you for highlighting that, I was lost in search results:)

After manjaro-chroot login to my installation, I’ve edited the /etc/default/grub file and edited the relevant line as below:

GRUB_CMDLINE_LINUX_DEFAULT="XXXXXXXXXXX SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 systemd.unified_cgroup_hierarchy=0"

and then sudo grub-install && sudo update-grub

and then rebooted my computer.

Now I can go back to my Monday routine, peacefully:))

6 Likes

had another issue when rebooting.
I had to power off the computer after grub at Freeze state.
When restarting I switched to my kde session without any issue but I didn’t enter grub kernel selection

the Update was installed as i noticed it when i called protontricks, and it had problems with python.

Just edited the wiki post with the workaround for not having internet in virtual machines if UFW is enabled

sudo ufw allow in on virbr0
sudo ufw allow out on virbr0
2 Likes

Octopi starts as expected (on a fresh KDE install) after update is applied. It might be something else in play on some systems.

Go ahead, ask me, did I remember to reboot?! :zipper_mouth_face:

Octopi Notifier does not autostart; just as described…
Add it to Plasma Autostart as previously indicated.

…otherwise, no obvious issues…

2 Likes

I thought Plasma 6.1 might make an appearance too, but:

As an end user I appreciate the Manjaro team and testers doing their thing to bring us an eventual stable Plasma 6.1 system with our patience.

4 Likes

Here is the output of systemctl plasmashell service if that helps,

file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:45: TypeError: Value is null and could not be converted to an object
 file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
 file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
 qml: SystemTray ItemLoader: Invalid state, cannot determine source!
 qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
 qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
 qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
 QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
 file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:62:17: Unable to assign [undefined] to int
 QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0

sudo pacman -Syyu didn’t show any updates for me. Had to sudo pacman-mirrors -c Germany && sudo pacman -Syyu to find them.

Trying to understand, can anyone explain? Found that solution on the forums.

Your previous mirrors were not synced yet. Refreshing with pacman-mirrors makes a pool only from synced ones. Alternatively you could have waited an hour or two.

1 Like

Or — gasp! — one could actually look at the man pages… :roll_eyes:

man pacman
man pacman-mirrors

Surely not…

Thank you for explaining!

This is only a reminder to update again if you use sshd.

It may be advisable to reboot afterwards if your sshd is active.
:footprints:

2 Likes

It should be fixed with cinnamon-session 6.2.0-1.0 coming along shortly.

It’s a feature, not a bug. :wink:

4 Likes

Known Issue regarding OpenSSH added above. :point_up:

This gave me limited internet connection in my KVM. If I turn off my ufw, the internet is working fine, with the rules added it’s very slow (limited internet connection). Maybe I’m missing something.

I did not test it very thoroughly to be honest. DNS and ping. When i run the virt machine with ip a i see yet another interface vnet0. First i also allowed this, but it did not seem to make a difference so i deleted the rules and did not mention it, but i did not test speed.

this seems to be that a package is trying to add those files when another packages already has those files. try doing pacman -Qo on the files(full path) to see what package owns those

Also got Cinnamon 6.2 Shutdown bug, can add that it’s very easy to click the top right Off button when I get bumped to the login screen instead of getting shutdown, then at least my system gets powered off.

1 Like

that let the connection in virtual machine to start
but no apps get internet in VM