Open
Bug 282548
Opened 20 years ago
Updated 2 years ago
Implement Application Icon URL Properties for GTK
Categories
(Firefox :: File Handling, defect)
Tracking
()
NEW
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
Comment 1•20 years ago
|
||
Biesi, do you think you'll have time to do this? If not, who's around who knows the VFS stuff?
Depends on: 282196
Comment 2•20 years ago
|
||
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
Updated•20 years ago
|
Priority: -- → P1
Comment 3•20 years ago
|
||
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
Comment 4•17 years ago
|
||
-> default owner
Assignee: cbiesinger → nobody
Priority: P3 → --
QA Contact: ian → file-handling
Updated•8 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•