Open AlienusV opened 1 year ago
That seems like Terminator can't find a valid shell to run that command. What shell are you running, and what shells do you have installed?
I use bash, and didn't install anything else manually. I found that there is a file that list installed shells, /etc/shells
, contents of that file is
#Pathnames of valid login shells.
# See shells(5) for details.
/bin/sh
/bin/bash
/usr/bin/git-shell
/bin/rbash
/usr/bin/rbash
I had looked at the -x behavior and documented in Ref: https://github.com/gnome-terminator/terminator/issues/829
Also: a patch was provided Ref: https://github.com/vssdeo/terminator/commit/862554c24d10ead377782cef1458c27b428a34c9 but the change needs to be cross-checked with expected and current behavior. I didn't put up a pull request as I first wanted this change to get verified.
Before opening an issue, please try starting terminator with an empty config file, by issuing
terminator -u -g /dev/null
and see if it starts normally.If it does, and you still want to open the bug, then please attach the config file, usually found at
$HOME/.config/terminator/config
to the issueterminator.txt Terminator version 2.1.3
Fill out as many of these fields as you can
Describe the bug A clear and concise description of what the bug is. While using the "Arch Linux Updates Indicator" extension in Gnome, I click the "Update Now" button on the extension which runs
/usr/bin/terminator -x "yay -Syu; echo Done; read _"
in the background, the Terminator window does not appear. When I open it through the shortcut, it does.To Reproduce Steps to reproduce the behavior: I can't reproduce the behavior every time, it just happens randomly. I just notice that there are updates and click the "Update Now" button, and randomly it does not open.
Expected behavior A clear and concise description of what you expected to happen. To open a window with the given command.
Error Codes If applicable, add error codes to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here. The issue report on Arch-Update repo.