Bug 107491 - add support for windows icons
Summary: add support for windows icons
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 185348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-15 20:36 UTC by oliver_stieber
Modified: 2009-10-23 14:00 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oliver_stieber 2005-06-15 20:36:19 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
OS:                Linux

It would be great if konqueror could display windows applications with their native embedded icons.
Comment 1 oliver_stieber 2005-06-15 20:37:43 UTC
See this entry on kde-apps for a first cut example.

http://www.kde-apps.org/content/show.php?content=25430
Comment 2 Gleb Litvjak 2005-06-16 09:00:35 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 AleX 2009-01-05 13:14:48 UTC
Now that KDE has been ported to Windows, this wish is even more important.
Comment 4 Ivo Anjo 2009-01-05 18:42:11 UTC
This probably should be changed to kdelibs, it's not konqueror's "job" to have something like this.
Comment 5 Angel Blue01 2009-03-04 17:10:33 UTC
Now that WINE is mature enough to be included by default in some distros, KDE should display the executable's icon.
Comment 6 Dario Andres 2009-10-23 00:36:16 UTC
Pali Rohár (from bug 185348) had submitted a patch to implement this to Reviewboard: http://reviewboard.kde.org/r/1533/
Comment 7 Dario Andres 2009-10-23 00:36:21 UTC
*** Bug 185348 has been marked as a duplicate of this bug. ***
Comment 8 skierpage 2009-10-23 08:57:46 UTC
I filed bug 211491 about the much more limited bug that Dolphin doesn't preview web favicon.ico files you save locally.  An easy fix for that is to simply add image/vnd.microsoft.icon; (and maybe image/x-icon; as well) to the MimeType line in
/usr/share/kde4/services/imagethumbnail.desktop, which currently has the alias image/x-ico but not the correct mime type in it.  Restart KDE and those simple .ico files preview.

The patch for this bug at http://reviewboard.kde.org/r/1533/ seems far more invasive, adding a dependency (without fallback?) on `wrestool` and `icotool` executables from an icotools package that isn't installed or packaged in Kubuntu even with Wine installed.  But it does much more, handling executables as well.
Comment 9 Dario Andres 2009-10-23 14:00:09 UTC
Closing as the implementation was commited already.