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 520902 - Should say "File System", not "Filesystem"
Should say "File System", not "Filesystem"
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: computer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
: 575320 586573 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-07 01:59 UTC by Bastien Nocera
Modified: 2012-07-31 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changes "Filesystem" to "File System" (632 bytes, patch)
2009-12-03 23:21 UTC, David Siegel
committed Details | Review
Unify all "file system" spelling in gvfs (4.50 KB, patch)
2012-07-30 16:48 UTC, Felix Möller
committed Details | Review

Description Bastien Nocera 2008-03-07 01:59:17 UTC
Filesystem isn't a word, and the old gnome-vfs based GtkFileChooser correctly said "File System".
Comment 1 Christian Dywan 2008-05-26 09:16:50 UTC
I disagree with "Filesystem" not being a word. This is about what term you are used to seeing and what you are comfortable with. That said, I don't have a strong opinion against "File System" even though I prefer the single word form.
Comment 2 Bastien Nocera 2008-05-26 09:35:36 UTC
(In reply to comment #1)
> I disagree with "Filesystem" not being a word.

Feel free to find the definition for me in a reputable dictionary.
Comment 3 Frederic Peters 2009-05-12 17:25:54 UTC
*** Bug 575320 has been marked as a duplicate of this bug. ***
Comment 4 David Zeuthen (not reading bugmail) 2009-05-12 17:33:16 UTC
Gah, maybe if I commented on the right bug. Anyway, here we go again:

Kinda disagree we should change this. Filesystem is just an alternate spelling,
at least Wiktionary and Wikipedia says it's fine

 http://en.wiktionary.org/wiki/filesystem
 http://en.wikipedia.org/wiki/Filesystem

I personally "File System" looks like an eyesore.. and in Palimpsest /
gnome-disk-utility / etc. I'm already using "Filesystem" instead of "File
System".

Just my two cents.
Comment 5 Bastien Nocera 2009-05-12 17:48:36 UTC
At this point, I don't care which one you choose, as long as it's always the same one. I'll probably get bounced back here if somebody is equally intent on making it their problem in gtk+.
Comment 6 David Zeuthen (not reading bugmail) 2009-05-12 18:16:49 UTC
Ideally the file chooser, the file manager and things like gedit's file browser sidepane would share a common widget provided by GTK+ for listing user-visible mounts... right now, not only the look is different, the feel is different too. Someone just need to write one and then sell the idea...
Comment 7 André Klapper 2009-06-21 22:54:05 UTC
*** Bug 586573 has been marked as a duplicate of this bug. ***
Comment 8 Gabor Kelemen 2009-08-09 23:44:30 UTC
Some (maybe) interesting data, in case we would want a desktop-wide solution for this:

Microsoft has only File System in their terminology database: 

http://www.microsoft.com/language/en/us/search.mspx

Apple's glossary: http://docs.info.apple.com/article.html?artnum=51913
uses File system too.

In the 2.28 module set UI, we use mostly the filesystem form:

gabor@gabor-desktop:~/gnome-translations/development$ grep -irc "file system" * | grep -v 0$
anjuta.master.hu.po:2
brasero.master.hu.po:2
gedit.master.hu.po:1
gnome-control-center.master.hu.po:1
gnome-disk-utility.master.hu.po:28
gnome-panel.master.hu.po:1
gnome-system-monitor.master.hu.po:2
gnome-system-tools.master.hu.po:1
gnome-utils.master.hu.po:1
gnome-vfs.master.hu.po:3
gtk+.master.hu.po:3
gtk+-properties.master.hu.po:2
gvfs.master.hu.po:2
nautilus.master.hu.po:7
gabor@gabor-desktop:~/gnome-translations/development$ grep -irc "filesystem" * | grep -v 0$
brasero.master.hu.po:2
gconf.master.hu.po:1
glade3.master.hu.po:1
glib.master.hu.po:2
gnome-settings-daemon.master.hu.po:1
gnome-system-monitor.master.hu.po:4
gnome-system-tools.master.hu.po:1
gnome-utils.master.hu.po:24
gnome-vfs.master.hu.po:51
gtk+.master.hu.po:4
gvfs.master.hu.po:11
libgnome.master.hu.po:2
nautilus.master.hu.po:3
tomboy.master.hu.po:7
yelp.master.hu.po:1
Comment 9 Gabor Kelemen 2009-08-10 00:03:49 UTC
Silly me. Grepping out comments before counting makes the difference negligible:
gabor@gabor-desktop:~/gnome-translations/development$ grep -v ^# * | grep -ic "file system"
53
gabor@gabor-desktop:~/gnome-translations/development$ grep -v ^# * | grep -ic "filesystem"
50
Comment 10 David Siegel 2009-12-03 23:21:30 UTC
Created attachment 149053 [details] [review]
Changes "Filesystem" to "File System"

Here's a patch from the Launchpad bug by Bryce Harrington to fix the inconsistency depicted here: http://img.xrmb2.net/images/242451.png

There doesn't seem to be much of a "File System" vs "Filesystem" debate, and if "File System" is used in Windows and Mac OS, and we all agree that we should not be consistent, can someone please apply this patch?
Comment 11 David Siegel 2009-12-03 23:22:32 UTC
"we all agree that we /should/ be consistent"

/me slaps forehead
Comment 12 Sebastien Bacher 2009-12-16 14:28:47 UTC
I've pinged alex on IRC who said to commit the change, I've done that now
Comment 13 Matthias Clasen 2010-02-12 13:39:57 UTC
Can we have a little consistency here ?

$ grep Filesystem gvfs.pot 
msgid "%s Filesystem Service"
msgid "Audio CD Filesystem Service"
msgid "Filesystem is busy"
msgid "Windows Shares Filesystem Service"
msgid "Windows Network Filesystem Service"
Comment 14 Felix Möller 2012-07-30 16:48:09 UTC
Created attachment 219915 [details] [review]
Unify all "file system" spelling in gvfs
Comment 15 Tomas Bzatek 2012-07-31 09:17:25 UTC
Pushed to master, thanks for the patch:

commit a7e673e5c3b190e00b8b443105ef9a0b6aa3fea7
Author: Felix Möller <mail@felixmoeller.de>
Date:   Tue Jul 31 11:15:17 2012 +0200

    Spelling correction "filesystem" -> "file system"
    
    Unify the spelling. For the discussion see:
    https://bugzilla.gnome.org/show_bug.cgi?id=520902
    
    Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>