Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

kde.plasma.core 2.0 module not found

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
supik007
Posts: 1
Joined: 2022-08-28 14:20

kde.plasma.core 2.0 module not found

#1 Post by supik007 »

Hi, I'm quite new in Debian..
I try create Plasma plasmoid by KDevelop.

I load template of plasmoid ( widget ), but here problems starts. I can't figure out what package I must install ( google do not me helps also ), because i receive error messages :
main.qml

Code: Select all

import QtQuick 2.1
import QtQuick.Layouts 1.1
import org.kde.plasma.core 2.0 as PlasmaCore   Module not found, some types or properties may not be recognized
import org.kde.plasma.plasmoid 2.0  Module not found, some types or properties may not be recognized
import org.kde.plasma.components 2.0 as PlasmaComponents  Module not found, some types or properties may not be recognized 
please tell me, what package i must install. ( Debian Bookworm )

Thanks

Post Reply