Re: Galeon with mms:// and pnm:// links
Adam Hooper <[email protected]>
| Newsgroups | gmane.comp.web.galeon.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2005-21-03 at 10:08 +1100, Paul Dwerryhouse wrote: > I got it working as follows: > > mkdir ~/.gconf/desktop/gnome/url-handlers/mms/ > > cat > ~/.gconf/desktop/gnome/url-handlers/mms/%gconf.xml > <?xml version="1.0"?> > <gconf> > <entry name="enabled" mtime="1111360048" type="bool" value="true"> > </entry> > <entry name="command" mtime="1111360048" type="string"> > <stringvalue>gxine %s</stringvalue> > </entry> > </gconf> For future reference, the more GConf-friendly way of doing things is as follows. (GConf caches results; it's not a good idea to manipulate ~/.gconf by hand.) $ gconftool -s /desktop/gnome/url-handlers/mms/enabled --type bool true $ gconftool -s /desktop/gnome/url-handlers/mms/command --type string "gxine %s" The "gconf-editor-doesn't-allow-me-to-add-a-new-directory" bug is here: http://bugzilla.gnome.org/show_bug.cgi?id=103997 -- Adam Hooper <[email protected]>
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBCPkuH90GtBxQ61zARAhjbAJ94DW0t1llOljqkrQs21ZGmwp+++ACfcp6X kohJ2T1d9C2uT0dFw8VRy2A= =+SLo -----END PGP SIGNATURE-----