deleted by creator
Just a brazilian physics student.
deleted by creator
deleted by creator
I never used cinnamon, but on what you’re saying, it might be that the version (popos ships) cinnamon is at doesn’t support nvidia on wayland, without bugs. I might be saying crap.
But on gnome (what i think is pop default DE) wayland works fine on 560, so yeah, very difficult situation.
At least for me, 560 works better with wayland than x11. xorg has problems with suspending/hibernating (IDK why), but wayland just works.
Yes, I remember reading about a gtk thing that interacts with flatpak, they said it should not give this error in April, but it seems to still be happening, idk.
Edit: I just saw that you deleted the gtk portal and it worked! So no need to install another dbus daemon.
I installed dbus-broker and the package manager checked the dependencies and removed the unnecessary stuff. After that I applied the dbus-broker services:
systemctl enable dbus-broker.service
sudo systemctl --global enable dbus-broker.service
And then restarted.
Idk if it might break things in mint, so I would be cautious.
I had this problem with flatpaks, I changed the dbus implementation to dbus-broker (in endeavouros) and it fixed the issue. It may be the same problem.
Do the commands with the repo prefixes:
pacman -Qs mingw-w64-ucrt-x86_64
pacman -Qs mingw-w64-x86_64
etc, this will give a list of packages from that repo, because msys2 uses prefixes to define the packages and not have conflicts. A script that just make these commands might work, packages with no prefix are from the msys repo.