KDE

mrvictory1 , in Plasma 6 Laptop Experience

Touchpad Gestures are supported only in Wayland in KDE Plasma

super_user_do OP ,
@super_user_do@feddit.it avatar

It runs fine overall!

unknowing8343 , in Plasma 6 Laptop Experience

Anything you can do in GNOME you can do in Plasma.

Just beware that for the first time in your GNU/Linux life, you can CHOOSE how everything works, instead of being forced into a specific paradigm. For some reason some GNOME users find it disturbing 😅 (it's a joke guys calm down).

super_user_do OP ,
@super_user_do@feddit.it avatar

apparently, Plasma 6 Toucpad Gestures are uncustomizable...

derbolle , in Plasma 6 Laptop Experience

i have kde on a ThinkPad x1 yoga and the experience from plasma 5 to 6 got a whole lot smoother. try it Out. could ne that you need to configure a few things but its awesome

OsrsNeedsF2P , in Plasma 6 Laptop Experience

Touchpad gestures are good, but you have to Google to configure everything. It's not done out of the box like with GNOME

super_user_do OP ,
@super_user_do@feddit.it avatar

I just installed it in this very moment and I'm texting you from the new Fedora KDE Spin installation - Touchpad gestures work ootb, I just find some design choices kinda... uhm, questionable I'd say. Nevertheless, it runs fine overall!

KISSmyOS , in Plasma 6 Laptop Experience

It's basically the same as in Gnome.

Bro666 Mod , in Audio popping/crackling
@Bro666@lemmy.kde.social avatar

You may want to take this to KDE's Discuss forum.

arran4 , in KDE Neon ISO but set up already for development?

Using Gentoo might work if you enable the KDE overlay:
https://wiki.gentoo.org/wiki/KDE/Ebuild_repository

Gentoo supports slots; which allows for concurrent installations of things like desktop environments. Not sure if it's configured that way right now though.

If you use BTRFS you could install gentoo on a subvolume and boot into it when needed too.

diazona ,
@diazona@techhub.social avatar

@arran4 @voracread With some specific packages there are conflicts between different versions, so you can only have one at a time installed even if they have different slots. I think a few of the core KDE packages are like that. I know that I had to remove some parts of KDE 5 when I installed KDE 6 on my Gentoo system.

arran4 ,

I've only recently moved back but I was using it before the KDE4 release and you could do it with 3.x. Shame

boredsquirrel , in Plasma and Ansible on enterprise thin clients

Kubuntu still uses Plasma 5.27 which has a lot of issues.

Plasma 6 was rock stable, now 6.1 needs some fixing. I wonder when a more stable version comes.

boredsquirrel , in KDE Neon ISO but set up already for development?

You want kdesrc-build for that. Installing it is not really easy, there should be a package at least on KDE Neon repos.

https://invent.kde.org/sdk/kdesrc-build/-/tree/master/

voracread OP ,

Thanks, I may try it sometime. I have a Neon installation in one of my partitions already.

voracread , in Simple Kickoff for Plasma6

Looks good.

Ephera , in Plasma and Ansible on enterprise thin clients

I'm not using Ansible myself, but I do use kreadconfig and kwriteconfig, and well, it does just have 4 parameters to identify a setting and its value, so that Ansible module does look like it's sufficient for that.

One tip I have, is that you can figure out which GUI setting corresponds to which config file change, by setting up a Git repo in ~/.config and looking at the diff. So, basically:

cd ~/.config
git init
git add .
git commit -m "original config"
# now change setting in UI
git diff

When you're done transferring that into Ansible, you can commit or stage the changes and tweak another UI setting, or if you're completely done, then just rm ~/.config/.git/.
I guess, you could also use this Git repo to roll back all the settings and see if your Ansible automation works as expected.

jaxiiruff , in Icons-and-Text Task Manager with 2+ rows - an alternative layout
@jaxiiruff@lemmy.zip avatar

The last result with it being double stacked tabs looks really cool actually. Im gonna try to use that later thanks!

kde_user OP , in Icons-and-Text Task Manager with 2+ rows - an alternative layout

To further illustrate my point, here are some more screenshots of the current layout:

https://lemmy.kde.social/pictrs/image/98625b6c-98e1-4a8c-84ce-5bb5b5b9971d.png

As well as what I think would look better:

https://lemmy.kde.social/pictrs/image/2cca1adf-b56d-4ce5-9201-7acf4bbfb6ff.png

This is a completely different perspective from the current "grid" layout. The idea here is:

  • We have exactly N rows.
  • We have a list of "items", where an "item" is either a pinned (unopened) icon or a button for an opened application/window with a title (will call it "button" here for short, can't come up with a better term).
  • The row height should never change while opening/closing windows (applications).
  • The width of (unopened) icons should never change.
  • The width of "buttons" should be determined dynamically, depending on the number of items and space available. But I imagine that it should start from something like 300 px - something that could be considered wide enough to display "enough" of the title text (maybe 'px' is not the best unit, but just to illustrate the point), and only decrease the width when needed (i.e. no space left).
    • In the simple case when N=1, let's say the available space is with width W units, there are P pinned icons and their width is K units, then the available space for all "buttons" could be calculated with something like buttons_total_space = (W - (P*K)). To get the target single button width, we could do something like button_width = min(300, buttons_total_space / buttons_count) (not sure if the case of "too small button_width" should be handled in any special way - IMO probably not worth it).
    • To handle the N>1 case, the formula would become more complicated of course, as it would need to account for different available horizontal space in each row and figure out how many buttons to put in each row. For example, if N=3 and we have 8 pinned unopened icons, they will probably fit in the first row. Then we might end up with, say, 480px left in the first row and 800px in the other two, so if we need to distribute 10 buttons, we might decide to put 2 buttons (with width 240px) in the first row and 4 buttons (with width 200px) on each of the remaining 2 rows.
potkulautapaprika , in Unable to login after suspend

Occasionally I get this on wake from suspend, doesn't matter if amd or nvidia system.

I just think of it as an annoying kde bug. It's harmless though.

You either reboot or just switch to another tty and unlock the session.

But the others are right, you increase chances of this happening if you updated the kde stack and didn't reboot/relog.

penquin OP ,
@penquin@lemm.ee avatar

I've read that it was fixed in 6.1.1. I haven't gotten it since. Fingers crossed it's gone

UnfortunateShort , in Every time i try and update or install a flatpak with discover i get this error.

To add to the other answers: Yes, it is a known bug and I think it is being fixed in Plasma 6.1.2 or 6.2

Blisterexe OP ,
@Blisterexe@lemmy.zip avatar

Oh nice, good to know

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