[MacPorts] #30344: regarding the user macports 2.0 creates…
#30344: regarding the user macports 2.0 creates… -------------------------------+-------------------------------------------- Reporter: dejanpekez@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Low | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: -------------------------------+-------------------------------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/30344> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30344: regarding the user macports 2.0 creates… -------------------------------+-------------------------------------------- Reporter: dejanpekez@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Low | Milestone: Component: base | Version: 2.0.0 Keywords: | Port: -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * component: ports => base Old description:
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.
New description: 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. -- -- Ticket URL: <https://trac.macports.org/ticket/30344#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30344: regarding the user macports 2.0 creates… --------------------------------+------------------------------------------- Reporter: dejanpekez@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Low | Milestone: Component: base | Version: 2.0.0 Resolution: duplicate | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => duplicate Comment: Pretty much a duplicate of #30168. -- Ticket URL: <https://trac.macports.org/ticket/30344#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts