No thanks
Yes, unstable Debian is still hella stable. But you probably don’t want to suggest it as the first Linux dust since you need some extra carefulness when updating.
I agree with this but I suspect that a lot of the backend is dependent on other in-house infrastructure so it’s not as easy as most people think.
The package name is the unique id. If you want to distribute multiple variants (like two versions with differing signatures) they should not have the same identifier. If they are not the same the id/package name should not be the same.
Having different package names would also prevent the Google play store from trying to update it.
It’s a problem of trust. Differing signature is an indication of third party tampering. People shouldn’t start to see difference in signatures as an ordinary occurrence. It should be an high alert event.
Mismatched signatures have been discouraged since day one of Android. A mismatched signature is a sign that some one other than the original publisher built this package, and the user needs to be aware that it might be malicious.
That F-Droid went with this setup with mismatched signatures was always going to make their apks look suspicious.
This is an f-droid problem. If they use the same package name, they need to use the same signature. That has been the case since long before f-droid existed.
They could just build apks with alternate package names and this wouldn’t be an issue.
Yes, the top most directory, /, is the root directory.
Each directory is a branch in one giant tree structure. For example, if you have a directory containing two other directories, that is a branch that is splitting into two branches. All directories are descendants of the same root.
To blow off steam without focus on a story is very much inline with what we are after.
The downside with rocket league is that if we create tournaments, it is elimination rounds. What do the eliminated people do while the tournament completes. Or maybe I’m overthinking it, they could just play local matches until we decide to start a new tournament.
Deep rock galactic looks like a lot of fun but I’m hesitant about the small team sizes. With 4 player teams we would have to have 4 parallel games going at the same time.
Minecraft is not something I enjoy so I won’t be suggesting that. But if others want to, it might be a good choice
This looks fun. Yes, it is an internet cafe and they have access to a huge game catalog. I’ll see if this is in the list of games they have.
Thank you for the suggestion. I think we want something with fast action and team competition. But I will keep this in my back pocket should the discussion steer towards these types of games.
Gnome with the gTile extension is quite nice.
I see, sorry for the noise.
It’s enough that you have read the code before implementing an alternative to get into legal trouble.
If it works and you are still figuring things out, I suggest not taking specific action right now. Use your package manager to keep your system up to date and it will deal with this in due time.
It was a way for apps to run without risk of being killed while letting the user easily see that the app was running.
If the foreground apps need the resources (RAM, CPU) the OS will kill apps that are in the background. There used to be various things apps could do to reduce the risk of being killed, but these options have gradually been reduced in recent years.
I try to follow Bash strict mode. It can protect you from some foot shooting.