You are not logged in.
Hi,
Has anybody got aterm -pixmap option working in ARCH? I tried, but got the following error :
"aterm: bad option "-pixmap""
Any suggetions?
Thanks,
Singarcher
Offline
I just double checked it. It turns out this is a bug in the PKGBUILD. I will file a bug report right after this post. If you are desperate, use this PKGBUILD in the meantime :
pkgname=aterm
pkgver=0.4.2
pkgrel=3
pkgdesc="An xterm replacement with transparency support"
depends=('xfree86')
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
linuxkeys.patch)
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ../linuxkeys.patch
./configure --prefix=/usr --enable-transparency=yes
--enable-background-image --enable-fading --enable-menubar
--enable-graphics
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
I just double checked it. It turns out this is a bug in the PKGBUILD.
its only a bug if you want the pixmap option
AKA uknowme
I am not your friend
Offline
Sarah's got a point. As developers we can't just enable all the options and make everyone install entire systems. Instead we have to figure out the good subset of options to cover the needs of most people.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
errr, ok, now this is getting into a misunderstanding. The current PKGBUILD has the line
--enable-background-imageyes
this most certainly is not a recognized option. configure simply ignores it. The original author certainly meant
--enable-background-image
Is this a bug ? I, at least, filed a bug report (where it is explained as detailed as here ...).
Offline
no harm in filing it don't get me wrong. in this case it likely is a typo.
AKA uknowme
I am not your friend
Offline
Yeah, looks like a typo to me.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
I guess it is a typo... anyway i will wait for the new package :-)
Thanks....
Singarcher.
Offline
you can rebuild it yourself using abs. it would take maybe a minute to do the editing while you may have to wait a bit for the package to be upgraded otherwise.
AKA uknowme
I am not your friend
Offline
i was too lazy and didn't know that it is so easy. Thanks. i build the new package and my aterms are beautifull now :-) How do i upload the new package to arch ftp?
Thanks,
Singarcher.
Offline
Don't upload a change like that. Incoming is made for new packages to be considered for adding to the archlinux repos.
Instead submit a bug report so that the maintainer can fix it.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline