1
4
submitted 1 hour ago* (last edited 1 hour ago) by louis_sch@lemmy.kde.social to c/kde@lemmy.kde.social

After many twists and turns, I'm happy to announce the release of KleverNotes 1.2.0.

What's New:

  • New file structure that perfectly mirrors what you see in the sidebar. Ability to change the color and icon of each item.
  • New drawing page with more features.
  • "Copy" button in the code block.
  • New bottom bar for switching between notes and tasks.
  • Improved page turn animation.

Bug fixes, including but not limited to :

  • Pressing V without a modifier while an image is in the clipboard does nothing (as expected).
  • Preventing the use of a "/" to name an item, as it would create a directory.
  • Various rendering issues.

This version is smaller than expected, but I think it was more than time to release it. Other (small) features will be added with version 1.3.0, and I hope to have time to develop them a little faster this time around. I hope you will enjoy this version nonetheless.

As always, I'd love to hear from you!

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

Mirrors : https://download.kde.org/stable/klevernotes/1.2.0/klevernotes-1.2.0.tar.xz.mirrorlist

2
15
submitted 4 hours ago by kde@floss.social to c/kde@lemmy.kde.social

The schedule for conf.kde.in is out!

Explore the KDE community—who they are, what they do, and why it matters, learn about Digital Independence: Your Roadmap to Seamless Self-Hosting, Embracing FOSS in EdTech, and much more.

Check the program here: https://conf.kde.org/event/8/timetable
Don't forget to register: https://conf.kde.org/event/8/registrations/28/

Stay tuned for more updates on what is happening on Day 3.

#cki2025 #KDE

@kde@lemmy.kde.social

3
4
submitted 14 hours ago* (last edited 14 hours ago) by tomatoely@sh.itjust.works to c/kde@lemmy.kde.social

Hi everyone! I recently created a custom service menu for the Dolphin file manager, but unfortunately, it doesn't seem to be working as expected.

My goal is to have a menu to convert image file formats quickly with image magick.

Here is the .desktop file I managed to arrange

[Desktop Entry]
Type=Service
Name=Convert Image
Icon=gtk-convert
MimeType=image/png;image/jpg;image/jpeg;image/ico;image/heic;image/svg;image/webp;
Actions=topng;tojpg;toico;towebp
X-KDE-Submenu=Convert Image

[Desktop Action topng]
Name=To Png
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format png "$DIRECTORY/$FILENAME.png"'

[Desktop Action tojpg]
Name=To Jpg
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format jpg "$DIRECTORY/$FILENAME.jpg"'

[Desktop Action toico]
Name=To Ico
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format ico "$DIRECTORY/$FILENAME.ico"'

[Desktop Action towebp]
Name=To Webp
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format webp "$DIRECTORY/$FILENAME.webp"'

When I right-click on an image my custom menu item appears as expected. However, when I click on the menu item, nothing happens. There are no error messages or any indication of what might be going wrong.

I made sure the .desktop file is executable and the sh script works when using it on the command line, so I'm out of ideas for what could be going wrong.

Are there any logs I can check to get more information about what's failing? I'm using plasma 6.3.3 on Arch btw

4
26
submitted 1 day ago* (last edited 1 day ago) by kde@floss.social to c/kde@lemmy.kde.social

The new episode of "This Week in KDE Apps" is out covering among other things a massive amount of improvements to KDE's personal information management suite (email, calendar, contacts, etc.), new levels in KDE's educational activity collection GCompris, fixes for Amarok, and digiKam's just released version 8.6.0.

https://blogs.kde.org/2025/03/17/this-week-in-kde-apps/

#apps #FreeSoftware #OpenSource

@kde@lemmy.kde.social

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

Valve's Steam Deck updates to Plasma 6.2.5!

The games console has a slow update cycle to guarantee stability for users, but #Valve announced yesterday that both the #Arch base system and the #Plasma desktop environment are being updated to new preview releases.

https://store.steampowered.com/news/app/1675200/view/529841158837240756

#SteamDeck #SteamOS #Steam #gaming #linux

@kde@lemmy.kde.social

6
100
submitted 2 days ago by kde@floss.social to c/kde@lemmy.kde.social

digiKam, KDE's full-featured photo management software, releases version 8.6.0.

You can look forward to a smarter face management tool, an improved auto-tagging system that identifies elements in your images, fully automatic red-eye removal, and a new image quality feature that classifies images according to their aesthetic quality.

We also fixed 140 bugs!

https://www.digikam.org/news/2025-03-15-8.6.0_release_announcement/

#photography #OpenSource #FreeSoftware

@kde@lemmy.kde.social

7
175
submitted 3 days ago by kde@floss.social to c/kde@lemmy.kde.social

This Week in Plasma brings file transfer progress graphs, per-virtual-desktop custom tile layouts, improved KRunner search result ordering, and much more to your favourite desktop.

https://blogs.kde.org/2025/03/15/this-week-in-plasma-file-transfer-progress-graphs/

#Plasma #OpenSource #FreeSoftware #desktop #Linux

@kde@lemmy.kde.social

8
4
submitted 1 day ago* (last edited 1 day ago) by notanapple@lemm.ee to c/kde@lemmy.kde.social

v2.8, v2.9, v2.10 were all released recently after a few months hiatus (v2.7 was in Oct).

Most of the changes were bug fixes but v2.8 had new features too:

  • New visibility mode: Intelligent Auto Hide (aka Intellihide / Dodge Windows): in this mode, the dock only hides itself when there's a window covering it or there's a maximized window.
  • Supports LXQt (KWin) on Wayland: including special menu entries (e.g. Log Out), specific default launchers, setting wallpapers and separate config.
  • Task icon: Allow cycling backwards through window applications with CTRL: so left-clicking cycles forwards and CTRL + left-clicking cycles backwards.

Crystal Dock is a cool dock (desktop panel) for Linux desktop, with the focus on attractive user interface, being simple and easy to customize, and cross-desktop support.

The current version (version 2) supports KDE Plasma 6 and LXQt (KWin) on Wayland. Other desktop environments will be considered when they run on Wayland and provide sufficient APIs. The previous version (version 1) supports KDE Plasma 5, GNOME, LXQt, Cinnamon and MATE on X11.

Repo

Screenshots

9
22
Question about Kate (programming.dev)

Really hating all the crap being put into VS code and want a switch.

Im mostly working in C and some Python/Lua and just want to know if I can get parameter hints the same way I do in VS code. It’s a bummer to have to peek at the docs every time I forget what parameters something takes.

I like lightweight programs so Kate is my first thought but if it does t I’ll just go to Kdevelop. Currently using Geany for my really small projects or tests.

Bonus question, if I’m using raylib for game dev, how would those hints work (if at all) in Kate? If Kate is using an LSP for autocompletion, how would that work for a library like Raylib? Sorry I’ve never actually considered this all before now!

Thanks all

10
15
submitted 3 days ago by twinnie@feddit.uk to c/kde@lemmy.kde.social

I've been trying to create my own splash screen but there's not exactly a lot of documentation out there. I've created an SVG for it but it's not working properly. Is there limited functionality? I suspect it might be because my install is pretty fudged and I'm missing some package but before i go reinstalling my OS I thought I'd check.

11
4
Formatting PHP/js in Kate (lemmy.kde.social)

I just spent an hour trying to figure out how to format PHP in Kate and can't do it. I downloaded phpcbf.phar and it works on local files, naturally, but can't use it for remote files which is the majority of how I work (ftp through Dolphin.) So, I need one of two things (I think):

Some sort of tool I can use through Kate to format PHP file in the editor

or

Figure out if Kate is using a local folder for tmp storage of the file from ftp, and what that folder is.

I love Kate, but this is kind of a show stopper for me. I've got a workaround but it's several steps. In VSCode it's one keyboard shortcut, but I hate it, especially compared to Kate.

12
22
submitted 4 days ago by danjay@lemmy.world to c/kde@lemmy.kde.social

13
107
submitted 5 days ago* (last edited 4 days ago) by kde@floss.social to c/kde@lemmy.kde.social

Today KDE is at #FOSSASIA in Bangkok!

Come visit our booth at the True Digital Park West, 111 Sukhumvit Rd, Bang Chak, Phra Khanong, #Bangkok 10260; chat with KDE contributors, try out bleeding edge software and grab some stickers to deck out your computer!

https://www.eventyay.com/e/4c0e0c27

#thailand #opensource #freesoftware #apps

@kde@lemmy.kde.social
@soumyadghosh
@Xerusion

14
23
15
85
submitted 5 days ago by notanapple@lemm.ee to c/kde@lemmy.kde.social

16
37
submitted 5 days ago by neme@lemm.ee to c/kde@lemmy.kde.social
17
37
18
10
Introducing Techpaladin Software (videos.abnormalbeings.space)
19
8
20
4
submitted 6 days ago* (last edited 1 hour ago) by TheTwelveYearOld@lemmy.world to c/kde@lemmy.kde.social

Edit: I got answers on the Fedora forum and used this command in my parallels VM and restarted: sudo grubby --update-kernel=ALL --args=video=Virtual-1:3456x2234@120.

I'm trying to get a custom resolution & refresh rate in KDE Wayland. I can get 120hz working on X11 by getting a modeline with cvt 4112 2572 120 and using xrandr commands, but how about Wayland? Perhaps be done with kscreen-doctor?___

21
19

Title. Also what is this backends menu that has replaced the list of devices? version: kdeconnect-kde-master-4864-macos-clang-arm64.dmg

22
75
submitted 1 week ago* (last edited 1 week ago) by kde@floss.social to c/kde@lemmy.kde.social

This Week in KDE Apps brings LSP Support in KDevelop, systemDGenie rewrite and big UI changes in Dolphin.

You can also look forward to changes in KStars, #Krita, #Kdenlive, KOrganizer, Merkuro, Kleopatra, Itinerary, Neochat, Kate, KDevelop, Okular, Kastsm Gwenview, and more.

https://blogs.kde.org/2025/03/09/this-week-in-kde-apps/

#freesoftware #OpenSource #apps

@kde@lemmy.kde.social

23
13

I installed this maximized window gaps Kwin script on KDE 6. It works fine but I'm wondering if there's a way to show shadows when windows are maximized.

24
49
submitted 1 week ago by kde@floss.social to c/kde@lemmy.kde.social

You're still in time to visit KDE's booth at #SCaLE22x!

Come see us at the #Pasadena Convention Center in Pasadena, CA, and don't miss the chance to try out the newest KDE software, grab some merch and chat with community members and contributors.

https://www.socallinuxexpo.org/scale/22x

Last day today!

#OpenSource #FreeSoftware #linux
#desktop

@kde@lemmy.kde.social

25
181
submitted 1 week ago* (last edited 1 week ago) by kde@floss.social to c/kde@lemmy.kde.social

This week #Plasma has received quite a lot of fixes,

like you can now remove the titlebar and frame from a window directly from the Task Manager, the digital clock gets a nicer-looking font picker dialog, and we have simplified the info shown on Display Configuration, among many other improvements and changes.

https://blogs.kde.org/2025/03/08/this-week-in-plasma-a-very-fixy-week/

@kde@lemmy.kde.social

#opensource #freesoftware #Plasma6

view more: next ›

KDE

6104 readers
49 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 2 years ago
MODERATORS