Skip to content

core: Check environment variables before giving to GAppLaunchContext

Carlos Garnacho requested to merge wip/carlosg/launcher-environment-checks into master

Depending on the type of session, one or the other might be NULL, which is not meant to be handled by these functions. Check for both DISPLAY envvars before setting them on the GAppLaunchContext.

Closes: #586 (closed)

Merge request reports