mkiol / SendToJolla

Allows you to send URLs and text between PC and your mobile
Mozilla Public License 2.0
8 stars 3 forks source link

SeaMonkey compatibility #1

Open ghost opened 9 years ago

ghost commented 9 years ago

It would be nice if you could make the Firefox addon compatible with SeaMonkey (http://www.seamonkey-project.org/).

mkiol commented 9 years ago

Thanks for the idea. Unfortunately it is not as easy as I first thought. To code add-on I've used FF high-level SDK API and this API is not yet supported in SeaMonkey :-( According some comments in Internet, SDK API should be supported in version 2.33.

ghost commented 9 years ago

That's fine, do you want me to remind you of this when 2.33 is released?

mkiol commented 9 years ago

Remind me, please.

ghost commented 9 years ago

I'm a few days late, but SeaMonkey 2.33 beta 1 is available for download at http://www.seamonkey-project.org/releases/2.33b1

mkiol commented 9 years ago

Unfortunately, it still doesn't work. Some FF's GUI components like toolbar button are not supported in SeaMonkey. Problem is similar to Ghostery add-on described here.

:-(

ghost commented 9 years ago

That's a shame, I guess I'll keep using SSH and nano then. Thanks for trying though!

mkiol commented 9 years ago

If you like, you can try this python script. It uses Send to Jolla API.