Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16611 Discussions

Quartus 11.0sp1 won't save options. Running Ubuntu 11.04 64bit.

Altera_Forum
Honored Contributor II
1,185 Views

Does anyone have trouble saving preferences in Quartus 11.0sp1 under Ubuntu? 

Unless I run it with sudo, Quartus won't be able to save any options I set like Preferred Text Editor, tool paths, etc. It doesn't seem to remember any recent project info either. 

 

Any idea? 

 

Thanks, 

V
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
269 Views

I have figured this out. 

I installed Quartus with sudo. So the owner of everything including the the configuration folder under my home directory became root. 

Simply taking the ownership with chown fixes everything.
0 Kudos
Altera_Forum
Honored Contributor II
269 Views

I had similar problem with Quartus II 14.1 . 

After installation permissions of ~/.altera.quartus did not allow to write into this folder. It is the folder for storing configuration. 

I've solve this problem with 

sudo chown <mu_username>:<my_groupname> ~/.altera.quartus
0 Kudos
Reply