17:49:19 Hi, I'm having an issue when I run the GUI AppImage with version 0.17. Nothing happens when I click the AppImage and when I try to run it on the command line I get this error: ./monero-wallet-gui: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directory 17:49:20 I never had this issue when I ran the GUI with version 0.15.0.4 and I could not find a reference on Stack Exchange that helped me solve this issue. Any help would be great. I'm running Xubuntu 18.04 17:54:38 rjm: try apt install libxcb-icccm4 17:57:50 Thanks, now I'm getting the same error but for libxcb-icccm.so.0 17:58:46 sorry, libxcb-image.so.0 18:00:34 rjm: apt install libxcb-image0 18:01:02 * moneromooo stops boggling 18:03:33 so then it just gives another error for keysyms.so.1   is there like library my computer is missing, or I can just keep installing the things it gives errors for 18:06:03 You can run "ldd monero-wallet-gui" and see all the libs it cannot find. 18:06:07 Then install all of those. 18:06:29 ok, thanks moneromoo, will do that 18:07:03 To search for which package(s) install a file: dnf provides **/libxcb-icccm.so.4 18:07:21 For fedora like distros anyway. 18:15:43 rjm: how did you install the GUI? 18:16:09 usually it should not require any extra work on linux if you download from getmonero.org 18:18:07 selsta: xcb libs are dynamic, but they're preinstalled on most distros 18:18:18 ah ok 18:19:04 i downloaded the .tar.bz2 file from getmonero.org download page and then checked the hashes using the guide 18:19:14 I was missing libxcb-xkb.so and libxkbcommon-x11.so 18:19:30 I just downloaded those and the gui worked 18:22:10 Thanks guys! really appreciate the help! 18:25:28 What distro are you on btw ? 18:26:43 They mentioned Xubuntu 18.04 18:26:44 Xubuntu