Re: SOLVED! SM email not properly responding to FF mailto links

2010-12-01 Thread NoOp
On 11/29/2010 06:47 PM, Michael Lueck wrote:
 NoOp wrote:
 On 11/27/2010 12:32 PM, NoOp wrote:
 ...
 Thanks! I'll file a bug for Ubuntu at:
 https://launchpad.net/ubuntu/+source/gnome-control-center
 https://bugs.launchpad.net/ubuntu/+source/gnome-control-center

 https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/682272
 [[SeaMonkey/Mozilla] gnome-default-applications.xml defaults for
 mail-reader does not handle URL mailto links properly]
 
 Thank you so much. I have subscribed / added my affects me.

Welcome. Now can we agree that
https://bugzilla.mozilla.org/show_bug.cgi?id=613724
is not actually a SeaMonkey issue, but instead a desktop configuration
issue? :-)

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-29 Thread Michael Lueck

NoOp wrote:

On 11/27/2010 12:32 PM, NoOp wrote:
...

Thanks! I'll file a bug for Ubuntu at:
https://launchpad.net/ubuntu/+source/gnome-control-center
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center


https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/682272
[[SeaMonkey/Mozilla] gnome-default-applications.xml defaults for
mail-reader does not handle URL mailto links properly]


Thank you so much. I have subscribed / added my affects me.

Sincerely,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-27 Thread Jens Hatlak

NoOp wrote:

Found it. I just loaded up a test Ubuntu 10.10 with the default
/usr/share/gnome-control-center/gnome-default-applications.xml
showing:
SeaMonkey:
executableseamonkey/executable
   commandseamonkey -mail %s/command
   icon-nameseamonkey/icon-name
   run-in-terminalfalse/run-in-terminal
(...)
So the issue appears to be related to
/usr/share/gnome-control-center/gnome-default-applications.xml. Now, the
question is: where did gnome get those settings from? Mozilla, old Gnome
files, etc?


gnome-default-applications.xml is part of Ubuntu package capplets-data 
[1]. Inspecting that file shows that it indeed contains -mail in the 
command for both SeaMonkey and Iceape (the Debian-branded version of 
SeaMonkey), even for the latest Ubuntu version (Maverick). And looking 
at [2] I guess OpenSUSE is affected, too (package control-center2). To 
solve the issues, bugs should be filed in the affected distributions' 
bug trackers.


The question is whether calling SeaMonkey like Thunderbird in the 
mail-reader case, i.e. without an extra -mail or -compose, would 
produce a useful result.


[1]: Use http://packages.ubuntu.com/#search_contents
[2]: http://lists.opensuse.org/opensuse-commit/2007-04/msg00087.html

HTH

Jens

--
Jens Hatlak http://jens.hatlak.de/
SeaMonkey Trunk Tracker http://smtt.blogspot.com/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-27 Thread NoOp
On 11/27/2010 02:18 AM, Jens Hatlak wrote:
 NoOp wrote:
 Found it. I just loaded up a test Ubuntu 10.10 with the default
 /usr/share/gnome-control-center/gnome-default-applications.xml
 showing:
 SeaMonkey:
 executableseamonkey/executable
commandseamonkey -mail %s/command
icon-nameseamonkey/icon-name
run-in-terminalfalse/run-in-terminal
(...)
 So the issue appears to be related to
 /usr/share/gnome-control-center/gnome-default-applications.xml. Now, the
 question is: where did gnome get those settings from? Mozilla, old Gnome
 files, etc?
 
 gnome-default-applications.xml is part of Ubuntu package capplets-data 
 [1]. Inspecting that file shows that it indeed contains -mail in the 
 command for both SeaMonkey and Iceape (the Debian-branded version of 
 SeaMonkey), even for the latest Ubuntu version (Maverick). And looking 
 at [2] I guess OpenSUSE is affected, too (package control-center2). To 
 solve the issues, bugs should be filed in the affected distributions' 
 bug trackers.

Thanks! I'll file a bug for Ubuntu at:
https://launchpad.net/ubuntu/+source/gnome-control-center
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center
(capplets-data is part of that package  I see the '-mail %s' is also
still in the Natty capplets-data gnome-default-applications.xml .deb).
http://packages.ubuntu.com/natty/capplets-data

 
 The question is whether calling SeaMonkey like Thunderbird in the 
 mail-reader case, i.e. without an extra -mail or -compose, would 
 produce a useful result.

Using 'seamonkey %s' works. However, for the bug report I'll recommend
'-compose %s' instead.

Unfortunately, the https://developer.mozilla.org/en/Command_Line_Options
doesn't provide much info, and the syntax rules
(https://developer.mozilla.org/en/Command_Line_Options#Syntax_Rules)
appear to not to be correct/complete for SeaMonkey.

 
 [1]: Use http://packages.ubuntu.com/#search_contents
 [2]: http://lists.opensuse.org/opensuse-commit/2007-04/msg00087.html
Thanks for those, particularly the opensuse link. I'll see if I can find
a similar for Debian/Ubuntu.

 
 HTH

It does indeed - thanks Jens.

Gary

Added note: Looking at the SeaMonkey source files I find multiple files
still contain references to Thunderbird, example:
/seamonkey210source/comm-1.9.1/mail/app-config.mk
quote
MOZ_THUNDERBIRD = 1
DEFINES += -DMOZ_THUNDERBIRD=1
/quote
and
quote
# Non-mac options
PROGRAM = ../../../$(DIST)/bin/thunderbird$(BIN_SUFFIX)
/quote
in the build.mk file in the same folder. Is this normal?


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-27 Thread Jens Hatlak

NoOp wrote:

Added note: Looking at the SeaMonkey source files I find multiple files
still contain references to Thunderbird, example:
/seamonkey210source/comm-1.9.1/mail/app-config.mk
 (...)
in the build.mk file in the same folder. Is this normal?


I'd guess so. comm-1.9.1 is probably a snapshot of the repository that 
contains the source of not only SeaMonkey 2.0 but also Thunderbird 3.0 
and Calendar. The mail/ subfolder then contains the Thunderbird sources.


HTH

Jens

--
Jens Hatlak http://jens.hatlak.de/
SeaMonkey Trunk Tracker http://smtt.blogspot.com/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-27 Thread NoOp
On 11/27/2010 12:32 PM, NoOp wrote:
...
 Thanks! I'll file a bug for Ubuntu at:
 https://launchpad.net/ubuntu/+source/gnome-control-center
 https://bugs.launchpad.net/ubuntu/+source/gnome-control-center

https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/682272
[[SeaMonkey/Mozilla] gnome-default-applications.xml defaults for
mail-reader does not handle URL mailto links properly]
...
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-26 Thread Michael Lueck

Ed Mullen wrote:

Daniel F. wrote:

Hey y'all,

I'm the maintainer of the ubuntuzilla repository. Here are my thoughts/
comments on the matter.


Just a thought. I have no idea what you're talking about because you
have deleted/snipped EVERYTHING to what your are replying.


I started the thread originally, via the Gmane NNTP gateway to this list.

I suspect Daniel replied via the same method.

The thread was working through the correct command line syntax to launch SeaMonkey with when clicking mailto: links within Firefox. Daniel and I came up with the correct syntax, and we are trying to 
find which product has the incorrect syntax.


Sincerely,

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-26 Thread Michael Lueck

Daniel F. wrote:


It is quite likely, though, that the fault lies not with seamonkey
itself, but with the preferred applications gnome applet, which has
'seamonkey -mail %s' as the default option, when it detects the
presence of /usr/bin/seamonkey on the system. This is currently my
best guess.


Which is what NoOp seemed to suggest as well.

I will try to dupe this with a newer build of Ubuntu to see if it is still a 
problem.

If it is still a problem, I might open a bug report directly with Gnome, 
bypassing Ubuntu all together.

Thank you Daniel for taking the time to provide verbose input.

Sincerely,

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-26 Thread Michael Lueck

NoOp wrote:

Unfortunately I didn't see Daniel F.'s reply as it appears that he
posted via google groups


Yes, he said that was the gateway he came through, not news.mozilla.org which I 
use.


I'm still working on pining this down, but if you look at:
/usr/share/gnome-control-center/gnome-default-applications.xml
you'll find that themail-readers  sections in that file has this set for:


Learn something new every day. I did not know about that program list.


Either way I still think that the issue comes back to the
desktop environment rather than SeaMonkey


Which I will try to recreate on the latest Gnome, and if the problem still 
exists open a bug directly with Gnome.

Thanks,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-26 Thread NoOp
On 11/26/2010 06:32 PM, Michael Lueck wrote:
 NoOp wrote:
 Unfortunately I didn't see Daniel F.'s reply as it appears that he
 posted via google groups
 
 Yes, he said that was the gateway he came through, not news.mozilla.org which 
 I use.
 
 I'm still working on pining this down, but if you look at:
 /usr/share/gnome-control-center/gnome-default-applications.xml
 you'll find that themail-readers  sections in that file has this set for:
 
 Learn something new every day. I did not know about that program list.
 
 Either way I still think that the issue comes back to the
 desktop environment rather than SeaMonkey
 
 Which I will try to recreate on the latest Gnome, and if the problem still 
 exists open a bug directly with Gnome.
 
 Thanks,
 

Found it. I just loaded up a test Ubuntu 10.10 with the default
/usr/share/gnome-control-center/gnome-default-applications.xml
showing:
SeaMonkey:
executableseamonkey/executable
  commandseamonkey -mail %s/command
  icon-nameseamonkey/icon-name
  run-in-terminalfalse/run-in-terminal

I then installed SeaMonkey 2.0.10 from the Ubuntu repositories and set:
 System|Preferences|Preferred Applications|Mail Reader|
to SeaMonkey and find the it is using
/usr/share/gnome-control-center/gnome-default-applications.xml for the
setting (-mail %s).

I then modified:
/usr/share/gnome-control-center/gnome-default-applications.xml
$ gksu gedit /usr/share/gnome-control-center/gnome-default-applications.xml
and changed
executableseamonkey/executable
  commandseamonkey -mail %s/command
  icon-nameseamonkey/icon-name
  run-in-terminalfalse/run-in-terminal
to
executableseamonkey/executable
  commandseamonkey %s/command
  icon-nameseamonkey/icon-name
  run-in-terminalfalse/run-in-terminal
and rechecked System|Preferences|Preferred Applications|Mail Reader| and
find that it has changed to reflect the change in
/usr/share/gnome-control-center/gnome-default-applications.xml (to
'seamonkey %s').

So the issue appears to be related to
/usr/share/gnome-control-center/gnome-default-applications.xml. Now, the
question is: where did gnome get those settings from? Mozilla, old Gnome
files, etc?

I'll dig a little further tomorrow if I have time.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-25 Thread Daniel F.
Hey y'all,

I'm the maintainer of the ubuntuzilla repository. Here are my thoughts/
comments on the matter.

(By the way, NoOp, it has been quite a while since ubuntuzilla was an
autodownloader script. It is now an apt repository with .deb repacks
of official mozilla binary builds.)

So, speaking about what goes on with ubuntuzilla - all that is done is
extract the binaries out of the mozilla-supplied tar.gz, and put them
into a .deb. With seamonkey, the mozilla binaries go into /opt/
seamonkey/, a symlink is created from /usr/bin/seamonkey to /opt/
seamonkey/seamonkey, and an applications menu item in the form of
a .desktop file is created in /usr/share/applications/seamonkey-
mozilla-build.desktop, with the following content:

[Desktop Entry]
Encoding=UTF-8
Name=Mozilla Build of Seamonkey
GenericName=Internet Suite
Comment=Web Browser, Email/News Client, HTML Editor, IRC Client
Exec=seamonkey %u
Icon=seamonkey-mozilla-build
Terminal=false
X-MultipleArgs=false
StartupNotify=true
StartupWMClass=SeaMonkey
Type=Application
Categories=Network;WebBrowser;Email;WebDevelopment;IRCClient;

There is nothing anywhere in the package (nothing that's added by the
ubuntuzilla repack process, at any rate) that speficies the default
command to use to compose a new message. I would be /mightily/
surprised if you see different behavior from installing manually into /
home, by downloading from seamonkey website, and extracting into your
home dir somewhere.

It is quite likely, though, that the fault lies not with seamonkey
itself, but with the preferred applications gnome applet, which has
'seamonkey -mail %s' as the default option, when it detects the
presence of /usr/bin/seamonkey on the system. This is currently my
best guess. The documentation on the gnome preferred application
applet (/usr/bin/gnome-default-applications-properties binary) seems
rather scant, and I don't have the time to go dig through the source
package to figure out where it pulls the default values for known
apps... but that's where I'd look.

Hope this is at least somewhat helpful.

-nanotube
P.S. please CC me by email directly on any replies if you want to make
sure I see them.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-25 Thread Ed Mullen

Daniel F. wrote:

Hey y'all,

I'm the maintainer of the ubuntuzilla repository. Here are my thoughts/
comments on the matter.


Just a thought.  I have no idea what you're talking about because you 
have deleted/snipped EVERYTHING to what your are replying.  So, now I 
have to go re-read previous posts to figure out what the hell you're 
going on about.  And I'm not going to do it.


A huge problem?  As long as the post are still on the server (as they 
are), no.  An annoyance?  Yes.



(By the way, NoOp,


Oh, great, now another reference I have to specifically go look up to 
understand your reply/context.  Thanks.


So, gently, I suggest, learn how to quote.  Please?

--
Ed Mullen
http://edmullen.net/
I see no virtue in outliving my ability to have fun.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-23 Thread Michael Lueck

NoOp wrote:

I'd recommend that you just install via your distro repository


No, I wish to run the official Mozilla binaries, just like I do on Windows.

I have the ability to run current versions of Mozilla products.


were it
not for the fact that the Ubuntu SeaMonkey maintainers can't seem to get
their act together and still haven't backported the lucid fixes yet:
https://bugs.launchpad.net/ubuntu/+source/seamonkey/+bug/575160
[seamonkey 2.0 crashes with 'RenderBadPicture' diagnostics]


Why would you suggest all of that grief over simply using the official Mozilla 
binaries via UbuntuZilla?!!?!?

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-23 Thread Michael Lueck

NoOp wrote:

2. What if your preferred email application were something other than
SeaMonkey? You'd set your email preferences as above only use the path
to that particular email client.


Then what caused SeaMonkey to get added to the Gnome Preferred Applications 
list (with the wrong switches) in the first place?

I had been using Thunderbird up until I installed SeaMonkey. Thunderbird was 
handling the mailto: links correctly.

At that time, SeaMonkey was not in the list. After I instilled SeaMonkey, it 
was there, just the switches were incorrect.

What ever adds SeaMonkey to the list of Gnome Preferred Applications, THAT 
needs to be updated to use the correct switches.

I would think that something in the SeaMonkey installation process adds 
SeaMonkey to the Preferred Applications list. Thus why I started with a bug 
against SeaMonkey.

Sincerely,

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-23 Thread NoOp
On 11/23/2010 11:56 AM, Michael Lueck wrote:
 NoOp wrote:
 2. What if your preferred email application were something other
 than SeaMonkey? You'd set your email preferences as above only use
 the path to that particular email client.
 
 Then what caused SeaMonkey to get added to the Gnome Preferred
 Applications list (with the wrong switches) in the first place?

Not sure, but perhaps you can ask on:
http://ubuntuforums.org/forumdisplay.php?f=251

 
 I had been using Thunderbird up until I installed SeaMonkey.
 Thunderbird was handling the mailto: links correctly.

And did you also install via Ubuntuzilla? If so, what was the switch?

 
 At that time, SeaMonkey was not in the list. After I instilled
 SeaMonkey, it was there, just the switches were incorrect.
 
 What ever adds SeaMonkey to the list of Gnome Preferred Applications,
 THAT needs to be updated to use the correct switches.

Possibly. I typically run SeaMonkey from a /home folder, so I've not run
into this problem previously. I just use 'Custom' and insert the path 
-compose %s or simply %s (the latter works just fine). However I do note
that the SeaMonkey2 build from Joe also includes the '-mail' switch, so
I'll ask him. The there *is* something in the build configurations that
sets this as '-mail' default, then *perhaps* there is an issue.
Unfortunately it would/will be most hard to debug as you'd have to query
all those that built .deb packages from source.

If you look at the link I previously referenced, you'll find that the
'-mail' switch is proper for opening the mail client. The issue is
pehaps that the '-mail' command does not recognise/honor the %s (see
the GNOME desktop reference guide/docs for this). Again, that wouldn't
be a SeaMonkey issue as the reference clearly states:

-mail mailto_URL

Start the Compose Message window for the given mailto_URL Thunderbird only.

thunderbird -mail mailto:m...@isp.net?subject=hi

As you can see, that (possibly) only works in Thunderbird. For SeaMonkey
you'd need to use:

./seamonkey -compose mailto:m...@isp.net?subject=hi

and that works just fine.

Have a look at:
http://kb.mozillazine.org/Default_mail_client
http://kb.mozillazine.org/Default_mail_client#Linux_-_Gnome
for methods to configure your desktop.

Change your System|Preferences|Preferred
Applications|Mail Reader|Custom|
to include the path to SeaMonkey (if installed in a /home folder) or
simply: 'seamonkey %s' or 'seamonkey -compose %s' if you've installed to
the system (via Ubuntuzilla or otherwise).

If you do not require SeaMonkey to be available for all users on your
system I *highly* recommend just installing to a /home folder and
running from there. You'll find that doing so is considerably easier 
safer.

 
 I would think that something in the SeaMonkey installation process
 adds SeaMonkey to the Preferred Applications list. Thus why I started
 with a bug against SeaMonkey.

Perhaps. But again you'd need to check with whoever built the .deb
packages to be certain. Is it a SeaMonkey bug, or is it a problem with
how the package was built?

Regarding your other post:
  were it
  not for the fact that the Ubuntu SeaMonkey maintainers can't seem to get
  their act together and still haven't backported the lucid fixes yet:
  https://bugs.launchpad.net/ubuntu/+source/seamonkey/+bug/575160
  [seamonkey 2.0 crashes with 'RenderBadPicture' diagnostics]
 Why would you suggest all of that grief over simply using the official 
 Mozilla binaries via UbuntuZilla?!!?!?

You obviously missed (and cut):

 I'd recommend that you just install via your distro repository were it
 not for the fact that the Ubuntu SeaMonkey maintainers can't seem to get
 their act together and still haven't backported the lucid fixes yet:

I *don't* recommend that you install your distro version for the very
reasons mentioned in:
https://bugs.launchpad.net/ubuntu/+source/seamonkey/+bug/575160

I do however recommend that you use Joe's PPA (or install directly to a
/home folder) rather than Ubuntuzilla.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-22 Thread NoOp
On 11/20/2010 06:35 AM, Michael Lueck wrote:
 I also took the time to report this in Bugzilla:
 
 Incorrect default switches to handle mailto: links / new message window will 
 not open
 https://bugzilla.mozilla.org/show_bug.cgi?id=613724
 

Clearly your:
https://bugzilla.mozilla.org/show_bug.cgi?id=613724#c7
response indicates that you still seem to think that this is a SeaMonkey
issue rather than an issue with properly configuring your GNOME desktop.
So I'll repeat: this is *not* a SeaMonkey issue, but rather an desktop
configuration issue. (PEBKAC)

As you've already discovered, properly setting your desktop preferred
applications settings (Ubuntu: System|Preferences|Preferred
Applications|Mail Reader|Custom/whatever) to a path/system setting for
SeaMonkey works. This demonstrates that the issue is with your desktop
settings and *not* SeaMonkey.

Let me give you a few examples/whatif's:

1. I run SM from a /home folder on several machines (Ubuntu 8.04, 10.04,
10.10). Using your example won't work for me. Instead I need to add
the full path to my SM installation folder and use:
/home/username/seamonkeyfoldername/seamonkey -compose

On others I run SeaMonkey2 from a ppa provided by Joe Lesko [1] and
simply use System|Preferences|Preferred Applications|Mail
Reader|SeaMonkey 2.0|seamonkey2 -mail

2. What if your preferred email application were something other than
SeaMonkey? You'd set your email preferences as above only use the path
to that particular email client.

Point being is that your issue has *nothing* to do with a bug in
SeaMonkey, but instead is due to your failure to grasp the fact that you
lack the understanding necessary to set your desktop settings to use
whatever email client that you wish.

[1] Using Ubuntuzilla is, IMO, just plain silly. Ubuntuzilla is nothing
more than a set of scripts that install Mozilla products in system
directories. You'd be *much* better off (again IMO) installing SeaMonkey:

1. Directly into a home folder (/home/seamonkey) and running it from
there. Or:
2. If you wish to use a system SeaMonkey, add Joe Lesko's repository to
your /etc/apt/sources.list file - or add:
https://launchpad.net/~seamonkey2/+archive/seamonkey2
via
$ sudo add-apt-repository ppa:seamonkey2/seamonkey2
and then install seamonkey2

I'd recommend that you just install via your distro repository were it
not for the fact that the Ubuntu SeaMonkey maintainers can't seem to get
their act together and still haven't backported the lucid fixes yet:
https://bugs.launchpad.net/ubuntu/+source/seamonkey/+bug/575160
[seamonkey 2.0 crashes with 'RenderBadPicture' diagnostics]

Now *please* go and close out
https://bugzilla.mozilla.org/show_bug.cgi?id=613724
If you need further help understanding why please do not hesitate to ask
in this thread  I'll be more than happy to provide additional
info/instructions.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-22 Thread NoOp
On 11/22/2010 08:14 PM, NoOp wrote:
 On 11/20/2010 06:35 AM, Michael Lueck wrote:
 I also took the time to report this in Bugzilla:
 
 Incorrect default switches to handle mailto: links / new message window 
 will not open
 https://bugzilla.mozilla.org/show_bug.cgi?id=613724
 
 
 Clearly your:
 https://bugzilla.mozilla.org/show_bug.cgi?id=613724#c7
 response indicates that you still seem to think that this is a SeaMonkey
 issue rather than an issue with properly configuring your GNOME desktop.
 So I'll repeat: this is *not* a SeaMonkey issue, but rather an desktop
 configuration issue. (PEBKAC)
 
 As you've already discovered, properly setting your desktop preferred
 applications settings (Ubuntu: System|Preferences|Preferred
 Applications|Mail Reader|Custom/whatever) to a path/system setting for
 SeaMonkey works. This demonstrates that the issue is with your desktop
 settings and *not* SeaMonkey.
 
 Let me give you a few examples/whatif's:
 
 1. I run SM from a /home folder on several machines (Ubuntu 8.04, 10.04,
 10.10). Using your example won't work for me. Instead I need to add
 the full path to my SM installation folder and use:
 /home/username/seamonkeyfoldername/seamonkey -compose
 
 On others I run SeaMonkey2 from a ppa provided by Joe Lesko [1] and
 simply use System|Preferences|Preferred Applications|Mail
 Reader|SeaMonkey 2.0|seamonkey2 -mail
 
 2. What if your preferred email application were something other than
 SeaMonkey? You'd set your email preferences as above only use the path
 to that particular email client.
 
 Point being is that your issue has *nothing* to do with a bug in
 SeaMonkey, but instead is due to your failure to grasp the fact that you
 lack the understanding necessary to set your desktop settings to use
 whatever email client that you wish.
 
 [1] Using Ubuntuzilla is, IMO, just plain silly. Ubuntuzilla is nothing
 more than a set of scripts that install Mozilla products in system
 directories. You'd be *much* better off (again IMO) installing SeaMonkey:
 
 1. Directly into a home folder (/home/seamonkey) and running it from
 there. Or:
 2. If you wish to use a system SeaMonkey, add Joe Lesko's repository to
 your /etc/apt/sources.list file - or add:
 https://launchpad.net/~seamonkey2/+archive/seamonkey2
 via
 $ sudo add-apt-repository ppa:seamonkey2/seamonkey2
 and then install seamonkey2
 
 I'd recommend that you just install via your distro repository were it
 not for the fact that the Ubuntu SeaMonkey maintainers can't seem to get
 their act together and still haven't backported the lucid fixes yet:
 https://bugs.launchpad.net/ubuntu/+source/seamonkey/+bug/575160
 [seamonkey 2.0 crashes with 'RenderBadPicture' diagnostics]
 
 Now *please* go and close out
 https://bugzilla.mozilla.org/show_bug.cgi?id=613724
 If you need further help understanding why please do not hesitate to ask
 in this thread  I'll be more than happy to provide additional
 info/instructions.
 
 

Sorry, forgot to add:
https://developer.mozilla.org/en/Command_Line_Options

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-21 Thread NoOp
On 11/20/2010 06:35 AM, Michael Lueck wrote:
 I also took the time to report this in Bugzilla:
 
 Incorrect default switches to handle mailto: links / new message window will 
 not open
 https://bugzilla.mozilla.org/show_bug.cgi?id=613724
 

That's not an SeaMonkey issue, it is your desktop client issue (GNOME in
this case) and has nothing whatsoever to do with SeaMonkey. I'd recomend
that you take up the issue with your linux distro support channel.




___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-20 Thread Michael Lueck

I also took the time to report this in Bugzilla:

Incorrect default switches to handle mailto: links / new message window will not 
open
https://bugzilla.mozilla.org/show_bug.cgi?id=613724

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SOLVED! SM email not properly responding to FF mailto links

2010-11-19 Thread Michael Lueck

Greetings-

The solution was to update the switches Gnome was launching SeaMonkey with as 
it processed the mailto: link.

The correct switches are as follows:
seamonkey -compose %s

--
Michael Lueck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey