We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distrobox/distrobox-enter
Lines 357 to 367 in cdaa860
When launching distrobox-enter with empty XDG_DATA_DIRS, standard paths are not added to environment variable.
XDG_DATA_DIRS
++ standard_paths='/usr/local/share /usr/share' ++ container_paths= ++ for standard_path in '${standard_paths}' ++ '[' -n '' ']' ++ for standard_path in '${standard_paths}' ++ '[' -n '' ']' ++ result_command='docker exec # skipped lines.. --env "PATH=/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" --env "XDG_DATA_DIRS="' ++ set +x
This happens when launching integrated VSCode app from GNOME 2 menu launcher.
environment: bash 4.2 on CentOS 7
sh-4.2$ sh --version GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
The text was updated successfully, but these errors were encountered:
XDG_CONFIG_DIRS
Successfully merging a pull request may close this issue.
distrobox/distrobox-enter
Lines 357 to 367 in cdaa860
When launching distrobox-enter with empty
XDG_DATA_DIRS
, standard paths are not added to environment variable.This happens when launching integrated VSCode app from GNOME 2 menu launcher.
environment: bash 4.2 on CentOS 7
The text was updated successfully, but these errors were encountered: