Samueru_sama@programming.devtoLinux@programming.dev•Bazzite would shut down if Fedora goes ahead with removing 32-bitEnglish
1·
8 days agoAll the issues bazzite has with the Steam flatpak are solved by this AppImage
All the issues bazzite has with the Steam flatpak are solved by this AppImage
rip chimera.
They have a Glfw build, it is a lot smaller and faster but they don’t want to support it.
Unfortunately they decided to use the slow bloated mess that is GTK4.
https://github.com/ghostty-org/ghostty/discussions/5592#discussioncomment-13186436
If you have binary that is hardcoded to look for some files/libs in a certain path, you can overwrite that path with
sed
directly lol. You just need to make sure to keep the string length the same.sed -i s|/usr|././|g
will change/usr
for the current working dir for example.