I notice that the new GIMP release seems to have its default theme messed up (fonts too big, toolbox icons too small). Playing around with the adjustments in settings doesn’t seem to help.
If anyone else dislikes this, my fix is to restore /usr/share/gimp/3.0/themes/Default from your last backup as /usr/share/gimp/3.0/themes/MyDefault, then choosing MyDefault in GIMP’s settings.
Well, in that case I guess it’ll be reinstalled when plasma-desktop gets updated. Or not, because plasma-login-manager is scheduled for Plasma 6.6, and therefore it is possible that 6.6 does not push an sddm theme on our systems anymore.
I posted a picture of text, because nobody needs to search or paste and copy. And the picture showed the error best. Its not my fault when pamac CLI is buggy. To show the error the best way was a picture. It is now for a longer time when pamac CLI crashing more or less. Still no workarounds except not using pamac. This is not a good solution anyway.
Apparently it still does for now, but not for much longer. Native X11 support is scheduled for removal in Plasma 6.8, and plasma-login-manager will be fully integrated in the Plasma experience, whereas sddm is actually a separate project that the KDE developers do not control.
Additionally, Gnome media sharing started advertising 2 copies over the network.
In my case: In System Settings GUI I only share 1 folder from an external drive & all other folders are removed. (That choice is saved in ~/.config/rygel.conf)
However, in /etc/rygel.conf there is a [LocalSearch] share & its enabled by default. - this is causing the duplicate.
I overrode it in ~/.config/rygel.conf
Just noticed that the plasma-login-manager has one annoying thing. It hides the login and when you type with your keyboard it doesn’t pop back in. That makes you have to press Enter twice after your credentials are typed. It does accept the letters, but the view stays hidden.
I hope they make it so that pressing keyboard keys actually makes it show the login screen in it’s entirety.
The fix landed a few days ago at #8277 and will be included in 4.1.1.
I’ll need to coordinate with the other people who build & sign the releases, so I don’t have a date in mind yet. Also there are some other bugs that need to get fixed before 4.1.1.
As i mentionend in another topic to you already, i have this on my radar already, thats why i bought a AMD GPU (RX 9070) already to switch to Wayland when the time is ready to switch, i just delay the replacement with my nvidia card.
Till then, X11 user’s like me can still stay at least for full 10 Month on X11 (if not longer, no one knows the exact timestamp when Wayland is ultimate forced on all KDE user’s in 2027), hopefully nvidia driver’s will have better Wayland support till then.
At the moment, Nvidia X-Server is a mess. And GPU Prices went already ~100€ higher just in the last 3 weeks in germany.
I just wait 2-3 release updates (waiting for more hotfixes, there is a good reason why Manjaro delayed newest KDE releases in the past) and then i switch to plasma-login-manager.
My AMD Laptop is already running with Wayland.
Thanks for the info, i will make the switch to plasma-login-manager on my X11 system then, just with a little delay.
Whooow, thats bad. My Wayland Session on my machine is laggy as f***. What can i do for getting a better performance? When KDE Plasma is getting to support wayland only, i have to switch to xfce.
Laptop with an Intel BE201 Wi-Fi/Bluetooth card, linux-firmware-intel 20260110-1 broke Bluetooth (Bluetooth keyboards did not work).
They resumed working after manually downgrading to linux-firmware-intel 20251125-2 via pacman cache.
I assume the issue was caused by this:
And there has been another update to the firmware for the BE201 since the latest release:
How does one file a bug for linux-firmware?
What’s the release cadence there?
Oh, you mean the ones from previous upgrades? I was reading the text as if that was something new, important for people upgrading specifically to this new upgrade. It’s a bit confusing, I think, perhaps the warning could be improved. Anyway, Thanks!
I see you’re a 1st time poster… not sure how long your GNU/Linux experience is… I thought I might pass along some advise / knowledge / opinions that you might find useful.
Some background
GUI tools are nice… when they work. I know that pamac-gtk (the “add/remove software” gui) has a little “chevron”/arrow in the bottom right that people can click to watch the progress/log… but I bet there are folks who are oblivious to it… and having access to see the log via the GUI only works so long as the application does not terminate/close.
I know it’s been suggested/highlighted with some updates that “toolchain” is involved/impacted… and in these cases it’s recommended to use “pacman-static” to do the update as it’s not affected by the low level dependencies like glibc changing during the update process.
And why is this important? Because here (and perhaps all Arch-based distro’s) updates are applied to a live system… Windows and some Linux Distro’s like Debian download updates, reboot, install the updates, then load back into the desktop. Updating a LIVE system needs special care/attention… as when something “breaks” (like a critical dependency being replaced)… things fail / terminate. We reboot to load the new kernel and app configs, but at no point during our install was the system in a “safe” state.
So this scratches the surface of why “we” need to have awareness of what type, like (toolchain or not) of updates we are downloading so that we can change our approach to increase success.
I never use the GUI tools for system updates. I don’t always follow the advise of the link I provided in ensuring I always use a TTY… in those cases I opt to use a terminal. As a plasma DE user, I generally save the TTY updates for when there has been a major KDE update… like moving between major versions.
So let’s circle back to your experience and try answer some questions directly…
Q&A
Why did the pamac-gtk (gui updater/installer) terminate mid update?
I can’t know for certain, but I would suspect (a) something related to toolchain or (b) another important dependency for the app changed during the update process and caused the failure.
The other thing to note is that pamac-gtk is kinda like a “wrapper” in that it isn’t doing the work directly… but is running “terminal” commands in the background to accomplish it’s tasks… so even though the GUI failed, the task is likely still running… verify that before doing anything “drastic” like rebooting before you know what’s gone / going on.
Where can I check on the status / log of an update?
Typically, regardless of the update method, you should be able to find a log of all updates in the file /var/log/pacman.log
If in a terminal type something like cat /var/log/pacman.log | more, or open the file in your favorite GUI text editor.
keep rerunning the command or refreshing the GUI text viewer/editor to watch new lines being added as progress is being made.
All successful updates finalize with the following line… [ALPM] transaction completed… until you see this, keep refreshing, and don’t think about rebooting.
Why are initramfs files deleted during an update?
If you check the update log file, you’ll see a “hook” that ran shortly after the update files were downloaded… [ALPM] running '60-mkinitcpio-remove.hook'... So it’s by design, and can think of at least 2 reasons:
Your Boot partition is not huge… so existing initramfs files need to be purged to make space for the new ones
updates (especially those with a new kernel) need to have updated initramfs files created
oh, and guess what hook runs shortly after all the downloaded updates are applied? [ALPM] running '90-mkinitcpio-install.hook'... yup, it recreates new initramfs files so they are present for the reboot (Note: followed by a GRUB update hook)
What’s a better way to to update the system?
Whether using TTY or terminal I always follow the same recipe:
pacman-mirrors --status … verify all listed mirrors have a “sync’d” status of OK… if not, abort and try again later
sudo pacman -Syy … update the package database (before updating)
sudo pacman -Syu or sudo pacman-static -Syu … update system (use the second command when “toolchain” is involved or if you’re not sure) … (install pacman-static via sudo pacman -S pacman-static)
scroll up the last 50 or so lines of the progress to ensure any updates to grub and via mkinitcpio were successful… if not, troubleshoot and fix before continuing
[SKIP IN TTY & do post reboot] DIFFPROG=meld pacdiff -s … use meld (a GUI app) to manually merge the proposed config file changes … OPTIONAL for new users, but something to keep an eye on and get comfortable with config file contents over time via cat /var/log/pacman.log | grep pacnew [ALPM] warning: /etc/mkinitcpio.conf installed as /etc/mkinitcpio.conf.pacnew .. tells you the two files to look at