-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Bug] Inject script incorrect location for Arch Linux #347
Comments
Discord on Fedora RPMFusion repository installs to Might as well put it here, 🤷 |
I just went through with this on Arch, i edited the install script to where the location is pointed to in the PKGBUILD in thie: https://aur.archlinux.org/packages/discord/ so for me: ~/Downloads/discord/pkg/discord/opt/discord/resources |
Why is it in your downloads folder? Sounds like there's no easy way to make it work for all Linux flavors |
Some people just want to see the world burn
Just tossing ideas out, what if we used a really obnoxious find or even asked the user? or had a list of typical locations that would be checked? im a noob, back to my nubdroid shib |
@rauenzi @xstefen The reason it was in my downloads folder, is because I just downloaded it and did everything from there. The pkg build also copies it over and links from /opt/discord/ but installin in either just results in discord perma crashing for me because it 'cant find a constructor' when I try and use the UI in any way |
Here is what i put that does install (i guess more consistently) on arch. I mean, discord just crashes but it at least says it successfully installed
|
Looks like you're using BBD. This is the wrong repo. |
ow shit srry |
Well this was quite the unexpected revival, hello and g'day sirs |
Inject script looks for /usr/share/discord/resources
On Arch Linux, discord is installed via an AUR package and defaults to /opt/discord
Therefore this injection script method fails. But you probably knew that. <3
The text was updated successfully, but these errors were encountered: