this post was submitted on 20 Apr 2024
25 points (96.3% liked)

KDE

5238 readers
95 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

I’m looking for an up-to-date Plasma 6 tutorial for making plasmoids. Just a simple “Hello world” done correctly for Plasma 6.

The tutorial is for Plasma 5 and doesn’t work for 6 as I have no idea what I’m doing, and I haven’t found a decent way to debug these. plasmoidviewer doesn’t provide great error messages.

I found a tutorial on Medium for Plasma 6; following it I get the not-useful-at-all message on screen ("Sorry, there was an error loading Hello World."), and this in my terminal:

kf.plasma.quick: error when loading applet "ca.taffer.hello" QList()

I even installed KDevelop hoping it might have a project template, but no luck. And the “Get more templates” button in KDevelop does nothing. 🤷

I realize Plasma 6 is very recent, but my first forays into hacking for it have been insanely frustrating, which isn’t the new dev experience I want.

top 6 comments
sorted by: hot top controversial new old
[–] penquin@lemm.ee 4 points 6 months ago (1 children)

This one is what I'm following to learn. He even has stuff on GitHub about it.

[–] Taffer@programming.dev 1 points 6 months ago (1 children)

That’s the last one I tried before giving up, d’oh! 🤦‍♂️

[–] penquin@lemm.ee 1 points 6 months ago

Yeah, it's not that simple. You'd have to keep learning until you get it.

[–] fossphi@lemm.ee 4 points 6 months ago

I also don't know any resources of the top of my head, but you can get some support on kde's matrix instance. They have rooms for development/hacking stuff

[–] Bro666@lemmy.kde.social 2 points 6 months ago (1 children)

I’m looking for an up-to-date Plasma 6 tutorial for making plasmoids. Just a simple “Hello world” done correctly for Plasma 6.

Good point. Let's see if we can find someone to update that.

In the meantime, you may want to visit this page , as it contains dozens of link to resources, chatrooms, and mailing list that will put you in touch with the people that can help with your effort.

[–] Taffer@programming.dev 1 points 6 months ago

If I can get something working, I’d be happy to write up something. Hopefully I’ll have some time this week to poke at it some more!