Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431418 - games-emulation/fbzx-2.10.0 does not show keyboard picture
Summary: games-emulation/fbzx-2.10.0 does not show keyboard picture
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-08-14 18:22 UTC by Chris Mayo
Modified: 2012-08-15 02:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fbzx for keymap.bmp path (fbzx-2.10.0-keymap-path.patch,284 bytes, patch)
2012-08-14 18:22 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2012-08-14 18:22:26 UTC
Created attachment 321348 [details, diff]
Patch to fbzx for keymap.bmp path

Steps to repeat:
- Run fbzx
- Press F8
- Press 1 (show keyboard template)

Instead of keyboard bitmap fbzx displays:
"Keymap picture not found"


But with the combination of:
sed -i -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" emulator.c

and doins -r keymap.bmp installing bitmap in:
/usr/share/games/fbzx/keymap.bmp

Means the program is looking for /usr/share/games/fbzx/fbzx/keymap.bmp which it can't find.

Fixed for me with the attached patch.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2012-08-15 02:04:50 UTC
in portage.  thanks for the bug report and patch.