You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how to write it, overall it's cool that IceWM will have direct support in Termux without patches.
On the other hand, it is about file paths. These are written absolutely (e.g. /usr/bin). Termux, on the other hand, runs on Android and it has its main directories in other places (e.g. /data/data/com.termux/files/usr/bin). As a result, menu generation does not work.
This is how I dealt with Termux (along with the help), however if you want to rework IceWM, you can take this into account and import / rework it to include Termux paths or in general somehow check all POSIX systems?
Thanks. The patch reduces the readability of the code and because at the moment the audience is tiny, I prefer not to include it. I also wonder if adding some sed commands to your build script could achieve the same effect. I have added this issue to the installation instructions section of the Wiki, so it can be found by others.
I don't know how to write it, overall it's cool that IceWM will have direct support in Termux without patches.
On the other hand, it is about file paths. These are written absolutely (e.g. /usr/bin). Termux, on the other hand, runs on Android and it has its main directories in other places (e.g. /data/data/com.termux/files/usr/bin). As a result, menu generation does not work.
This is how I dealt with Termux (along with the help), however if you want to rework IceWM, you can take this into account and import / rework it to include Termux paths or in general somehow check all POSIX systems?
termux-user-repository/tur@9d2c92a
The text was updated successfully, but these errors were encountered: