Skip to content

Use g_get_host_name for xauth generation and fix _XOPEN_SOURCE macro usage

Ting-Wei Lan requested to merge wip/lantw/gethostname into master

Please see the discussion in !626 (merged). The reason of using g_get_host_name here is that it is easier to use. It doesn't change the other gethostname call because handling host name changes is required there.

Merge request reports