SUMMARY The command line option '--profile' is ignored if there are running instances with the default profile and the target profile. STEPS TO REPRODUCE 1. Start Falkon with default profile: $ falkon 2. Start a second instance with another profile: $ falkon --no-remote --profile test 3. Try to control the second instance from the command line: $ falkon --profile test --new-tab www.falkon.org $ falkon --profile test --fullscreen OBSERVED RESULT The commands apply to the first instance using the default profile. EXPECTED RESULT The commands should observe the option '--profile' and apply to the second instance using the profile 'test'.
A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/138
Git commit bf065fb19396cab1f630fcea98992802b586ab9b by Juraj Oravec. Committed on 27/06/2025 at 17:17. Pushed by jurajo into branch 'master'. Mark appId with current profile name FIXED-IN: 25.08.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +7 -1 src/lib/app/mainapplication.cpp https://invent.kde.org/network/falkon/-/commit/bf065fb19396cab1f630fcea98992802b586ab9b