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

2016-06-30 Thread SHIINA Hideaki
> 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.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


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

2016-06-23 Thread Ulrich Sibiller
On Mon, Jun 13, 2016 at 5:18 AM, SHIINA Hideaki  wrote:
> I use X2Go server on Ubuntu 14.04.
> I started atom editor on X2Go environment.
> Then, It immediately finished with a message below.
>  "App load time: 147ms"
>
> This problem is known to users and discussed at atom user forum.
> https://discuss.atom.io/t/impossible-launch-on-ubuntu-through-x2go-client/26568
>
> But, There is no solution about it.
> So, I wonder if it's a bug of X2Go.

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

Uli
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev