Comment 5 for bug 947892

Revision history for this message
Nils Rennebarth (nils-rennebarth) wrote : Re: [Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

On 03/15/2012 10:07 PM, Matthias Czapla wrote:
> Nils, can you give a short HOWTO quickly compile and install a custom
> xfce4-terminal package with your patch applied? That would be most
> welcome.
>
Just the bog standard build procedure:

Make sure, all build dependencies are installed, i.e.

apt-get install debhelper libdbus-glib-1-dev libexo-1-dev \
      libvte-dev libxml-perl libstartup-notification0-dev \
      chrpath intltool libgtk2.0-dev hardening-includes

then unpack the source

apt-get source xfce4-terminal
cd xfce-terminal-0.4.8
mkdir -p debian/patches
cp path-to-patch/10-scroll-alternate-screen-configurable.patch debian/patches
patch -sp1 < debian/patches/10-scroll-alternate-screen-configurable.patch
fakeroot debian/rules binary

That's it.