https://bugs.kde.org/show_bug.cgi?id=439190
Bug ID: 439190
Summary: Command line option --profile has no effect on an
already running instance
Product: Falkon
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
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'.
--
You are receiving this mail because:
You are watching all bug changes.