#Discord « update »
11 messages · Page 1 of 1 (latest)
sudo pacman -Syu
it's already out hours ago
if it's not in your repo
update your mirrors
WoW ty im feeling but non i will not have Discord updates ?
here's the pkgbuild if you want to build it yourself
I have syu all my sys and it was not working
Ty
For future reference, you can just go to ~/.config/discord/settings.json and if it contains
{
"BACKGROUND_COLOR": "#202225",
"IS_MAXIMIZED": false,
"IS_MINIMIZED": false,
"WINDOW_BOUNDS": {
"x": 0,
"y": 0,
"width": 1920,
"height": 1080
}
}
then replace it with
{
"BACKGROUND_COLOR": "#202225",
"IS_MAXIMIZED": false,
"IS_MINIMIZED": false,
"WINDOW_BOUNDS": {
"x": 0,
"y": 0,
"width": 1920,
"height": 1080
},
"SKIP_HOST_UPDATE": true
}
The SKIP_HOST_UPDATE key is responsible for that popup, and this way you can disable it. It's useful whenever Discord releases a new update, but the maintainers aren't yet done adding it.
This looks useful.
Thanks for sharing.
script.kiddie received a thank you cookie!