Closed Mailaender closed 2 months ago
The error message suggests that the snap is trying to access a path it doesn't have read/write permissions to. My guess is that, perhaps, an incorrect path is referenced..?
The OpenChrom snap should have permissions to create and reference sub-directories in the ~/.eclipse
folder.
That is, I would expect it to be looking for the swt chart -related files at following paths:
/home/user/.eclipse/org.eclipse.swtchart.extensions /home/user/.eclipse/.eclipseswtchartsettings
And not
/home/user/.eclipseswtchartsettings
I changed the path in the meantime https://github.com/eclipse/swtchart/pull/402 but I haven't addressed the problem in the snap yet.