Hello, my kde plasma “Control Center 6” is not working. the error code is:
file:///home/desault/.local/share/plasma/plasmoids/com.github.boraerciyas.controlcentre/contents/ui/main.qml:67:25: Type FullRepresentation unavailable
file:///home/desault/.local/share/plasma/plasmoids/com.github.boraerciyas.controlcentre/contents/ui/FullRepresentation.qml:75:21: Type Components.RedShift unavailable
file:///home/desault/.local/share/plasma/plasmoids/com.github.boraerciyas.controlcentre/contents/ui/components/RedShift.qml:64:5: NightColorInhibitor is not a type
I have the same issues with any other control center widgets. My built in brightness control widget works fine tho. Any Idea on how to fix this?
I installed it and took a look.
The missing RedRhift is killing it.
Go to that file (FullRepresentation.qml) in the ui folder and open it with a text editor.
On line 75 you will see Components.RedShift{}
Go to line 75 and and backspace to erase the RedShift asnd keep backspacing until the code is all pretty again.
You want it to look like this:
// Other blocks
Components.KDEConnect{}
Components.ColorSchemeSwitcher{}
That is lines 73, 74 and 75.
Restart Plasma or log out and pack in and add the widget to the desktop.
You can restart Plasma with this but you may need to log out/in. Just restarting Plasma worked for me.
kquitapp6 plasmashell && kstart plasmashell &
You are talking about this widget, correct?
1 Like