KDE

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 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.

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.

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

DmMacniel , in Elisa playlist alphabetical order
@DmMacniel@feddit.org avatar

The Sort drop down doesn't have any alphabetical order option?

Caua OP ,
@Caua@lemmy.ml avatar

No, only most frequently Played frist and least requently played.

sirleonelle ,

It's a "recently played" playlist, sorting it alphabetically kinda defeats the "recently played"'s purpose. Other playlists should have alphabetical option available.

Caua OP ,
@Caua@lemmy.ml avatar

But even in the normal playlist there is no such option

sirleonelle ,

I see, I've got confused since what you're showing is not a playlist view but a library view.
If you do mean sorting your playlist by X, then I'm afraid this cannot be done at all, the playtlist view has no sorting options at all.
If you mean sorting you library view (i.e. in a "recently played" view), some views (for example, "all songs") have this option.

https://sh.itjust.works/pictrs/image/a2da0abb-09d1-4f7c-87ca-6553d8d1c241.png

ExtravagantEnzyme , in Every time i try and update or install a flatpak with discover i get this error.
@ExtravagantEnzyme@lemm.ee avatar

In Fedora, I ran into the same issue, but I fixed it by running flatpak update -y in terminal. Hopefully that works on your end as well.

Blisterexe OP ,
@Blisterexe@lemmy.zip avatar

Unfortunately it didnt, i fixed it by uninstalling the no longer updated dependency

mox , (edited ) in Every time i try and update or install a flatpak with discover i get this error.

Edit replacing my original comment:

Looks like that package has been superseded by org.gtk.Gtk3theme.Breeze. That's what I'm using, and it is receiving updates.

$ flatpak remote-info flathub org.gtk.Gtk3theme.Breeze-Dark
         ID: org.gtk.Gtk3theme.Breeze-Dark
        Ref: runtime/org.gtk.Gtk3theme.Breeze-Dark/x86_64/3.22
       Arch: x86_64
     Branch: 3.22
 Collection: org.flathub.Stable
   Download: 156.9 kB
  Installed: 386.6 kB

     Commit: 5a19b0c0808f82290d1f64c95d2406a860329817e0f269b4aaf0a1bbba92323a
     Parent: 390f820d32df2f22e3a3165eb4d65071dcb93a357ae7730f4ca548b5d016b966
End-of-life: This theme has been replaced by org.gtk.Gtk3theme.Breeze, see README for workaround on using system color schemes. https://github.com/flathub/org.gtk.Gtk3theme.Breeze#workarounds
    Subject: Add EOL (fc4339ff)
       Date: 2022-02-22 00:21:51 +0000
Blisterexe OP ,
@Blisterexe@lemmy.zip avatar

thank you, flatpak remove org.gtk.Gtk3theme.Breeze` did the trick

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

Looks like a runtime is outdated and the repo to install a new runtime is missing. Then when Discover tries to update, crashes cause there is nowhere to download from

tippfehlr , in Elisa playlist alphabetical order
@tippfehlr@fosstodon.org avatar

@Caua LoL Warriors - nice :)

RobotZap10000 , in Disable Discover launch on start

I had the same issue, I went to Session settings and disabled session saving. I can't remember the exact names of them but I think that you'll find it.

theunknownmuncher OP ,

That did it! Thank you!

My solution:
Desktop Session - System Settings > Session Restore > Start with an empty session

I could probably alternately add the Discover app to the Ignored applications list, but I prefer a fresh session on start.

RobotZap10000 ,

Glad I could help! I only found out how to solve it today. Funny that I could use the knowledge immediately too.

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