upterm
upterm copied to clipboard
white screen is coming after opening the app
I installed the app on mac , after installing when i opened the app , a white screen is coming nothing works seems , any config i need to do ?
Same here on Ubuntu/Linux Mint.
$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 18 Sarah
Release: 18
Codename: sarah
$ uname -r
4.4.0-21-generic
same here on OSX.
MacBook-Pro.local 16.6.0 Darwin Kernel Version 16.6.0: Mon Apr 17 17:15:27 PDT 2017; root:xnu-3789.60.24~21/RELEASE_X86_64 x86_64
I ran into this as well, if it helps I fixed my issue by turning off my connection to a default tmux session on start which I had setup in my ~/.zshrc file.
I was able to fix this by commenting out my entire .bash_profile and re-enabling it line-by-line to find the problematic command (it was a "read -s" in my case.)
For me (on OS X), the problem seems to have be caused by multiline aliases. I get a blank white screen when my .zshrc contains only the following:
alias lol='echo lol;
echo haha'
It works fine when I delete that.
@patbl Same here, really doesn't like multiline aliases...
I got this problem when I use https://github.com/fish-shell/fish-shell as shell.
Have using exec fish in .bash_profile on Arch, installed package from AUR.
Multiline alias was the issue for me too
This is why I have not even given upterm a chance. I should not have to remove valid things from my shell in order to use a terminal.