Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
MartinR @feddit.de
Posts 4
Comments 12
kde.org KDE Plasma 5.27.7, Bugfix Release for August

Today KDE releases a bugfix update to KDE Plasma 5.

KDE Plasma 5.27.7, Bugfix Release for August

Another 6 weeks have passed, another bugfix release for Plasma 5.27 has been made. The next one is scheduled for September 12th

0
The therapeutic post of the day: We're trimming the fat from [#Plasma6](https://floss.social/tags/Plasma6)! getting rid of abandoned, bit-rotting and redundant non-features will make for a leaner, cle
  • I don't think many of those removals will have any impact on power consumption - at least not unless you're using them right now. Removing a non-default task switcher (if you don't use that currently) or theme (e.g. "Plasma Air") will help with maintainability of the code and more time for other work than hunting down issues in that task switcher or theme, though. This might result in freeing up time to work on other stuff. So, indirectly: it's possible.

  • Proposal for cleaner ~/.config directory
  • I'm not sure (not the author) and I think syncing config is a lot more difficult than it would seem at first glance. Eg Panel Layout: Imagine syncing between a multi-monitor-setup (work PC) and a single-monitor-setup (Laptop) - how's that supposed to work? The panel might be on the second screen on the PC, but once synchronized to the Laptop, that would mean either

    • missing panel (off screen)
    • double panel (stacked on top of each other)
    • hidden second panel (one below the other)
    • ...

    Syncing .config would (at first glance) work best for device independent settings (e.g.: Indentation in Kate with Tabs vs. Spaces) - but even "fonts" in Kate might already not be a good idea, as a font might not be installed in both systems (and it might get worse with font-sizes, scale-factors...)

  • Proposal for cleaner ~/.config directory
  • The proposal isn't mine, I just read and shared it :-) The blog post has a paragraph or two about multpile subfolders, as I read it, the specification is not clear on whether thats supported? But actually: at first glance I think this would be better to have, because it would possibly make synchronizing to a new PC/Laptop even easier. However, this only works if any machine-specific settings (e.g. "offset /size of window") are not stored in config, as that might break if you sync config between a multi-monitor setup and a single-monitor setup. This requires a lot of thought...

  • Proposal for cleaner ~/.config directory
  • Just for clarification: this would be a one-time process per application, right? I'm sure this will work for 99% of users, but there'll always be the one (or a couple of users) that synchronizes their .config directory, then doesn't update all machines at the same time and all hell breaks loose - a.k.a https://xkcd.com/1172/ :-) But I'd say that's probably not worth losing the advantages of a cleaner .config-directory, so this might be one of those "tough-luck" situations... 🤷

  • Proposal for cleaner ~/.config directory

    rabbitictranslator.com I want a clean config directory! :: rabbiticTranslator

    And it can be done easily, ackshually. But what is that all about? The problem It has been a longstanding complaint that the ~/.config/ directory on Linux systems can get riddled with configuration files. This is the case with KDE software as well. My idea is that we should be putting those into sub...

    There's a proposal at the linked blog post for how to clean up the config directory.

    The post goes into detail which changes would be required in KDE software using Qt.

    After reading, I just have one question (the blog does not seem to have a comment section): how does this handle transitioning from the old location to the new location? Imagine having a katerc config file under ~/.config and one under ~/.config/kate (which is the suggestion from the post) - should those be merged once and then the old one gets deleted?

    14
    KDE freezes when going to sleep/suspending
  • In the cases with the cursor still showing (and maybe even in the cases with the half-frozen sddm screen (it's actually probably going to be a lockscreen, not sddm)): Can you still switch to a TTY (e.g. CTRL+Alt+F2 or F3)? If so, you could try to run export DISPLAY=:0; killall plasmashell; sleep 5; plasmashell --replace and see if this resolves the issue?

  • #KDE releases "KDE for Travellers" a guide to KDE tools (and other FLOSS utilities) to assist you on your trips
  • "Itinerary" is so hard for me (German) to pronounce... Couldn't it be renamed to something like "TravelSKedule" or something a bit more "flowing"? The work in it seems awesome (and a very good example in working together with other FLOSS communities, like OpenStreetMaps etc.)

  • Crossposted from: https://feddit.de/post/1323288

    > You can now test version 6 of KDEs Plasma Desktop by using the unstable edition of KDE Neon. Not all distributions offer an easy way of installing Plasma 6, for now (for good reasons, too). > > I only know of one other distribution, that offers an easy way of testing a Plasma 6 version: > KaOS: https://kaosx.us/news/2023/kaos04/ > (Feel free to add comments to other distributions or e.g. wiki pages with easy installation instructions). > > Be aware that in any of the above versions, there will very likely be lots of (smaller and bigger) bugs, as this isn't even considered an Alpha-Release, yet, and still heavily in development.

    0

    You can now test version 6 of KDEs Plasma Desktop by using the unstable edition of KDE Neon. Not all distributions offer an easy way of installing Plasma 6, for now (for good reasons, too).

    I only know of one other distribution, that offers an easy way of testing a Plasma 6 version: KaOS: https://kaosx.us/news/2023/kaos04/ (Feel free to add comments to other distributions or e.g. wiki pages with easy installation instructions).

    Be aware that in any of the above versions, there will very likely be lots of (smaller and bigger) bugs, as this isn't even considered an Alpha-Release, yet, and still heavily in development.

    3
    Why does the brightness go down when unplugging the charger?
  • OP said

    (note, in settings > energy saving the option to change screen brightness on battery power is unchecked)

    So either that setting is ignored or there's two competing energy saving modules active or there's a but in the setting or something completely else...