← Back to team overview

xpad-hackers team mailing list archive

Re: [Question #678236]: no scroll bar and i cant minimize

 

Question #678236 on Xpad changed:
https://answers.launchpad.net/xpad/+question/678236

    Status: Needs information => Answered

Arthur Borsboom proposed the following answer:
Indeed, it seems that way.

You might be able to build your own Xpad version from the source.
But this is a bit of work, the main steps are below.

Uninstall Xpad.
You need to install the dependencies to build Xpad (c compiler, autotools, intltool, GTK 3 sources, GTK3 sourceview source, bzr, and maybe more).

bzr branch lp:xpad
./autogen.sh
./configure
make
sudo make install

I might have forgotten some details, but this will get you started.

Or you wait until Xpad 5.4 arrives through the Ubuntu repositories.
You might be able to ask the maintainer of this package to upgrade, in the hope it will arrive sooner.

-- 
You received this question notification because your team Xpad
Developers is an answer contact for Xpad.