bb010g / betterdiscordctl

A utility for managing BetterDiscord on Linux.
MIT License
322 stars 13 forks source link

Can't upgrade to latest BandagedBD? #38

Closed WittyNameHere closed 5 years ago

WittyNameHere commented 5 years ago

The issue:

An update for BandagedBD is available (0.3.2)! Please Reinstall!

Terminal output: $ betterdiscordctl update --scan /usr/share/ Updating Git repository... HEAD is now at 2f4ef99 Revert "Revert "allow using hash""

What I expected: An updated BandagedBD

What I got: The same message as before.

ObserverOfTime commented 5 years ago

We probably have to switch to the new injection method (#37) in order to update properly. For now, you can dismiss the modal by pressing the Okay button and BBD should continue to work.

ObserverOfTime commented 5 years ago

Closing this as it was fixed by rauenzi/BetterDiscordApp#190.

ObserverOfTime commented 5 years ago

Here's how to update:

sudo betterdiscordctl upgrade # or update via your package manager if installed that way
betterdiscordctl install -v -v # include --snap or --flatpak if needed
betterdiscordctl update -v -v # include --snap or --flatpak if needed

If anything goes wrong, please post the output of the commands.

ObserverOfTime commented 5 years ago

Since BD shows the icon, it means betterdiscordctl has done its job. You should check the Discord console for errors and submit an issue at rauenzi/BetterDiscordApp or ask for help in the support server. If it turns out to be related to betterdiscordctl after all, then submit a new issue here. @JeremyStepp

5HT2 commented 5 years ago
usr@ubuntuhost:~/Downloads/bdinstaller$ betterdiscordctl install -v -v
VV: Scanning /opt
VV: Trying flavor ''
VV: Trying flavor 'canary'
VV: Trying flavor 'ptb'
VV: Scanning /usr/share
VV: Trying flavor ''
V: Using Discord at /usr/share/discord
V: Found modules in /home/usr/.config/discord/0.0.9/modules
ERROR: Already installed.
usr@ubuntuhost:~/Downloads/bdinstaller$ betterdiscordctl update -v -v
VV: Scanning /opt
VV: Trying flavor ''
VV: Trying flavor 'canary'
VV: Trying flavor 'ptb'
VV: Scanning /usr/share
VV: Trying flavor ''
V: Using Discord at /usr/share/discord
V: Found modules in /home/usr/.config/discord/0.0.9/modules
Updating Git repository...
From ssh://github.com/rauenzi/BetterDiscordApp
 * branch            injector   -> FETCH_HEAD
HEAD is now at 1c2e6f6 update for linux

I still don't have a config area, nor are my plugins being loaded

ObserverOfTime commented 5 years ago

Do you see the flashing BD icon at the bottom right? If so, refer to my previous comment.