0

In LXDE we could create desktop launcher shortcuts that would handle this. I used to use this for example within a desktop shortcut file:

chromium-browser --profile-directory="Default"

Somehow this doesn't work anymore, and in fact launching Chromium in this way directly from terminal fails too. Is there some new way to do this? Do Snaps maybe require a new syntax for launching in this way from the terminal?

1 Answers1

1

Well I found the answer and it was pretty simple:

snap run chromium --profile-directory="Profile 2"