Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome 2.10 (part 2)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Sat Aug 13, 2005 1:28 pm    Post subject: Reply with quote

Code:
I'm planning to write an howto


I might could help then. All I needed to know is where it was putting things. It sure would be useful to have on hand, and I'm sure lots of folks would enjoy having it.

The encoding problem with some apps was important. Now if I could just get my cdrom to work properly and grip to stop being dumb... blargh!
Back to top
View user's profile Send private message
iormungand
n00b
n00b


Joined: 02 May 2005
Posts: 25
Location: Brindisi, Italy

PostPosted: Sat Aug 13, 2005 1:36 pm    Post subject: Reply with quote

Kronos wrote:
Now if I could just get my cdrom to work properly and grip to stop being dumb... blargh!


Let me guess :D : you can't eject cds and grip doesn't read the content of audio cds?? :x
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Sat Aug 13, 2005 6:35 pm    Post subject: Reply with quote

Yeah. I have to tell it /dev/scd0 to get it to read the CD and then switch configs to /dev/sg0 for cdparanoia to be able to rip. Blargh! And I have to have /dev/scd0 and not /dev/sg0 in /etc/fstab to make mounting work properly. Even then, half the time it doesn't want to unmount/eject.

Something is either messed up with gnome or with this particular type of drive I have. Good drve but... blargh!

-Kronos
Back to top
View user's profile Send private message
iormungand
n00b
n00b


Joined: 02 May 2005
Posts: 25
Location: Brindisi, Italy

PostPosted: Sat Aug 13, 2005 8:56 pm    Post subject: Reply with quote

I'm quite sure it's not a gnome fault; this kind of tasks belong to udev... and the ~x86 versions (>=059) are simply crazy:
https://forums.gentoo.org/viewtopic-t-355069.html
I don't know if it's your case, as I don't have scsi drives, but I resolved my problems downgrading from udev 065 to 064-r1... and stay away from 066!
With it the cd drives are totally gone 8O 8O ...
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Sat Aug 13, 2005 10:47 pm    Post subject: Reply with quote

Yeah....

0.58 here.
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Mon Aug 15, 2005 5:54 pm    Post subject: Reply with quote

Kronos wrote:
Code:
I'm planning to write an howto


I might could help then. All I needed to know is where it was putting things. It sure would be useful to have on hand, and I'm sure lots of folks would enjoy having it.

The encoding problem with some apps was important. Now if I could just get my cdrom to work properly and grip to stop being dumb... blargh!


I'd imagine gentoo-wiki would be a good place to put it.
Back to top
View user's profile Send private message
donno
n00b
n00b


Joined: 08 Nov 2004
Posts: 9

PostPosted: Thu Aug 18, 2005 6:51 pm    Post subject: Re: Gnome-Panel-2.10.2 Warns of existing panel already open Reply with quote

bzd wrote:
hongkongblue2 wrote:
Gnome-Panel-2.10.2 Warns of existing panel already open.
[...]
Anyone any ideas?


Sure ;)
I've commited a patch that fixes the problem here:
https://bugs.gentoo.org/show_bug.cgi?id=98646

And here is a step-by-step solution for those that don't have experience with ebuilds:
1. save the patch under /usr/portage/gnome-base/gnome-panel/files
2. copy gnome-panel-2.10.2.ebuild to gnome-panel-2.10.2-r1.ebuild
3. edit new file, insert this code before src_compile function:

src_unpack() {
unpack ${P}.tar.bz2
cd ${S}
epatch ${FILESDIR}/${PN}-2.10.2-panel-revert-unset-sm-client-id.patch
}

4. $ ebuild gnome-panel-2.10.2-r1.ebuild digest
5. $ emerge =gnome-panel-2.10.2-r1 (remember to unmask ~arch)
6. remove ~/.gnome2/session
7. restart Gnome session
8. enjoy ;)


I tried that but compiling fails w/

Quote:

In file included from main.c:21:
menu.h:28:23: menu-tree.h: No such file or directory
make[3]: *** [main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2/gnome-panel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2'
make: *** [all] Error 2


Any clue??
Back to top
View user's profile Send private message
Balancer
Guru
Guru


Joined: 04 Jun 2004
Posts: 465

PostPosted: Fri Aug 19, 2005 11:33 am    Post subject: Re: Gnome-Panel-2.10.2 Warns of existing panel already open Reply with quote

donno wrote:
Quote:

In file included from main.c:21:
menu.h:28:23: menu-tree.h: No such file or directory
make[3]: *** [main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2/gnome-panel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2-r1/work/gnome-panel-2.10.2'
make: *** [all] Error 2


I have same error with last update by emerge -u world without any patches :-/
Back to top
View user's profile Send private message
emitrax
Apprentice
Apprentice


Joined: 03 Nov 2004
Posts: 166

PostPosted: Sun Aug 28, 2005 8:57 pm    Post subject: Reply with quote

Hi,

I'm having problems in starting gnome. I just installed gentoo and gnome, and everything just worked fine. Then all in a sudden gnome decided not to start :D I tried to fix the problem by deleting all the config files related to my last session, like .gconf* .gnome* etc... but it didn't fix the problem. I also deleted every files under /tmp/.ICE-*/* ... but nothing!
When I run startx ... X load just fine but gnome get stuck at the logo.

Can anyone give me a hint ?

Thanks in advance
Emitrax
Back to top
View user's profile Send private message
emitrax
Apprentice
Apprentice


Joined: 03 Nov 2004
Posts: 166

PostPosted: Sun Aug 28, 2005 9:22 pm    Post subject: Reply with quote

unbelieveble... gnome started after like 20minutes.. and it was incredibly slow!!

what can it be ?
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Mon Aug 29, 2005 9:02 pm    Post subject: Reply with quote

emitrax wrote:
unbelieveble... gnome started after like 20minutes.. and it was incredibly slow!!

what can it be ?


How does your host file look? cat /etc/hosts
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
nutznboltz
Apprentice
Apprentice


Joined: 23 Apr 2004
Posts: 239

PostPosted: Tue Aug 30, 2005 2:23 pm    Post subject: Re: Gnome-Panel-2.10.2 Warns of existing panel already open Reply with quote

bzd wrote:
hongkongblue2 wrote:
Gnome-Panel-2.10.2 Warns of existing panel already open.
[...]
Anyone any ideas?


Sure ;)
I've commited a patch that fixes the problem here:
https://bugs.gentoo.org/show_bug.cgi?id=98646

And here is a step-by-step solution for those that don't have experience with ebuilds:
1. save the patch under /usr/portage/gnome-base/gnome-panel/files
2. copy gnome-panel-2.10.2.ebuild to gnome-panel-2.10.2-r1.ebuild
3. edit new file, insert this code before src_compile function:

src_unpack() {
unpack ${P}.tar.bz2
cd ${S}
epatch ${FILESDIR}/${PN}-2.10.2-panel-revert-unset-sm-client-id.patch
}

4. $ ebuild gnome-panel-2.10.2-r1.ebuild digest
5. $ emerge =gnome-panel-2.10.2-r1 (remember to unmask ~arch)
6. remove ~/.gnome2/session
7. restart Gnome session
8. enjoy ;)

Don't do it, use gnome-session-2.10.0-r3 and remember to remove ~/.gnome2/session
Back to top
View user's profile Send private message
Evil2000
n00b
n00b


Joined: 25 Feb 2003
Posts: 69

PostPosted: Thu Sep 15, 2005 8:39 pm    Post subject: Reply with quote

Gnome always puts an icon named "f" (because of my mountpoint /mnt/f) for my S-ATA drive (/dev/sda1) on my desktop. Is there a way to stop Gnome doing this?

part of my /etc/fstab:
Code:
/dev/sda1       /mnt/f          auto            auto,user,gid=100,uid=1000     0 0


It's a x86 (stable) box.
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Thu Sep 15, 2005 10:33 pm    Post subject: Reply with quote

Quote:
Gnome always puts an icon named "f" (because of my mountpoint /mnt/f) for my S-ATA drive (/dev/sda1) on my desktop. Is there a way to stop Gnome doing this?


Don't know if /mnt is watched specifically, but you could try mounting it somewhere else and see what happens.
If that doesn't work, try removing the "auto" part before ",user".

Otherwise maybe it's possible to configure hal / hotplug or whatever to ignore sda1.

Another solution is using gconf-editor and changing flags in nautilus so it doesn't display mounted media on the desktop, only in "Computer". But that applies to all hotplugged media then.
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Mon Sep 19, 2005 10:52 pm    Post subject: Reply with quote

Evil2000 wrote:
Gnome always puts an icon named "f" (because of my mountpoint /mnt/f) for my S-ATA drive (/dev/sda1) on my desktop. Is there a way to stop Gnome doing this?

part of my /etc/fstab:
Code:
/dev/sda1       /mnt/f          auto            auto,user,gid=100,uid=1000     0 0


It's a x86 (stable) box.


I believe it shows up because you have the flag "user" in there. If you remove "user", then it should be removed from the desktop.
Back to top
View user's profile Send private message
Evil2000
n00b
n00b


Joined: 25 Feb 2003
Posts: 69

PostPosted: Tue Sep 20, 2005 7:13 pm    Post subject: Reply with quote

Ah thanks, it works now perfectly :D
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sat Oct 01, 2005 7:23 pm    Post subject: Reply with quote

How many "blockers" are there currently for Gnome 2.12?
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Mon Oct 03, 2005 10:17 pm    Post subject: Reply with quote

hoschi wrote:
How many "blockers" are there currently for Gnome 2.12?


https://bugs.gentoo.org/showdependencytree.cgi?id=103197

and from https://bugs.gentoo.org/show_bug.cgi?id=107943:
Quote:
The new versions of dbus(0.36.2) and hal(0.5.4) may affect the following packages.
( They are currently unstable, or they are stable packages that will be affected
when 2.12 moves into stable )

We would like to move GNOME 2.12 into unstable next week.
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Wed Oct 05, 2005 4:07 pm    Post subject: Reply with quote

thanks
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
Oyarsa
n00b
n00b


Joined: 01 Jul 2002
Posts: 73
Location: Mars

PostPosted: Mon Nov 07, 2005 2:39 am    Post subject: Reply with quote

Kronos wrote:
Code:
I'm planning to write an howto


I might could help then. All I needed to know is where it was putting things. It sure would be useful to have on hand, and I'm sure lots of folks would enjoy having it.


Did this ever get written? Any idea where it is? You might want to add this tidbit:

I had missing applications in the Applications menu. The .desktop files in /usr/share/applications were present and I couldn't find anything wrong with them. The problem was that I also had private user copies in ~/.local/share/applications. Once I enptied this directory, logged out and back in again, they finally showed up in the menu.
_________________
Dew knot trussed yore spell chequer two fined awl ewer miss steaks.
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Mon Nov 07, 2005 8:24 am    Post subject: Reply with quote

Split off lizardcry's thread.
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sun Nov 20, 2005 9:00 pm    Post subject: Reply with quote

I think it is time to delete this thread. In fact the most people are currently fighting with the not working "gnome-volume-manager" in gnome 2.12 :evil:
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
fuzzythebear
Guru
Guru


Joined: 28 Nov 2004
Posts: 317

PostPosted: Fri Dec 09, 2005 9:50 pm    Post subject: Good laughs a plenty. Reply with quote

Man .. it's almost mid december and there's still no trace
of 2.12 for people running stable ..

This is the only place to get even a trace of news ..
that and the bugs site ..

Really .. this has gone on so long i cant beleive i got
the patience to wait ... :D Looks like 2.14 will be out before
im going to see 2.12 stable :) Shame im no programmer,
otherwise id help get this done . :)))

Fuzzy
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Wed Dec 21, 2005 7:13 pm    Post subject: Reply with quote

When will be gnome 2.12 marked as stable?

Thanks
Back to top
View user's profile Send private message
frozenJim
Guru
Guru


Joined: 18 Jun 2004
Posts: 341
Location: Montreal, Quebec, Canada

PostPosted: Sat Aug 12, 2006 3:26 pm    Post subject: Reply with quote

At one point I could not login using GDM Greeter because of errors "in config file" and then when I did log in, my desktop was just blank. Getting past that, I found that I got a bunch of "panel" errors. I wasted a lot of hours trying to fix these issues on a line-by-line basis.

For what it is worth, I found that by deleting EVERYTHING in /tmp and then logging in with the Failsafe Gnome session, everything fixed itself. I deleted the entire directory and then recreated it with root:root and 0777.

For any other uses on my system that had panel errors, I just told them to login using the Failsafe Gnome session one time and then log in again using the normal Gnome session. Problems just disappeared.
_________________
Who controls the past, controls the future. Who controls the present, controls the past.
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, 4, 5, 6, 7, 8, 9, 10
Page 10 of 10

 
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