** Changed in: gconf (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/980466
Title:
url handler dose not work for notes:// after registration on gconf
Status in “gconf” package in Ubuntu:
Confirmed
Bug description:
After making below configuration, url "notes://XXX" still not be recognized
by firefox which works well on Suse
gconftool-2 --makefile-install-rule notes.schemas"
The content of notes.schemas as below
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/notes/enabled</key>
<applyto>/desktop/gnome/url-handlers/notes/enabled</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Whether the specified command should handle "notes"
URLs</short>
<long>True if the command specified in the "command" key should
handle "notes" URLs.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/notes/command</key>
<applyto>/desktop/gnome/url-handlers/notes/command</applyto>
<owner>gnome</owner>
<type>string</type>
<default>/opt/ibm/lotus/notes/notes %s</default>
<locale name="C">
<short>The handler for "notes" URLs</short>
<long>The command used to handle "notes" URLs, if enabled.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/notes/needs_terminal</key>
<applyto>/desktop/gnome/url-handlers/notes/needs_terminal</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Run the command in a terminal</short>
<long>True if the command used to handle this type of URL should be
run in a terminal.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/980466/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp