Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gnome-applets segfault
Date: Mon, 30 Apr 2001 14:21:07
Message-Id: 3AEDC271.A051DB9A@gentoo.org
In Reply to: [gentoo-dev] gnome-applets segfault by AGottinger@t-online.de (Achim Gottinger)
1 Achim Gottinger wrote:
2 >
3 > Hi devs,
4 >
5 > It seems we have a problem with the gnome-applet lib at the moment. All
6 > applets segfault currently.
7 > We will fix this soon. The gnome apps themselves are not affected by
8 > this issue, they work fine.
9 >
10
11 I found the cause for that bug.
12
13 To fix it manually do
14
15 cp -a /opt/gnome/etc/* /etc/opt/gnome/
16 rm -r /opt/gnome/etc
17 ln -s /etc/opt/gnome /opt/gnome/etc
18
19 The FHS2.1 fixes where not done for all gnome packages so not all
20 packages installed config files to
21 /etc/opt/gnome
22 I will add this symlink workaround to the gnome-env package, To make
23 sure it works untill all packages are
24 FHS2.1 reworked.
25
26 bye achim~
27
28 > bye achim~
29 >
30 > _______________________________________________
31 > gentoo-dev mailing list
32 > gentoo-dev@g.o
33 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] gnome-applets segfault Warren Konkel <konkew@×××.edu>