This site requires JavaScript, please enable it in your browser!
Greenfoot back
ruud00000
ruud00000 wrote ...

2012/10/26

world field not showing

ruud00000 ruud00000

2012/10/26

#
I just installed Greenfoot on Ubuntu. I changed ownership of the scenario folder from root to myself so I can work with the scenarios on the default location. When I open a scenario the classes show on the right side panel but on the left panel no world grid shows up so I can do anything. Tried other scenarios, same thing. How to solve that?
nccb nccb

2012/10/26

#
Did you just change the permission to the directory? If all the files within the directory still belong to root, you won't be able to compile or edit the code. Probably still best to just take your own copy for your own user (use "Save As" in the menu to save elsewhere).
davmac davmac

2012/10/26

#
Also, did you compile?
ruud00000 ruud00000

2012/10/26

#
I changed ownership for all files in folder /usr/share/doc/Greenfoot/scenarios: sudo chown -R ruud:ruud scenarios After clicking Compile the world grid shows, which is what I was looking for. Thanks!
You need to login to post a reply.