Start Konsole with a specific shell and current working directory

Hi! When I type the following command: flatpak run org.kde.konsole -p Command=/bin/bash -p Path=/home/emilygraceseville7cf/Downloads and press Enter it opens Konsole with bash shell but in /home/emilygraceseville7cf/ directory (not going to ~/Downloads). Why does it happen?

I don’t use the Flatpak and bash is default, never changed that, but it should be
konsole --workdir /home/emilygraceseville7cf/Downloads
to open ~/Downloads (replacing the username with mine in my case of cause).
So if you can send that commandline argument to the flatpak instead of Path= it might work.

1 Like

It actually helped, while I don’t understand then what -p Path={{path/to/directory}} should be used for. Is there any good documentation for profile properties listed via --list-profile-properties option?

That is technical jargon and shouldn’t be in a user facing help message. I’ve created 505116 – Write help in user-centric terms (not QStringList in the hopes of improving this.