KDE

joyjoy , in Explicit Sync support has been merged into KWin!

🎉🎉

mvirts , in malicious KDE theme wipes out all your data

Great time to mention tools like testdisk that can easily recover data that has been recently deleted on common filesystems.

sturgax , in Appreciation post for Plasma 6 - My current experience with the Fedora 40 beta

I moved away from plasma a few years back. I can’t remember the reason(s) why. I think it was I just wanted to use a tiling wm. Either way, I decided to pop on the unstable NixOS channel and give plasma6 a go. I ain’t going back to no damn tiling shenanigans.

What the plasma team did here is what, I think, a lot of people have been waiting for. It feels very polished and refreshed. I’m so damn impressed by it.

Either way, I agree:

Developers: You did something amazing here.

JoMiran , in I don’t understand the hype. how would this make my desktop experience better?
@JoMiran@lemmy.ml avatar

Higher lumens makes the colors truly pop

OsrsNeedsF2P , in Linux way way slower than Windows?

Something’s totally borked. Try a fresh install of a different distro

carlschwan Mod , in Is there anyone who actually approves sign ups to the kde instance?

Yes, sorry I was away on a conference for the ladt 3 days and I broke the ui jusr before leaving…

penquin OP ,
@penquin@lemm.ee avatar

Thank you so much. I just got in.

torspedia ,

Ta for the approval, which I received today. :-)

onion , in "make capslock an additional Ctrl" option was removed in the latest update
e0qdk , in How to render videos with multiple audio tracks with 2 languages (select between tracks)?
@e0qdk@reddthat.com avatar

I don't know how to do it with KDE's tools, but on the command line with ffmpeg you can do something like this:

ffmpeg -i video_track.mp4 -i audio_jp.m4a -i audio_en.m4a -map 0:v -map 1:a -map 2:a -metadata:s:a:0 language=jpn -metadata:s:a:1 language=eng -c:v copy -c:a copy output.mp4

Breaking it down, it:

  • runs ffmpeg
  • with three inputs (-i flag) -- a video file, and two audio files.
  • The streams are explicitly mapped into the result, counting the inputs from 0 -- i.e. -map 0:v maps input 0 (the first file) as video (v) to the output file and -map 1:a maps the next input as audio (a), etc.
  • It sets the metadata for the audio tracks -metadata:s:a:0 language=jpn sets the first audio track (again counting from 0...) to Japanese; the second metadata option sets the next audio track to English.
  • -c:v copy specifies that the video codec should be copied directly (i.e. don't re-encode -- remove this if you DO need to re-encode)
  • -c:a copy specifies that the audio codec should be copied directly (i.e. don't re-encode -- remove this if you DO need to re-encode)
  • output.mp4 -- finally, list the name of the file you want the result written into.

See documentation here: https://ffmpeg.org/ffmpeg.html

If you need another language in the future, I think the language abbreviations are the three letter codes from here: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes -- but I'm not certain on that.

KISSmyOSFeddit , in Is there any way to change this order in the Application Launcher?

You can try changing the order in KDE's menu editor. Or if you don't need the firewall entry, remove it, again in the menu editor.

cholesterol OP ,

It's already way below Firefox, so I don't think that changes search order. I'll probably end up removing it if there's no other way. Far form ideal, though.

Vilian ,

you cab change the srarch results for last used or more used app{ications, this gonna put firefox first

cholesterol OP ,

Where do you change that? I can't find it in application launcher settings/plasma search settings

Vilian ,

sorry, look like i can only change that with "application dashboard" and "application launcher" don't have the same options :/

Metz , in Do you also configure the feedback to send everything?

Yes, I like KDE and am happy to help. And I really like the fact that it shows an example of what data is being sent. If more software did this, I would be willing to do it more often.

ikidd , in What’s going on with Activities in Plasma 6?
@ikidd@lemmy.world avatar

I get into phases where I use Activities, and I like the workflow, but then I forget about it for a while. I like having the separated workspace with no other thing showing up in the taskbar, but moving applications between the activities is a pain.

I’d like to see it stay but I don’t have the knowledge to maintain it, so I guess I’m at the mercy of the KDE team’s willingness to keep it on life support.

boredsquirrel ,

That should also be possible with virtual desktops

Visikde ,
@Visikde@mastodon.social avatar

@ikidd @leopold
I use 4 work spaces & organize by my own system/categories as I start opening stuff after a weekly restart, a couple of vivaldi instances, firefox all with their own email & download locations
No special setup beyond me remembering my own scheme, easy to move stuff between work spaces

troyunrau , in The History of KDE (From a little before 1996 to Plasma 6 RC1)
@troyunrau@lemmy.ca avatar

It’s funny. I was around from KDE 1.1 to about 4.7 and some of those decisions were things I was involved in directly… Like the branding shift towards KDE as a community (people sharing vision and development infrastructure) as opposed to KDE as a monolithic desktop environment. I haven’t been involved for ages now. I did some coding too, but not a tonne.

The KDE 4.0 release messaging was one of my core tasks. We had a release party in Mountain View – and we invited all the packagers for all the distros to the event. Linux community “luminaries” like Patrick Volkerding were there and it was a great party. But we thought that, by bringing all the packaging types there, we had the messaging problem bottled – and KDE 3.5 and 4.0 would be offered alongside each other as though they were different desktops entirely. (Like Gnome, or whatever… Just choose what to launch in your session manager.) What happened instead is that 3.5 was dropped like a hot potato and users fled 4.0. Distros didn’t want two versions of libraries installed, so running a 3.5 app in a 4.0 environment was difficult, but not all the 4.0 apps had been ported yet. Yikes! This is a huge reason for the subsequent split between version numbering of Desktop releases (later Plasma) and things like “Frameworks”.

Side note: we had even considered the idea of KDE (as a community) offering multiple desktop interface offerings, each with their own branding. So you could run Plasma, Kicker (a hypothetical KDE 3.x desktop environment ported to the current frameworks), etc. alongside applications from multiple versions of desktops. This was the reason the session management code was in KRunner rather than Plasma, for example. This would allow highly experimental user interfaces to be developed around the KDE libraries. But that never happened, as far as I can tell.

Anyway, for 4.0 – so much for Linux applications and the mantra “release early, release often.” Lesson learned. Linus, I’m so sorry for disappointing you. ;)

leo OP ,
@leo@lemmy.linuxuserspace.show avatar

I meant to reply but kept getting distracted while typing it out. It’s my favorite trait of mine. 🙄 Sorry about that. But when we sat down to record the following episode, we ended up talking about what you wrote..

I really appreciate this insight. This is something we never would have gotten doing our normal digging. I have a lot of respect for folks like you for doing real hard work and still having it not quite work out the way you wanted.

Thank you so much for sharing :)

troyunrau ,
@troyunrau@lemmy.ca avatar

Heh, that’s amusing ;)

We did do the high version numbers for alpha, beta, RC etc. leading into 4.0 as well.

You can find some of that here: 4.0 release schedule - go through the version history of that page. Fun times. (Makes me nostalgic.) You’ll note that the release date got pushed back a few times as more betas and things were inserted. You’ll also see version numbers like 3.97 for release candidates.

leo OP ,
@leo@lemmy.linuxuserspace.show avatar

That release schedule is a rabbit hole! We could probably do an entire segment just over 4.0. That would be something.

Thanks for the work distraction. :)

warmaster , in Is there any issue with switching frequently between Wayland and X11?

The smaller the interval of each switch between the two, our timeline folds onto itself at a faster rate. If you like this dimension, please just adapt and use Wayland. Or you’ll be the harbinger of doom for us all.

Owljfien ,

Only thing stopping a permanent switch for me is that counterstrike2 is a strobe light on Wayland nvidia for me. As soon as that’s all good, I’ll be yeeting x11

vaseline ,
@vaseline@hachyderm.io avatar

@Owljfien @warmaster do you get random black screen too?

Owljfien ,

On cs2? Yeah, it strobes a bunch then goes black, occasionally flickers back in, then I give up and go back to x11

vaseline ,
@vaseline@hachyderm.io avatar

@Owljfien can you try this and see if it fixes the problem? https://aur.archlinux.org/packages/xorg-xwayland-explicit-sync-git

This fixed cs2 for me (mostly)

Owljfien ,

Ill give it a look in 2 hours when I finish work, what adaptive sync setting should I have for this? I use KDE so the options are auto, always and never. I’ve experimented with these settings before trying that patch

Owljfien ,

Just tried it but I think the upstream has been patched recently so this package isn’t working currently

warmaster ,

I have a friend running Nobara, playing on Nvidia + Wayland exclusively.

WeLoveCastingSpellz ,

on nobara wayland nvidia performance difference is neglible

const_void , in Petition to redesign some icons

No need for a petition. Plasma 6 has new icons.

GravitySpoiled ,

And they are unfortunately not consistent

Perroboc OP ,

Is there a way to see them without deploying plasma 6?

Pantherina ,

Very likely. You can also just sudo cp /usr/share/applications/dolphin ~/.local/share/applications/ and edit the icon there

artem , in I released my first KWin script to improove KDE Plasma usage on a touchscreen!
@artem@social.anufrij.de avatar

@tubbadu Sounds good 👍. Did you create a PR?

tubbadu OP ,

For now I only published it as a separate “addon”, do you suggest me opening a PR to the whole kde plasma project?

artem ,
@artem@social.anufrij.de avatar

@tubbadu yes, because a Touchscreen is common device.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • All magazines