FS#66335 - [discord] Missing dependency gtk3
Attached to Project:
Community Packages
Opened by Sefa Eyeoglu (Scrumplex) - Tuesday, 21 April 2020, 13:29 GMT
Last edited by Filipe Laíns (FFY00) - Tuesday, 21 April 2020, 14:00 GMT
Opened by Sefa Eyeoglu (Scrumplex) - Tuesday, 21 April 2020, 13:29 GMT
Last edited by Filipe Laíns (FFY00) - Tuesday, 21 April 2020, 14:00 GMT
|
Details
Description:
The package discord is missing the gtk3 dependency (in adddition to libxtst, libxi, libxcursor and libxcomposite, which are probably satisfied through gtk3)# I installed discord inside an nspawn container with a pacstrap consisiting of "base discord". I had to install the packages above to get it starting. Additional info: * package version(s) 0.0.10-2 Steps to reproduce: Create a clean Arch Linux environment (nspawn for example) with only base and discord installed. Try to run "discord" Errors: discord: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory discord: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory discord: error while loading shared libraries: libXi.so.6: cannot open shared object file: No such file or directory discord: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory discord: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory |
This task depends upon
Closed by Filipe Laíns (FFY00)
Tuesday, 21 April 2020, 14:00 GMT
Reason for closing: Fixed
Additional comments about closing: discord 0.0.10-3
Tuesday, 21 April 2020, 14:00 GMT
Reason for closing: Fixed
Additional comments about closing: discord 0.0.10-3
Comment by
Sefa Eyeoglu (Scrumplex) - Tuesday,
21 April 2020, 13:30 GMT
Or you can just look at the output of namcap and see the missing
gtk3 dependency