Limcon
Just a guy.
- 4 Posts
- 6 Comments
Limcon@lemmy.mlOPto
Technology@lemmy.ml•The Death of Affordable Computing | Tariffs Impact & Investigation | Gamers Nexus
5·1 year agoAnd 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:
Limcon@lemmy.mlto
Linux@lemmy.ml•Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
0·3 years agoI 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.
Limcon@lemmy.mlto
Linux@lemmy.ml•Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
0·3 years agoI 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!