retitle 313579 please provide amule.schemas file for gconf (teaches browsers
about ed2k:// links)
reassign 313579 amule
thanks
Hi,
Please could you provide this amule.schemas in amule? When you install it in
/usr/share/gconf/schemas, browsers under GNOME learn about the ed2k:// scheme
and how to handle it.
(I believe there's more magic involved in registering it, but debhelper seems to
take care about that, see rhythmbox postinst for an example)
On Tue, Apr 15, 2008 at 08:08:53PM +0200, Mike Hommey wrote:
> On Tue, Apr 15, 2008 at 07:39:14PM +0200, Robert Millan wrote:
> >
> > Erm sorry, there's no such thing as "network.protocol-handler.app.default".
> > I
> > got confused with gconf schemas.
> >
> > Which sounds like a solution can be provided this way (e.g. by shipping a
> > schemas file in amule et al). I'll investigate.
>
> You're right. As soon as these protocols are defined at gnome level,
> they will just work with iceweasel (provided you have the
> iceweasel-gnome-support package installed)
>
> Mike
>
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ed2k/command</key>
<applyto>/desktop/gnome/url-handlers/ed2k/command</applyto>
<owner>amule</owner>
<type>string</type>
<default>ed2k "%s"</default>
<locale name="C">
<short>The command to handle ed2k URLs</short>
<long>The command to handle ed2k URLs.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ed2k/needs_terminal</key>
<applyto>/desktop/gnome/url-handlers/ed2k/needs_terminal</applyto>
<owner>amule</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Whether command to handle ed2k URLs needs a terminal</short>
<long>Whether command to handle ed2k URLs needs a terminal.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ed2k/enabled</key>
<applyto>/desktop/gnome/url-handlers/ed2k/enabled</applyto>
<owner>amule</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Whether command to handle ed2k URLs is enabled</short>
<long>Whether command to handle ed2k URLs is enabled.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>