Page 1 of 1

Atom not lauching. Bug?

Posted: Mon Apr 16, 2018 10:25 am
by xavimat
I've set Atom as Text Editor in Renpy. It has been downloaded. And when I try to open a file, it shows this error:
An exception has occured while launching the text editor OSError: [Errno 13] Permission denied.
I have also Atom as text editor in my OS, and .rpy files are open with it by default. When I set "System Editor" in Renpy, it opens Atom, but can't go to the correct line, and show .rpyc files in the tree (two features that the internal Renpy-Atom has).
OS: Ubuntu 17.10
RenPy: 6.99.14.3.3347

Re: Atom not lauching. Bug?

Posted: Mon Apr 16, 2018 10:59 am
by rayminator
it not renpy that is causing the error don't know if this will help but other people are having the same problem with atom on linux platforms

try doing this

Code: Select all

sudo chown -R `whoami` ~/.atom
or

Code: Select all

sudo chmod -R 777 ~/.atom
you might also trying changing the permission for atom folders

information from here
Atom throw permission denied error

more info

atom permissions problem on ubuntu after building

Re: Atom not lauching. Bug?

Posted: Tue Apr 17, 2018 3:37 am
by xavimat
Thanks, rayminator.
Tried sudo chown -R `whoami` ~/.atom with no success.
I can open Atom normally outside RenPy, but not as the selected text-editor inside RenPy.