I have another error as i fixed my application laucnher the error is this and its regarding the loading networks:
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:60:25: Type PopupDialog unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/PopupDialog.qml:106:22: Type ConnectionListPage unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionListPage.qml:89:23: Type ConnectionItem unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:188:17: Type TrafficMonitor unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/TrafficMonitor.qml:11:1: module "org.kde.quickcharts.controls" is not installed
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/TrafficMonitor.qml:10:1: module "org.kde.quickcharts" is not installed
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/TrafficMonitor.qml:11:1: module "org.kde.quickcharts.controls" is not installed
file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/TrafficMonitor.qml:10:1: module "org.kde.quickcharts" is not installed
I thought so.
Samba probably has the same problem (specifically samba-support), so do the same with samba - then the “NetBIOS over IP naming service” should work again:
sudo pacman -S samba samba-support
reboot.
Then check the status of samba with:
systemctl status smb.service
and:
systemctl status nmb.service
or you take a look in your garuda-inxi for failed units
I intentionally didn’t ask you in the other topic whether krunner is installed and libKF6Runner.so.6 is present under /usr/lib/. If krunner had been missing, a non-working application launcher would have been the least of your problems.
I’m assuming that everything you need is installed, but some variables and packages in your system are broken. A few things with the Plasma 6 update went wrong for you.
You currently have plasma 6.0.2 installed but plasma 6.0.3 is available in the repos. Perform a garuda-update, there is new kde stuff that fixes a few things.
Personally, I think your system is unstable. If you don’t have a backup of your important data, now would be the right time to do so.
If you continue to have similar issues, open Garuda Assistant and try Reinstall all packages .
btw: Maybe you should think about a fresh install. Your Garuda installation is from 2022-12-26 and carries a lot of old stuff with it. You can find current garuda.iso`s with preinstalled Plasma 6, QT6, dracut etc. here: https://iso.builds.garudalinux.org/iso/garuda/dr460nized/
Or you wait for the new official garuda release → coming soon.