Open Bug 282548 Opened 20 years ago Updated 2 years ago

Implement Application Icon URL Properties for GTK

Categories

(Firefox :: File Handling, defect)

x86
Linux
defect

Tracking

()

People

(Reporter: bugs, Unassigned)

References

Details

bug 282196 implements two properties:

/** 
 * moz-icon URI for the default handler application's icon, if available.
 */
#define PROPERTY_DEFAULT_APP_ICON_URL "defaultApplicationIconURL"
/** 
 * moz-icon URI for the user's preferred handler application's icon, if 
 * available.
 */
#define PROPERTY_CUSTOM_APP_ICON_URL "customApplicationIconURL"

this calls for a GTK MIMEInfo Impl that retrieves these properties
Biesi, do you think you'll have time to do this?  If not, who's around who knows
the VFS stuff?
Depends on: 282196
taking. should be doable with
http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-icon

it can just return a moz-icon uri like: moz-icon://stock/<icon>
Assignee: file-handling → cbiesinger
well, it seems that contrary to the documentation that function is not available
in gnome-vfs 2.8, only in 2.10 which was released 4 days ago.
(http://bugzilla.gnome.org/show_bug.cgi?id=169890)
Priority: P1 → P3
-> default owner
Assignee: cbiesinger → nobody
Priority: P3 → --
QA Contact: ian → file-handling
Product: Core → Firefox
Version: Trunk → unspecified
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.