transformerlab-app icon indicating copy to clipboard operation
transformerlab-app copied to clipboard

Downloading on Ubuntu gives Permission Denied Errors

Open deep1401 opened this issue 8 months ago • 2 comments

User "Bruce" reported not being able to install the app from the AppImage with the following errors:

Image

Image

deep1401 avatar Apr 15 '25 21:04 deep1401

Not sure if this will help but it seems like sometimes the ~/.transformerlab directory gets created with root set as the owner. We are working on a fix for this, but if you have failed to get TransformerLab to start then you might be able to fix simply by deleting the ~/.transformerlab directory and trying again. If that fails you can try to change the owner by doing sudo chown -R $USER:$USER ~/.transformerlab, but you might end up having to whack-a-mole inside that directory to make sure everything is set to the right owner.

Will let you know when we fix the root issue.

dadmobile avatar Apr 22 '25 12:04 dadmobile

The chown solution had not worked as the user had tried it earlier, keeping this open still to check up on the solution

deep1401 avatar May 13 '25 22:05 deep1401