Thanks for the advise!
Just a guy.
Thanks for the advise!
Thanks for the answer!
I’m going to ask my manager about a one on one, but I’m still scared, as they talked about those things in that manner. But still, I’m going to try!
Yeah, 100% agree that if something like that is happening and no one told me, it’s really bad for them, passive-agressive behaviour from management is not something cool.
Surveillance for you, no oversight for me.
He says that, having already adopted the first two, he tackled the third: “When I have the Red Command, Amigos de Amigos (ADA), the PCC here…” he sighs, listing powerful organized crime groups, “as well as a situation in which a huge number of fugitives are roaming the city with impunity, it’s impossible for the police to be arresting everyone. The only way to remove them from circulation to protect society — and place them where [the justice system] has decided they should be — is through technology.”
Funny how a person that’s alledgedly related to PCC (organized crime) complains about them.
There’s one in 1337x or on his website
Like 1 hour after the launch, there was a torrent on 1337x, it was fun watching people debate if it was malware or not. Even a mod got in the debate. But good to know there are repacks now, totally not going to download hehehe
And the stocks are so low that its impossible to buy
I was working on some fortran code that was wrapped using f2py, so this was needed to test it on windows. As the fortran compilers on windows are kinda trash, bringing the entire system to windows (using msys2) was easier than compiling on native windows tools. Now f2py is broken for distributing packages, so the toolchain changed. It was fun to make this frankensteins monster hahaha.
This GNU/windows copypasta:
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.
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.
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.
Thanks for the advise, I’m going to do this!