Can’t I go one week without having to uninstall and reinstall the damn deb file?
Arch supremacy. My package manager handles everything.
Yeah, I’m really glad I ignored everyone’s advice and went straight to Arch.
Nowadays Arch is pretty straight forward. You have gui installers like any other distro. I never broke my Arch install in 3+ years using it.
Thats what it seems. But as recent as my account here people have warned me about arch being unstable and such. It leaves me scratching my head tbh
You can get an arch based distro with btrfs snapshots set up by default. An example is garuda. Btrfs lets you automatically take snapshots of your file system at set intervals. If you fuck something up and break something, you can restore yesterday’s snapshot or last week’s or whatever. Garuda’s default install even let’s you choose to boot into a snapshot from GRUB.
How hard is that to set up on Endeavour?
Endeavor is just Arch with AUR repos enabled by default, so it’s either just as easy or easier.
I chose Garuda for this reason and I love it. the automatic snapshots have saved me several times, plus I like all the built-in tools for configuring a ton of things that I’d have no idea how to configure otherwise. The preinstalled software is also super useful. The only thing I didn’t like about it is the gaudy default theme but that’s easy to change.
And if it doesn’t, yay does. While also triggering pacman updates at the same time.
- Use the flatpak. Or 2. Use the web app (discord.com/app) Or 3. Don’t use discord
I’d say webcord, iff the last option doesn’t work, ofc.
yea webcord is cool
+1 for WebCord
At least on arch it’ll tell you there’s an update and prompt you to install the deb file but you can just update it with pacman and you’re good to go. Usually end up doing my pacman -Syu when discord yells that it needs an update
And on the holy Arch wiki there’s a way to disable the update prompt, so you don’t get locked out of discord when it has update but it hasn’t arrived into the repos yet.
opt/discord/resources/build_info.json then change version in it :)
I think you can just somehow sisable the automatic updates once for good.
It has an official flatpak now
Me, running the flatpak: “Y’all are uninstalling and reinstalling .Deb files over and over?”
I’ve used the flatpak version for years and never have any issues with updates.
Except when discord won’t start because you don’t have the latest version of the package(launcher that needs to be updated I think) and there is no update for your system for a while.
This sucked, but shouldn’t happen anymore now the the flatpak is official.
Launcher’s broken again
fuck discord
I really hope Revolt decentralizes someday (plus gets remotely relevant by usercount, no offense)
I wish that would happen, or maybe if someone forked their client and hooked it up to connect to matrix home servers. The client looks great.
Not gonna happen, the developer made it quite clear from the get-go. Also, their community are quite hostile against it and pretty much most FOSS stuff for some reason.
I can see a fork taking what is useful about it (UI/UX) and adopting solid backends (federation, proper VoIP with screen sharing, etc.)
Use teamspeeeeeeeeee
Let’s actually not advocate for a different proprietary software, and instead advocate for FOSS solutions like Mumble.
the flatpak is the official distribution of the app now, so you might just want to move to that instead
Just use discord from the browser, the Linux app sucks anyways
The snap sucks
Or WebCord, it’s the Discord web app packaged as a native application. It has pretty good support for screen sharing on Wayland and some minor privacy improvements through blocking the telemetry APIs.
I’ve just told mine to not check for updates.
~/.config/discord/settings.json
And change “SKIP_HOST_UPDATE” to true
That’s probably a bad idea if you’re not concerned about security updates?
I’m on arch, so the package manager will update it
But sometimes there is a delay between the update coming out and it hitting the repos. This just stops me having any issues inbetween
Nah. What could possibly go wrong?
Neat! IDK why they cannot just have a APT repo.
Don’t use that shit.
and if thats the only way you can talk to your friends, you can just use the web client and have at least a choice to not run chromium and have an adblocker
deleted by creator
Unfortunately Mumble and TeamSpeak aren’t as feature complete and user friendly
But they’re the only other alternatives I’ve checked out
I was there on TeamSpeak over a decade ago. It was good for its time
I’ve heard there’s going to be an offical flatpak soon
I think it’s here.
I haven’t tried flatpacks yet. How do they compare to, say, snaps in terms of storage/redundancy?
no, flatpak has deduplication, so it can take less, and less space, from more flatpak you install(the first install is heavy, but it’s downloading the runtime that others flatpak also share with)
Oh that’s great! I’ll switch to the flatpak tonight then
If you only have 2 or 3 flatpaks installed it’s going to eat space like crazy. Deduplication only matters when many are used and if they have the same base. I’ve already suffered from too much space occupied because of flatpaks.
But the tradeoff is useful for bad software like this, at least it works, if you have space enough for it.
It looks like you’re right. Uninstalling the deb and then installing the flatpak consumed an additional 2GB on my root, but I have a handful of other electron-based apps that are mildly obnoxious snaps, and migrating them might help amortize that cost
You can bump the version number in it’s build_info.json file and it’ll work just fine. It’s weird like that. That file is in /opt/discord/resources/ for me.
I just tried opening discord a minute ago and got that lmao. Since I am on fedora I can’t use the deb file. Often pointing around on my system I found where all the discord files are and I made a script that downloads the discord .tar.gz file and moves all the files to the right places. Every time I get the prompt I run the script and it updates discord for me (:
#! /usr/bin/sh wget -O discord.tar.gz "https://discord.com/api/download/stable?platform=linux&format=tar.gz" tar -xvf discord.tar.gz rm -rf discord.tar.gz sudo rm -rf /lib64/discord sudo mv Discord /lib64/discord
“Class, can anyone give me an example of insanity?”
Use deb-get to install third party debs.
Seconding this, deb-get needs more love. We are using it as an official distribution for a project im in and it has been working flawlessly for me.
In this day and age there’s still no repo for that? O_o