|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| === Why doesn't the New Userscript command open anything? (Firefox 3 compatibility) ===
| |
|
| |
|
| I'm using Greasemonkey 0.7.20080121.0 on Firefox 2.0.0.14 and 3.0b5. Running an external editor works with Firefox 2, but not with 3b4 or 3b5.
| |
|
| |
| <blockquote>
| |
|
| |
| Application: Firefox 3.0b5 (2008040514)<br />
| |
| Operating System: Linux (x86-gcc3)
| |
|
| |
| * [http://sogame.awardspace.com/ Extension List Dumper 1.13.1]
| |
| * [http://www.greasespot.net/ Greasemonkey 0.7.20080121.0]
| |
| * Ubuntu Firefox Modifications 0.5~beta2.1
| |
|
| |
| </blockquote>
| |
|
| |
| So I'm seeing the [[FAQ#Why_doesn.27t_the_Edit_button_open_anything.3F|edit button]] and [[FAQ#Why_doesn.27t_the_New_Userscript_command_open_anything.3F|new user script]] problem, specifically with beta versions of Firefox 3. Greasemonkey lets me choose gedit, giving
| |
|
| |
| greasemonkey.editor;/usr/bin/gedit
| |
|
| |
| but then does nothing.
| |
|
| |
| If I install Greasemonkey with apt on Ubuntu 8.04 Hardy Heron, I get version 0.8.20080119.0-0ubuntu1, an old version of Greasemonkey from hardy/universe, and it gives this error report:
| |
|
| |
| <blockquote>
| |
| Could not launch editor.<br />
| |
| [Exception... "Could not convert JavaScript argument arg 0 [nsIMIMEInfo.preferredApplicationHandler]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: launchApplicationWithDoc :: line 189" data: no]
| |
| </blockquote>
| |
|
| |
| '''summary''' · I understand how to set greasemonkey.editor, and it's working for me, but not with Firefox 3 beta. It looks like Greasemonkey is incompatible with Firefox 3. Is anyone else seeing this problem on other platforms?
| |
|
| |
| --[[User:Merriam|merriam]] 10:56, 26 April 2008 (EDT)
| |
|
| |
| == Firefox 3.0b5 Editor not working ==
| |
|
| |
| On Kubuntu 8.04 with Greasemonkey 0.7 The Editor Does not work, from the Manage Scripts or the Monkey menu.
| |
|
| |
| Error console reports:
| |
| Failed to launch editor: [Exception... "Could not convert JavaScript argument arg 0 [nsIMIMEInfo.preferredApplicationHandler]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: launchApplicationWithDoc :: line 147" data: no]
| |
|
| |
| There appears to be a bugzilla ticket on this problem:
| |
| https://bugzilla.mozilla.org/show_bug.cgi?id=411819
| |