Page 1 of 1

linux x64 no GUI after login

Posted: Sun Nov 08, 2015 12:11 pm
by boredpenguin
Install seems to go without issue. After running the program the login window comes up. If i run as root the login window goes away and the process keeps running. If I run as a regular user, the login process stops and a new process is started, but the actual program GUI never appears

Fedora 23 (gnome 3.18) 64 bit

Re: linux x64 no GUI after login

Posted: Mon Nov 09, 2015 5:07 am
by JoeJ
Hmm.. it's working for me. All I had to do is run the commands below

cd /opt/Simplify3D-3.0.2/
sudo ./LaunchScript.sh

Opens just fine with that. If it doesn't work for you, maybe check the crash log in case it is due to a missing dependency or something.

Re: linux x64 no GUI after login

Posted: Mon Nov 09, 2015 2:15 pm
by boredpenguin
I was running ./Simplify3d directly rather than using the LaunchScript.sh

All good now, thanks.