Can't I go one week without having to uninstall and reinstall the damn deb file?

top 50 comments

sorted by: hot top controversial new old
[–] 80 points 2 years ago (2 children)

Arch supremacy. My package manager handles everything.

  • source
  • hideshow 4 child comments
  • [–] 43 points 2 years ago (1 child)

    Yeah, I'm really glad I ignored everyone's advice and went straight to Arch.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 43 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 18 points 2 years ago (1 child)

    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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 14 points 2 years ago* (3 children)

    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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago

    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.

  • source
  • parent
  • load more comments (2 replies)
  • [+] 65 points 2 years ago (2 children)
  • [–] 45 points 2 years ago*

    It has an official flatpak now

  • source
  • [–] 43 points 2 years ago

    Me, running the flatpak: "Y'all are uninstalling and reinstalling .Deb files over and over?"

  • source
  • [–] 37 points 2 years ago (3 children)
  • load more comments (2 replies)
    [–] 36 points 2 years ago (2 children)

    I've used the flatpak version for years and never have any issues with updates.

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 31 points 2 years ago* (last edited 2 years ago)

    the flatpak is the official distribution of the app now, so you might just want to move to that instead

    EDIT: as for how well it works for those who doubt flatpak and discord in general, it works well! I've streamed video and received video streams on x11 and Wayland with no problems. Not sure if audio streaming worked in either case though.

  • source
  • [+] 21 points 2 years ago* (last edited 1 year ago) (2 children)
  • load more comments (1 reply)
    [–] 17 points 2 years ago (2 children)

    I've just told mine to not check for updates.

    ~/.config/discord/settings.json

    And change "SKIP_HOST_UPDATE" to true

  • source
  • hideshow 4 child comments
  • [–] 9 points 2 years ago (2 children)

    That's probably a bad idea if you're not concerned about security updates?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 16 points 2 years ago (2 children)
  • [–] 12 points 2 years ago (1 child)

    I've heard there's going to be an offical flatpak soon

  • source
  • hideshow 2 child comments
  • [–] 12 points 2 years ago (1 child)

    I moved my non-techie friend to Kubuntu and this was one of the speedbumps we ran into. I had to set .deb files to open with something other than the KDE get new software app. I think we're using qapt-something. I wish discord didn't treat us Linux users like 2nd class citizens. They coded support for capturing OS sound for Windows, but not Linux or Mac for that matter.

    As an aside, I think this situation is a microcosm for different OS's and it's users:

    Windows users: We're the biggest group so sound works fine for us.

    Linux users: Discord doesn't support our needs so we implemented it ourselves with discord-screenaudio.

    Mac users: Discord doesn't support our needs and there's no solution to purchase so I guess we're just fucked.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 12 points 2 years ago

    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.

  • source
  • [–] 10 points 2 years ago (3 children)

    I used this every time (with sudo):

    #!/bin/sh
    [ "$USER" != root ] && { sudo "$0" && exit; }
    latest_version=$(
      curl -sI 'https://discord.com/api/download?platform=linux&format=deb' \
      | grep '^location:' \
      | grep -m 1 -oP '\d[\d.]+\d' \
      | head -n 1
    )
    sed -i.bak 's/\(version.*\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'"$latest_version"'/' \
      '/usr/share/discord/resources/build_info.json'
    

    Let's see how good the Flatpak version will be.

  • source
  • hideshow 4 child comments
  • [–] [S] 13 points 2 years ago (3 children)

    just fyi I moved Discord, GIMP, Obsidian, and OBS over to flatpak and my root partition jumped from 19GB to 23GB. I'm kinda sad about it tbh

  • source
  • parent
  • hideshow 5 child comments
  • [–] 8 points 2 years ago*

    Most storage space viewers get confused by Flatpak's heavily deduplicated and compressed files, leading to them reporting way larger space than what's actually occupied on the hard drive.

  • source
  • parent
  • load more comments (1 reply)
  • load more comments (2 replies)
    [–] 9 points 2 years ago (1 child)
    load more comments (1 reply)
    [–] 9 points 2 years ago* (1 child)

    If you're on Arch, the hack where you change the version number in the build_info.json file to the current version works this time. Sometimes that hack doesn't work but this week it does.

  • source
  • hideshow 2 child comments
  • [–] 9 points 2 years ago* (1 child)

    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
    
  • source
  • hideshow 2 child comments
  • I use the flatpak version on my laptop and version from the repositorys on my main pc. So i either have to just update a flatpak or just do a full system update.

  • source
  • [–] 9 points 2 years ago

    In this day and age there's still no repo for that? O_o

  • source
  • [–] 8 points 2 years ago

    I just use the flatpak and it updates just fine

  • source
  • [–] 8 points 2 years ago

    and i thought i was losing features by using the web version...

  • source
  • [–] 5 points 2 years ago

    Armcord is better anyway

  • source
  • load more comments
    view more: next β€Ί