5 Apr 2012 13:49
Re: file attributes on a linux system
I know. It is just one of those things. I didn't even think about it until I read "save as" didn't apply the +x attribute. Quite frankly, I simply forgot that the Tree Browser was a plugin.
Sorry.
On Thu, Apr 5, 2012 at 4:53 AM, Lex Trotman <elextr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
On 5 April 2012 19:40, worthspending <worthspending-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:It would have been worthwhile to mention this.
> The question of how new files don't have +x using "save as" and do have +x
> might be answered with the following observation.
>
> - Create a new file File->New, then, File->Save, then, check the attribute:
> No +x on the new file
> - Create a new file File->New, then, File->Save As, then, check the
> attribute: No +x on the new file
>
> I'm using the Tree Browser plugin, so...
> - Create a new file by right mouse click on the directory in the tree
> browser and enter the name of the new file directly into the text field in
> the list. Hit enter to finish and create the file. Check the attribute and
> it has +x on the new file.
Yes, on the correct place.
>
> I wonder if this is worthy of filing an issue report for the tree browser
> plugin.
Cheers
Lex
>
>
>
> On Wed, Apr 4, 2012 at 4:49 AM, Lex Trotman <elextr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>
>> On 4 April 2012 19:42, Lex Trotman <elextr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> > On 4 April 2012 18:52, worthspending <worthspending-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >> Ya know, I really don't even want to ask as I don't want to be a pest,
>> >> but,
>> >> I haven't found a good example of setting the umask prior to launching
>> >> geany. I would like to set the umask and have it tied to geany only.
>> >> I
>> >> run a lot of unattended processes, so, the line of thinking is if I
>> >> make
>> >> some type of global change I could introduce a problem to another
>> >> program.
>> >>
>> >> I can confirm that the "save as" feature works as described in this
>> >> thread.
>> >> No +x attribute on the saved file.
>> >
>> > Hi,
>> >
>> > In relation to your question, just do:
>> >
>> > umask 666; geany
>>
>>
>> Ahhh, make that
>>
>> umask 111; geany
>>
>> because umask is the bits you *don't* want, allways got that wrong.
>>
>> Cheers
>> Lex
>>
>> _______________________________________________
>> Geany-devel mailing list
>> Geany-devel-a8qQ1rezHI4@public.gmane.org
>> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
>
>
>
> _______________________________________________
> Geany-devel mailing list
> Geany-devel-a8qQ1rezHI4@public.gmane.org
> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
>
_______________________________________________
Geany-devel mailing list
Geany-devel-a8qQ1rezHI4@public.gmane.org
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
<div> <p>I know. It is just one of those things. I didn't even think about it until I read "save as" didn't apply the +x attribute. Quite frankly, I simply forgot that the Tree Browser was a plugin.</p> <div><br></div> <div>Sorry.<br><br><div class="gmail_quote">On Thu, Apr 5, 2012 at 4:53 AM, Lex Trotman <span dir="ltr"><<a href="mailto:elextr@...">elextr@...</a>></span> wrote:<br><blockquote class="gmail_quote"> <div class="im">On 5 April 2012 19:40, worthspending <<a href="mailto:worthspending@...">worthspending@...</a>> wrote:<br> > The question of how new files don't have +x using "save as" and do have +x<br> > might be answered with the following observation.<br> ><br> > - Create a new file File->New, then, File->Save, then, check the attribute:<br> > No +x on the new file<br> > - Create a new file File->New, then, File->Save As, then, check the<br> > attribute: No +x on the new file<br> ><br> > I'm using the Tree Browser plugin, so...<br> > - Create a new file by right mouse click on the directory in the tree<br> > browser and enter the name of the new file directly into the text field in<br> > the list. Hit enter to finish and create the file. Check the attribute and<br> > it has +x on the new file.<br><br> </div>It would have been worthwhile to mention this.<br><div class="im"> <br> ><br> > I wonder if this is worthy of filing an issue report for the tree browser<br> > plugin.<br><br> </div>Yes, on the correct place.<br><br> Cheers<br><span class="HOEnZb">Lex<br></span><div class="HOEnZb"><div class="h5"> <br> ><br> ><br> ><br> > On Wed, Apr 4, 2012 at 4:49 AM, Lex Trotman <<a href="mailto:elextr@...">elextr@...</a>> wrote:<br> >><br> >> On 4 April 2012 19:42, Lex Trotman <<a href="mailto:elextr <at> gmail.com">elextr@...</a>> wrote:<br> >> > On 4 April 2012 18:52, worthspending <<a href="mailto:worthspending@...">worthspending@...</a>> wrote:<br> >> >> Ya know, I really don't even want to ask as I don't want to be a pest,<br> >> >> but,<br> >> >> I haven't found a good example of setting the umask prior to launching<br> >> >> geany. I would like to set the umask and have it tied to geany only.<br> >> >> I<br> >> >> run a lot of unattended processes, so, the line of thinking is if I<br> >> >> make<br> >> >> some type of global change I could introduce a problem to another<br> >> >> program.<br> >> >><br> >> >> I can confirm that the "save as" feature works as described in this<br> >> >> thread.<br> >> >> No +x attribute on the saved file.<br> >> ><br> >> > Hi,<br> >> ><br> >> > In relation to your question, just do:<br> >> ><br> >> > umask 666; geany<br> >><br> >><br> >> Ahhh, make that<br> >><br> >> umask 111; geany<br> >><br> >> because umask is the bits you *don't* want, allways got that wrong.<br> >><br> >> Cheers<br> >> Lex<br> >><br> >> _______________________________________________<br> >> Geany-devel mailing list<br> >> <a href="mailto:Geany-devel@...">Geany-devel@...</a><br> >> <a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br> ><br> ><br> ><br> > _______________________________________________<br> > Geany-devel mailing list<br> > <a href="mailto:Geany-devel@...">Geany-devel@...</a><br> > <a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br> ><br> _______________________________________________<br> Geany-devel mailing list<br><a href="mailto:Geany-devel@...">Geany-devel@...</a><br><a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br> </div></div> </blockquote> </div> <br> </div> </div>
RSS Feed