21 lines
766 B
Diff
21 lines
766 B
Diff
diff --git a/appvm-scripts/usrbin/qubes-session.orig b/appvm-scripts/usrbin/qubes-session
|
|
index cacac4b..e5bedc2 100755
|
|
--- a/appvm-scripts/usrbin/qubes-session.orig
|
|
+++ b/appvm-scripts/usrbin/qubes-session
|
|
@@ -27,16 +27,6 @@
|
|
|
|
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
|
|
-set -a # export all variables
|
|
-env=$(systemctl --user show-environment) && eval "$env" || exit
|
|
-set +a
|
|
-
|
|
-
|
|
if qsvc guivm-gui-agent; then
|
|
if [ -e "$HOME/.xinitrc" ]; then
|
|
. "$HOME/.xinitrc"
|