Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles: thunderbird: allow access to runuser for wayland
Denying access to ${RUNUSER} (/run/user/$(id -u)) denies access to Wayland socket which results in thunderbird running under X11. whitelist-runuser-common.inc is included in firefox-common.profile, which is included by firefox.profile, which is in turn included by thunderbird.profile. But it is ignored by the thunderbird.profile. This patch removes the ignore whitelist-runuser-common.inc to allow thunderbird to access wayland sockets.
- Loading branch information