mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #649] Ignores TMPDIR and fails when /tmp is mounted as noexec #172
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0PandaDEV on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/649
I have my /tmp mounted as noexec for security reasons. Regardless of that there should never an executable run from /tmp this is a bad practice and can lead to issues. Instead I suggest using
.cache/opentui.@kommander commented on GitHub (Feb 11, 2026):
That is not something opentui controls, that is a Bun issue with standalone executables, which extracts bundled libs to that dir and tried to dlopen from there.