micro: Blank screen / hang on startup
Description of the problem or steps to reproduce
A few months now, when running micro it hangs on startup after clearing the console. The only way to terminate the process is to close the terminal or kill it. This happened occasionally for the past months so i thought it was some problem with my machine. For the past 2-3 weeks I can no longer use it 100% of the time. I tried the -debug flag but the the log file didn’t contain anything.
Specifications
Commit hash: 225927b9 OS: Arch Linux - Kernel 6.0.12 Terminal: KDE Konsole
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 16 (3 by maintainers)
Uninstall
wl-clipboardInstallwl-clipboard-rsto fix this issue.Alright so i have found the culprit who was causing the issue in termux. Basically
microworks but when you have thetermux-apipackage installed it’ll refuse to start (Showing a blank screen // unresponsive) probably due to missing clipboard functionality thing (mentioned above) removing thetermux-apipackage fixed micro for me:or as specified above you could try
microwith-clipboard internalflag which works. in that case i would aliasmicroto start with-clipboard internalflag in my bashrc file:@ixzh