New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30344 (closed enhancement: duplicate)

Opened 4 years ago

Last modified 4 years ago

regarding the user macports 2.0 creates…

Reported by: dejanpekez@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: base Version: 2.0.0
Keywords: Cc:
Port:

Description (last modified by ryandesign@…) (diff)

the attribute RealName is empty, this results in an empty user being shown in some dialogs that rely on the RealName (see picture 1). it's displayed correctly in dialogs that rely on the shortname (see picture 2). adding this to the postflight script fixes that:

${DSCL} -q . -create /Users/${RUNUSR} RealName ${RUNUSR}

doing this leads to the next problem, the macports user is being shown in the users & groups system preferences pane (see picture 3) on which i haven't found a solution yet.

is it possible to hide the macports user completely from the "gui"? it must be possible since all those daemons and agents (_www, _ard, etc.) are hidden too.

sorry for my bad english, i hope you guys understood everything.

Attachments

picture 1.png (147.6 KB) - added by dejanpekez@… 4 years ago.
picture 1
picture 2.png (124.5 KB) - added by dejanpekez@… 4 years ago.
picture 2
picture 3.png (108.2 KB) - added by dejanpekez@… 4 years ago.

Change History

Changed 4 years ago by dejanpekez@…

picture 1

Changed 4 years ago by dejanpekez@…

picture 2

Changed 4 years ago by dejanpekez@…

comment:1 Changed 4 years ago by ryandesign@…

  • Component changed from ports to base
  • Description modified (diff)

comment:2 Changed 4 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to duplicate

Pretty much a duplicate of #30168.

Note: See TracTickets for help on using tickets.