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 129922 - [PATCH] Inconsistent spelling of names "Nautilus" and "Medusa in various parts of the source
[PATCH] Inconsistent spelling of names "Nautilus" and "Medusa in various part...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: High minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-23 22:15 UTC by Åsmund Skjæveland
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (3.35 KB, patch)
2003-12-25 13:30 UTC, Christian Neumair
none Details | Review

Description Åsmund Skjæveland 2003-12-23 22:15:05 UTC
In most places, Nautilus is referred to as "Nautilus", but some places it
is referred to as "nautilus"                                              
                                                                          
                     . The same happens for "Medusa". I found these in the POT:

--------

#: src/nautilus-server-connect.c:132
msgid ""
"Couldn't execute nautilus\n"
"Make sure nautilus is in your path and correctly installed"

--------

#: src/nautilus-server-connect.c:460
msgid ""
"Glade file for the connect to server program is missing.\n"
"Please check your installation of nautilus"

--------

#: libnautilus-private/nautilus-medusa-support.c:138
msgid ""
"Medusa, the application that performs searches, cannot be found on your "
"system.  If you have compiled nautilus yourself, you will need to install a "
"copy of medusa and recompile nautilus.  (A copy of Medusa may be available "
"at ftp://ftp.gnome.org)\n"
"If you are using a packaged version of Nautilus, fast searching is not "
"available.\n"

--------

#: libnautilus-private/nautilus-medusa-support.c:123
#, c-format
msgid ""
"If you would like to enable fast searches, you can edit the file %s as root. "
"Setting the enabled flag to \"yes\" will turn medusa services on.\n"
"To start indexing and search services right away, you should also run the "
"following commands as root:\n"
"\n"
"medusa-indexd\n"
"medusa-searchd\n"
"\n"
"Fast searches will not be available until an initial index of your files has "
"been created.  This may take a long time."

--------

#: src/file-manager/nautilus-indexing-info.c:299
msgid "Sorry, but the medusa search service is not available."
msgstr ""

--------
 
#: src/file-manager/nautilus-indexing-info.c:300
msgid "Please verify medusa has been setup correctly."
Comment 1 Christian Neumair 2003-12-25 13:30:22 UTC
Created attachment 22707 [details] [review]
Proposed patch.
Comment 2 Dennis Smit 2004-01-16 13:24:23 UTC
some of the strings point to the executable, 'nautilus' and 'medusa'
not their program names
Comment 3 Christian Neumair 2004-01-16 22:29:28 UTC
This only applies to

#: src/nautilus-server-connect.c:132
msgid ""
"Couldn't execute nautilus\n"
"Make sure nautilus is in your path and correctly installed"

It should indeed be surrounded by escaped quoting characters, i.e.
\"nautilus\".
Whoever applies this patch can do so :).

regs,
 Chris
Comment 4 Simon Porter 2004-02-11 12:33:07 UTC
Curtis C. Hovey has informed me that removing the dead medusa code
will help resolve this

Notes: Added [PATCH] to summary title. Changed priority to high.
Comment 5 Alexander Larsson 2004-02-18 12:00:16 UTC
I removed the nautilus-server-connect code since thats not needed
anymore. The rest are just things from medusa that are not actually
used. However, we should perhaps remove the unused medusa code to cut
down on translator work.

String freeze now though, so I'll leave it as is for now.
Comment 6 Christian Neumair 2004-04-04 16:05:34 UTC
This has been fixed some time ago by removing those dead files from POTFILES.in.

regs,
 Chris