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 ... 9, 10, 11 ... 30, 31, 32  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
recall
n00b
n00b


Joined: 29 Dec 2005
Posts: 32
Location: Lithuania

PostPosted: Mon Mar 20, 2006 8:29 pm    Post subject: Reply with quote

feld wrote:
lex82 wrote:
Maybe you had the old GNOME 2.12 and simply updated some of the required packages...



No, no old gnome on this install. I have KDE on here. I was awaiting a new Gnome release before I moved to it again. I switch back and forth whenever I see an interesting release :)


I also have Xorg 7



-Feld

Do you use evdev? If so, thats probably a known bug, try to use this patch.

EDIT:Mm, probably not, sorry :roll:
Back to top
View user's profile Send private message
gratiz
n00b
n00b


Joined: 15 Jan 2004
Posts: 23

PostPosted: Mon Mar 20, 2006 8:54 pm    Post subject: Reply with quote

someone knows why gnome-panel crashes if i start gnome as user ?
it doesnt crash if i start gnome as root.
Back to top
View user's profile Send private message
MikeMcNuke
n00b
n00b


Joined: 14 Mar 2006
Posts: 2

PostPosted: Mon Mar 20, 2006 9:14 pm    Post subject: Reply with quote

@recall:

Many thanks, after reading through the whole bug report regarding buttons and evdev and gnome-settings daemon, I just switch for my MX1000 from evdev to mouse driver in xorg.conf. And.......everything works as it should. I didn't apply the provided patch, but this should fix the problem with the evdev driver.

YEAH ! Great :-)
Back to top
View user's profile Send private message
stobbsm
Guru
Guru


Joined: 23 May 2004
Posts: 452

PostPosted: Mon Mar 20, 2006 9:14 pm    Post subject: Reply with quote

run
Code:
gnome-panel
in a terminal and watch the output.
sounds like it's a premissions problem.
_________________
Sysadmin of Ubuntu systems and servers....
Although my own server is gentoo....
Back to top
View user's profile Send private message
gratiz
n00b
n00b


Joined: 15 Jan 2004
Posts: 23

PostPosted: Mon Mar 20, 2006 9:22 pm    Post subject: Reply with quote

i dont get any error msg in terminal only a msgbox in X that says that gnome-panel has crashed.
Back to top
View user's profile Send private message
GhePeU
Guru
Guru


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

PostPosted: Mon Mar 20, 2006 9:30 pm    Post subject: Reply with quote

gratiz wrote:
i dont get any error msg in terminal only a msgbox in X that says that gnome-panel has crashed.


try removing ~/.gtk-bookmark (or gtk-bookmarks? i don't remember exactly), it fixed the problem for me, but I reverted to gnome 2.12 because there are other problems (can't get a working gnome if I remove the old gnome 2.12 settings)

btw, if automounting doesn't work for cd/dvd drives listen in /etc/fstab, well, it's not a bug accordign to the developers: http://bugzilla.gnome.org/show_bug.cgi?id=335162

IMHO this is crazy and the default should be the opposite (gnome-mount should follow policies defined in /etc/fstab and mount cd and dvd where I want them mounted)
_________________
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
gratiz
n00b
n00b


Joined: 15 Jan 2004
Posts: 23

PostPosted: Mon Mar 20, 2006 9:41 pm    Post subject: Reply with quote

GhePeU: thanks much removing ~/.gtk-bookmark solved my problem.

automount seems to work fine for me. no problems till now
Back to top
View user's profile Send private message
PeterH
n00b
n00b


Joined: 09 Nov 2005
Posts: 31

PostPosted: Mon Mar 20, 2006 9:42 pm    Post subject: Reply with quote

kmj0377 wrote:
kmj0377 wrote:
kmj0377 wrote:
thasheep wrote:
ja
The ebuild in portage disables it by default. Have a look at /usr/portage/x11-wm/metacity/metacity-2.14.0.ebuild and see the line G2CONF="$(use_enable xinerama) --disable-compositor" - that means metacity is compiled without composite suppport. My patch enables it if you activate the xcomposite USE flag. You'll still need to toggle the gconf key or else you won't notice anything. Gentoo disables it by default (and has since it first appeared, which was 2.8 or so) because it doesn't work on all graphics cards and is likely to crash gnome. It's a fair bit more ambitious/advanced than xcompmgr, transset and the composite extensions in kde and xfce.

Sorry, I just realised you'll need a libcm ebuild from somewhere first....I think breakmygentoo has one.

I'm trying to enable compositor, but it seems there's an API break or something between metacity and the cvs version of libcm.

Edit: Just did a cvs checkout and seems it's fixed in there. I'll check it for stability first and if anyone wants the cvs metacity ebuild, I'll post it.

It compiled fine, but for some reason it puts boolean instead of bool as the key type for the gconf compositing key. And for some reason, changing that to bool and reinstalling the schema doesn't make it show up in the gconf-editor.

Edit: Trying an uninstall and a reinstall with a patch to set boolean to bool.

Hmm, looks like compositing through metacity won't work yet. I did the patch for the gconf schema, tried setting it to true in the .c file that reads the schema by default, and trying to enable it in gconf-editor makes gconf-editor crash with this backtrace.


You don't need to patch it. Just running
Code:
gconftool-2 -s /apps/metacity/general/compositing_manager --type bool true
will start the compositor. After that it's available in gconf.
Back to top
View user's profile Send private message
frodoontop
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jan 2004
Posts: 86

PostPosted: Mon Mar 20, 2006 9:51 pm    Post subject: Reply with quote

Gnome-2.14 feels really good. Just emerged it (running ~x86) and have no problems except with Epiphany. It just gives an error message: Unable to determine the address of the message bus. Anyone got a solution? I already tried to restart dbus, but that doesn't solve it.

A great gnome release nevertheless, they really needed the speed improvement. The slowliness of gnome is no more :D .
_________________
Rubyripper, a secure audio ripper for linux. Look at the wiki page http://wiki.hydrogenaudio.org/index.php?title=Rubyripper for technical and developer info, screenshots and discussion about it's future.
Back to top
View user's profile Send private message
Devport
Guru
Guru


Joined: 15 Dec 2004
Posts: 361

PostPosted: Mon Mar 20, 2006 9:53 pm    Post subject: Reply with quote

For me the dbus / epiphany bug disappeared by itself. Maybe a restart is neccessary ( to remove orphaned tmp files of dbus ? ).
Back to top
View user's profile Send private message
jwj
Apprentice
Apprentice


Joined: 07 May 2004
Posts: 240

PostPosted: Mon Mar 20, 2006 10:07 pm    Post subject: Reply with quote

recall wrote:

Do you use evdev? If so, thats probably a known bug, try to use this patch.

Thanks recall, the patch didnt solve the problem for me, but at least gnome-2.14 works now with my touchpad, when I remove the mouse from xorg.xonf.
Back to top
View user's profile Send private message
lex82
Apprentice
Apprentice


Joined: 04 Jan 2006
Posts: 242
Location: Italy

PostPosted: Mon Mar 20, 2006 10:18 pm    Post subject: Reply with quote

PeterH wrote:
You don't need to patch it. Just running
Code:
gconftool-2 -s /apps/metacity/general/compositing_manager --type bool true
will start the compositor. After that it's available in gconf.

Yes! Now it's there!

Thank you but... what does it do the "compositing manager"? I don't see any difference. I know WHAT is it but how does it works? How can I change trasparency, shadows and eyecandies?
_________________
Bye,
Axel.
Back to top
View user's profile Send private message
Spoony
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2004
Posts: 99
Location: Washington DC

PostPosted: Mon Mar 20, 2006 10:29 pm    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?


I'm getting that exact same problem.
_________________
Regards,
Mike Sponsler
msponsler at gmail.com
Back to top
View user's profile Send private message
paul555
l33t
l33t


Joined: 22 Nov 2004
Posts: 612
Location: Greece

PostPosted: Mon Mar 20, 2006 10:41 pm    Post subject: Reply with quote

I just unmask and emerge it.First impressions are good (especially deskbar-applet).The only problems (as i think they are already mentioned here ) are that when i choose some options in gconf it crashes giving me that error :
Code:
paul@medic ~ $ gconf-editor
*** glibc detected *** free(): invalid pointer: 0x0828d490 ***
Killed
(with others is working ok)
and that automounting for my dvdrom dvdram and usbstick device isn't working if i had entries for them in fstab (as i had for them since 2.10) giving that :
Code:
You are not privileged to mount the volume 'K3b data project'
.When i remove those entries everything is working ok exept that the icons of the mounted devices aren't showed in the desktop
_________________
"LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly." :)
http://www.gnome.gr
Back to top
View user's profile Send private message
-ArTo-
n00b
n00b


Joined: 19 Mar 2006
Posts: 14
Location: A Coruña (Spain)

PostPosted: Mon Mar 20, 2006 10:42 pm    Post subject: Reply with quote

GyroJoe wrote:
-ArTo- wrote:
I have gnome 2.14 compiled. I have the clockbar issue but I regressed back to 2.13.5 and solved it. I also have the gconf issue and I did the same to solve it. Now I have a little problem with Hal or Dbus or gnome-volume-manager I don't know :?

When I plug removable USB drives or DVD it mounts to /media/ but in "Computer" it doesn't appear mounted :cry:

(Sorry for my english)

EDIT: I installed dbus-0.61 and now when insert a DVD or plug an USB drive says "Cannot mount volume"


I'm seeing the same problem here, the drives auto mount successfully, but don't appear in Nauilus. Does anyone have auto mount working?

Update: Upgrading to the 2.6.15-r1 kernel solved this problem for me.


I haven't read this until now. I solved this problem too by upgrading to 2.6.15-r1. Thanks :D
Back to top
View user's profile Send private message
Muser
n00b
n00b


Joined: 14 Feb 2006
Posts: 7

PostPosted: Mon Mar 20, 2006 11:05 pm    Post subject: Reply with quote

paul555 wrote:
I just unmask and emerge it.First impressions are good (especially deskbar-applet).The only problems (as i think they are already mentioned here ) are that when i choose some options in gconf it crashes giving me that error :
Code:
paul@medic ~ $ gconf-editor
*** glibc detected *** free(): invalid pointer: 0x0828d490 ***
Killed
(with others is working ok)
and that automounting for my dvdrom dvdram and usbstick device isn't working if i had entries for them in fstab (as i had for them since 2.10) giving that :
Code:
You are not privileged to mount the volume 'K3b data project'
.When i remove those entries everything is working ok exept that the icons of the mounted devices aren't showed in the desktop


Ya that fixed it for me as well.
_________________
You can call us Aaron Burr from the way we dropping Hamiltons.
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 12:14 am    Post subject: Reply with quote

Spoony 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?


I'm getting that exact same problem.


Same here as well.
_________________
-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
baeksu
l33t
l33t


Joined: 26 Sep 2004
Posts: 609
Location: Seoul, Korea

PostPosted: Tue Mar 21, 2006 1:35 am    Post subject: Reply with quote

Gconf seems definitely broken... I had it freeze when I tried to edit any keys in gconf-editor. It seems to break things that rely on it for settings, too (like gnome-session-properties).

For those wanting to downgrade to 12, I suggest you downgrade gconf first, as the compilation on other components breaks against gconf-2.14.0. Also might be a good idea to downgrade glib and gtk+ straigth away (so 'emerge glib gtk+ gconf').

As for Yelp problems, I built it without firefox and didn't have problems.
_________________
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
Back to top
View user's profile Send private message
Thread
n00b
n00b


Joined: 27 Jul 2002
Posts: 13

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

feld wrote:
just unmasked and emerged .... WHAT IS BROKEN?! lol



http://webpages.charter.net/cdsprague/gnomebroke.png


I removed all gnome stuff out of my home dir so I have fresh 2.14 settings if anyone is wondering....




-Feld


Yes! this is exactly my problem... I've tried a bunch of stuff but still no luck.... I even started my own thread about it,

https://forums.gentoo.org/viewtopic-p-3195601.html


Last edited by Thread on Tue Mar 21, 2006 2:16 am; edited 1 time in total
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 2:15 am    Post subject: Reply with quote

baeksu wrote:
Gconf seems definitely broken... I had it freeze when I tried to edit any keys in gconf-editor. It seems to break things that rely on it for settings, too (like gnome-session-properties).

For those wanting to downgrade to 12, I suggest you downgrade gconf first, as the compilation on other components breaks against gconf-2.14.0. Also might be a good idea to downgrade glib and gtk+ straigth away (so 'emerge glib gtk+ gconf').

As for Yelp problems, I built it without firefox and didn't have problems.


Is that done with a '-firefox' use flag?
_________________
-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
baeksu
l33t
l33t


Joined: 26 Sep 2004
Posts: 609
Location: Seoul, Korea

PostPosted: Tue Mar 21, 2006 2:23 am    Post subject: Reply with quote

protex wrote:
baeksu wrote:
Gconf seems definitely broken... I had it freeze when I tried to edit any keys in gconf-editor. It seems to break things that rely on it for settings, too (like gnome-session-properties).

For those wanting to downgrade to 12, I suggest you downgrade gconf first, as the compilation on other components breaks against gconf-2.14.0. Also might be a good idea to downgrade glib and gtk+ straigth away (so 'emerge glib gtk+ gconf').

As for Yelp problems, I built it without firefox and didn't have problems.


Is that done with a '-firefox' use flag?
Yep (though then of course you'll need epiphany, I think).
_________________
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
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 2:26 am    Post subject: Reply with quote

baeksu wrote:
protex wrote:
baeksu wrote:
Gconf seems definitely broken... I had it freeze when I tried to edit any keys in gconf-editor. It seems to break things that rely on it for settings, too (like gnome-session-properties).

For those wanting to downgrade to 12, I suggest you downgrade gconf first, as the compilation on other components breaks against gconf-2.14.0. Also might be a good idea to downgrade glib and gtk+ straigth away (so 'emerge glib gtk+ gconf').

As for Yelp problems, I built it without firefox and didn't have problems.


Is that done with a '-firefox' use flag?
Yep (though then of course you'll need epiphany, I think).


I tried the command 'USE=-firefox' emerge yelp, and I get the same error. Keep in mind that I also tried this without firefox installed and it gave me the same error. =(
_________________
-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
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Tue Mar 21, 2006 3:02 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?

This does not look like firefox problem, so if someone has such compile problems post the relevant part of config.log from yelp.

As to the
PeterH wrote:
Quote:

You don't need to patch it. Just running
Code:
gconftool-2 -s /apps/metacity/general/compositing_manager --type bool true
will start the compositor. After that it's available in gconf.


The metacity build does not enable the compositing manager
Code:
pkg_setup() {
        # Compositor is too unreliable
        G2CONF="$(use_enable xinerama) --disable-compositor"
}

so messing with the gconf entries will bring nothing.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Tue Mar 21, 2006 3:07 am    Post subject: Reply with quote

In fact looking at what follows next in my log, could only hint to some CFLAGS/compiler problems:
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)
checking whether gcc understands -Wno-sign-compare... yes"
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare

_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
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 3:20 am    Post subject: Reply with quote

As for the Yelp errors, I'm going to update Mozilla and deps and see if that changes anything.
_________________
-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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 30, 31, 32  Next
Page 10 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