Manjaro, like many other open-source projects, relies on the generosity of its community through donations and corporate sponsorships to support its growth and development. These donations are essential in covering the various expenses incurred in the operations of the project such as server costs, software development tools, infrastructure expenses, training, flying people to events or conferences and the salaries of key developers. With the help of these donations, Manjaro is able to secure the necessary financial stability that allows the project to continuously improve and remain active. If you love Manjaro, consider to donate!
As you might have seen some of our team were able to attend FOSDEM 2023 and the conference proved to be incredibly productive for us. See our blog post for more.
Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: New Manjaro search engine is available | Blog
You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.11.so.
Print a list of of packages that have files in /usr/lib/python3.11/ :
pacman -Qoq /usr/lib/python3.11/
Rebuild them all at once:*
pamac build $(pacman -Qoq /usr/lib/python3.11)
* Note that if any fail to build, you’ll have to rebuild what’s remaining one or a few at a time.
Use rebuild-detector to see if anything else needs to be rebuilt:
checkrebuild
Info about AUR packages
AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.
For help with AUR packages, please create a new topic in AUR and a helpful volunteer may be able to assist you.
No plasma interface with kernel 6.9 + Nvidia gpu + Wayland
If you encouter a black screen with no inteface after login in, it’s probably a problem with simpledrm loading.
To solve it add nvidia_drm.fbdev=1 to /etc/default/grub
in the line begining with GRUB_CMDLINE_LINUX=" .
Verify that you also have nvidia_drm.modeset=1 in the same line.
Then exec sudo update-grub
Also, verify that you have nvidia_drm in /etc/mkinitcpio.conf in the MODULES= or HOOKS= line.
Exemple :
The default KDE Plasma session has been changed to X11
As of Plasma 6, KDE decided to make Wayland the default. However, since issues were discovered, we have reverted the default to X11. Users are free to choose whichever works best for them.
The update of June 11, 2024.
I use AMD graphic card.
This update killed the Wayland session completely.
I updated my Manjaro OS, 2. Rebooted on kernel 6.9.3, 3 Inserted password on the Welcome screen. 4. Got a highly distorted image and the blinking screen. 5. Rebooted and changed the session to the X11 one, everything was OK. So no way to login under Wayland after today’s update.
Everything seems to be OK. I have AMD hybrid graphics, so the system runs on Ryzen and there is no issue with Wayland. I even launched a game to see if the dGPU has problem in such setting - there was none.
Not really an issue but the reboot after the update took quite a bit of time, until I pressed Control+Alt+Delete then it restarted again and I got relatively quickly into the login screen.
Not sure if it hang itself a bit or if it just took a while and restarted just when I pressed Contr.+Alt+Del.
i have two desktops, both with nvidia cards, connected with a physical displayport kvm switch. i’ve never had a problem switching between them before this update. the one still on linux66-nvidia 550.90.07-2 is fine with swapping back and forth, but the one i updated to linux66-nvidia 550.90.07-3 can no longer pick up the x session after a swap. it goes into powersave mode. i can still access ttys on that machine, in order to reboot. i don’t know a cli command to wake the x session. this machine has no other graphics: the built-in is disabled in bios.