Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
starting up a new Firefox window via url-viewer on MacOS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert  
View profile  
 More options Dec 14 2005, 11:24 pm
Newsgroups: comp.mail.pine
From: jsp7rc...@sneakemail.com (Robert)
Date: 15 Dec 2005 04:24:25 GMT
Local: Wed, Dec 14 2005 11:24 pm
Subject: starting up a new Firefox window via url-viewer on MacOS
I am trying to set url-viewers in my .pinerc so that it will open a new
browser window with HTML attachments.

If I set it to

url-viewers="open _URL_"

Firefox says "Firefox is already running, but is not responding. To open a
new window, you must first close the existing Firefox process, or restart
your system."

On the command line, while Firefox is already up, when I try

$ firefox -remote 'openurl(http://bar)'

it gives the same "already running" error (see above).  I also tried

$ firefox -remote 'openurl(http://bar,new-window)'

and

$ firefox -remote 'openurl(http://bar,new-tab)'

All give the same "already running" error.

What should I set url-viewers to in pine to get this to work?

(I did this in Linux using the remote command and it worked great.  I
don't know if Mac stores the pid in a file to allow it to communicate the
same way, 'though.)

I'm running on Mac OS X 10.4.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NM Public  
View profile  
 More options Dec 15 2005, 4:13 am
Newsgroups: comp.mail.pine
From: NM Public <ago...@nm.deflexion.com>
Date: Thu, 15 Dec 2005 09:13:44 +0000
Local: Thurs, Dec 15 2005 4:13 am
Subject: Re: starting up a new Firefox window via url-viewer on MacOS
On 15 Dec 2005, Robert wrote:

I use OS X 10.4.3 with Mozilla Suite and putting this in my
pinerc works:

  url-viewers="/usr/bin/open _URL_"
               ^^^^^^^^^^^^^
               Note the full path!

If using the full path to open doesn't solve your problem, I have
some information about url-viewers here

  <http://www.ii.com/internet/messaging/pine/pc/#url-viewers>

which might give you some clues for solving this.

Let us know what you figure out!
  Nancy

--
  Nancy McGough ~ <http://www.ii.com> ~ <http://deflexion.com>
    IMAP, pine, procmail, data deflexion, infinity, and more
      > > >  Please keep the discussion in the group  < < <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert  
View profile  
 More options Dec 15 2005, 10:45 pm
Newsgroups: comp.mail.pine
From: jsp7rc...@sneakemail.com (Robert)
Date: 16 Dec 2005 03:45:54 GMT
Local: Thurs, Dec 15 2005 10:45 pm
Subject: Re: starting up a new Firefox window via url-viewer on MacOS
I discovered the problem.  Apparently, pine on Mac OS does not look at
url-viewers at all.  It only looks in the mailcap file.

So, I had to set this in my .pinerc:

mailcap-search-path=~/.mailcap

And then put this into $HOME/.mailcap:

--------------------------------------------------------------------------- ----
text/html; /usr/bin/open %s
image/jpeg; /usr/bin/open %s
--------------------------------------------------------------------------- ----

This DOES NOT work:

--------------------------------------------------------------------------- ----
application/*; /usr/bin/open %s
audio/*; /usr/bin/open %s
image/*; /usr/bin/open %s
video/*; /usr/bin/open %s
--------------------------------------------------------------------------- ----


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NM Public  
View profile  
 More options Dec 16 2005, 10:15 am
Newsgroups: comp.mail.pine
From: NM Public <ago...@nm.deflexion.com>
Date: Fri, 16 Dec 2005 15:15:59 +0000
Local: Fri, Dec 16 2005 10:15 am
Subject: Re: starting up a new Firefox window via url-viewer on MacOS
On 16 Dec 2005, Robert wrote:

I just reread your original message Robert and see that I had
misread your question. For viewing an *attachment*, which is what
you asked, you are right that the ~/.mailcap file is used to
specify the viewer.

But, to launch a URL that is in the message text, for example
this URL:

  <http://www.ii.com/internet/messaging/pine/pc/#url-viewers>

Pine does indeed look at the url-viewers setting. I just updated
the url-viewers section of my Power Pine page (which is where the
above URL goes) to try to make all this a little more clear.

Hope this is useful,
  Nancy

--
  Nancy McGough ~ <http://www.ii.com> ~ <http://deflexion.com>
    IMAP, pine, procmail, data deflexion, infinity, and more
      > > >  Please keep the discussion in the group  < < <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Game  
View profile  
 More options Dec 16 2005, 12:55 pm
Newsgroups: comp.mail.pine
From: Chris Game <chrisg...@example.net>
Date: Fri, 16 Dec 2005 17:55:30 +0000
Local: Fri, Dec 16 2005 12:55 pm
Subject: Re: starting up a new Firefox window via url-viewer on MacOS

NM Public wrote:
> I just updated the url-viewers section of my Power Pine page
> (which is where the above URL goes) to try to make all this a
> little more clear.

I find that page (and some of the other ii ones) difficult to use,
even with the 'contents' panel in there. Maybe they're just too
long? Every time I've tried to read through in search of some useful
tips, I've lost the will to live well before the end!

Maybe it's just me.

--
Chris Game

"It's not a good idea to look too hard at the words, they
resent it."  -- T. Pratchet, "Mort".


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Infinite Ink is killing people (Was Re: starting up a new Firefox window via url-viewer on MacOS)" by NM Public
NM Public  
View profile  
 More options Dec 16 2005, 1:39 pm
Newsgroups: comp.mail.pine
From: NM Public <ago...@nm.deflexion.com>
Date: Fri, 16 Dec 2005 18:39:59 +0000
Local: Fri, Dec 16 2005 1:39 pm
Subject: Infinite Ink is killing people (Was Re: starting up a new Firefox window via url-viewer on MacOS)
On 16 Dec 2005, Chris Game wrote:

> NM Public wrote:

>> I just updated the url-viewers section of my Power Pine page
>> (which is where the above URL goes) to try to make all this a
>> little more clear.

> I find that page (and some of the other ii ones) difficult to use,
> even with the 'contents' panel in there. Maybe they're just too
> long? Every time I've tried to read through in search of some useful
> tips, I've lost the will to live well before the end!

> Maybe it's just me.

I know my pages are *way* *too* *long*, but I didn't realize that
they made people lose the will to live! Aargh, I've spent too
much time trying to figure out a content management system to
use. I've considered:

  MediaWiki
  Dokuwiki
  Django
  Wikka Wiki
  Trac or some other Rails app

If anyone has any advice for a good system for me to move my
Infinite Ink stuff too, please let me know. I definitely want to
make it easy for people to add comments!

Maybe in 2006 I'll finally deal with this big daunting project!
For now I just keep tinkering with my existing pages and thinking
that eventually it will all be a part of a much more accessible
system.

Happy Holidays to all,
  Nancy

--
  Nancy McGough ~ <http://www.ii.com> ~ <http://deflexion.com>
    IMAP, pine, procmail, data deflexion, infinity, and more
      > > >  Please keep the discussion in the group  < < <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google