You are not logged in.
Hi there,
I wanted to change x-terminal-emulator for urxvt.
All is good when I launch commands like :
x-terminal-emulator -e "ncmppp"
However when I want to launch commands with sudo, urxvt quickly appears and disappears. The command is not usable.
Exemple :
x-terminal-emulator -e "sudo visudo"
Do you know what I miss/do not understand ?
Last edited by Bridouz (2019-11-25 07:36:36)
Offline
Pass it as a shell command
x-terminal-emulator -e sh -c 'sudo visudo'
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks a lot.
I still do not understand the difference between these two commands.
Offline