Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

The -profile command line switch is not passed to the windows 7 jumplist properly.

  • 4 відповіді
  • 2 мають цю проблему
  • 15 переглядів
  • Остання відповідь від bat38

more options

I start Firefox with a shortcut like this one: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -no-remote -profile SomeProfileButNotTheDefaultOne -win7appid SomeUniqueAppId".

When pinning to the Windows 7 taskbar, the jumplist items "New Tab" and "New Window" ignore the given command line parameter -profile and open a new tab or window with the default profile instead of the given one.

The program itself handles the parameters correctly; alas, the jumplist entries do not. Is there any way to convince the jumplist to use the given command line parameters as well?

I start Firefox with a shortcut like this one: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -no-remote -profile SomeProfileButNotTheDefaultOne -win7appid SomeUniqueAppId". When pinning to the Windows 7 taskbar, the jumplist items "New Tab" and "New Window" ignore the given command line parameter -profile and open a new tab or window with the default profile instead of the given one. The program itself handles the parameters correctly; alas, the jumplist entries do not. Is there any way to convince the jumplist to use the given command line parameters as well?

Обране рішення

hello, you might want to file a bug report for the issue at https://bugzilla.mozilla.org.

Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

Вибране рішення

hello, you might want to file a bug report for the issue at https://bugzilla.mozilla.org.

more options

Try using a capital P, as in -Profile.Or use just -P

more options

Issue is now filed as Bug 763135. (https://bugzilla.mozilla.org/show_bug.cgi?id=763135)

Змінено cor-el

more options

As I said: "The program itself handles the parameters correctly." -profile (lowercase) itself works fine. Apperently the jumplist ignores any command line parameter but starts a new process with the "-browser" parameter.