Ya es viernes y el portátil lo sabe, y se ha puesto elegante.
@manjarolinux con #kde_plasma y con una fotografía mía del precioso fiordo de Samfjorden, de mi querida #Noruega
#cachyos, using #KDE_plasma has a weird behavior (bug?) trying to import #wireguard via the GUI, just doesn't work (for me?)
importing via CLI works just fine.
$ nmcli connection import type wireguard file "yourVPNconfig.conf"
or; if you have multiple VPN configs to import:
$ for f in *.conf; do nmcli connection import type wireguard file "$f"; done
seems like names cannot contain "-" and not longer than 15 characters.
Seit gestern ist mein neuer 14" #Linux Laptop in Betrieb 🙂
- AMD Ryzen 9 AI CPU
- 32GB RAM (2*16GB, replacable)
- 1 TB Harddisk
- 120Hz Display (2880 x 1800)
Vielen Dank auch an @Moonstone2487 für die Tipps.
PS: neu mit #KDE_plasma statt wie bisher #gnome
Que no se me enfade nadie que es un meme en tono de humor....
Ephraims Wochenrückblick: KW 20, 2026
In KW 20 war in der FOSS-Welt eine Menge los! Von Discord (mehr oder weniger) über KDE, Comaps und mehr.
#Wochenrückblick #Discord #KDE_Plasma #CoMaps #Gnome #Element #Linux
looking for #kde_plasma stuff
Any recommendations? 🥺🙏
things to make my desktop look prettyyyy
(So far I got my wallpaper changing every time I reboot and the colours of the system change to match it and I looove it, each day my folders are of a different color, it's so cute)
● Both PRs are open:
- Cyanide & Happiness comic: https://github.com/z3ntu/plasma-comic-cyanide_and_happiness/pull/3
Replaces all HTML scraping with __NEXT_DATA__ JSON parsing. Also updates metadata.desktop — version bump to 0.6 and SuffixType: Number → String since IDs are now slugs.
- Claude Usage widget: https://github.com/izll/plasma-claude-usage/pull/11
Adds explicit 403 handling that shows the "Re-login required" UI and stops the stuck hourly retry loop. The 403 means the token lacks user:profile scope — fixable by running claude logout && claude.

Problem Explosm.net migrated to a Next.js architecture and replaced numeric comic IDs with slug-based URLs (e.g. /comics/last-thing). The existing scraper breaks in two ways: The og:url meta tag i...
And now I have a taskbar for each monitor. Setup is basically totally simple, but only after understanding the concept of Panel and Widget.
The work-area on a screen is a panel. If I add a taskbar as a widget, every maximized application will cover the taskbar, which is not what I want.
So you need to create a new panel, position it, and add the taskbar-widget to it.