Results 24 comments of bryango

复现: ```bash ### NOT working: $ v2ray run < /tmp/v2config.json V2Ray 5.1.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.19 linux/amd64) A unified platform for anti-censorship. 2022/10/16 15:54:36 Using config...

This issue persists in GNOME Shell 3.34.1. It is such a weird effect that I doubt anyone can come up with a fix though...

High CPU usage seems to be caused by the top icon component. After disabling that, CPU usage looks normal for me. However, unite messes up the top panel (e.g. hardpixel/unite-shell#100),...

> High CPU usage seems to be caused by the top icon component. After disabling that, CPU usage looks normal for me. However, unite messes up the top panel (e.g....

[ArchWiki]: https://wiki.archlinux.org/title/bash#Configuration_files I was also puzzled by this behavior. Turns out that `/etc/profile.d/*` is _not_ sourced for a _non-login_ shell in Arch; see [ArchWiki]. Therefore, one has to source `/etc/profile.d/autojump.zsh`...

IMHO this is not an issue of direnv but a problem of some shells that still could not respect $XDG_DATA_DIRS. In any case, I came up with a dirty hack...

> well it's also an issue for bash I think bash should work if you supply it with the correct $XDG_DATA_DIRS, and at least for me, it works out of...

> The specific issue for me is that I’m trying to load a shell hook from `micromamba` that has a line using the `complete` command, which isn't available to direnv's...

Documented shell completions in the book. Aside: there are other useful information that `tectonic -X show` can provide, e.g. the hardcoded bundle url. I can work on this in a...

Hi guys! Thank you very much for the hard work! I am an average user with ``` $ tectonic --version Tectonic 0.12.0 ``` with no understanding of the inner workings...