The question of how new files don't have +x using "save as" and do have +x might be answered with the following observation.<div><br></div><div>- Create a new file File->New, then, File->Save, then, check the attribute:  No +x on the new file</div>
<div>- Create a new file File->New, then, File->Save As, then, check the attribute: No +x on the new file</div><div><br></div><div>I'm using the Tree Browser plugin, so...</div><div>- 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.</div>
<div><br></div><div>I wonder if this is worthy of filing an issue report for the tree browser plugin.</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 4:49 AM, Lex Trotman <span dir="ltr"><<a href="mailto:elextr@gmail.com">elextr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 4 April 2012 19:42, Lex Trotman <<a href="mailto:elextr@gmail.com">elextr@gmail.com</a>> wrote:<br>

> On 4 April 2012 18:52, worthspending <<a href="mailto:worthspending@gmail.com">worthspending@gmail.com</a>> wrote:<br>
>> Ya know, I really don't even want to ask as I don't want to be a pest, 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.  I<br>
>> run a lot of unattended processes, so, the line of thinking is if I make<br>
>> some type of global change I could introduce a problem to another program.<br>
>><br>
>> I can confirm that the "save as" feature works as described in this 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>
</div>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>
<div class="HOEnZb"><div class="h5">Lex<br>
_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</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>