-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can links be opened in the system browser? #213
Comments
My local hack to get this working has been to ssh back to localhost and call termux-open. I've also created a termux-open.desktop file in my user XDG application folders such that gnome GUI applications open links in my Android default browser. |
Stale issue message |
@xdrie @lypanov recent commits in TermuxArch/TermuxArch allow for using termux-api commands such as |
Weirdly while eg termux-toast works for me termux-open does not. I just get "am: not found". |
This is being re-implemented for the second time:
It was dropped twice due to serious errors which impeded the functioning of this installation and configuration script. @lypanov @sudomain @xdrie can you please share what other commands should be added to this array? Suggestions are welcome about how this feature should be re-implanted. If you are not worried about collisions and other possible issues, simply add Termux PATH to .bash_profile, and you will get the commands you want from Termux in the PRoot environment. |
Linking is an option to using PATH. For example command
I don't use all the commands. Really I don't. One of the reasons is there is too many of them. This doesn't mean I don't want you to use the command that you want to use. When I don't know the name of the command that you wish to use it makes it difficult to implement this command into the configuration and installation script. Please share the names of the Android and Termux commands you would like to have included. |
I've for now simply linked am into /usr/local/bin and this works around my issues. I'm personally fine with using the full termux path manually for the termux-* tools themselves. As such, for me at the very least: Documentation is all I'd need as long as "am" is linked. |
If you would like to see how this affects the system in a negative way try this command developed in August 2020, |
Sorry I was ambigious. I mean, I'm just typing in /data/data in all places I need termux-* scripts. |
See if trying a for loop like this one; |
|
Thank you for sharing your request; |
Your requests are not presently implemented. In the meantime please enjoy the command; Screenshot from recent developments at issue TermuxArch/TermuxArch#25 that requests attention. The current question in this issue is:
This BASH array |
I find this topic and your comments very inspiring. You may want to try what I'm trying right now:
I'm enjoying learning what this change does; How about you? Are you enjoying the change too? Please share your findings here. |
https://www.reddit.com/r/termux/comments/ipod6z/what_termux_and_system_commands_work_well_with/
Suggestions are welcome here. This is the current model of array PRFXTOLS:
|
Retesting the install feature is requested as, "Issues with Libreoffice #252" is open. Should device space be an issue with your device smartphone, wearable, smartwatch and more, please run this command:
This command should refresh the installation to the newest version for development, testing and the ux (user experience). Should space on device NOT be an issue please use the alternate directory install feature; |
I tried it and it seems to work! Thanks! |
@xdrie you are very welcome, and thank you very much for confirming Libreoffice works on Android smartphone! |
@xdrie this commit TermuxArch/TermuxArch@10db9b3 dropped |
This commit 33c875f adds temporary developer support for these commands @xdrie: In order to access these commands, you can use the option |
I tried using
Is this a known issue? |
Which command did you run to get this error? |
Base termux provides ~
termux-open
, can I interface with that?The text was updated successfully, but these errors were encountered: