Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote:
> your rights are ideal. If you lock them, inside /.src you will find
> -r--r--r-- 1 fernando fernando.
> Did you check inside /.src ?
Yes, using "find ... ls -la" I checked one by one. They all have at least
the access permission indicated.

> If inside /.src  files are also -rw-r--r-- 1 fernando fernando, try a
> 'touch test.log' to check if that is possible,repeat it after a  minute
> or two (look at the timestamp  between)  to check if you have that
> rights.

I have no problem writing inside any of those directories.

> Oh, before it was said using gambas IDE you have to have  rw on /tmp.
Yes, thatś pretty standard, and I have those permissions on /tmp.

I am still clueless.

- fernando

2017-05-02 10:47 GMT-03:00 Karl Reinl :

> Am Dienstag, den 02.05.2017, 09:53 -0300 schrieb Fernando Cabral:
>
> > Karl wrote:
> >
> > > the directory from gbDocEditor. is (if you have downloaded via
> > > softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor
> > > Just run a chmod  -R on that.
> > > But first look whats are your rights on it.
> >
> > Yes, I donwloaded it via softwarefarm.
> > I checked files and directories bellow oliviercruilles and they have the
> > permissions set to at least the following:
> >
> > drwxr-xr-x 3 fernando fernando   -- if a directory
> > -rw-r--r-- 1 fernando fernando  -- if a file
> >
> > Now, to run "chmod -R" what is the ideal permission setting?
> >
> > Regards
> >
> > - fernando
>
>
>
> Salut Fernando,
>
>
> your rights are ideal. If you lock them, inside /.src you will find
> -r--r--r-- 1 fernando fernando.
> Did you check inside /.src ?
> If inside /.src  files are also -rw-r--r-- 1 fernando fernando, try a
> 'touch test.log' to check if that is possible,repeat it after a  minute
> or two (look at the timestamp  between)  to check if you have that
> rights.
>
> Oh, before it was said using gambas IDE you have to have  rw on /tmp.
>
> --
> Amicalement
> Charlie
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fernando Cabral
Blogue: http://fernandocabral.org
Twitter: http://twitter.com/fjcabral
e-mail: fernandojosecab...@gmail.com
Facebook: f...@fcabral.com.br
Telegram: +55 (37) 99988-8868
Wickr ID: fernandocabral
WhatsApp: +55 (37) 99988-8868
Skype:  fernandojosecabral
Telefone fixo: +55 (37) 3521-2183
Telefone celular: +55 (37) 99988-8868

Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
nenhum político ou cientista poderá se gabar de nada.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Karl Reinl
Am Dienstag, den 02.05.2017, 09:53 -0300 schrieb Fernando Cabral:

> Karl wrote:
> 
> > the directory from gbDocEditor. is (if you have downloaded via
> > softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor
> > Just run a chmod  -R on that.
> > But first look whats are your rights on it.
> 
> Yes, I donwloaded it via softwarefarm.
> I checked files and directories bellow oliviercruilles and they have the
> permissions set to at least the following:
> 
> drwxr-xr-x 3 fernando fernando   -- if a directory
> -rw-r--r-- 1 fernando fernando  -- if a file
> 
> Now, to run "chmod -R" what is the ideal permission setting?
> 
> Regards
> 
> - fernando



Salut Fernando,


your rights are ideal. If you lock them, inside /.src you will find
-r--r--r-- 1 fernando fernando.
Did you check inside /.src ?
If inside /.src  files are also -rw-r--r-- 1 fernando fernando, try a
'touch test.log' to check if that is possible,repeat it after a  minute
or two (look at the timestamp  between)  to check if you have that
rights.

Oh, before it was said using gambas IDE you have to have  rw on /tmp.

-- 
Amicalement
Charlie
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote:

> the directory from gbDocEditor. is (if you have downloaded via
> softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor
> Just run a chmod  -R on that.
> But first look whats are your rights on it.

Yes, I donwloaded it via softwarefarm.
I checked files and directories bellow oliviercruilles and they have the
permissions set to at least the following:

drwxr-xr-x 3 fernando fernando   -- if a directory
-rw-r--r-- 1 fernando fernando  -- if a file

Now, to run "chmod -R" what is the ideal permission setting?

Regards

- fernando





2017-05-02 9:22 GMT-03:00 Karl Reinl :

> Am Dienstag, den 02.05.2017, 07:08 -0300 schrieb Fernando Cabral:
> > Karl wrote:
> >
> > >I suppose You have opened the example projects, is it?
> > > Just save you a local copy by 'save as'..
> >
> > I did download and open gbDocEditor. Do you mean it can lock all my
> > projects?
> > If so, what else can I do to unlock it? Saving as did not seem to work.
> >
> > - fernando
>
> Salut Fernando,
>
> the directory from gbDocEditor. is (if you have downloaded via
> softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor
> Just run a chmod  -R on that.
> But first look whats are your rights on it.
>
> --
> Amicalement
> Charlie
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fernando Cabral
Blogue: http://fernandocabral.org
Twitter: http://twitter.com/fjcabral
e-mail: fernandojosecab...@gmail.com
Facebook: f...@fcabral.com.br
Telegram: +55 (37) 99988-8868
Wickr ID: fernandocabral
WhatsApp: +55 (37) 99988-8868
Skype:  fernandojosecabral
Telefone fixo: +55 (37) 3521-2183
Telefone celular: +55 (37) 99988-8868

Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
nenhum político ou cientista poderá se gabar de nada.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Karl Reinl
Am Dienstag, den 02.05.2017, 07:08 -0300 schrieb Fernando Cabral:
> Karl wrote:
> 
> >I suppose You have opened the example projects, is it?
> > Just save you a local copy by 'save as'..
> 
> I did download and open gbDocEditor. Do you mean it can lock all my
> projects?
> If so, what else can I do to unlock it? Saving as did not seem to work.
> 
> - fernando

Salut Fernando,

the directory from gbDocEditor. is (if you have downloaded via
softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor
Just run a chmod  -R on that.
But first look whats are your rights on it.

-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote:

>I suppose You have opened the example projects, is it?
> Just save you a local copy by 'save as'..

I did download and open gbDocEditor. Do you mean it can lock all my
projects?
If so, what else can I do to unlock it? Saving as did not seem to work.

- fernando

2017-05-02 3:22 GMT-03:00 Karl Reinl :

> Am Montag, den 01.05.2017, 21:36 -0300 schrieb Fernando Cabral:
> > All of a sudden, I can not edit any project. They are all locked.
> > Hitting the lock icon does not change anything except that
> > on the tab where the module name is shown the expression '[read only]"
> > appears and disappears. But I still can not edit the source code.
> >
> > What I am supposed to do to fix this?
> >
>
> Salut,
>
> I suppose You have opened the example projects, is it?
> Just save you a local copy by 'save as'..
> --
> Amicalement
> Charlie
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fernando Cabral
Blogue: http://fernandocabral.org
Twitter: http://twitter.com/fjcabral
e-mail: fernandojosecab...@gmail.com
Facebook: f...@fcabral.com.br
Telegram: +55 (37) 99988-8868
Wickr ID: fernandocabral
WhatsApp: +55 (37) 99988-8868
Skype:  fernandojosecabral
Telefone fixo: +55 (37) 3521-2183
Telefone celular: +55 (37) 99988-8868

Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
nenhum político ou cientista poderá se gabar de nada.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Jorge Carrión
If you have linked the source code directorys with other projects, Gambas
lock de files as readonly too.
In that case you must modify the code in their original project, not in the
linked one.

Best Regards

2017-05-02 2:36 GMT+02:00 Fernando Cabral :

> All of a sudden, I can not edit any project. They are all locked.
> Hitting the lock icon does not change anything except that
> on the tab where the module name is shown the expression '[read only]"
> appears and disappears. But I still can not edit the source code.
>
> What I am supposed to do to fix this?
>
> --
> Fernando Cabral
> Blogue: http://fernandocabral.org
> Twitter: http://twitter.com/fjcabral
> e-mail: fernandojosecab...@gmail.com
> Facebook: f...@fcabral.com.br
> Telegram: +55 (37) 99988-8868
> Wickr ID: fernandocabral
> WhatsApp: +55 (37) 99988-8868
> Skype:  fernandojosecabral
> Telefone fixo: +55 (37) 3521-2183
> Telefone celular: +55 (37) 99988-8868
>
> Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
> nenhum político ou cientista poderá se gabar de nada.
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Karl Reinl
Am Montag, den 01.05.2017, 21:36 -0300 schrieb Fernando Cabral:
> All of a sudden, I can not edit any project. They are all locked.
> Hitting the lock icon does not change anything except that
> on the tab where the module name is shown the expression '[read only]"
> appears and disappears. But I still can not edit the source code.
> 
> What I am supposed to do to fix this?
> 

Salut, 

I suppose You have opened the example projects, is it?
Just save you a local copy by 'save as'..
-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] gambas editor is locked

2017-05-01 Thread Fernando Cabral
All of a sudden, I can not edit any project. They are all locked.
Hitting the lock icon does not change anything except that
on the tab where the module name is shown the expression '[read only]"
appears and disappears. But I still can not edit the source code.

What I am supposed to do to fix this?

-- 
Fernando Cabral
Blogue: http://fernandocabral.org
Twitter: http://twitter.com/fjcabral
e-mail: fernandojosecab...@gmail.com
Facebook: f...@fcabral.com.br
Telegram: +55 (37) 99988-8868
Wickr ID: fernandocabral
WhatsApp: +55 (37) 99988-8868
Skype:  fernandojosecabral
Telefone fixo: +55 (37) 3521-2183
Telefone celular: +55 (37) 99988-8868

Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
nenhum político ou cientista poderá se gabar de nada.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user