Skip to content
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

Everything black through SSH with Putty #19

Open
marco-trovato opened this issue Mar 17, 2023 · 2 comments
Open

Everything black through SSH with Putty #19

marco-trovato opened this issue Mar 17, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@marco-trovato
Copy link

marco-trovato commented Mar 17, 2023

Bug:
Installed successfully using pip3 (v23.0.1), but when typing ash nothing happens to the propmpt. Pressing CTRL-C gets back to bash. After uninstalling all packages and reinstalling on different machines, the program now actually runs on one of them (WHY? nothing has changed!), but everything on the screen is black (the screen size is more than the minimum required).

Steps to Reproduce

  1. $ python3 -m pip install ash-editor
  2. $ ash

OS:

  • OS: Linux 5.10.0-18-686 / Devuan GNU/Linux 4 (chimaera)
  • From Windows 10 Home x64 with Kitty SSH client (or also on the local linux machine, if using xfce-terminal, but it works on local machine with KDE Konsole)

THIS IS THE BEST TUI CUA TEXT EDITOR I HAVE EVER SEEN ON LINUX!

@marco-trovato marco-trovato added the bug Something isn't working label Mar 17, 2023
@marco-trovato marco-trovato changed the title Does not start Everything black through SSH with Putty Mar 17, 2023
@akashnag
Copy link
Owner

Sometimes ash takes some time to load. Can you try waiting for 10 secs and see if it solves the issue?

Also, themes, some older monitor types and emulators could cause this issue. E.g. the terminal emulator cool-retro-term causes ash to become extremely low-contrast

@marco-trovato
Copy link
Author

I removed all packages with pip (v23.0.1) and reinstalled.
(I also tried with python3 -m pip install, and also as root)

In all case the result now is:

link@manjaro-arm ~/.l/bin> ./ash
Traceback (most recent call last):
  File "/home/link/.local/bin/./ash", line 5, in <module>
    from ash.ash_main import run
ModuleNotFoundError: No module named 'ash.ash_main'; 'ash' is not a package


link@manjaro-arm ~/.l/bin [1]> ./ash.py 
/bin/sh: line 1: virtualenv: command not found
You didn't specify what to do. Refer to the README file for the commands that ash supports. Exiting now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants