this post was submitted on 11 Sep 2023
45 points (95.9% liked)

Linux

45530 readers
1979 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Recently I am considering more and more moving my primary pc to a Linux distro. Somewhat for privacy issues but also to have more control over my system and to reduce the amound of advertising that windows keeps cramming in my face. Specifically I'm looking at Zorin. I was wondering what thoughs people here had on it.

I predominantly use my pc for gaming with friends. Almost entirely through Steam and we use discord to communicate. I'm mostly just curious if anyone here has had much experience with Zorin and whay they thought of it as a daily driver for gaming.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (2 children)

You might want to know about discord updates, if the maintainers of the distribution don't update discord as fast as the discord developper, it will fail to launch when major update happen since those don't go through the internal updater of the client, and discord only provide a .deb package, which you can install with a simple double click on debian based distribution (ubuntu, mint, mx, zorin etc), and a generic linux exectuable, which can be launched in any distributions but won't be automatically integrated in your application menus

[–] [email protected] 2 points 9 months ago

Thats super helpful, thank you!

[–] [email protected] 2 points 9 months ago (1 children)

Try tweaking this, courtesy of the slackbuild page for discord:

If you'd like Discord to continue working after an upstream update is released, but is not yet available on SBo, add the following to your user's ~/.config/discord/settings.json file:

"SKIP_HOST_UPDATE": true

[–] [email protected] 1 points 9 months ago (1 children)

Thats super helpful, thank you!

[–] [email protected] 2 points 9 months ago

Thank the maintainer of that slackbuild who probably got tired of people bugging him to update the script every time a new release came out and threw up that helpful note!