:: Re: [DNG] simple-netaid-gtk -- vers…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor
Fecha:  
A: dng
Asunto: Re: [DNG] simple-netaid-gtk -- versions? dhcp? unbound?
Hi,

On 27/4/24 13:18, al3xu5 via Dng wrote:

> I suggest the snetaid installer should:
> - put a copy of the snetaid png icon in /usr/share/icons (so that the desktop
>    entry could have Icon=SinpleNetaid)


It's in /usr/share/pixmaps

> - create the netaid and snetaid groups (I had to manually create them...)


There is only one group "netaid", and it's automatically created by the postinst script of snetaid:

if ! getent group netaid > /dev/null; then
    addgroup --quiet --system netaid || true
fi


Cheers,

Aitor.