-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not polute the current environment on chroot
setting env. variables in the current process env. instead of the subprocess can lead to various issues, including not being able to edit the sources.list because after xnest the DESKTOP variable is set to :13 which is no longer valid. this change also seems to fix an issue where on Xubuntu the XDG menu did not display all menu entries, now this is no longer the case (all applications are shown)
- Loading branch information
Showing
1 changed file
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters