this post was submitted on 08 Sep 2024
23 points (96.0% liked)

KDE

5026 readers
33 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
 

Some of you might know about the lightly qt theme

https://github.com/Luwx/Lightly

https://github.com/boehs/Lightly

And if you know about it, you know support for it in recent times has been questionable. That's what I want to change, but I need someone to help me. I have experinence in similiar stuff, like I have my custom userstyle for firefox (https://github.com/Bali10050/FirefoxCSS), I have a custom animated cursor, custom plasma themes, custom aurorae themes, a custom kvantum theme, custom color themes, and I even made a custom theme for gtk2 when it was a thing(that one is not on the internet, the others can be found at https://www.pling.com/u/bali10050). I have some experience in programming, but it's python, and this project is not, and I also done nearly 0 graphical stuff in that. But, I heard that qt supports css like stylesheets (https://doc.qt.io/qt-6/stylesheet-reference.html) and I can also do some very basic things in c++ and rust. Can somebody help me revive this project, or help me find where to start?

you are viewing a single comment's thread
view the rest of the comments
[–] m4m4m4m4@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (6 children)

Afaik the "original" Lightly was born as a fork of Breeze, which in turn was born a fork of KDE4's Oxygen. So all of them are written in pure C++.

Now, I heard Luwx/Lightly was stalled so they forked it in boehs/Lightly, merged some pending patches and even did a new branch to port it to Qt6 - but last time I tried to compile it, it failed. Not sure if they're still working on it, though. (From my part never liked Breeze but found about Brise, which I found much more torerable).

If I were you I'd try to get in touch with the mantainers of boehs/Lightly. If that doesn't work, I'd go to ask the KDE VDG (I guess they should be reachable at discuss.kde.org); at least they should redirect you to someone versed in Qt C++ styling - which is very complicated, at least for me, 'cause C++ is no easy thing and it seems there's almost no documentation at all about the subject. Pinheiro himself struggled to find someone with enough knowledge of C++ to help him with his O^2 theme.

If that doesn't work either for whatever reason, which I doubt ever happens, I'd try asking Carl Schwan as a last resort, the guy that came up with Brise. He helped me with a stupid patch for it - of course he knows his thing and seems to be very cool.

[–] Bali10050@lemmy.kde.social 1 points 1 week ago

Thanks for the response, I'll try those. The part that I'm stuck with is the lack of the documentation, and the size of the project. If any of these work, it can be a fun little(very big) project, and an interesting learning experience, and might be a great thing for the community overall.

load more comments (5 replies)