KDE

5234 readers
107 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
326
 
 

I was trying to analyze my phone's storage through Filelight, but it just gets frozen after I select the phone's folder. I didn't find anything in Bugzilla regarding this problem.
Is the protocol supported at all in the app?

327
19
submitted 6 months ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 
 

I have a wacom graphics tablet that I want to use, but the builtin drivers of plasma 6 do not have enough customizability for me/don't do what I want them to, so I wanted to use the opentabletdriver package, which worked well for me on plasma 5, but the builtin driver is still active even when opentabletdriver is and I then have 2 cursors (the one from the plasma 6 drivers is invisible tho) at different positions and am effectively unable to use the tablet. So I was wondering how to disable the builtin driver, I looked it up but all I found was the same question on reddit, so I thought I'd try asking here.

Another problem is that I also just don't have the settings tab for the tablet on X11, only on the Wayland session, the driver is still active in X11 but with default settings, giving me effectively 1/4 of the tablet for my primary monitor.

I can't really use Wayland, as of now my nvidia card still causes a lot of flickering in games.

UPDATE: I did a fully system update today and there are some changes now, plasma's driver does not interfere with opentabletdriver driver on the X11 Session anymore.

The Wayland Session does not detect my tablet on it's own at all anymore, however when I start the opentabletdriver daemon with the tablet in artist mode, plasma detects this and hijacks it, making any settings in the opentabletdriver ineffective (-> the Settings in the kde Settings also don't seem to do anything). However by Setting the driver to absolute mode (which I believe to just move the mouse to the right position) it works like it normally does in absolute mode.

conclusion: After an update everything works on X11 and artist mode is broken on Wayland (at least for me), still an option to disable the builtin driver would be nice

edit: waylands builtin driver got layered on top of the opentabletdriver, setting it to all screens solves this issue since it does not further transform opentabletdrivers input, however I could not get my buttons to work. My guess is that opentabletdriver takes the input and converts it, but wayland tries to do so again, resulting in invalid input, but I don't know for sure.

328
 
 

Hi, sadly I have a very limited internet connection (10 Mbit). When I'm watching a video and then install something in Discover, it takes almost all the bandwidth and the video begins to stutter & buffer. Somebody knows if there's a way to limit the download speed for discover - preferably without installing additional software?

329
330
73
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 
 

Gracias @kde por las empanadas. Estaban muy buenas.

331
 
 

You don't need a new computer for up-to-date software ... just the right software!

Come to #Umweltfestival 2024 in #Berlin to learn about the role of independent #FreeSoftware in the sustainable use of hardware.

🗓️ Sunday 28 April, 11-19h
📍 Straße des 17. Juni (Brandenburg Gate)

#KDEEco together with #FSFE (@fsfe) and Bits & Bäume (@bitsundbaeume_berlin) will be there! Some in the #GNOME and #postmarketOS community may be joining as well :)

@kde

#KDE #BMUV #UBA #GermanEnvAgency #OpenSource

332
 
 

Impressions after a week using KDE Neon: Amazing

It's been fairly stable as I would expect from an LTS. There's LOT of hiccups with whatever is happening in the tray area (power and battery sometimes doesn't work).

Language is pretty screwed up. I speak both English/Spanish in a Spanish location. Installer chooses half spanish and english in the /etc/locale, and has issues changing it in the frontend.

Overall nothing I can't fix as I put stability overall

@kde #linux #kde

333
 
 

I wonder how software licensing fits into this new EU right-to-repair directive. It seems pretty critical for repairability!

Press release: Right to repair: Making repair easier and more appealing to consumers

https://www.europarl.europa.eu/news/en/press-room/20240419IPR20590/right-to-repair-making-repair-easier-and-more-appealing-to-consumers

"Manufacturers [...] will be prohibited from using contractual clauses, hardware or *software* techniques that obstruct repairs."

@kde

#RightToRepair #KDE #GNOME #FreeSoftware #OpenSource

(h/t GNOME Berlin)

334
 
 

cross-posted from: https://lemmy.kde.social/post/1171992

In this video, we talk to Aiśwarya Kaitheri Kandoth (Aish) who tells us about the growth of free software in Kerala, India, and of her role in the take-up and evolution of GCompris in schools there.

335
 
 

I was thinking that creating communities like "kate" or "kdenlive" would help organize the instance.

Does this make sense? Or is the instance too small for that?

336
26
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 
 

Hi,

How to make code folding buttons appear not only at start of blocks, but also at end of blocks, like the following in JetBrains ?

Thanks

337
 
 

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.

338
339
 
 

cross-posted from: https://swg-empire.de/post/842090

Finally the Onboard on screen keyboard works on Wayland

This is too great not to share. Wayland devs hate this trick! I'll copy what I did from the bug report.

As a workaround you can use https://github.com/Supreeeme/extest to make Onboard work. Compile it as a 64 bit library and launch onboard with

env LD_PRELOAD=/usr/lib64/libextest.so onboard

If you want to use it with KDE you can add

X-KDE-Wayland-VirtualKeyboard=true

to its desktop-file.

I used kwin rules to get rid of window decorations and have it always on top without stealing focus. If someone knows how to make all other windows smaller when it's active that would be great.

Only problem remaining is that sometimes the keys get stuck on touch input. At least on my Steam Deck on OpenSUSE.

340
14
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 
 

https://github.com/IgKh/katvan

Available as an Appimage.

Needs typst installed in the same directory or PATH to allow rendering and export.

Typst is a new, simpler alternative to LaTeX, written in Rust. It did a big headstart, seems to be in a great state and has a lot of sponsors!

preview graphic

Currenlty there only is a VSCode / VSCodium Extension and a Webapp. A Kate extension would be great of course.

There also is a Language server for Typst which seems actively maintained.

Alternative

Typst has a watch mode, which automatically compiles the PDF.

You can then edit the source with any editor you want (best with LSP) and preview the PDF with Okular.

typst watch document.typ &
okular document.pdf &
kate document.typ
341
 
 

Hi,

After offline updates, KDE neon shows the GRUB menu, despite being otherwise disabled.

How to prevent that ?

Thanks

342
343
 
 

@[email protected] @[email protected]
Is there an option in plasma to snap mouse pointer automatically to default button in a dialog box?

344
 
 

I get the idea behind it for sure but why use our available ram for this? I thought whatever init functionality would just wipe clean /tmp at boot.

Right now what I'm looking at is that if a system has 16gbram KDE Neon uses half of it for /tmp.

The thing is applications could output to /tmp for a plethora of reasons that could maximize that. Whether you are a content creator or processing data of some sort leaving trails in /tmp the least I want is my ram being used for this thing regardless.

Basically if you drop-in a 10GB file in /tmp right now (if your setup has tmpfs active) you will see a 10GB usage in your htop. Example in https://imgur.com/a/S9JIz9p

I'm not here to pick a fight but as a new KDE Neon user I'm scratching my head on the why after years in Arch Linux.

345
 
 

Installed KDE Neon today but the whole tray area popup is not working?

Updated everything using pkcon update. After installing everything works fine it just that there's nothing when you try to open things like wife selector or power management features.

@kde

346
 
 

cross-posted from: https://lemmy.ml/post/14567153

I've installed Arch Linux with KDE Plasma 6 on it, but the widget system tray is not working as intended... Does someone have a solution? THX

347
348
349
 
 

The second maintenance release of the 24.02 series is out with performance optimizations when moving clips in the timeline and across multiple project bins, packaging improvements to macOS and Windows versions and fixes to copy/paste of effects, rotoscoping, Nvidia encoding among others.

https://kdenlive.org/en/2024/04/kdenlive-24-02-2-released/

#kdenlive #opensource #videoediting #floss

@kde

350
view more: ‹ prev next ›