Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions appvm-scripts/usrbin/qubes-session
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@

loginctl activate "$XDG_SESSION_ID"

# Now import the environment from the systemd user session.
# This is necessary to enable users to configure their
# Qubes environment using the standard environment.d
# facility. Documentation for the facility is at:
# https://www.freedesktop.org/software/systemd/man/environment.d.html
eval $(systemctl --user show-environment | sed 's/^/export /')


if qsvc guivm-gui-agent; then
if [ -e "$HOME/.xinitrc" ]; then
. "$HOME/.xinitrc"
Expand Down