我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。
在 2010年4月16日 星期五 20:44:28,Merlin Web 写道:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始
终没有e
d2k的东东。
请知情人指教。
试一下mldonkey源码包提供的那个扩展,文档里写是支持amule和mldonkey的。
需要从源码包里获得,rpm包好像没有把那个扩展打包进去。
注意那个for firefox 3 and higher ,,,这个也得设置,我以前就是没仔细看---没设置这个
Configuration for a single user
* Insert about:config in the address bar
* Right click on the list, select New, then Boolean; insert network.protocol-handler.external.ed2k as Preference Name and true as Value
* Now another right click, select New and String; insert network.protocol-handler.app.ed2k as Preference Name and /path/to/ed2k (path to where the file is installed on your system) as Value.
For Ubuntu Lucid users, you should set the Value to just "ed2k" instead of "/usr/bin/ed2k".
For Firefox 3 and higher only, you should also:
* Right click on the list, select New, then Boolean; insert network.protocol-handler.expose.ed2k as Preference Name and false as Value
After that, click over an ed2k link, and Firefox should ask which app you want to use to open the link. Choose /usr/bin/ed2k and it should work.
2010/4/16 Merlin Web merlin.web@gmail.com:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。 _______________________________________________ Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
这个我试过了。我的 ~/.mozilla/firefox/k0uiq4fd.default/prefs.js 文件在用 about:config,后就有了这三个记录:
user_pref("network.protocol-handler.app.ed2k", "/usr/bin/ed2k"); user_pref("network.protocol-handler.expose.ed2k", false); user_pref("network.protocol-handler.external.ed2k", true);
但是还是不行。
2010/4/16 Tao Yang cab402@gmail.com:
注意那个for firefox 3 and higher ,,,这个也得设置,我以前就是没仔细看---没设置这个
Configuration for a single user
* Insert about:config in the address bar
* Right click on the list, select New, then Boolean; insert network.protocol-handler.external.ed2k as Preference Name and true as Value
* Now another right click, select New and String; insert network.protocol-handler.app.ed2k as Preference Name and /path/to/ed2k (path to where the file is installed on your system) as Value.
For Ubuntu Lucid users, you should set the Value to just "ed2k" instead of "/usr/bin/ed2k".
For Firefox 3 and higher only, you should also:
* Right click on the list, select New, then Boolean; insert network.protocol-handler.expose.ed2k as Preference Name and false as Value
After that, click over an ed2k link, and Firefox should ask which app you want to use to open the link. Choose /usr/bin/ed2k and it should work.
2010/4/16 Merlin Web merlin.web@gmail.com:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。 _______________________________________________ Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
-- ※ 来源:·九原山区·[FROM:九原山区] _______________________________________________ Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
我个人推荐用~/mldonkey-3.0.1/distrib/ed2k_mozilla下的 mldonkey_protocol_handler- 2.5.xpi, 能用,我个人测试过了 ,环境大概是 f13_beta firefox-3.6.3 于 2010年04月16日 20:44, Merlin Web 写道:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。 _______________________________________________ Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
找到解决方法了,参考于: http://forum.amule.org/index.php?topic=17323.0
简单之:
1. shutdown firefox 2. delete *.ed2k.* entries from prefs.js ($HOME/.mozilla/firefox/xxxxx.default/pref.js) 3. Configure gnome to handle ed2k scheme (ed2k://)
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command "/usr/bin/ed2k %s" $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true
4. start firefox,进入一个有ed2k的网站,比如verycd.com,点击一个ed2k链接,popup一个窗口,选择ed2k。这时你再看fx的edit>preference>applications,就有了ed2k的条目。这个条目,我是刚搞定步骤3后却没有,打开一个ed2k链接就出来了。
btw, recommend a movie to you, the lives of others.
2010/4/16 Merlin Web merlin.web@gmail.com:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。
多谢Merlin Web的指教,现在终于可以了
mldonkey也用了,但不会用,下载东西时从来就没有动过。
在 2010年4月19日 上午12:16,Merlin Web merlin.web@gmail.com 写道:
找到解决方法了,参考于: http://forum.amule.org/index.php?topic=17323.0
简单之:
- shutdown firefox
- delete *.ed2k.* entries from prefs.js
($HOME/.mozilla/firefox/xxxxx.default/pref.js) 3. Configure gnome to handle ed2k scheme (ed2k://)
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command "/usr/bin/ed2k %s" $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true
- start firefox,进入一个有ed2k的网站,比如verycd.com,点击一个ed2k链接,popup一个窗口,选择ed2k。这时你再看fx的edit>preference>applications,就有了ed2k的条目。这个条目,我是刚搞定步骤3后却没有,打开一个ed2k链接就出来了。
btw, recommend a movie to you, the lives of others.
2010/4/16 Merlin Web merlin.web@gmail.com:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。
Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
不能说指教,我也是搜索了半天没找到答案,再来问该列表,也没有更好的答案,再次google之,发现了这个解决办法。就算搜索之力帮助大家吧。
2010/4/20 acl yyx aclyyx@gmail.com:
多谢Merlin Web的指教,现在终于可以了
mldonkey也用了,但不会用,下载东西时从来就没有动过。
在 2010年4月19日 上午12:16,Merlin Web merlin.web@gmail.com 写道:
找到解决方法了,参考于: http://forum.amule.org/index.php?topic=17323.0
简单之:
- shutdown firefox
- delete *.ed2k.* entries from prefs.js
($HOME/.mozilla/firefox/xxxxx.default/pref.js) 3. Configure gnome to handle ed2k scheme (ed2k://)
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command "/usr/bin/ed2k %s" $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true
- start firefox,进入一个有ed2k的网站,比如verycd.com,点击一个ed2k链接,popup一个窗口,选择ed2k。这时你再看fx的edit>preference>applications,就有了ed2k的条目。这个条目,我是刚搞定步骤3后却没有,打开一个ed2k链接就出来了。
btw, recommend a movie to you, the lives of others.
2010/4/16 Merlin Web merlin.web@gmail.com:
我参照 http://wiki.amule.org/index.php/Ed2k_links_handling 的方法,始终搞不定ed2k关联。我用的是Configuration for a single user的方法。在fx内加入了相应的的字串和布尔值,但是就是搞不定,我看了看fx的edit的preference的application里面始终没有ed2k的东东。
请知情人指教。
Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
Chinese mailing list Chinese at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/chinese
chinese@lists.fedoraproject.org