Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199087 - x11-terms/rxvt-unicode-8.4: pixmap option disappeared, dependency missing?
Summary: x11-terms/rxvt-unicode-8.4: pixmap option disappeared, dependency missing?
Status: RESOLVED DUPLICATE of bug 198944
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 20:11 UTC by pierre
Modified: 2007-11-13 20:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pierre 2007-11-13 20:11:29 UTC
/usr/bin/urxvt -pixmap '/path/to/background/image.xpm'
(version x11-terms/rxvt-unicode-8.4) now returns
urxvt: "pixmap": unknown or malformed option.
urxvt: "/path/to/background/image.xpm": malformed option.


Reproducible: Always




Comparing the distributions for 8.4 and 8.3, this seems
to be because -pixmap now requires libAfterImage while in 8.3 libXpm
may have been enough:

configure.ac:  AC_DEFINE(XPM_BACKGROUND, 1, Define if you want to have sexy-looking background pixmaps. Needs libXpm or libAfterImage)

has become in 8.4:

configure.ac:  AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps. Needs libAfterImage)

Meanwhile media-libs/libafterimage is not depended by the ebuild and
is masked anyway (don't know why, maybe just not used much).

That's as far as I got. Don't take it for granted that the difference
above is the problem and the entire problem.
I'll probably revert to 8.3 for now.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-13 20:17:27 UTC

*** This bug has been marked as a duplicate of bug 198944 ***