deleted by creator
Just a brazilian physics student.
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.
In the next few years, this will hugely affect Brazil and other commodity exporting countries.
I don’t think Milei will make Argentina better in any sense in the short/mid/long term. Bolsonaro, Trump, everyone on the far-right says the same thing but it only gets worse, never better.
Milei? AFUERA!
Quando cair meu primeiro salário (em outubro), boto uma grana pra instância! Mas mês que vem posso tentar doar tbm.
Moraes have a case in his hand (the tried coup last year), because he was the supreeme judge for the elections. He judged that these people tried to help the coup and demanded that their accounts are suspended (entirely cool with the constitution), as musk doesn’t want that, they’re gone from Brazil and might be blocked countrywide.
They tried a coup (with the military and the brazilian rural oligarchs), so it’s not “censorship”, it’s enforcing that Brazil is a democratic (even if very flawed) country. The constitution give this right to the supreme court and him (he was the supreme judge for the last election, so dealing with the aftermath of the election is his obligation), so it’s a lot more nuanced than you might say.
Edit: If Musk doesn’t respect our laws, let him get out of here haha.
This is some very big red flags. If this is profitable, other companies might try and be science landlords.
Blz! Desculpa o falso positivo!
I use msys2 (https://www.msys2.org/), it uses pacman as its package manager and has a lot of developer packages (so i can compile fortran and integrating it to python). It comes with bash and a terminal, but I used windows terminal and made a profile for using msys2’s bash, the same on vscode. Then I installed neofetch (https://packages.msys2.org/base/neofetch) and just saw this hahaha.
(Opinião tirada do meu traseiro)
Mas acredito que os servidores têm que se comunicar e depois as postagens vão aparecendo. No início do êxodo redditiano, tentei me inscrever em todas as comunidades do lemmy brasileiro e aconteceu a mesma coisa, depois foi aparecendo os posts, acredito que como ninguém tinha tentado ainda, não apareciam posts.
Tenta se inscrever e deixa um tempo, acredito que possa funcionar.
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.