bb010g / betterdiscordctl

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

betterdiscordctl cant find discord_desktop_core #137

Closed pilot877 closed 2 years ago

pilot877 commented 2 years ago

I get this error when I try to install better discord pilot@localhost:/opt> betterdiscordctl install ERROR: Directory 'discord_desktop_core' not found in: /home/pilot/.config/discord/0.0.16/modules

Any Idea what the problem is? Can't find a solution anywhere

ObserverOfTime commented 2 years ago

What's the output of these commands?

ls /home/pilot/.config/discord
ls /home/pilot/.config/discord/0.0.16/modules
pilot877 commented 2 years ago
pilot@localhost:~> ls /home/pilot/.config/discord 

0.0.16  blob_storage  Cache  Code Cache  Crash Reports  Dictionaries  GPUCache  Local Storage  modules.log  SingletonCookie  SingletonLock  SS
pilot@localhost:~> ls /home/pilot/.config/discord/0.0.16/modules

pending
ObserverOfTime commented 2 years ago

Start Discord once and try betterdiscordctl install again.

ObserverOfTime commented 2 years ago

Was it fixed?