« Return to Thread: Beginners problem : Gambas compiled package installation

Re: Beginners problem : Gambas compiled package installation

by Bugzilla from linux@drmartinus.de :: Rate this Message:

Reply to Author | View in Thread

Am Montag 12 Mai 2008 schrieb Jason Hackney:
> I had a similar problem from within Ubuntu. I just ran gambas as
> the superuser to get the examples working.

Maybe you just need to change the access rights. By default, the files
in this folder are only accessible to root. The access rights should
be set at least to "r--r--r--" (readable to all), or chmod 555.
If you want to edit the example projects, you probably need to move
them into your home folder and give them read- and write-access
(chmod 666).
You can also leave them in the default location and use the "save as"
option in Gambas in order to make a copy which you can work on.

Martin
--
Dr. Martin Senftleben, Ph.D.
http://www.drmartinus.de
http://www.daskirchenjahr.de

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: Beginners problem : Gambas compiled package installation