Re: Group name of python scripts generated by GRC

2024-02-09 Thread Marcus D. Leech
On 09/02/2024 09:04, Elof Wecksell via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote: You might be interested in the unix command newgrp, that can change the group id of your session such that new files greated should have this group. The normal behavior for any program is

Re: Group name of python scripts generated by GRC

2024-02-09 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
You might be interested in the unix command newgrp, that can change the group id of your session such that new files greated should have this group. The normal behavior for any program is to create files with the group of the current session. It would of course be possible for grc to have such

Re: Group name of python scripts generated by GRC

2024-02-09 Thread Marcus Müller
Ah! No, that's not implemented in GRC. It's also relative unusual for that to be done, as far as I can tell – for example, if you use gcc to compile a C file into an executable, then that executable will have the GID of the executing user. Best regards, Marcus On 09.02.24 12:43, kron...@tisc

Re: Group name of python scripts generated by GRC

2024-02-09 Thread krono86
Hi Marcus, No, I'm not referring to the category. I'm talking about the file group ownership. I would like that the generated python scripts had the same user/group owner of the grc file opened in GRC. Thanks for help. Ivan Il 08.02.2024 11:14 Marcus Müller ha scritto: > Hi Ivan, > > I

Re: Group name of python scripts generated by GRC

2024-02-08 Thread Marcus Müller
Hi Ivan, I think you mean the category in the GRC block library, right, and you're referring to hier blocks? If that's the case, you'll find that setting in the "Options" block, under "Category". > but i would like the generated python scripts belong to the same group name of the relative g