לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

when opening an external link a new window opens and displays the homepage

  • 6 תגובות
  • 15 have this problem
  • 1 view
  • תגובה אחרונה מאת paul9115

more options

Updated to the latest version (Linux 36.0) and now whenever I open a link from an external application be it steam email IRC or any other source, instead of the page being displayed a new window will open and then load the home page. I have tried switching the default browser to something else (which opened the links correctly) and back again, safe mode and even a refresh but the problem still persists.

Updated to the latest version (Linux 36.0) and now whenever I open a link from an external application be it steam email IRC or any other source, instead of the page being displayed a new window will open and then load the home page. I have tried switching the default browser to something else (which opened the links correctly) and back again, safe mode and even a refresh but the problem still persists.

פתרון נבחר

I found this in the bug tracker.

Apparently this seems to be a problem with an old hack in XFCE or possibly X-based desktop environments in general, which is no longer supported in Firefox 36. A quick workaround until they fix it, is to open a new terminal and enter:

sudo gedit /usr/share/xfce4/helpers/firefox.desktop (replace gedit with any other text editor that you use) ...and change the final two lines: X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B; X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s; to read: X-XFCE-Commands=%B; X-XFCE-CommandsWithParameter=%B %s; and save the document, of course.

This solved the problem for me immediately.

Read this answer in context 👍 3

כל התגובות (6)

more options

Some have had issues with Ghostery. Please disable the add-on, then restart Firefox.

Type about:addons<Enter> in the address bar to open your Add-ons Manager. Hot key; <Control>(Mac:<Command>)<Shift> A)

more options

FredMcD said

Some have had issues with Ghostery. Please disable the add-on, then restart Firefox. Type about:addons<Enter> in the address bar to open your Add-ons Manager. Hot key; <Control>(Mac:<Command>)<Shift> A)

As stated in my previous reply I have tried running firefox with all plugins disabled but this did not have any affect on the issue

more options

Type about:preferences#general<Enter> in the address bar.

Under Tabs, check the settings.


I've called the big guys to help you. Good luck.

more options

FredMcD said

Type about:preferences#general<Enter> in the address bar. Under Tabs, check the settings.

I've called the big guys to help you. Good luck.

Thank you for your time and input anyway, I've had a look at the settings but don't see anything that might cause this problem, looks like this might be a bug. Hopefully the 'big guys' will be able to help me out.

השתנתה ב־ על־ידי paul9115

more options

פתרון נבחר

I found this in the bug tracker.

Apparently this seems to be a problem with an old hack in XFCE or possibly X-based desktop environments in general, which is no longer supported in Firefox 36. A quick workaround until they fix it, is to open a new terminal and enter:

sudo gedit /usr/share/xfce4/helpers/firefox.desktop (replace gedit with any other text editor that you use) ...and change the final two lines: X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B; X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s; to read: X-XFCE-Commands=%B; X-XFCE-CommandsWithParameter=%B %s; and save the document, of course.

This solved the problem for me immediately.

more options

Andy_D said

I found this in the bug tracker. Apparently this seems to be a problem with an old hack in XFCE or possibly X-based desktop environments in general, which is no longer supported in Firefox 36. A quick workaround until they fix it, is to open a new terminal and enter: sudo gedit /usr/share/xfce4/helpers/firefox.desktop (replace gedit with any other text editor that you use) ...and change the final two lines: X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B; X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s; to read: X-XFCE-Commands=%B; X-XFCE-CommandsWithParameter=%B %s; and save the document, of course. This solved the problem for me immediately.

That cured it immediately, strange how every other update has worked as expected until this one. Thanks a lot for the help I appreciate it!