How can I stop Discord from constantly updating on CachyOS?

0
102
Asked By TechWhiz82 On

I'm using Discord daily for my classes, and I've noticed that since I started using CachyOS, Discord has pushed out two updates that weren't available through pacman. I can't even run Discord if it detects an update. Waiting two days for an update via pacman is not feasible for me. I've manually edited Discord's config to bypass this, but I'm concerned about exclusivity issues if a critical update comes out. Is there a way to skip these small Discord updates altogether?

4 Answers

Answered By LinuxGuru88 On

The frequent updates are definitely a Discord issue, as they have their own update system that just doesn’t mesh well with Linux. They use .deb files, which can’t help you out on CachyOS. Your best bet is to use the suggestion about modifying the settings.json file. Just a heads up that this is not the best practice, but for now, it’s a workaround.

Answered By HackerChick47 On

You could try using the Flatpak version of Discord, which manages updates independently from pacman. Another alternative is to use Discord in your web browser—it works just fine as a pinned tab, and there’s even a mobile app if you prefer that!

Answered By CodingNinja123 On

To avoid those annoying update prompts, you can modify your settings.json file located at ~/.config/discord/. Just add "SKIP_HOST_UPDATE": true as the last line. If the file doesn’t exist, create a new one with the minimal content: { "SKIP_HOST_UPDATE": true }. This should prevent Discord from checking for updates altogether!

UserFan89 -

It worked! Thanks a ton for the tip!

Answered By GamerProX On

Have you considered using Vesktop? It’s designed for Discord and might help manage your situations better with less hassle!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.