Mario Salgado

Results 44 comments of Mario Salgado

@HasmanKedagbusan an issue description (and meaningful title) is required for new issues, can you please elaborate what is happening? Thanks!

Hi, Thanks for the complete snippet of the vnc logfile, it seems that (on L63), `polybar` is crashing, which ends up terminating the Desktop Environment (ends on L64). Looking into...

@Aridlvory although your input is very appreciated, please note that this solution (and question) are out-of-scope for this issue provided that Firefox isn't available in Termux repos nor the X11...

> Android 7.1.2 ARMEBI 7v 32Bit 1.5gb ram This is no longer a supported Android version for Termux, and this issue is unrelated to the installation of termux-desktop which **does...

Hi, In my Docker container (installing the same repo) it sums up to 1.6GB total. So, give or take a few MB, I'd recommend reserving about 2GB in your internal...

Yes, (for your pc, not your phone) that can be used to test the installation (and desktop access). See PR #104

Hi, Either the setup did not complete successfully and the launch script is not present, or the folder containing your launch script is not in your `PATH` environment variable. __To...

Looking back into the setup process, you can see that the same reference for changing the `PATH` as above, is done on [termux-desktop/setup.sh L102](https://github.com/adi1090x/termux-desktop/blob/cea3871e064a8bd28aca8c691f10075b49879532/setup.sh#L102): ``` sed -i -e 's|# export...

Added the PR above to avoid issues launching the script, even if `zsh` / `oh-my-zsh` fails to install. The point is that a shell (or shell theme)'s installation should not...

PR #103: Added the PR above to ensure `chsh` is executed independently (and not coupled with other commands) and so that the installer can exec zsh when it completes. This...