[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: Atom editor finished immediately after starting.

2016-06-23 Thread SHIINA Hideaki

package: atom

X2Go vesions
x2goagent: 3.5.0.32
x2goserver: 4.0.1.19
x2goserver-extensions: 4.0.1.19
x2goserver-xsession: 4.0.1.19

atom versions
Atom : 1.8.0
Electron: 0.36.8
Chrome : 47.0.2526.110
Node : 5.1.1

situations:
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.


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