• 0 Posts
  • 171 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle

  • Copied from another comment I wrote about that:

    Because snaps are terrible. They constantly break parts of apps for no reason. If you have container issues with a flatpak, just use flatseal to punch a hole through the container. With snaps, people will tell you to install the non-snap version because that’s easier than beating snap into submission. I learned that the hard way when I had a university project with kubernetes and docker was installed as a snap. I spent way too much time trying to make it work at all before giving up and switching to a VM on my work laptop where it went surprisingly smooth without snaps.

    Flatpaks are better in every way and since this isn’t about money, we should all just move on and use the best tool for the job.

    But what does canonical think should happen when you run sudo apt install firefox and press Y? That’s right, you now have firefox as a snap. Have fun waiting for 5 seconds every time you start it.

    Shit like that scares new users away from linux as a whole

















  • Same here. Ubuntu almost made me believe that linux is a pain in the ass to use and you need to fix some shit after every update.

    Now I use arch and it’s great. Nvidia is very annoying because they constantly publish drivers that break things, but you can just roll those back and wait until they fix it again. And that gets worse as GPUs age. Apart from nvidia, I’ve had exactly one update issue (telepathy-kde being removed and causing the pacman dependency resolver to get confused) that was fixed in about 2 minutes of googling.



  • That part is stupid indeed. If you run X, do xinput and find your trackpad. Then do xinput list-props on that to see all the settings there are. Xinput can also change them with xinput set-prop and they reset after a reboot, so feel free to fiddle around.

    Once you’re done, just slap your settings into a script and run that on startup, then you’re set.