After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120740 - [PATCH] Improve URL handler schema strings
[PATCH] Improve URL handler schema strings
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: URI handling
cvs (head)
Other All
: High normal
: 2.6
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 129493 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-08-26 10:30 UTC by Dafydd Harries
Modified: 2005-08-15 01:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (7.79 KB, patch)
2003-08-26 10:35 UTC, Dafydd Harries
none Details | Review
Updated patch against gnome-vfs, also compensating for addition of "callto" and H323 URL schemes. (11.61 KB, patch)
2003-12-21 20:40 UTC, Dafydd Harries
needs-work Details | Review

Description Dafydd Harries 2003-08-26 10:30:25 UTC
The GConf schema descriptions for URL handlers are unclear and
inconsistent. The long descriptions are not punctuated properly and often
do not add any information not present in the short description. References
are made to non-existent keys, and key names are not quoted.

Patch to follow.

It is intended that these changes are only made in 2.5, since they
represent a significant change in strings.
Comment 1 Dafydd Harries 2003-08-26 10:35:13 UTC
Created attachment 19516 [details] [review]
Proposed patch.
Comment 2 Christian Neumair 2003-12-21 15:45:04 UTC
Thanks for your efforts, I'm really sorry:
Some days ago another patch was committed against HEAD that should
have introduced some clean-ups. Could you please update your patch?

regs,
 Chris
Comment 3 Dafydd Harries 2003-12-21 20:38:37 UTC
Moving this bug to gnome-vfs, revised patch to follow.
Comment 4 Dafydd Harries 2003-12-21 20:40:51 UTC
Created attachment 22622 [details] [review]
Updated patch against gnome-vfs, also compensating for addition of "callto" and H323 URL schemes.
Comment 5 Christian Rose 2003-12-21 22:25:36 UTC
*** Bug 129492 has been marked as a duplicate of this bug. ***
Comment 6 Christian Rose 2003-12-21 22:26:59 UTC
Daf, when switching components, please also check "reassign bug to
owner of selected component".
Comment 7 Christian Rose 2003-12-21 22:29:22 UTC
*** Bug 129493 has been marked as a duplicate of this bug. ***
Comment 8 Christian Rose 2004-01-18 15:02:52 UTC
#: schemas/system_http_proxy.schemas.in.h:10
msgid ""
"If true, then connections to the proxy server require authentication.
The "
"username/password combo defined by
\"/system/http_proxy/authentication_user"
"\" and \"/system/http_proxy/authentication_password\"."

It seems there is a missing "is" in this message. It should probably
be "combo is defined by" rather than "combo defined by".
Comment 9 Christophe Fergeau 2004-07-20 21:11:37 UTC
Ooops, seems this bug was totally forgotten. Feel free to commit the changes.
Comment 10 Dafydd Harries 2004-07-23 14:32:10 UTC
I've made the modifications, as well as some other modifications in the spirit
of my proposal. I also converted a Latin-2 character in the ChangeLog to UTF-8.