Description of problem: Setting the background pixmap and backspace key with Rxvt.backgroundPixmap: /usr/share/pixmaps/nebula.xpm Rxvt.backspacekey: ^h in ~/.Xdefaults doens't work anymore since the last update of rxvt-unicode. Other settings in .Xdefaults still work, e.g. Rxvt.scrollstyle: plain Rxvt.cursorColor: yellow replacing Rxvt.foo with URxvt.foo doesn't help, too. Version-Release number of selected component (if applicable): rxvt-unicode-8.4-1.fc7 How reproducible: always Steps to Reproduce: 1. echo "Rxvt.backgroundPixmap: /usr/share/pixmaps/nebula.xpm" >> ~/.Xdefaults 2. xrdb -merge ~/.Xdefaults 3. urxvt Actual results: The specified pixmap isn't used as background image Expected results: The specified pixmap should be used as background image
I reported the problems in #rxvt-unicode in freenode. It seems afterimage support is needed for background images now, so the call to configure has to be changed. The problem with Rxvt.backspacekey is unrelated. It is caused by a change in the resource handling. One now has to write Rxvt.backspacekey: \010
Thanks for the additional information. While reading the changelog I had a suspicion in the same direction. I will see that I push rebuilds asap.
Hmm. Does one month count as ASAP?
No. There were some other issues with urxvt that got me distracted. I will see that I get something out the door today. Thanks for pinging!
rxvt-unicode-8.5a-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rxvt-unicode'
rxvt-unicode-8.5a-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rxvt-unicode'
Thanks, everything works nicely now. As far as I am concernced, the bug can be closed.
rxvt-unicode-8.5a-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
rxvt-unicode-8.5a-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.