-
Notifications
You must be signed in to change notification settings - Fork 63
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
Issues with Discord/IDE as Snap packages or from the Ubuntu Software Center #149
Comments
Hi, it is currently not possible to use this plugin when both Discord and your IDE are installed with snap because of the sandboxing, and the fact the plugin is not able to connect to the discord socket therefore I recommend you to either : |
As far as I know, there's no easy way to get this to work under Snap due to its nature of sandboxing applications. That being said I'm by far not a Snap expert so if anyone wants to prove me wrong feel free to do so. For Discord's side, you can take a look at snapcrafters/discord#25 (comment). Maybe you have some luck with that. |
what workaround? |
As far as I can tell, |
Unfortunately the only workaround that I found was to not use snap for discord and intellij :/ sudo snap remove discord
sudo snap remove intellij-idea-community
sudo apt install alien Download the discord's .deb and double clicked to install sudo alien jetbrains-toolbox-1.27.2.13801.tar.gz Duble clicked the generated jetbrains-toolbox.deb file to install sudo ln -s /jetbrains-toolbox-1.27.2.13801/jetbrains-toolbox /usr/local/bin/jetbrains-toolbox because it placed the runnable binary file in an bad place |
honestly? The best thing you can do is remove Ubuntu Software and install Gnome-Software with snap+flatpak plugin. sudo snap remove snap-store --purge Then, install IntelliJ via toolbox or flatpak and discord as flatpak. Don't get me wrong, I'm NOT hatitng on snap. It has it's uses but some issues, like this one, just don't seem to get fixed. |
No description provided.
The text was updated successfully, but these errors were encountered: