KDE

7064 readers
13 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
251
 
 

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

252
 
 

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

253
 
 

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.

254
 
 

255
256
102
submitted 5 months ago* (last edited 5 months 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

257
 
 

258
259
260
261
262
 
 

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?___

263
 
 

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

264
 
 

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.

265
 
 

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

266
170
submitted 5 months ago* (last edited 5 months 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

267
 
 

"Finally #Linux🐧on the official work laptop 💻. I am one of the first in the state administration of #SchleswigHolstein to be allowed to try out the "+1 Linux workstation". 😀"

https://norden.social/@jze/114120937965523403

@kde@lemmy.kde.social

268
 
 

We are at #SCaLE22x!

In the Pasadena area? Come visit our booth, try out KDE's newest software, talk to contributors, and grab some stickers!

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

Our friends from @kubuntufocus will also be running KDE demos on some fancy high-end hardware. Don't miss it!

#events #california #opensource #freesoftware

@kde@lemmy.kde.social

269
 
 

Hi,

I followed this blog post on how to exclude alt+tab from "ignore global shortcuts" since I have a game that behaves a bit weird with global shortcuts but I want to be able to tab out of it.

Since I'm on openSuse, I followed the blog-entry and an openSuse guide to create a patch and I've created one for kglobalaccel-5.x as follows:

***
a/src/runtime/component.cpp	2024-05-04 13:39:39.000000000 +0200
+++ b/src/runtime/component.cpp	2025-03-03 23:56:39.073843737 +0100
@@ -166,6 +166,9 @@
 void Component::deactivateShortcuts(bool temporarily)
 {
     for (GlobalShortcut *shortcut : std::as_const(_current->_actionsMap)) {
+        if (shortcut->uniqueName() == QLatin1String("Walk Through Windows")){
+            continue;
+        }
         if (temporarily //
             && _uniqueName == QLatin1String("kwin") //
             && shortcut->uniqueName() == QLatin1String("Block Global Shortcuts")) {

Just to realize afterwards that I'm using KDE6 and not KDE5...

I've downloaded the source for kglobalaccel-6.x afterwards to change it there, but there is no component.cpp...

Does anyone know where I can insert this or a similar (if possible with the code) if-clause for the alt+tab shortcut to be excluded from ignoring all shortcuts for a specific window?

I've found a component.cpp in kglobacceld with this method, but I'm not sure if I did it right since it doesn't exclude the shortcut. If it makes a difference, my system language is set to German.

Thanks in advance for any help :)

270
 
 

I would like to backup some KDE settings but don't really know which files to copy from .config

Searching for their names in github.com/KDE has given me some idea about their purposes but I couldn't find any comments or documentation there either.

271
 
 

Is it possible to edit the "open folder with" context menu of Konsole?

272
 
 

Hi,

I would like to show keyboard shortcuts being pressed while recording my screen with Spectacle on KDE neon 6.3, and I found apps that could do that but not on Wayland...

Does anyone know any ?

Thank you

273
 
 

"This week in Plasma" covers how KRunner now sees in color, the disk widget finds errors in your drives, Spectacle gets a spectacular overhaul, and much, much more!

https://blogs.kde.org/2025/03/01/this-week-in-plasma-great-stuff-for-6.4/

#desktop #Plasma #Plasma6 #opensource #FreeSoftware

@kde@lemmy.kde.social

274
 
 

I've noticed this issue for a few weeks now, but hoped that it is just a bug and will be fixed soon.
Sadly, this doesn't seem to be the case, so I decided to post this issue here to find solutions.

When I play a YouTube video for example, it shows me everything that's playing right now, and the current status (paused/ playing).
Sadly, I can't manually stop or resume it with my phone, which sucks because I then have to get my lazy ass up the couch and pause it on my laptop a few meters away :D
Or, I have to unlock the phone and use the remote input feature, which is annoying too...

I already checked the Flatpak permissions, the settings in KDE Connect (both on my PC and phone) and looked up on the internet for that problem, where I found both too much and nothing at the same time.

I think it's because of Firefox, because if I play a song on Spotify for example, it works fine.

Do you experience this issue too? How could I fix it?
It appeared out of nowhere, probably due to a update, I didn't do anything that might have broken it.

Software used and advanced information

Distro: Aurora (Fedora Atomic, uBlue), stable
Firefox: Flatpak
KDE Connect on Android: downloaded from F-Droid, always newest version
Issue since: about 3 weeks
I already tried to update everything manually and rebooted many times, both my phone and PC.

275
 
 

KDE will be again participating in Google Summer of Code 🎉!

Find out how you can contribute to KDE, learn valuable skills using bleeding edge Free Software technologies and get compensated.

There are already loads of proposals on the GSoC ideas page

https://community.kde.org/GSoC/2025/Ideas

Which one are you going to do?

#gsoc2025 #mentorship #opensource #freesoftware

@kde@lemmy.kde.social

view more: ‹ prev next ›