https://bugs.kde.org/show_bug.cgi?id=517764
Bug ID: 517764
Summary: Some plasmoids fail to load in Guix system.
Classification: Plasma
Product: plasmashell
Version First 6.5.5
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
Created attachment 190769
--> https://bugs.kde.org/attachment.cgi?id=190769&action=edit
Package definition of an example plasmoid.
SUMMARY
Some plasmoids fail to load in Guix. They appear in the "Widgets" sidebar in
the Edit Mode, but after they are added, only the error message will be shown:
"Error loading Applet: package KdeControlStation does not exist.". This is not
specifically with one plasmoid, but many plasmoids have given this error.
STEPS TO REPRODUCE
1. Install, for example, plasma-applet-kde-control-station from the attachment
file, by `guix package -i qtbase -f <FILE>` (replace <FILE> with the attachment
downloaded.
2. Run `update-desktop-database` (provided by `desktop-file-utils` package)
3. Add the Widget to your Plasma desktop.
OBSERVED RESULT
The plasmoid does not get added, instead, only a box with this error message
will be shown:
"Error loading Applet: package KdeControlStation does not exist."
While doing this, I had `tail -n0 -f $XDG_DATA_HOME/sddm/wayland-session.log`.
The log there showed this:
```
kf.plasma.quick: File name empty!
QQmlComponent: Component is not ready
kf.plasma.quick: error when loading applet "KdeControlStation" QList("Error
loading Applet: package KdeControlStation does not exist.")
```
EXPECTED RESULT
The plasmoid should get added and work.
SOFTWARE/OS VERSIONS
(available in the Info Center app, or by running `kinfo` in a terminal window)
Guix: 1.5.0.6699-55562
Linux: 6.19.8 (64-bit)
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.23.0
Qt Version: 6.9.2
ADDITIONAL INFORMATION
Some plasmoids work but some fail.
--
You are receiving this mail because:
You are watching all bug changes.