Brian Cameron wrote:
>
> The name of the patch changed from gdm-19-workstation-owner.diff to
> gdm-19-trusted.diff since it doesn't change the workstation owner
> anymore.
There is a standard name used from TX patches in the desktop.
I recalled it is -trusted-extensions.diff, should be good to call it
this way so that when some needs to worked on trusted, does not miss out
any. Typically, they are lumped into one when there are more than one
patches.
-Ghee
>
> Brian
>
>
> On 09-12-21 12:51 PM, Alan Coopersmith wrote:
>> +#ifdef HAVE_SUNTSOL
>> + passwd_entry = getpwnam ("gdm");
>> + XTSOLsetWorkstationOwner (slave->priv->server_display,
>> &(passwd_entry->pw_uid));
>> +#endif
>>
>> Presumably if the gdm user doesn't exist you've errored out before
>> this and don't need to worry about introducing a segfault here?
>>
>