By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 804

Summary: Build issue: gwenview: unknown icon type
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name: gwenview

Description Darrell 2012-01-20 21:58:40 CST
From the configure output:

unknown icon type  in src/pics/action/Makefile.in (imageops.svgz)
unknown icon type  in src/pics/action/Makefile.in (imageops.svg)
Comment 1 Michele Calgaro 2013-11-26 04:08:08 CST
Darrell,
could you check if this problem still happens? I tried on my computer but I can't see such message.

I checked the building files and that message is printed by the file admin/am_edit around line 1540 approx. The message is printed if a filename does not have a recognized type. The recognized types are 'action', 'app', 'device', 'filesys', 'mime'.

If you still see the problem, try adding this line to am_edit 
    
print STDERR "<DEBUG> prefix after=<$prefix> type=<$type> file=<$file>\n";

just before the following block:

my %type_hash =
              (
               'action' => 'actions',
               'app' => 'apps',
               'device' => 'devices',
               'filesys' => 'places',
               'mime' => 'mimetypes'
              );

Build again and please post all the <DEBUG> messages that you get.
Comment 2 Darrell 2013-11-26 13:28:04 CST
Huh. I too no longer see the message in my build logs. After some head scratching I discovered we fixed this specific problem with commit cc2fe8c2 (gwenview).
Comment 3 Michele Calgaro 2013-11-26 19:26:58 CST
(In reply to comment #2)
> Huh. I too no longer see the message in my build logs. After some head
> scratching I discovered we fixed this specific problem with commit cc2fe8c2
> (gwenview).

Great, glad we could close this bug!