-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
[Bug]: All /proc/*/exe became /apex/com.android.runtime/bin/linker64 cause oh my tmux break after tmux 3.5 released #149
Comments
The issue is that Oh my tmux! tries to locate the tmux executable on the filesystem. It does so by issuing a call to |
@gpakosz @XyLyXyRR This issue is an unfortunate consequence of Android preventing executing files not part of the APK - see https://github.com/termux-play-store/termux-exec?tab=readme-ov-file#problem-1-cannot-execute-files-not-part-of-the-apk for details. In short, Termux on Google Play is not allowed to execute Termux on F-Droid avoids that for now by running in a backward compatibility mode by having a low targetSdkVersion - but support for that is being phased out in general, and it's not allowed when distributing apps on Google Play. If possible, I think the best workaround here is if you could fall back to looking up |
Interesting, Based on this comment, this doesn't seem to apply to |
Due to how often checking It could perhaps be done for |
This should be fixed in version @XyLyXyRR Could you update with |
Seems fixed right now.
Now
Thank you. Have a good day, guys! |
Thank you @fornwall 🙏 |
…in/linker64 when reading /proc/<pid>/exe, resolves #765 see also termux-play-store/termux-issues#149
Migrated from termux/termux-app#4188, as this issue is specific to the Play Store distribution of Termux.
Problem description
Recently tmux released 3.5 and
oh my tmux
broken.gpakosz/.tmux#761
After some patches it's worked on my pc, but not my android.
gpakosz/.tmux#765
Our investigation found this and may need your help.
gpakosz/.tmux#765 (comment)
Steps to reproduce the behavior.
tmux new
And then we noticed that oh my tmux is not working.
What is the expected behavior?
oh my tmux theme should working fine.
System information
Termux application version: Termux googleplay.2024.08.29
Android OS version:Android REL 12 aarch64
Device model: Xiaomi Redmi K30 5G
fastfetch output:
The text was updated successfully, but these errors were encountered: