You are not logged in.
I get a segmentation fault trying to run lxpanel 0.5.4.1-1 with menu-cache-0.3.1-1. Reverting to menu-cache-0.2.6-1 works. I guess lxpanel will get updated soon.
Offline
http://forum.lxde.org/viewtopic.php?f=21&t=1365
Yes, it looks like lxpanel needs to be upgraded to 0.5.5 to avoid this crash.
Offline
Confirmed. I compiled lxpanel 0.5.5 from source and it's OK with menu-cache 0.3.1. Looking at LXDE repository, menu-cache update was 16 Feb and lxpanel was 17 feb so shouldn't be a long wait.
Last edited by vacant (2010-02-18 12:36:50)
Offline
A pkgbuild, if anyone requires it:
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxpanel
pkgver=0.5.5
pkgrel=1
pkgdesc="Panel of the LXDE Desktop"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
md5sums=('6162b7e8d912a41f9c075fe982370bfb')
optdepends=(pcmanfm)
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --sysconfdir=/etc --prefix=/usr || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}It's just the aur pkgbuild for lxpanel with an updated hash. I believe the crash should affect 32-bit arch too.
Last edited by sr (2010-02-18 12:41:24)
Offline
File a bug at http://bugs.archlinux.org
Offline
A pkgbuild, if anyone requires it:
thank you, i try this
Offline
File a bug at http://bugs.archlinux.org
No, don't do that:
http://bugs.archlinux.org/?project=1&string=lxpanel
"Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!"
The package was already flagged out of date when I first looked this morning.
Offline
Fixed with lxpanel-0.5.5-1 release:
Offline
Here is a version of lxpanel that works: http://lachlan.themainsource.com.au/fil … pkg.tar.gz
It's built with the PKGBUILD posted earlier in this thread.
Offline
Jürgen has already updated the package (thank you!), and it's shown up on my mirror, at least ![]()
Offline
For the moment, I used neofish's package. It appears to work, so thank you.
A newer version hasn't appeared on 'my' mirrors yet, so I'll stick with with neofish's package.
Geek, runner, motorcyclist and professional know-it-all
Offline
Good work, thanks
Offline
bender02 wrote:File a bug at http://bugs.archlinux.org
No, don't do that:
http://bugs.archlinux.org/?project=1&string=lxpanel
"Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!"
The package was already flagged out of date when I first looked this morning.
The fact that an update fixes the problem is (was) not the main thing. The main thing was that a package was buggy/didn't work. That is reportable on the bugtracker.
Offline