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
Using xdg-open to open links in browser (Firefox) fails:
xdg-open
$ xdg-open https://www.google.com $ Error: no DISPLAY environment variable specified
xdg-open is symlinked to distrobox-host-exec:
distrobox-host-exec
$ ls -l $(which xdg-open) lrwxrwxrwx. 1 root root 28 Dec 24 07:31 /usr/local/bin/xdg-open -> /usr/bin/distrobox-host-exec $ /usr/bin/distrobox-host-exec xdg-open https://www.google.com $ Error: no DISPLAY environment variable specified
The environment variables DISPLAY and WAYLAND_DISPLAY are not forwarded:
DISPLAY
WAYLAND_DISPLAY
$ /usr/bin/distrobox-host-exec env | grep DISPLAY $
FWIW, I'm opening links in an exported Emacs instance running under Ubuntu 24.04.
Link is opened in default web browser, no different from running xdg-open on host.
bootc status
● Booted ostree Commit: 9841b7f08dcab66e744894fd023688f55fe2879460b8bb3f03d1bec34ec4c912 Rollback ostree Commit: eb6a02ca257df9949340bdb74ba95c4ba2b1191fcb007f41b840d2e781aadfdd
groups
**my-username** wheel video users render docker incus-admin libvirt steam
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using
xdg-open
to open links in browser (Firefox) fails:xdg-open
is symlinked todistrobox-host-exec
:The environment variables
DISPLAY
andWAYLAND_DISPLAY
are not forwarded:FWIW, I'm opening links in an exported Emacs instance running under Ubuntu 24.04.
What did you expect to happen?
Link is opened in default web browser, no different from running
xdg-open
on host.Output of
bootc status
Output of
groups
Extra information or context
No response
The text was updated successfully, but these errors were encountered: