| Summary: | Build issue: gwenview: unknown icon type | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | non-core programs | Assignee: | 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
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.
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). (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! |