ulauncher-ssh
ulauncher-ssh copied to clipboard
Fix in ubuntu 20.04 not launch anything
subprocess.Popen(["alacritty", "-e", "/bin/bash -c 'ssh trackin.pgsql';/bin/bash"], cwd='/home/user') -- this make the result is 'No such file or directory' so i change with subprocess.Popen(["alacritty", "-e", "/bin/bash", "-c", 'ssh trackin.pgsql', ";", "/bin/bash"], cwd="/home/user") -- this open the terminal