Closed grapemix closed 4 months ago
Running that executable directly will have weird results and is not supported. What's happening here is it's trying to run the snap without confinement.
The error message you're getting sounds like your shell thinks there's a copy of discord still in /usr/bin/discord
. Running hash -r
should remove that, and then you can check with which discord
to see what discord instance it will run - it should be /snap/bin/discord
.
If you want to run the Discord snap directly, please either use /snap/bin/discord
or snap run discord
.
What happened?
start the app via
/snap/discord/current/usr/share/discord/Discord --disable-gpu
(running
discord
yield "bash: /usr/bin/discord: No such file or directory" errI also tried to remove ~/.config/discord
What should have happened?
I should able to run the app
Output of
snap info discord
Output of
snap connections discord
Output of
snap version
Relevant log output
Teminal output of app