Hi, Everyone,
I installed the V7 on my computer. I encounter a little trouble for installing the license file, on my linux (SUSE 13.1, 64bits) OS. I run the self-extrating program, I was logged as ROOT.
While I was logged as ROOT, I start Eagle, and install the license, without any trouble, and eagle run fine.
Then, I log-out, and log as simple user. I run Eagle, and Eagle ask me to install the license file (again
) and it refused to do it, and ask me to log as 'root' for installing the license....
The problem is that when Eagle ask for the license file, while we are logged as root, it create the '/opt/eagle-7.0.0/bin/eagle.lic' but with owner= 'root' , group ='root', and no read access for everyone else (rw-r-----).
So I had to change the privilege of this file (from '-rw-r-----' to '-rw-r--r--'). Now it's working fine, when logged as user....
It's not complicated but this could be corrected for next version... it would be nice.