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 655691 - More user friendly filesystem icon
More user friendly filesystem icon
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: daemon
1.9.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
: 655692 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-08-01 02:12 UTC by Timothy Arceri
Modified: 2011-08-23 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to show hard disk system icon (580 bytes, patch)
2011-08-15 02:59 UTC, Timothy Arceri
committed Details | Review

Description Timothy Arceri 2011-08-01 02:12:50 UTC
In an effort to create a more user friendly experince for those that have a large number of partions it has been suggested that the Filesystem icon be different in order to be easily identified. The idea is a Distro can apply its logo over the standard disk image. See: https://bugs.launchpad.net/hundredpapercuts/+bug/301035

An icon named drive-harddisk-system has already been created for this purpose 
See: https://bugzilla.gnome.org/show_bug.cgi?id=620239

In order to have the computer:/// logo consitant with Nauitlus a small change is needed to be made to the gvfs daemon.
See: https://bugzilla.gnome.org/show_bug.cgi?id=586488

A patch has been submitted but need to be updated to use drive-harddisk-system
Comment 1 Akhil Laddha 2011-08-01 03:48:23 UTC
*** Bug 655692 has been marked as a duplicate of this bug. ***
Comment 2 Timothy Arceri 2011-08-15 02:59:02 UTC
Created attachment 193840 [details] [review]
Patch to show hard disk system icon

I have attached a patch to use the drive-harddisk-system icon to help identify the File System drive.
Comment 3 Timothy Arceri 2011-08-22 09:24:33 UTC
This icon has been updated in Nautilus 3.1.4 it would be nice to get this patch applied too. How do I get the attention of the developers to get this reviewed?
Comment 4 Tomas Bzatek 2011-08-23 12:35:34 UTC
(In reply to comment #3)
> This icon has been updated in Nautilus 3.1.4 it would be nice to get this patch
> applied too. How do I get the attention of the developers to get this reviewed?

Fair enough, patch committed to get consistent experience on the desktop. We don't explicitly expose computer:// anymore but the icon is still visible on Nautilus' pathbar.

Corresponding Nautilus commit: http://git.gnome.org/browse/nautilus/commit/?id=8686479b2be23735caec35c401d24db499cb2f2c


commit ccf3f4de75742f7419a9289784e5421a4c838a8a
Author: Timothy Arceri <t_fridey@yahoo.com.au>
Date:   Tue Aug 23 14:33:05 2011 +0200

    computer: Use 'drive-harddisk-system' as File System icon
    
    Ideally we would like to check for recent gnome-icon-theme-extras
    package but there's no pkg-config file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655691