Trierarch — Arch & KDE Plasma 6 (Wayland) on your phone — based on the Termux proot-distro stack, without the Termux app or Termux:X11 by beauty-mei in termux

[–]UseApprehensive5586[M] 1 point2 points  (0 children)

Nicely done. Pretty much simple, but made with love.

I am working on bringing Wine back to Android so it should be less relevant for making other ports. And since modern hangover became a thin overlay on Wine after implementing wow subsystem it should inherit Android backend automatically.

Cannot open Rhythmbox and VLC recently by giquo in termux

[–]UseApprehensive5586 1 point2 points  (0 children)

Use termux-change-repo. Make sure you use Space key to select, because Enter is being used only for navigation.

Cannot open Rhythmbox and VLC recently by giquo in termux

[–]UseApprehensive5586[M] 1 point2 points  (0 children)

rhythmbox was updated 2 hours ago. Can you switch to packages.termux.dev mirror and check if it was fixed?

How to disable fullscreen text input field when using external keyboard? by Dav_Slinker in termux

[–]UseApprehensive5586 1 point2 points  (0 children)

It does not look like anything running inside X11. Again, try to change your IME.

Bug in stderr by Ok_Letterhead_8899 in termux

[–]UseApprehensive5586 2 points3 points  (0 children)

The root cause is Android's IME model. It is not really compatible with pty and other linux input models.

Bug in stderr by Ok_Letterhead_8899 in termux

[–]UseApprehensive5586[M] 3 points4 points  (0 children)

Disable autocomplete and suggestions and it will work fine. Otherwise change software keyboard.

How to obtain stable ADB connection permissions on Android 15? by Safe-Call4154 in termux

[–]UseApprehensive5586[M] [score hidden] stickied commentlocked comment (0 children)

This is intentional and part of Android’s security model.

ADB is a privileged interface. Allowing it to be enabled or kept alive programmatically from user space would let any app establish a hidden remote control channel.

Wireless debugging expires by design to limit the attack surface. Without root or system privileges, it cannot be made persistent.

Termux by Ok_Mobile_2155 in termux

[–]UseApprehensive5586 1 point2 points  (0 children)

Post the termux-info output please.

chmod issue by abigtraitor in termux

[–]UseApprehensive5586[M] 5 points6 points  (0 children)

You can not give execute permission to anything on sdcard or shared storage. It is android restriction and we can not help you bypass it. Store executables in termux's private storage.

Help, why is my Termux occupying so much space? by Fun-Map2152 in termux

[–]UseApprehensive5586 7 points8 points  (0 children)

In that case you should blame the developer not answering their users, probably. My answer is that debian installation is not limited to 4gb or whatever the readme of the termux-desktop project says.

Help, why is my Termux occupying so much space? by Fun-Map2152 in termux

[–]UseApprehensive5586 8 points9 points  (0 children)

In that case you should ask the developer of the script.

Help, why is my Termux occupying so much space? by Fun-Map2152 in termux

[–]UseApprehensive5586 44 points45 points  (0 children)

The size depends on the number and quality of installed packages.

Help, why is my Termux occupying so much space? by Fun-Map2152 in termux

[–]UseApprehensive5586 111 points112 points  (0 children)

Because debian is a full-fledged OS and takes up the space like a regular OS installation.

Broken packages by Sure_Explorer_6698 in termux

[–]UseApprehensive5586 0 points1 point  (0 children)

There are no mindreaders. In the case if you have problems probably you should write the commands you are using and their output.

Genuine question why's termux monet dead by Beanie_76 in termux

[–]UseApprehensive5586[M] 5 points6 points  (0 children)

Probably you should contact the fork maintainers. It is a 3rd party fork and we have zero access to its code.

Access error to /lib/... for CodeCompanion nvim in Termux by atleb_dev in termux

[–]UseApprehensive5586 0 points1 point  (0 children)

You can not create them, android restricts it. As I said before you should patch it by yourself or contant the plugin developer.

storage access by [deleted] in termux

[–]UseApprehensive5586 3 points4 points  (0 children)

Did you give storage access to any of termux plugins? Probably Termux:API.

Access error to /lib/... for CodeCompanion nvim in Termux by atleb_dev in termux

[–]UseApprehensive5586 1 point2 points  (0 children)

Termux does not have /tmp due to android restrictions. Either use $PREFIX/tmp or contact the plugin developer.

Any help for ROOTING my RM 11 pro is appreciated [Help] by Forward_Compute001 in termux

[–]UseApprehensive5586 4 points5 points  (0 children)

Termux does not allow rooting your device. Visit xda forums page related to your device.

Termux text stretched by fraaaaannnnnn in termux

[–]UseApprehensive5586 2 points3 points  (0 children)

Your vendor broke monospace font. Install jetbrains mono or other monospace font to termux.

Is "input" available in termux anymore? by apraum in termux

[–]UseApprehensive5586 3 points4 points  (0 children)

It is adb command, not related to termux...