Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Thunderbird 0.4 released

  • 06-12-2003 5:35pm
    #1
    Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭


    All-new shiny version of Thunderbird available here. There's now (sort-of) support for opening links in mails directly in your default browser, although the instructions for setting it up in KDE are pretty vague : http://www.mozilla.org/projects/thunderbird/linuxurls.html

    I've not managed to find that user_pref("network.protocol-handler.app.http", "/path/to/the_shell_script %s"); argument or the file it's supposed to go in yet.


Comments

  • Registered Users, Registered Users 2 Posts: 6,334 ✭✭✭OfflerCrocGod


    I only just got RC2 three days ago:rolleyes:, oh well, the opening link in browser thing works fine in Windows. I use Evolution in Linux and Thunderbird in Windows but I may replace Evolution I'm very pleased with Thunderbird in Win.


  • Registered Users, Registered Users 2 Posts: 21,084 ✭✭✭✭Stark


    I like thunderbird but sometimes find it's not as responsive as mozilla mail/netscape mail/outlook express


  • Registered Users, Registered Users 2 Posts: 188 ✭✭slartibardfast


    hi,
    the place to add the user_pref bit is the prefs.js file in the .thunderbird/default/????.slt folder in your home directory.

    I have mine pointing to the mentioned shell script as 'run' in my firebird directory, works a charm!


  • Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭pickarooney


    Excellent! It opened a dialog box asking which application to use the first time, but I just pointed it to Firebird and now it does it every time. Now I just need to edit the script so it opens a new tab in an existing browser and I'm sorted. I suppose it's somewhere in the xremote line?

    #!/bin/sh

    export MOZILLA_FIVE_HOME=/usr/share/MozillaFirebird
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME

    # get URL to load
    url=$1; [ -z $url ] && url=about:blank

    # try xremote first
    $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\($url\) && exit 0

    # if xremote failed, then launch the browser
    exec $MOZILLA_FIVE_HOME/MozillaFirebird $url


  • Registered Users, Registered Users 2 Posts: 188 ✭✭slartibardfast


    a change to this should get it to go, although I'm linux-less for the moment!

    (old) $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\($url\) && exit 0

    (new) $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\($url\,"new-tab") && exit 0

    I'll test it when I get home,
    link: http://jonathon.quotidian.org/ (there is more info here)

    Good Luck


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 11,987 ✭✭✭✭zAbbo


    tis heavy on ram(30meg), that said im using it in linux and windwoes


  • Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭pickarooney


    Bizarre, I added the new-tab bit and it stopped working, so I copied back the old version and now that won't work either.

    Error launching browser window:type error
    components.classes'[@mozilla.org/appshell/component/browser/instance;]' has no properties.


  • Registered Users, Registered Users 2 Posts: 188 ✭✭slartibardfast


    i used the one in the link when I did get home, works reasonably well.

    hope you get it sorted,


  • Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭pickarooney


    I think the mozilla-xremote-client isn't working for me, as it always tries to open a new instance of Firebird when I click on a link. Strange, it's exactly like in the script in the link ( http://jonathon.quotidian.org/ ) ???
    Not to worry, I'll see can I get it to run opera instead, I have a feeling it's faster on my system :)


  • Technology & Internet Moderators Posts: 28,830 Mod ✭✭✭✭oscarBravo


    I replaced mozilla-xremote-client with mozilla-firebird -remote and it works perfectly here.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 188 ✭✭slartibardfast


    thanks for the tip,


  • Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭pickarooney


    ??? Still not working, I tried with mozilla-firebird and MozillaFirebird, but it fails to send.


  • Registered Users, Registered Users 2 Posts: 1,569 ✭✭✭maxheadroom


    try /path/to/firebird/MozillaFirebird-bin -remote


  • Moderators, Arts Moderators Posts: 35,738 Mod ✭✭✭✭pickarooney


    That's the dancer Max, cheers!


Advertisement