Gtani
28 January 2026 06:57
1
Hi, the morc menu don’t work on i3, and the bash pointer in the terminal appears in the middle of the window terminal. I have to update via pamac because pacman has a lot of conflict.
Please help me to solve this problems
Thank you a lot
if you have conflict with pacman - you will have the same using pamac - so I will suggest you look into preparing for the update.
Prepare the update beforehand
Preparation steps
From [INFO] Stable branch - BIG update BEST practice
If it has been a long time since your last update, you may want to refresh your pacman-keyring before running the actual update.
Create a list of custom packages for later reference
pamac list --foreign > ~/alien-pkgs.txt
Remove all foreign packages
pamac remove $(pamac list --foreign --quiet)
Remove all orphans and other unneeded packages
pamac remove --orphans --unneeded
Optional: ensure the keyrings are up-to-date
sudo pacman -Syy manjaro-keyring archlinux-keyring
Optional: Run a simulated update
pamac update --dry-run
Looking good? Repeat the above without --dry-run
reboot
Consult the list of packages created in the first step and rebuild only those you really need
Important Note: Users of Plasma and GNOME may lose their X11 session support. Checkout our guides below before restarting your systems!
Important Note: Users of Pascal, Maxwell, or older cards will fail to load the NVIDIA driver when they were using 580xx series earlier, because the 590xx doesn’t support the older hardware anymore. Only Turing series and newer are still supported.
Then run
sudo pacman -Syu