Skip to content

Compatibility on Solus w/ Discord via snap

I installed your plugin on my Solus machine and I can't get it to work. After it did not work in standard vim, I tried to execute the compiled file in the plugin directory:

lukas@seth ~/.vim/plugged/vim-dcrpc $ ./vim-dcrpc 
./vim-dcrpc: error while loading shared libraries: libdiscord-rpc.so: cannot open shared object file: No such file or directory

As far as I know, Solus uses snap https://snapcraft.io/ to install packages such as discord. I presume there might be some mismatch in the paths of the shared libraries, which may or may not come from the snaps technique or the Solus architecture in general.

I would be happy to contribute.