| Summary: | -P parameter for command-line profile specification not working | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Florian <jflorian> |
| Component: | firefox | Assignee: | Martin Stransky <stransky> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | gecko-bugs-nobody, stransky |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-07 10:46:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
John Florian
2013-11-11 18:21:33 UTC
I'm unable to reproduce with Firefox 25 on Fedora 19. For instanve I run "$firefox -P t1 -no-remote" which launches a new firefox session with t1 profile... My KDE shortcuts are as follows: Ctrl-Alt-X: firefox -P default -new-window about:blank Ctrl-Alt-Y: firefox -P alt -new-window about:blank I just now added the "about:blank" part because I see that "-new-window" expects a URL which I was not providing. So that explains why I got sent to default.com. However, I still find the -P option being ignored if I do the following, all on one computer/one user session for ease of testing: 1. Shutdown all FF instances. 2. Press Ctrl-Alt-X, which correctly launches a new instance using the default profile. 3. Press Ctrl-Alt-Y, which opens a new window, but with the default profile rather than the alt profile as requested. I cannot use the "-no-remote" option or the "-new-instance" option which it implies because I want to use this shortcut whenever I want another browser window. I often have dozens already open that I want to leave as is for when I come back to them, but simply want a keyboard shortcut for launching more. Ordinarily, I'd only use Ctrl-Alt-X on the first workstation and only Ctrl-Alt-Y on the second workstation. Ideally, I wouldn't even need two profiles but that seemed to be the only way I was going to have two instances of FF running from the same home directory. Do I need to create my own wrapper that uses flock against a file in my home that contains the hostname (or perhaps profile name would be better) so that if the lock is new, I also pass -new-instance but if already locked, I leave that option off and do as I have currently in my shortcuts? If firefox is running it does not start under different profile unless the -no-remote parameter is given. If launched with -no-remote it creates a new window of course. |