-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Discord Flatpak installation #86
Comments
Try using the #65 the problem occurs because Flatpak doesn't use the same directory for applications. And Beautiful discord hard codes a path. |
I fixed the issue by changing
|
I now removed Discord Flatpak and started using the rpmfusion package of discord |
Hello!
A similiar issues #62 was opened, but none of the tips helped on my installation.
Im getting this error:
ryzenlaptop ➜ ~/.config/discord beautifuldiscord --css my.css
Found Discord under /app/discord
Traceback (most recent call last):
File "/usr/local/bin/beautifuldiscord", line 11, in
load_entry_point('BeautifulDiscord==0.1.1', 'console_scripts', 'beautifuldiscord')()
File "/usr/local/lib/python3.7/site-packages/beautifuldiscord/app.py", line 226, in main
os.chdir(discord.script_path)
File "/usr/local/lib/python3.7/site-packages/beautifuldiscord/app.py", line 92, in script_path
raise RuntimeError('Could not find discord application version under "{}".'.format(config))
RuntimeError: Could not find discord application version under "/home/marc/.config/discord".
Also just calling beautifuldiscord didn't work
The text was updated successfully, but these errors were encountered: