[X2Go-Dev] Bug#1043: Bug#1043: Atom editor finished immediately after starting.

SHIINA Hideaki shiina at yndrd.com
Fri Jul 1 04:18:50 CEST 2016


> Have you tried this hack? https://github.com/atom/atom/issues/4360

Great!

The hack solved my case.

My steps are below.

1. Find `libxcb.so*`. (e.g. find /usr | grep libxcb.so)
2. Find atom installed directory. (dpkg -L atom)
3. Copy libxcb.so* to atom installed directory.
4. Modify libxcb (e.g. sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' libxcb.so.1.1.0)
5. Start atom.


Thank you very much, Uli.


More information about the x2go-dev mailing list