Beginners problem : Gambas compiled package installation

View: New views
4 Messages — Rating Filter:   Alert me  

Beginners problem : Gambas compiled package installation

by Mike Brett :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've installed Gambas 2.5.0 on Fedora 8 from the rpms on the LDRWEB
site.  All seems to have gone well, apart from the fact that none of the
examples will open, despite the fact that the files are in the
appropriate folders. I just get "This project does not exist" messages.
(The installation placed the examples in /usr/share/gambas2/examples)

Indeed if I 'Open Project' and navigate to the various examples folders,
they won't open from there either. I can highlight a .gambas file and
click OK and nothing happens.

 From a brief experiment, the installation seems to create new projects
just fine.

What corrective action should I take please?  Thanks.

- Mike Brett -



-------------------------------------------------------------------------
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

Re: Beginners problem : Gambas compiled package installation

by jshackney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had a similar problem from within Ubuntu. I just ran gambas as the
superuser to get the examples working.

And yeah, I know that's probably not the ideal solution.

Best of luck.

-------------------------------------------------------------------------
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

Re: Beginners problem : Gambas compiled package installation

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

Reply to Author | View Threaded | Show Only this Message

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

Re: Beginners problem : Gambas compiled package installation

by Rolf Schmidt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

> > 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.
Once again, I think it is not a good idea to change the rights of the example
(directories). It's better to copy the example in your home directory and use
the copy.
So the examples stay unchanged and a different user (or if the copy has been
destroyed by coding)  has a still working version of the example.

Keep in mind, you are in a multiuser environment!

Bye
Rolf


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

signature.asc (196 bytes) Download Attachment