I had issues with debian-based distros as well, that’s why I switched to fedora. I also think the go 3 has better support in general. The cameras are still annoying but things have gotten better, with Firefox getting libcamera support.
Game dev and Linux user
I had issues with debian-based distros as well, that’s why I switched to fedora. I also think the go 3 has better support in general. The cameras are still annoying but things have gotten better, with Firefox getting libcamera support.
I agree but also I saw the words “vote” and “nix” and nearly had an aneurism.
I personally got a surface go 3. Put fedora on it and the surface kernel and it works pretty good - GNOME’s interface honestly works better for touchscreens then windows. Just be aware that some config might be needed - I had an issue with the keyboard that required making a udev rule (I documented it on the surface kernel github issues page).
I’m so fucking tired of ai shit
This isn’t even an issue though, its just to fix bugs with certain websites that block Firefox for no reason or have other weird compatibility issues. Which I would think is a good thing?
There are so many legitimate things to complain about with Mozilla, why do people go out of their way to complain about the most innocuous shit.
There’s experimental support, they’re hoping it’ll be feature complete by 2026.
Oof, seems like a rough situation. Glad at least that Godot itself isn’t racist lol.
The Mint upgrade tool got flatpak support so I don’t even use the terminal to update anymore.
You posted something that’s bad practice (for many reasons, including security). Like, nobody cared about your software habits until you posted them publically with no prompting. probably so you could act smug after getting downvoted.
Some build advice:
Hope that helps, and don’t let it scare you away - it’s really fun to do and if you’re careful, chances are nothing major will go wrong.
Gdscript let’s you do static typing, so “var a : int” ensures that a is an integer. This can help prevent bugs and bad code, and even speeds up the interpreter since it can make some assumptions.
So until now, you couldn’t do that with dictionaries, they always allowed any type as a key or value. This adds that functionality so dictionaries can be used with stricter rules, preventing bugs and making them faster.
It depends on how you install stuff. Games on Steam or downloaded from online from places like itch.io can be put on any drive without issue.
In terms of software though, native packages (deb, rpm) are gonna want to put files in various system folders, so it’s pretty much impossible to get those off your os drive.
Other packaging solutions can help with this though. Appimages can be put anywhere, nix let’s you install to another drive, same with flatpak.
And if you’re savvy, you could use docker to install system packages on other drives, although I wouldn’t recommend it.
So I use a surface device with the Linux surface kernel, and there was (and probably still is) an issue where the type cover doesn’t properly rebind after being detached and re-attatched. To make matters worse, connecting other USB devices disconnected the type cover. My solution was to make a udev rule that detected if the keyboard is “removed” and then try to rebind it, effectively unplugging it and plugging it back in again in software.
I… What? Why does that work? How did you figure this out?
I had been considering switching for years, I even made a list of things I had to find alternatives to and tried to widdle it down. With proton making gaming viable, I decided to dual boot, and accidentally destroyed my entire windows partition when trying to back it up with dd. Just said fuck it and went full Linux.
Fear?
I think you’d want to apply the alpha value of the sprite. You can do that by making the last line “COLOR = vec4(mix(…).rgb, texture(TEXTURE, UV).a)”
Do you know if its installed through snap? I’ve heard that can have issues starting up quickly. You can try the flatpak or the deb package.
Nice, that always bugged me.