[Stable Update] 2021-04-09 - Kernels, Systemd, Gnome 40 Apps, Mesa 21.0.1, Kernels, Browsers

Would you be so kind and enlighten those of us who have no idea how?

Everything went smooth in both my Thinkpad E14 and HP pavilion x2 detachable (both running Gnome).

I haven’t switched to pipewire yet.

Sound, video, suspend, touchscreen and automatic rotation, all checks out fine.
All the updated apps to Gnome 40 seem to work fine. Can’t wait for the full upgrade!

Thanks for your work!

When GNOME Shell 40 is coming?

1 Like

Mine looks like this in /etc/default/grub. For safety’s sake, backup grub first.

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"

When I was using a custom theme, I had to set GRUB_GFXMODE=1024x768

sudo update-grub after you make the changes

I fixed it by uninstallng and then reinstalling vlc from pamac with all the dependencies and rebooting

Virtualbox: NS_ERROR_FAILURE (0x80004005)

EDIT: I think I’ve worked out the problem, which makes it not related to the update. I used Windows yesterday (fastboot not enabled, and not dual-boot), which I guess made the HDDs read only. As a knock-on effect of that, the Virtual Box images were also read-only, which may have prevented VB from working properly. I logged into Windows and then restarted the PC. VB is working again and the drives are no longer read only.

This was an issue in a previous update, now back again. Rebooting had no effect.
My user is in the vboxusers group:
image

I also ran the command: sudo usermod --append --groups vboxusers lee as suggested in the 30th Dec 2020 stable update announcement (older issues).

I also removed and then reinstalled the latest extensions pack form the official site.

better with variable sudo usermod --append --groups vboxusers $USER :wink:

Yeah, I did that the first time, and then thought the $USER may have been a placeholder for the actual user and replaced it with my user, which didn’t work either.

I now have three drives locked in read-only mode as well now.

I also have the same problem. Hope this will be fixed soon.

If everything is still working well for you using pulseaudio, then there’s no need to rush. Pipewire is still a pretty new thing as a full audioserver replacement, so there might still be some issues.

4 Likes

Xfce, Kernel 4.14.
Just a minor issue, due to the fact that fontconfig changed the path from /etc/fonts/conf.avail/ to /usr/share/fontconfig/conf.avail/; I just had to execute:
sudo ln -fs /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d/ to have back the lcd filter (in facts fonts looked a little bit ugly without such conf file). I used the -f flag because in the target direcory there was the broken symlink: so I overwrite it with the new config file.

3 Likes

@Cheker
In your explanation which worked for me, is it not the word “quiet” that you need to remove and not “silent” ?

Thanks, I’ve backed up the system and will give it a try.
Not sure what pip is, but I’ll look it up.
I always do the larger system updates with pacman from a terminal.
Small updates through the graphical installer.

Wish me luck!

It has been mentioned so many times, yet it has to be posted again obviously:

DO NOT EVER COPY .pacnew FILES OVER THE ACTUAL ONE unless you know what you are doing.

Those files are suggested recommendations from their maintaining teams that you have to merge with your actual configuration.

Not understanding the changes or what the configuration does shouldn’t be an excuse. Look up what the various parameters do and learn how your system works. That’s the learning curve you have to take to have a running Linux-system.

Many systems break because of ignoring this simple rule. Yes, I broke my first one that way…

2 Likes

Reinstalled (via pamac)

2021-04-10T11:19:27-0400] [ALPM] reinstalled python-chardet (4.0.0-1)
[2021-04-10T11:19:02-0400] [ALPM] upgraded python-chardet (3.0.4-7 -> 4.0.0-1)

Was able to complete the update, however reboot used kernel 5.10, and I had an unresponsive keyboard and mouse at the login screen. I switched over to a terminal, tried to start a server with no luck. Rebooted into kernel 5.4, all is working again.

After update, audio system was broken. No output devices found. Instructions on this page solved it for me.

I removed “quiet”, I did a shutdown, it took only a few seconds, not sure really what changed. maybe it was just a temporary issue and manjaro fixed itself

Hi!..

Here I’m yet just to report another minor glitch, I found when Zoom today launched its new flatpak version: While Pamac has actually successfully finished the update and gave me the corresponding “Your system is updated” message, the Cinnamon system tray icon didn’t move to the corresponding “Your system is updated” shield till I made a reboot. Yesterday’s big update went well at that regard, even though it was done from Pacman.

Have a nice day!..

Yeah, it’s “quiet”, my bad

See my earlier post on the subject. It may be of help.