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 145442 - Add entry for Sun SAM-QFS file system
Add entry for Sun SAM-QFS file system
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: File operations
cvs (head)
Other Solaris
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 306674 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-07-05 10:59 UTC by Narayana Pattipati
Modified: 2005-07-17 13:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
proposed patch to add sam-qfs file system (1.01 KB, patch)
2004-07-05 13:33 UTC, Narayana Pattipati
none Details | Review

Description Narayana Pattipati 2004-07-05 10:59:41 UTC
When Sun SAM-QFS file system is used as home directory for an user, nautilus
trash is not working properly. When items are moved into trash, the trash icon
is not changing into 'trash-full'. But the items can be seen under .Trash folder.

This is because, there is no entry for Sun SAM-QFS file system in
gnome-vfs-filesystem.c file. SAMFS file system can handle trash. So, the
following entry has to be added:

 { "samfs"      , N_("SAM-QFS Volume"), 1 }

I will submit a small patch.
Comment 1 Narayana Pattipati 2004-07-05 13:33:52 UTC
Created attachment 29233 [details] [review]
proposed patch to add sam-qfs file system
Comment 2 Christophe Fergeau 2004-07-05 13:40:56 UTC
It probably would be useful to use a more understandable description (along the
lines of "Solaris/BSD volume" for ufs or "Windows VFAT volume" for vfat)
Comment 3 Narayana Pattipati 2004-07-05 14:34:57 UTC
Its a storage related file system and is popularly called as "Sun SAM-QFS" file
system. Should the be like 

{ "samfs"      , N_("Sun SAM-QFS Volume"), 1 }   ?

I am not sure if I can call it as "Solaris SAM-QFS Volume".
Comment 4 Narayana Pattipati 2004-07-07 15:05:54 UTC
Can I commit the patch with suggested change ?

Thanks,
Narayana
Comment 5 Alexander Larsson 2005-06-23 07:47:04 UTC
Sure, that looks good.
Comment 6 Narayana Pattipati 2005-06-23 10:33:13 UTC
Thanks Alex. Added an enry for "cifs" also, so that it supports trash volume.
And committed the change.
Comment 7 Sebastien Bacher 2005-07-17 13:12:47 UTC
*** Bug 306674 has been marked as a duplicate of this bug. ***