Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome 2.14
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 30, 31, 32  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tsuehpsyde
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2004
Posts: 103

PostPosted: Tue Mar 21, 2006 4:49 am    Post subject: Reply with quote

Worked here as well, just had to add

>=sys-apps/hal-0.5.7

to /etc/portage/package.unmask aside from what was in the mask list for gnome 2.14, and also had to re-emerge gnome-doc-utils and gnome-panel. I've been using KDE by default, and I'd have to say gnome loads really fast. Although, my desktop icons don't seem to have...icons. :p I'm sure I'll figure it out.

Also, I forgot, one of the packages broke on me, so I had to emerge dbus, as the configure script couldn't find it on my system and it wasn't included in the dependencies for gnome.


Last edited by tsuehpsyde on Tue Mar 21, 2006 6:02 am; edited 1 time in total
Back to top
View user's profile Send private message
Hum
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2005
Posts: 116
Location: Canada

PostPosted: Tue Mar 21, 2006 4:58 am    Post subject: Reply with quote

Zues wrote:
Yelp-2.14.0

I have seen a few post about yelp. I have updated nss and deps, rebuilt firefox / mozilla etc. I am still seeing the following error when attemping to build yelp:

Code:

checking for ORBit - version >= 2.3.0... yes
checking for orbit-idl-2... /usr/bin/orbit-idl-2
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.10.1)
./configure: line 20919: GNOME_DEBUG_CHECK: command not found
./configure: line 20920: syntax error near unexpected token `maximum'
./configure: line 20920: `GNOME_COMPILE_WARNINGS(maximum)'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/config.log

!!! ERROR: gnome-extra/yelp-2.14.0 failed.
Call stack:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  ebuild.sh, line 1272:   Called gnome2_src_compile
  gnome2.eclass, line 55:   Called gnome2_src_configure
  gnome2.eclass, line 51:   Called econf '--enable-man' '--enable-info' '--with-mozilla=firefox' '--disable-gtk-doc'

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Anyone else seeing this or have a work around?


Ok, this is a terrible work around, but I got it to compile.
edit /etc/make.conf and add FEATURES="keepwork"
open up /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/configure and delete lines 20919, 20920, and i think 20921.
Happy compiling!
Back to top
View user's profile Send private message
protex
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2006
Posts: 88

PostPosted: Tue Mar 21, 2006 5:04 am    Post subject: Reply with quote

Hum wrote:
Zues wrote:
Yelp-2.14.0

I have seen a few post about yelp. I have updated nss and deps, rebuilt firefox / mozilla etc. I am still seeing the following error when attemping to build yelp:

Code:

checking for ORBit - version >= 2.3.0... yes
checking for orbit-idl-2... /usr/bin/orbit-idl-2
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.10.1)
./configure: line 20919: GNOME_DEBUG_CHECK: command not found
./configure: line 20920: syntax error near unexpected token `maximum'
./configure: line 20920: `GNOME_COMPILE_WARNINGS(maximum)'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/config.log

!!! ERROR: gnome-extra/yelp-2.14.0 failed.
Call stack:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  ebuild.sh, line 1272:   Called gnome2_src_compile
  gnome2.eclass, line 55:   Called gnome2_src_configure
  gnome2.eclass, line 51:   Called econf '--enable-man' '--enable-info' '--with-mozilla=firefox' '--disable-gtk-doc'

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Anyone else seeing this or have a work around?


Ok, this is a terrible work around, but I got it to compile.
edit /etc/make.conf and add FEATURES="keepwork"
open up /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/configure and delete lines 20919, 20920, and i think 20921.
Happy compiling!


That worked, wonder what the consequences are?
_________________
-Mitch

Desktop --> AMD Athlon XP 2600+@2GHZ, 1024mb DDR, BFG GeForce 6600GT OC, Gentoo (Emission guide)
Server --> AMD Duron 1300, 384mb, Gentoo Hardened
Laptop --> Intel Pentium II@399MHZ, 64mb, Gentoo
Back to top
View user's profile Send private message
Hum
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2005
Posts: 116
Location: Canada

PostPosted: Tue Mar 21, 2006 5:53 am    Post subject: Reply with quote

protex wrote:
Hum wrote:
Zues wrote:
Yelp-2.14.0

I have seen a few post about yelp. I have updated nss and deps, rebuilt firefox / mozilla etc. I am still seeing the following error when attemping to build yelp:

Code:

checking for ORBit - version >= 2.3.0... yes
checking for orbit-idl-2... /usr/bin/orbit-idl-2
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.10.1)
./configure: line 20919: GNOME_DEBUG_CHECK: command not found
./configure: line 20920: syntax error near unexpected token `maximum'
./configure: line 20920: `GNOME_COMPILE_WARNINGS(maximum)'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/config.log

!!! ERROR: gnome-extra/yelp-2.14.0 failed.
Call stack:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  ebuild.sh, line 1272:   Called gnome2_src_compile
  gnome2.eclass, line 55:   Called gnome2_src_configure
  gnome2.eclass, line 51:   Called econf '--enable-man' '--enable-info' '--with-mozilla=firefox' '--disable-gtk-doc'

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Anyone else seeing this or have a work around?


Ok, this is a terrible work around, but I got it to compile.
edit /etc/make.conf and add FEATURES="keepwork"
open up /var/tmp/portage/yelp-2.14.0/work/yelp-2.14.0/configure and delete lines 20919, 20920, and i think 20921.
Happy compiling!


That worked, wonder what the consequences are?


from what i can see it just adds compiler warnings.
http://mail.gnome.org/archives/gnome-hackers/2002-January/msg00115.html
It looks like one of the patches causes the problem. If you run the configure script without portage the configure doesn't crash.
Back to top
View user's profile Send private message
StaraDama
Apprentice
Apprentice


Joined: 01 Sep 2004
Posts: 253

PostPosted: Tue Mar 21, 2006 7:55 am    Post subject: Reply with quote

after compiling new gnome i get this error

Code:

mandris defined but nout used
yelp can not be installed
Back to top
View user's profile Send private message
dot
Guru
Guru


Joined: 05 May 2003
Posts: 335
Location: Germany

PostPosted: Tue Mar 21, 2006 8:01 am    Post subject: Reply with quote

For me, gnome-2.14 is very disapointing.
First i had the trouble with evdev, i could fix this with the patch and that was fine, but than there appered more and more problems. The first is that gnome can not start the clock-applet (i dont know why, but this sucks). The second problem arises when i try to logout from gnome. Sometimes it works, sometimes nothing happens and sometimes the panel at the top disapears, but nothing else happens. I have to exit gnome with alt+ctrl+backspace keys. But even if i manage it to normaly quit gnome, when i start it a second time, gnome-panal complains about it beeing running, and just says "i will exit now". Great!
That means restarting gnome does not work. And of course, my icons: It doesnt matter what i do, after restarting they are all arranged at the left side of the screen, sometimes there are two or more icons on top of each other.

Thanks for the tipp to first emerge glib gtk+ and gconf.
I am downgrading right now to 2.12

Maybe this is of interest:
I am using gcc 4.1 and xorg 7
Maybe gnome is not yet ready for gcc 4.1 and xorg 7

Kind regards

Flo
Back to top
View user's profile Send private message
thasheep
n00b
n00b


Joined: 24 Nov 2005
Posts: 52
Location: Stockholm, Sweden

PostPosted: Tue Mar 21, 2006 8:36 am    Post subject: Reply with quote

I am using gcc 4.1 and xorg 7.0 and gnome 2.14 is working perfectly
Just wondering, did everybody else KEEP gtk-engines-2.7 masked as per the comments in package.mask??
Code:
# remember, they are using the 2.6 series for 2.14
# so don't put this in the tree.
>=x11-themes/gtk-engines-2.7

Also, what are your gcc-4.1 cflags/ldflags? I think some packages are a bit sensitive.
Back to top
View user's profile Send private message
lex82
Apprentice
Apprentice


Joined: 04 Jan 2006
Posts: 242
Location: Italy

PostPosted: Tue Mar 21, 2006 8:57 am    Post subject: Reply with quote

I compiled Yealp against Firefox 1.5.0.1-r3 and it compiled succesfully! :)
_________________
Bye,
Axel.
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 8:57 am    Post subject: Reply with quote

Running gnome-2.14 with beagle and the gnome-power-manager on AMD64 now all seems stable expect for a few minor things.

1. If I log out of gnome, gnome hangs for 10 seconds, and gnome-panel doesn't quit, because if I try to login as another user it tells me "Gnome detected another panel already running and will now exit"
2 Pessulus (downloaded and compiled manually from the gnome website) won't run and exits. The only error it gives me is segmentation fault.
3 Abayon (downloaded and compiled manually from the gnome website) won't run and exits. The error it gives me is no default user found aborting....
4 gnome-power-manager keeps popping up every few minutes that my battery is fully charged now, the problem is it actually already was, and wasn't charging which is basically very annoying (anyone knows howto disable this pop-up?).

A solution for the ones that are having problems with the clock or other things on the gnome panel not willing to start is to re-compile gnome-panel-2.14.0 without eds support (at least that solved it for me)

Anyone any ideas on howto fix these problems?

Other specs:
gentoo-sources-2.6.15-r7
ati-drivers-8.23.7
xorg-x11-6.8.2-r6


Last edited by olger901 on Tue Mar 21, 2006 8:58 am; edited 1 time in total
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Tue Mar 21, 2006 8:58 am    Post subject: Reply with quote

thasheep wrote:
I am using gcc 4.1 and xorg 7.0 and gnome 2.14 is working perfectly
Just wondering, did everybody else KEEP gtk-engines-2.7 masked as per the comments in package.mask??

Didn't noticed that: running x11-themes/gtk-engines- 2.7.4 from BMG and no problem with it.

Talking about gtk-engines, an ebuild for a new one (from ubuntu) is available see bug 126966 and screen

edit:
olger901 wrote:
2 Pessulus (downloaded and compiled manually from the gnome website) won't run and exits. The only error it gives me is segmentation fault.
3 Abayon (downloaded and compiled manually from the gnome website) won't run and exits. The error it gives me is no default user found aborting..

for sabayon, the ebuild from BMG works, but same problem with pessulus
_________________
Reality is that which, when you stop believing in it, doesn't go away.
Back to top
View user's profile Send private message
dot
Guru
Guru


Joined: 05 May 2003
Posts: 335
Location: Germany

PostPosted: Tue Mar 21, 2006 9:15 am    Post subject: Reply with quote

thasheep wrote:
Also, what are your gcc-4.1 cflags/ldflags? I think some packages are a bit sensitive.


CFLAGS="-march=athlon64 -Os -pipe -ftracer -fomit-frame-pointer"

Nothing special. Ahh, i forgot to notice that i am using amd64.

I hab much trouble to downgrade, so i unmerge every thing that depends or needs gnome (gnome-base/* and gnome-extra/* and a lot of libraries).
Becouse of that i am giving it a second chance right now, maybe some tools linked agains a wrong version of a lib or something else.
Can anyone who has gnome 2.14 running on amd64 post its cflags/ldflags?
Back to top
View user's profile Send private message
GhePeU
Guru
Guru


Joined: 12 Aug 2003
Posts: 549
Location: Mestre, Italy

PostPosted: Tue Mar 21, 2006 9:36 am    Post subject: Reply with quote

olger901 wrote:
Running gnome-2.14 with beagle and the gnome-power-manager on AMD64 now all seems stable expect for a few minor things.

1. If I log out of gnome, gnome hangs for 10 seconds, and gnome-panel doesn't quit, because if I try to login as another user it tells me "Gnome detected another panel already running and will now exit"
2 Pessulus (downloaded and compiled manually from the gnome website) won't run and exits. The only error it gives me is segmentation fault.
3 Abayon (downloaded and compiled manually from the gnome website) won't run and exits. The error it gives me is no default user found aborting....
4 gnome-power-manager keeps popping up every few minutes that my battery is fully charged now, the problem is it actually already was, and wasn't charging which is basically very annoying (anyone knows howto disable this pop-up?).

A solution for the ones that are having problems with the clock or other things on the gnome panel not willing to start is to re-compile gnome-panel-2.14.0 without eds support (at least that solved it for me)

Anyone any ideas on howto fix these problems?

Other specs:
gentoo-sources-2.6.15-r7
ati-drivers-8.23.7
xorg-x11-6.8.2-r6


IMHO, gconf (not only gconf-editor) is broken with gentoo glibc, that enable MALLOC_CHECK. It seems that at some point the programs depending on gconf can't save their settings anymore, I suppose that the same happens to gnome-session when you try to log out
_________________
That is not dead which can eternal lie,
and with strange aeons even death may die.
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 9:37 am    Post subject: Reply with quote

dot wrote:
thasheep wrote:
Also, what are your gcc-4.1 cflags/ldflags? I think some packages are a bit sensitive.


CFLAGS="-march=athlon64 -Os -pipe -ftracer -fomit-frame-pointer"

Nothing special. Ahh, i forgot to notice that i am using amd64.

I hab much trouble to downgrade, so i unmerge every thing that depends or needs gnome (gnome-base/* and gnome-extra/* and a lot of libraries).
Becouse of that i am giving it a second chance right now, maybe some tools linked agains a wrong version of a lib or something else.
Can anyone who has gnome 2.14 running on amd64 post its cflags/ldflags?


My amd64 CFLAGS:
march=k8 -pipe -O2 -fomit-frame-pointer
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 9:39 am    Post subject: Reply with quote

GhePeU wrote:
olger901 wrote:
Running gnome-2.14 with beagle and the gnome-power-manager on AMD64 now all seems stable expect for a few minor things.

1. If I log out of gnome, gnome hangs for 10 seconds, and gnome-panel doesn't quit, because if I try to login as another user it tells me "Gnome detected another panel already running and will now exit"
2 Pessulus (downloaded and compiled manually from the gnome website) won't run and exits. The only error it gives me is segmentation fault.
3 Abayon (downloaded and compiled manually from the gnome website) won't run and exits. The error it gives me is no default user found aborting....
4 gnome-power-manager keeps popping up every few minutes that my battery is fully charged now, the problem is it actually already was, and wasn't charging which is basically very annoying (anyone knows howto disable this pop-up?).

A solution for the ones that are having problems with the clock or other things on the gnome panel not willing to start is to re-compile gnome-panel-2.14.0 without eds support (at least that solved it for me)

Anyone any ideas on howto fix these problems?

Other specs:
gentoo-sources-2.6.15-r7
ati-drivers-8.23.7
xorg-x11-6.8.2-r6


IMHO, gconf (not only gconf-editor) is broken with gentoo glibc, that enable MALLOC_CHECK. It seems that at some point the programs depending on gconf can't save their settings anymore, I suppose that the same happens to gnome-session when you try to log out


No, the settings and changes I make on the gnome-panel are actually saved, (I checked by re-logging in into my own account)
Back to top
View user's profile Send private message
jesse_kahtava
n00b
n00b


Joined: 30 Nov 2004
Posts: 66
Location: Ontario, Canada

PostPosted: Tue Mar 21, 2006 9:40 am    Post subject: Reply with quote

I've been seeing plenty of problems with applets and other gnome components on this forum. I, too, have had similar issues. It has often been the case for me that when I upgrade gnome, since it isn't a fresh install, portage compiles many of the new components against old ones. From what I know, there are two solutions:
1) run emerge in empty tree mode: emerge -e gnome (or something along those lines) OR
2) emerge all the gnome packages AGAIN (or at least the ones that are causing problems)!

The problem with the first way is that it will recompile EVERYTHING gnome depends on (including x.org). I really don't recommend this way. It will take an extremely long time. The second way is faster.

Here is an emerge command to reinstall almost every package. I took all the masked atoms from /usr/portage/profiles/package.mask and made them into an emerge command (and also added a couple more such as gstreamer plugins to make the volume control applet work):
Code:
emerge -av \
sys-apps/hal gnome-base/gconf gnome-base/orbit gnome-extra/at-spi dev-libs/atk \
gnome-base/gail dev-libs/glib gnome-base/gnome-vfs gnome-base/gnome-mount \
dev-python/gnome-python-extras dev-python/gnome-python-desktop \
x11-libs/gtk+ dev-util/gtk-doc gnome-base/libbonobo gnome-base/libbonoboui \
gnome-base/libgnome gnome-base/libgnomeui gnome-base/libgnomecanvas \
x11-libs/pango gnome-extra/bug-buddy gnome-base/control-center \
gnome-extra/deskbar-applet gnome-base/eel gnome-extra/gnome-system-monitor \
net-im/ekiga media-gfx/eog www-client/epiphany www-client/epiphany-extensions \
mail-client/evolution gnome-extra/evolution-data-server \
gnome-extra/evolution-exchange gnome-extra/evolution-webcal \
gnome-extra/fast-user-switch-applet app-arch/file-roller gnome-extra/gcalctool \
gnome-extra/gconf-editor gnome-base/gdm app-editors/gedit \
gnome-base/gnome-applets x11-themes/gnome-backgrounds gnome-base/gnome-desktop \
app-text/gnome-doc-utils gnome-extra/gnome-games x11-themes/gnome-icon-theme \
gnome-base/gnome-keyring gnome-extra/gnome-keyring-manager \
gnome-extra/gnome-media gnome-base/gnome-menus net-analyzer/gnome-nettool \
gnome-base/gnome-panel gnome-base/gnome-session gnome-extra/gnome-screensaver \
app-admin/gnome-system-tools x11-terms/gnome-terminal x11-themes/gnome-themes \
gnome-extra/gnome2-user-docs gnome-extra/gnome-utils \
gnome-base/gnome-volume-manager gnome-extra/gtkhtml x11-libs/gtksourceview \
gnome-extra/gucharmap gnome-base/libgtop gnome-base/librsvg net-libs/libsoup \
x11-libs/libwnck x11-wm/metacity gnome-base/nautilus \
gnome-extra/nautilus-cd-burner media-sound/sound-juicer media-video/totem \
net-misc/vino x11-libs/vte gnome-extra/yelp gnome-extra/zenity dev-cpp/glibmm \
dev-cpp/libxmlpp dev-python/pyorbit net-misc/neon x11-misc/icon-naming-utils \
dev-libs/libcroco media-plugins/gst-plugins-mad media-libs/gst-plugins-good \
media-plugins/gst-plugins-ogg media-plugins/gst-plugins-vorbis \
media-libs/gst-plugins media-plugins/gst-plugins-alsa \
media-plugins/gst-plugins-gconf media-plugins/gst-plugins-gnomevfs \
media-plugins/gst-plugins-flac media-plugins/gst-plugins-cdparanoia \
media-plugins/gst-plugins-oss media-plugins/gst-plugins-a52dec \
media-plugins/gst-plugins-mpeg2dec media-plugins/gst-plugins-dvdread \
media-plugins/gst-plugins-theora net-dns/avahi dev-libs/pwlib net-libs/opal \
app-accessibility/dasher app-accessibility/gnome-speech \
app-accessibility/gnopernicus app-accessibility/gok \
app-accessibility/gnome-mag


It's long, I know. It scares me, too. The last couple packages are accessibility options. I didn't install those ones...
Could someone comment on this post so I know if my notions are correct or if i'm just wasting my time?


Last edited by jesse_kahtava on Tue Mar 21, 2006 9:47 am; edited 1 time in total
Back to top
View user's profile Send private message
signal11
n00b
n00b


Joined: 16 Mar 2003
Posts: 46

PostPosted: Tue Mar 21, 2006 9:42 am    Post subject: Gnome 2.14 Reply with quote

i keep getting this build error for deskbar applet :(
Code:

checking for gnomeapplet module... X11 connection rejected because of wrong authentication.
no
configure: error: gnomeapplet module required to build deskbar

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/deskbar-applet-2.14.0.1/work/deskbar-applet-2.14.0.1/config.log

!!! ERROR: gnome-extra/deskbar-applet-2.14.0.1 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


any ideas on how to fix this ? fwiw, i looked at the ebuild and i think all the dependancies are installed.[/quote]
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 9:52 am    Post subject: Reply with quote

Try re-compiling the gnome-applet package before emering the gnome deskbar applet.
Back to top
View user's profile Send private message
kirillrdy
Tux's lil' helper
Tux's lil' helper


Joined: 30 Mar 2005
Posts: 144
Location: Melbourne, Australia

PostPosted: Tue Mar 21, 2006 10:12 am    Post subject: Reply with quote

lex82 wrote:
I compiled Yealp against Firefox 1.5.0.1-r3 and it compiled succesfully! :)

I did too, but it didnt help me :(
_________________
/-Everything is made from a dream-/ --Sakurai Kazutoshi
Back to top
View user's profile Send private message
signal11
n00b
n00b


Joined: 16 Mar 2003
Posts: 46

PostPosted: Tue Mar 21, 2006 10:12 am    Post subject: Reply with quote

olger901 wrote:
Try re-compiling the gnome-applet package before emering the gnome deskbar applet.

just finished doing that. still doesn't work. the same error as before. :cry:
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 10:19 am    Post subject: Reply with quote

signal11 wrote:
olger901 wrote:
Try re-compiling the gnome-applet package before emering the gnome deskbar applet.

just finished doing that. still doesn't work. the same error as before. :cry:


What are the use flags that are turned on and turned off for the gnome-applet package and the gnome-deskbar package?

(In other words please post your emerge -pv gnome-applet gnome-deskbar here)
Back to top
View user's profile Send private message
kirillrdy
Tux's lil' helper
Tux's lil' helper


Joined: 30 Mar 2005
Posts: 144
Location: Melbourne, Australia

PostPosted: Tue Mar 21, 2006 10:19 am    Post subject: Reply with quote

with yelp. i did the cheap ( but effectvie ) way by deleting stupid lines from /config file.
As long as it works :)
_________________
/-Everything is made from a dream-/ --Sakurai Kazutoshi
Back to top
View user's profile Send private message
signal11
n00b
n00b


Joined: 16 Mar 2003
Posts: 46

PostPosted: Tue Mar 21, 2006 10:38 am    Post subject: Reply with quote

signal11 wrote:
olger901 wrote:
Try re-compiling the gnome-applet package before emering the gnome deskbar applet.


(In other words please post your emerge -pv gnome-applet gnome-deskbar here)

here it is
Code:

seldon ~ # emerge -pv gnome-applets deskbar-applet

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] gnome-base/gnome-applets-2.14.0  +acpi +apm -debug +gstreamer +hal +ipv6 0 kB
[ebuild  N    ] gnome-extra/deskbar-applet-2.14.0.1  -debug +eds 0 kB

Total size of downloads: 0 kB
seldon ~ # 

thanks for your help.
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Tue Mar 21, 2006 10:41 am    Post subject: Reply with quote

signal11 wrote:
signal11 wrote:
olger901 wrote:
Try re-compiling the gnome-applet package before emering the gnome deskbar applet.


(In other words please post your emerge -pv gnome-applet gnome-deskbar here)

here it is
Code:

seldon ~ # emerge -pv gnome-applets deskbar-applet

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] gnome-base/gnome-applets-2.14.0  +acpi +apm -debug +gstreamer +hal +ipv6 0 kB
[ebuild  N    ] gnome-extra/deskbar-applet-2.14.0.1  -debug +eds 0 kB

Total size of downloads: 0 kB
seldon ~ # 

thanks for your help.


Try recompiling gnome-panel, gnome-applets and deskbar-applet without the eds USE flag disabled as this seems to cause trouble in some cases.
Back to top
View user's profile Send private message
dot
Guru
Guru


Joined: 05 May 2003
Posts: 335
Location: Germany

PostPosted: Tue Mar 21, 2006 10:43 am    Post subject: Reply with quote

Firefox 1.5.0.1-r3 fixed the yelp problem for me

edit:
it dit not :(

edit 2:
but the cheap trick (delete the lines from the configure file) did work ;)
Back to top
View user's profile Send private message
signal11
n00b
n00b


Joined: 16 Mar 2003
Posts: 46

PostPosted: Tue Mar 21, 2006 11:00 am    Post subject: Reply with quote

olger901 wrote:


Try recompiling gnome-panel, gnome-applets and deskbar-applet without the eds USE flag disabled as this seems to cause trouble in some cases.


well i tried again by disabling "eds" from USE flags in /etc/make.conf.
it still doesn't work. here is the latest emerge -pv output:
Code:

Calculating dependencies ...done!
[ebuild   R   ] gnome-base/gnome-applets-2.14.0  +acpi +apm -debug +gstreamer +hal +ipv6 0 kB
[ebuild  N    ] gnome-extra/deskbar-applet-2.14.0.1  -debug -eds 0 kB
[ebuild   R   ] gnome-base/gnome-panel-2.14.0  -debug +doc -eds* 0 kB

Total size of downloads: 0 kB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 30, 31, 32  Next
Page 11 of 32

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum