Konsole


[ 1 Execute ] [ 2 Profiles ]

Execute

$ konsole -e /bin/bash --rcfile <(echo "ls;echo hi")
$ konsole -e /bin/bash --rcfile /usr/local/bin/foo

This is equivalent to creating a profile configured from a bash script, but in this form, it can be used to create a desktop application launcher.

Profiles

Generate profiles are stored in ~/.local.share/konsole.

Command: /bin/bash --init-file /mnt/mervin/workspaces/eloquent/py_trees/setup.bash