Swiftdove won't open links in Firefox

When I click the links they won't open in Firefox.
Preferred Applications has
/usr/lib/firefox-3.0.1/firefox %s
as my custom browser
Here is the "~/.swiftdove/e8ftools5.default/pres.js" of Swiftdove. You'll notice that I've attempted to route it to "/usr/lib/firefox-3.0.1/firefox %s", but with no success.
# Mozilla User Preferences
/* Do not edit this file.
* If you make changes to this file while the application is running,
* the changes will be overwritten when the application exits.
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1221142061);
user_pref("app.update.lastUpdateTime.background-update-timer", 1221142061);
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1221142061);
user_pref("browser.throbber.url", "http://swiftweasel.tuxfamily.org/");
user_pref("calendar.categories.names", "Anniversary,Birthday,Business,Calls,Clients,Competition,Customer,Favorites,Follow up,Gifts,Holidays,Ideas,Issues,Miscellaneous,Personal,Projects,Public Holiday,Status,Suppliers,Travel,Vacation");
user_pref("calendar.timezone.local", "/mozilla.org/20071231_1/Australia/Adelaide");
user_pref("extensions.lastAppVersion", "2.0.0.16");
user_pref("intl.charsetmenu.mailview.cache", "UTF-8, ISO-8859-1");
user_pref("ldap_2.prefs_migrated", true);
user_pref("ldap_2.servers.default.filename", "default.mab");
user_pref("ldap_2.servers.default.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.default.uri", "moz-abldapdirectory://default.mab");
user_pref("ldap_2.servers.history.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.pab.replication.lastChangeNumber", 0);
user_pref("mail.account.account1.server", "server1");
user_pref("mail.account.account2.identities", "id1");
user_pref("mail.account.account2.server", "server2");
user_pref("mail.accountmanager.accounts", "account1,account2");
user_pref("mail.accountmanager.defaultaccount", "account2");
user_pref("mail.accountmanager.localfoldersserver", "server1");
user_pref("mail.attachment.store.version", 1);
user_pref("mail.biff.play_sound.type", 1);
user_pref("mail.biff.play_sound.url", "file:///home/gary/Documents/Thunderbird%20New%20Mail%202.wav");
user_pref("mail.folder.views.version", 1);
user_pref("mail.identity.id1.draft_folder", "mailbox://nobody@Local%20Folders/Drafts");
user_pref("mail.identity.id1.drafts_folder_picker_mode", "0");
user_pref("mail.identity.id1.fcc_folder", "mailbox://nobody@Local%20Folders/Sent");
user_pref("mail.identity.id1.fcc_folder_picker_mode", "0");
user_pref("mail.identity.id1.fullName", "Gary Cai");
user_pref("mail.identity.id1.smtpServer", "smtp1");
user_pref("mail.identity.id1.stationery_folder", "mailbox://nobody@Local%20Folders/Templates");
user_pref("mail.identity.id1.tmpl_folder_picker_mode", "0");
user_pref("mail.identity.id1.useremail", "[email protected]");
user_pref("mail.identity.id1.valid", true);
user_pref("mail.preferences.advanced.selectedTabIndex", 0);
user_pref("mail.preferences.display.selectedTabIndex", 1);
user_pref("mail.root.none", "/home/gary/.swiftdove/e8ftool5.default/Mail");
user_pref("mail.root.none-rel", "[ProfD]Mail");
user_pref("mail.root.pop3", "/home/gary/.swiftdove/e8ftool5.default/Mail");
user_pref("mail.root.pop3-rel", "[ProfD]Mail");
user_pref("mail.server.server1.directory", "/home/gary/.swiftdove/e8ftool5.default/Mail/Local Folders");
user_pref("mail.server.server1.directory-rel", "[ProfD]Mail/Local Folders");
user_pref("mail.server.server1.hostname", "Local Folders");
user_pref("mail.server.server1.name", "Local Folders");
user_pref("mail.server.server1.type", "none");
user_pref("mail.server.server1.userName", "nobody");
user_pref("mail.server.server2.check_time", 1);
user_pref("mail.server.server2.defer_get_new_mail", true);
user_pref("mail.server.server2.deferred_to_account", "account1");
user_pref("mail.server.server2.directory", "/home/gary/.swiftdove/e8ftool5.default/Mail/pop.gmail.com");
user_pref("mail.server.server2.directory-rel", "[ProfD]Mail/pop.gmail.com");
user_pref("mail.server.server2.download_on_biff", true);
user_pref("mail.server.server2.hostname", "pop.gmail.com");
user_pref("mail.server.server2.login_at_startup", true);
user_pref("mail.server.server2.name", "[email protected]");
user_pref("mail.server.server2.port", 995);
user_pref("mail.server.server2.socketType", 3);
user_pref("mail.server.server2.type", "pop3");
user_pref("mail.server.server2.userName", "garycai997");
user_pref("mail.smtp.defaultserver", "smtp1");
user_pref("mail.smtpserver.smtp1.auth_method", 1);
user_pref("mail.smtpserver.smtp1.hostname", "smtp.gmail.com");
user_pref("mail.smtpserver.smtp1.port", 465);
user_pref("mail.smtpserver.smtp1.try_ssl", 3);
user_pref("mail.smtpserver.smtp1.username", "garycai997");
user_pref("mail.smtpservers", "smtp1");
user_pref("mail.spam.version", 1);
user_pref("mail.startup.enabledMailCheckOnce", true);
user_pref("mailnews.quotingPrefs.version", 1);
user_pref("mailnews.start_page.enabled", false);
user_pref("mailnews.start_page_override.mstone", "1.8.1.16");
user_pref("mailnews.tags.$label1.color", "#FF0000");
user_pref("mailnews.tags.$label1.tag", "Important");
user_pref("mailnews.tags.$label2.color", "#FF9900");
user_pref("mailnews.tags.$label2.tag", "Work");
user_pref("mailnews.tags.$label3.color", "#009900");
user_pref("mailnews.tags.$label3.tag", "Personal");
user_pref("mailnews.tags.$label4.color", "#3333FF");
user_pref("mailnews.tags.$label4.tag", "To Do");
user_pref("mailnews.tags.$label5.color", "#993399");
user_pref("mailnews.tags.$label5.tag", "Later");
user_pref("mailnews.tags.version", 2);
user_pref("mailnews.ui.junk.firstuse", false);
user_pref("mailnews.ui.threadpane.version", 5);
user_pref("network.protocol-handler.app.ftp", "/usr/lib/firefox-3.0.1/firefox %s");
user_pref("network.protocol-handler.app.http", "/usr/lib/firefox-3.0.1/firefox %s");
user_pref("network.protocol-handler.app.https", "/usr/lib/firefox-3.0.1/firefox %s");
user_pref("wallet.caveat", true);

I have found it is a problem with the Arch implementation of Firefox. At least that is what it looks like.
I tried everything and could not get it to work (in my case: opening http links from Thunderbird in Firefox). I _could_ open the http links in any other app, e.g. kwrite, konqueror, Gimp (just for testing a non KDE app...).
So: I checked the /usr/lib/firefox_3.0.3 folder and found out that the executable is invoked directly. In debian, or in the static binary from mozilla, there is a script in place that later calls the binary. So for some reason or other the call fails (dbus??), and teh app does not launch.
I installed the static firefox binary from mozilla and that works a treat. Did the same for Thunderbird by the way, since Arch is at 2.00.16 whereas version 2.00.17 has been out for a while.

Similar Messages

  • How to enable private mode from commandline, with an URL. I am a software dev and I wish to have my application open links in Firefox. Using ShellExecute(), i c

    How to enable private mode from commandline, with an URL.
    I am a software dev and I wish to have my application open links in Firefox.
    Using ShellExecute(), i can do with with commandlines like:
    firefox.exe http://support.mozilla.org
    But I also want the option to open the link in private mode.
    I am able to start firefox in private mode by doing this:
    firefox.exe -private
    However, if I add a link to the command line
    firefox.exe -private http://support.mozilla.org
    I get strange results.
    If firefox is not running, it launches 2 copies of the application.
    One that opens in private mode and the other opens in normal mode and goes to the URL specified.
    If firefox is already running, it just opens the URL in a new tab.
    No private mode instance is launched.
    Am I using the command-line syntax incorrectly?

    It will never work if Firefox is already running as Firefox will use the already opened Firefox instance.<br />
    In that case only using a separate profile will work.
    You can try to specify the -url switch as well.
    *firefox.exe -private -url http://support.mozilla<i></i>.org
    You can also look at the -new-tab switch.
    *firefox.exe -private -new-tab http://support.mozilla<i></i>.org
    *https://developer.mozilla.org/en/Command_Line_Options

  • [Solved] Thunderbird can't open link in Firefox after update

    Today there were updates for Thunderbird and Firefox (and a few other). After that Thunderbird can't open links with Firefox. If I click on a link nothing happen. I started Thunderbird from terminal, and when I clicked on a link I got this message:
    ** (thunderbird-bin:6130): WARNING **: Could not launch default application for URI: Failed to execute child process "/usr/lib/firefox-7.0/firefox" (No such file or directory)
    I checked /usr/lib and the folder for Firefox was directly under it, no folder "firefox-version" in between. I guess one must change the path somewhere for Thunderbird to find Firefox. Where to change that? I have looked both in the menus in Thunderbird, and in the Thunderbird folders in my home and in /usr/lib, but I  don't see the path to Firefox anywhere.
    Last edited by Lennie (2011-11-10 08:51:39)

    Lennie wrote:I checked /usr/lib and the folder for Firefox was directly under it, no folder "firefox-version" in between.
    That's right: http://mailman.archlinux.org/pipermail/ … 22051.html
    Unfortunately I have no idea what needs fixing. Have you tried to reboot?

  • Safari won't open anything.  Firefox works fine.

    Safari won't open anyuthing.  Firefox works fine.  Is something happenng at the Safari end? 

    Sue --
    Are you really still on 10.5.1?
    Tell us your exact OS, the version of Safari you're running, how long this has been happening, etc.  Is it actually crashing?  Does it open up with your Home Page?  Then what happens when you want to see a site?

  • Firefox won't open links from Mac Mail

    Like everyone else Apple Mail links will not open in Firefox if it is already open. Clicking a link brings FF to the front but no page loads. Links work if FF is not open. Links work if command is pressed whilst clicking the link (opens in new tab in background).
    Problem occurred after 32.0.2 update, it appeared to briefly resolve itself after 32.0.3 update, but stopped (I think) on next reboot.
    Have monkeyed around for ages with different combinations of default browser and rebooting.
    Will abandon FF and go back to Safari if this isn't sorted soon - shame.

    I just want to link to these earlier threads so you don't get a lot of duplicate suggestions that have already been covered there:
    * [https://support.mozilla.org/questions/1018542 Firefox won't open email links after update to version 32]
    * [https://support.mozilla.org/questions/1023202 No tab opens when I click on a link if any Firefox window is already open]
    (There might be others, but those are the ones I've seen)
    Work is proceeding on [https://bugzilla.mozilla.org/show_bug.cgi?id=1017595 Bug #1017595 – Links from external applications sometimes fail to open when Firefox is hidden] but as you can tell from the title, this is focused on the problem of Firefox not coming out of hiding from the dock or coming out of hiding but not loading the page. If this also occurs when Firefox is not hidden at all, there may be a secondary issue. But hopefully solving the one will solve the other. Unfortunately, I don't know whether it will be in time for Firefox 33.

  • Firefox won't open links that require a new window to open

    Links that require a new window to open for the link won't open. I thought it was a Java issue, but I updated both Java and Firefox without any success.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Firefox won't open links from Outlook when FF is started with admin privileges

    OS: Windows 7 64 bit
    I usually start Firefox from a toolbar (PowerPro) which runs with admin privileges. Thus Firefox starts with admin privileges too. Under this condition links in Outlook won't open in Firefox.
    But if I start Firefox with normal privileges the links in Outlook works as expected.

    Under Tools > Options > Advanced look to see if the "check if Firefox is default browser on startup" Check this and then restart FF. If it isn't the default it should ask if you want to make it the default. Choose yes and it should open when clicking links again.

  • Firefox 3.6.6 won't open links in new tabs or go back or forward pages.

    Firefox won't open some buttons or links in new tabs. I right click and go "open in new tab but nothing happens. Also, I cannot click the arrows to go forward or back in the top left corner, they are shaded gray.
    == This happened ==
    Every time Firefox opened
    == When firefox updated to 3.6.6

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Firefox won't open links in Incredimail

    Just downloaded Incredimail for email (dad's computer) and the links in his emails won't open. Firefox is the default browser.

    No solution from Firefox 9

  • Firefox won't open links from other programs if already running

    I've seen this reported many other places, but none of the solutions have worked. I am running Firefox v33.0.2 (current as of this message) on Windows 7 64-bit (fully updated). I did the following:
    1. Completely deleted my profile;
    2. Uninstalled Firefox, then manually deleted all remaining files on the system pertaining to Firefox and rebooted;
    3. Gone into the Windows "Default Programs" control panel (DPCP) and told it to make Internet Explorer the default (giving it all of its defaults);
    4. Downloaded a fresh copy of the installer and installed Firefox 33.0.2;
    5. Let the installer set my default browser to Firefox;
    6. Tested link opening behaviour (see below);
    7. Let Firefox set itself as the default browser when it asked me;
    8. Tested link opening behaviour again (see below);
    9. With Firefox not running, gone back into the DPCP, and had it set all of Firefox's defaults;
    10. Tested link opening behaviour again (see below);
    11. With Firefox not running, set Internet Explorer to the default via the DPCP, then back to Firefox;
    12. Tested link opening behaviour again (see below);
    13. Repeated steps 11 and 12 with Firefox in safe-mode;
    14. Repeated steps 11 and 12 with Firefox in normal-mode with a new profile;
    The observed link-opening behaviour:
    - Internet shortcuts (i.e., actual shortcut files on, say, the Desktop) open in Firefox without issue whether or not Firefox is already running. When this approach is taken, no additional firefox.exe processes are created. The process does not have any command-line parameters per Task Manager;
    - Links clicked in Thunderbird open correctly if Firefox is not running: one new firefox.exe process is created, I get a new Firefox window and the link loads correctly. The firefox.exe process does not have any command-line parameters per Task Manager;
    - Links clicked in Thunderbird yield the "Firefox is already running, but is not responding" message if Firefox is already running. In this case, I see a second firefox.exe process created. Per Task Manager, the new process has the command-line arguments '-osint -url "FOO"' where FOO is the URL I clicked.
    From these observations I believe that the link hand-off behaviour is broken. I use a single profile using the as-installed shortcuts.
    Intitial version: 33.0.2
    Update: Updated to 33.1, still broken.

    Under Tools > Options > Advanced look to see if the "check if Firefox is default browser on startup" Check this and then restart FF. If it isn't the default it should ask if you want to make it the default. Choose yes and it should open when clicking links again.

  • Firefox won't open links from Skype?

    Windows 8.1 Pro (x64), Skype is the latest version for desktop 6.10.0.104, Firefox is the latest version (of writing this question) - 25 Stable.
    When I click on link in Skype nothing happens! Firefox is set as default browser for all the supported file types. If I change the default browser to IE 11 and click on Skype link, the link opens in IE without a problem.
    Setting back defaults for Firefox doesn't help. I tried reinstalling both Firefox and Skype without success.
    Any ideas? It's very unpractical to copy every link and paste it.

    Hello,
    Can you please confirm that the problem you are facing is different from the one reported earlier - [https://support.mozilla.org/en-US/questions/961242 Firefox not opening links from Skype].
    Or is the issue that there is no activity when you click on a link from Skype. Do other links (say in Outlook / Word) open Firefox when you click them? We want to narrow this down to see if this is a Skype specific issue.
    Thank you

  • After Sync, Firefox often won't "Open Link in New Window"

    It works fine on the 32 bit laptop but on the 64 bit desktop I usually have to try twice to get the page to open. It seems to work fine if I "Open Link in New Tab" just not a new window. Both computers run Vista and run FF5.0.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Skype won't open links

    When someone sends a link on skype it won't open anymore. A few days ago it was working but then one day it just stopped. I have a Mac and I've been using Google Chrome.

    Hello,
    Can you please confirm that the problem you are facing is different from the one reported earlier - [https://support.mozilla.org/en-US/questions/961242 Firefox not opening links from Skype].
    Or is the issue that there is no activity when you click on a link from Skype. Do other links (say in Outlook / Word) open Firefox when you click them? We want to narrow this down to see if this is a Skype specific issue.
    Thank you

  • Mail 8.1 won't open links from messges

    When reading a message,  links within the message won't open. When I 2 finger click on the link, the drop-down window ask  "open, open link behind mail, copy link, services" . None of them work.
    Before Yosemite. I could 2 finger click and choose whatever, my preference was "open behind mail". Always worked.....
    Now 2 finger (right) click does nothing.... If I just click on the link, it opens my browser on top of mail.

    I just want to link to these earlier threads so you don't get a lot of duplicate suggestions that have already been covered there:
    * [https://support.mozilla.org/questions/1018542 Firefox won't open email links after update to version 32]
    * [https://support.mozilla.org/questions/1023202 No tab opens when I click on a link if any Firefox window is already open]
    (There might be others, but those are the ones I've seen)
    Work is proceeding on [https://bugzilla.mozilla.org/show_bug.cgi?id=1017595 Bug #1017595 – Links from external applications sometimes fail to open when Firefox is hidden] but as you can tell from the title, this is focused on the problem of Firefox not coming out of hiding from the dock or coming out of hiding but not loading the page. If this also occurs when Firefox is not hidden at all, there may be a secondary issue. But hopefully solving the one will solve the other. Unfortunately, I don't know whether it will be in time for Firefox 33.

  • New download won't open links, nor will it go to web addresses typed into address bar. Never had this problem with previous version.

    I just upgraded to the newest version of Firefox. In this new version it sometimes won't open a link even in a search engine such ask Yahoo. It also won't ever go to an address I type into the web address bar. I have never ever had this problem with a web browser so I know it's not me. I've never had this problem with Firefox before either. Please fix this bug.
    Thanks.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

Maybe you are looking for

  • Manage Person - Mandatory field for Singapore

    Hi, User requirements have changed and what seems to be marked as a required field for new people in Singapore (field is "Legal Name") is no longer required. I was not involved in the initial implementation. The only place I've seen to add/remove req

  • Language DVD fo ECC 6.0 upgrade

    Hi All, We are in process of doing the upgrade from 4.7-> Ecc 6.0, presently we are in Prepare module where we unable to go forword from Lang_select phase. We have downloaded the  CD from market place 51032235_1 to 6 and when we trying to give the mo

  • Zoom Area... Oh man...

    For the next version of Captivate, can the development team allow captions (or any other type of animation or caption) to be placed over the zoom area? Putting it at the highest layer (per the Help file) really sucks. I'd like to be able to zoom into

  • NTSC IN 4:3 ASPECT RATIO

    How can you tell the video you import into final cut express is in NTSC IN 4:3 aspect ratio? My easy settings are Format: HD Use :Custom Setup Device setup says it is hd firewire NTSC

  • Passing your own Flash quiz data to Captivate

    Hi there! Can anyone describe how or whether it is possible to pass quiz data from your own imported Flash quiz, to the Captivate environment in which it is housed? Basically I want to make use of Captivates SCORM packager but using data from an embe