KDE

5187 readers
65 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
1
2
3
 
 

Happy Birthday to us ๐ŸŽ‚๐ŸŽ‰! KDE is 28 years old today!

Join us and hold a KDE birthday party in your city. Fill in the wiki, meet up with your friends and celebrate 28 years of collaboration, free software and altruism!

https://community.kde.org/28th_birthday

@kde@lemmy.kde.social

#birthday #anniversary #FreeSoftware #OpenSource

4
 
 

Want KDE to be around another #28, 50, 100 years? You can make it happen!

KDE is an open and accepting community and we welcome everybody willing to lend a hand. You can contribute too! Get started by visiting this:

https://community.kde.org/Get_Involved

Note we also have 2 community #goals dedicated to helping everybody become an active contributor:

https://kde.org/goals/

@kde@lemmy.kde.social

#anniversary #FreeSoftware #OpenSource

[1/3]

5
29
submitted 2 days ago* (last edited 2 days ago) by kde@floss.social to c/kde@lemmy.kde.social
 
 

"This Week in KDE Apps" is out!

In this week's episode we enhanced the accessibility of a bunch of our most popular apps; released new versions of KleverNotes, KPhotoAlbum; and improved the performance and usability of KDE Connect, Kate, Konqueror, @tokodon and more.

https://blogs.kde.org/2024/10/13/this-week-in-kde-apps/

@kde@lemmy.kde.social

6
 
 

Happy 28th birthday @kde community! A big thank you to all the contributors out there, who dedicate time and energy to create software which everyone can use, study, share, and improve! Your contribution to society is highly appreciated by the @fsfe ๐Ÿ‘๐Ÿ‘๐Ÿ‘๐Ÿ‘

7
 
 

KDE Neon has been rebased on Ubuntu 24.04 LTS! Find out more about the changes and upgrades:
http://blog.neon.kde.org/2024/10/10/kde-neon-rebased-on-ubuntu-24-04-lts/

@kde@lemmy.kde.social

8
19
submitted 3 days ago* (last edited 3 days ago) by indigomirage@lemmy.ca to c/kde@lemmy.kde.social
 
 

Hi there - I'm currently using Gnome and wanted to try out plasma (been many years since using kde). Gnome has a certain 'way' you must go along with, and I wanted flexibility.

I was struck by the limited number of supported online account types (especially Microsoft 365) that are supported by gnome but not kde. Is this something that is likely to improve going forward?

9
10
11
 
 

KDE Gear 24.08.2 is out! It comes with bugfixes and updated translations.

https://kde.org/announcements/gear/24.08.2/

@kde@lemmy.kde.social

12
 
 
13
 
 

Hey hey! Looks like @kde Neon has been rebased to 24.04 aka Noble. I started the upgrade right away. The upgrade script crashed halfway because of some problem with apt configuration (probably my fault) but I cleared the error and finished it by hand with "apt dist-upgrade". Reboot, ok.

I only had to purge all that snap+apparmor nonsense that was preventing thunderbird from opening web links and crashing @Vivaldi browser. I really do not understand the point of apparmor outside of server world. How can you be so arrogant to think you'll be able to predict all the possible uses of a consumer software, and decide that it is ok to cause all the other uses to fail with only a cryptic error message buried in the system logs?

14
 
 

Plasma 6.2 is out โ€” Welcome to the "Let's get Creative๐Ÿ–Œ๏ธ" edition!

Check out the inbuilt tablet configuration, improved HDR and color management, enhanced #accessibility, cool visual design upgrades, granular power controls, and much more.

https://kde.org/announcements/plasma/6/6.2.0/

@kde@lemmy.kde.social

15
 
 

Explore the KDE Stack at our in-depth training session.

Follow @ervin on a deep dive into KDE Frameworks and how Plasma uses them, and learn how to build Qt and KDE apps.

Where: https://meet.kde.org/b/far-lb5-yjy-xar
When: Oct. 20, 14:00 UTC

#qt #cpp #programming #dev #kdegoals

@kde@lemmy.kde.social

16
23
submitted 5 days ago* (last edited 5 days ago) by kde@floss.social to c/kde@lemmy.kde.social
 
 

What would you ask our KDE goal champions?

"Can I create a KDE app in [insert favorite programming language here]?", "Will you support my [insert exotic input device here]?", "Can I get a job as a KDE contributor?"...

Let us know in the comments what you want to ask our champions and we will make sure your question gets answered.

Join KDE's live-streamed AUA on Oct. 20 at 18:00 UTC:

https://tube.kockatoo.org/w/2tAyknEQc8EhL2AyoAUE8M

@kde@lemmy.kde.social

17
45
submitted 1 week ago* (last edited 1 week ago) by louis_sch@lemmy.kde.social to c/kde@lemmy.kde.social
 
 

I ended my last post by saying that the next version is coming soon, well here we are 3 months later (better late than never) and I am happy to announce that KleverNotes v1.1 is finally out.

What's new?

New parser

The previous parser was a C++ reimplementation of marked.js that I made to easily integrate my plugins and extensions. While it was great for that aspect, I will be the first to admit that it was far from perfect and required a lot of maintenance.

For this reason, I decided to switch to a proper Markdown parser, in the form of md4qt:

md4qt is a header-only C++ library for Markdown parsing.

md4qt supports CommonMark 0.31.2 Spec and some GitHub extensions, such as tables, footnotes, to-do lists, strikethrough, LaTeX math injections, GitHub autolinks.

It's fast, reliable, customizable and easy to use. A perfect combination!

Better toolbar and editor

With this new parser, it is possible to know exactly where the Markdown tags are in the text. Thanks to this, and the new access to the underlying text document, the toolbar is more precise in removing specific tags but also in applying them. In addition, the toolbar now tells you which tags are already applied on the text under the cursor or the selected text.

bold, italic and strikethrough are checked

The editor has also gained some small bonuses. Tabbing/untabbing blocks and auto-adding list items are now more reliable, but you now also have the ability to add an HTML line break (<br>) before a new line with Shift + Enter or a horizontal rule using Alt + Enter.

Optimization ๐Ÿš€

  • Parsing is now done on a separate thread, so parsing very large notes should still be smooth!
  • Rendering is now disabled if preview is disabled, saving resources!
  • Using the toolbar will now add or delete text in a single undo block, no more double/triple Ctrl+Z to go back to your previous state. ๐Ÿ˜†

WYSIWYG-like editor

Now the big news, you read it correctly!

Again, thanks in large part to the new parser, the editor now has the ability to be "WYSIWYG", bold text will be bold, highlighted text will be highlighted, etc...

By default, Markdown tags will be 50% smaller than the rest of the text, this can of course be changed in the settings, a value of 1% makes them practically invisible. These tags will revert to their normal size depending on the position of the cursor/selected text, this way you can see which tag is responsible for a style.

Give credit where credit is due, this way of doing things was inspired by Marktext, it brings the best of both worlds.

However, this does not mean that the preview will be removed anytime soon, it is still in my opinion the best way to view Markdown, and if you don't like it, as you already know, you can disable it. ๐Ÿ˜‰

WYSIWYG editor

Special Thanks

I would like to thank Igor Mironchik, the creator of md4qt.

I contacted him to ask if he could help me integrate his parser into KleverNotes, and he not only helped me do it, but also listened to my requests throughout the process and added features to make my life easier.

Credit where credit is due, the main part of the syntax highlighter belongs to him as well, although he gave me full copyright on it, all I did was customize it to fit my vision, it would have been much harder for me without his help!

Finally, thanks to his years of experience, he taught me a lot about C++ and software development in general, and continues to do so today. I really grew up working with him and I can't thank him enough for that. I clearly made a good choice in asking him for this collaboration and I sincerely hope that it will continue. ๐Ÿ™‚

md4qt and markdown-tools

As I said:

md4qt is fast, reliable, customizable and easy to use.

And it is now part of the KDE Incubator program! So if anyone wants to try it or needs a good Markdown parser to work with Qt, feel free!

Igor also uses it for some pretty cool personal projects, check out Markdown-tools it's worth a try! ๐Ÿ˜„

Final note

I'm back at school and my schedule is busier than last year, this will obviously impact development. However, this doesn't mean I'm abandoning the project, things will just move a bit slower.

The next release should overhaul the way the sidebar works, and I'll start working on it soon. ๐Ÿ˜‰

I'm currently publishing this version on flathub, you should (hopefully) be able to get it soon!


As always, feel free to tell me what you think of the app, I'm always happy to hear criticism, good or bad, as long as it's productive.

Link to the repo: https://invent.kde.org/office/klevernotes

Mirrorlist: https://download.kde.org/stable/klevernotes/1.1.0/klevernotes-1.1.0.tar.xz.mirrorlist

18
19
 
 

KDE (@kde) - FLOSS.social

https://lemmy.kde.social/c/kde

20
 
 

Check out this great article about the KDE Goals over at @LWN

https://lwn.net/Articles/990604/

#kde #kdegoals #floss #linux #opensource

@kde

21
 
 

Is there an equivalent to Google Drive in Windows for KDE?

I'm talking full synchronization of my Google Drive files into a local folder.

I know there's the KDE KIO Worker that can integrate with Dolphin, but according to itsfoss.com:

Each time you try to modify a file, it is copied to a local cache directory. Once you finish modifying a file, it prompts for uploading the modified file to GDrive.

There's RClone that can do that I think, but I'm not certain. And it looks a bit complicated to set up.

What are you recommendations?

22
23
 
 

A fresh installation of Merkuro Contacts - 24.08

CardDAV

When trying to create a new contact - โ€œerror, invalid parent collectionโ€

a

Whatโ€™s the matter?

24
25
 
 

KDE is turning 28 soon! ๐ŸŽ‰ Want to join the global celebration? Host a meetup in your city and connect with the community.

Find out how: https://community.kde.org/28th_birthday.

Letโ€™s celebrate together!โ€จ

@kde@lemmy.kde.social

view more: next โ€บ