metacity does not start
\ Matthias Langer (7 Oct 2007)
. \ Hex Star (8 Oct 2007)
. . \ Matthias Langer (8 Oct 2007)
. \ Michael Sullivan (8 Oct 2007)
. . \ Zimmerling, Alexander (8 Oct 2007)
. . . \ Matthias Langer (9 Oct 2007)
. . . . \ Zimmerling, Alexander (9 Oct 2007)
. . . . . \ Matthias Langer (9 Oct 2007)
. . . . . . \ Matthias Langer (9 Oct 2007)
. . . . . . . \ Zimmerling, Alexander (10 Oct 2007)
. . . . . . \ don (10 Oct 2007)

6 msgno sound with mplayer
17 msgLVM : pros & cons
11 msgBreak In attempts
13 msgCan't boot from livecd
11 msglinux-headers
11 msglibusb upgraded failed with USE 'doc'
5 msgHow does module-rebuild know what's installed?
5 msgPerl module problem
5 msgloopback into gentoo iptables
3 msgBug in /etc/init.d/netmount?
6 msgPlease help with segfaulting python
3 msgBugday on Saturday!
11 msggrub problem
11 msgXFCE automounting pendrive
5 msgTraveling: DSL modem via USB?
20 msgCan RAM render useless the encryption of the / ...
7 msginsatiable revdev-rebuild
9 msgTo Neil Bothwick: Question re ntfs-3g
2 msgOT: OSS replacement for Adobe Bridge
Subject:AW: AW: AW: metacity does not start
Group:Gentoo-user
From:Zimmerling, Alexander
Date:10 Oct 2007


 
Hi,

thanks for the reply, I'll try this, when I'm home this evening


On Tue, 2007-10-09 at 22:31 +0200, Matthias Langer wrote:
> On Tue, 2007-10-09 at 14:56 +0200, Zimmerling, Alexander wrote:
> > Hi,
> >
> > I ried this 'solution' just one time. Unfortunately, I installed a
lot of programs during the time. This problem appeared after upgrading
gnome to the latest stable version. I had no problems at all by using
gnome 2.16.
> >
> > I used a unstable version of gnome-2.18 once and downgraded because
of this problem. Nobody able to solve this problem.
> >
> > Matthias, can you post your 'very hackish way' please
>
> well, it's nothing special:
>
> "
> #!/bin/bash
> ! ps -u $(whoami) | grep metacity &> /dev/null && metacity& "
>
> put this in a file somewhere in your home directory, make it
> executable and add it to "Startup Programs" in "Sessions"...
>

or, if you want it more verbose:

"
#!/bin/bash

LOGFILE="${HOME}/meta.log"
COMPLAIN="metacity was not started by gnome"

ps -u $(whoami) | grep metacity &> /dev/null if [[ $? -ne 0 ]]; then
echo "$(date): $COMPLAIN" >> $LOGFILE
metacity&
fi
"

matthias

--
gentoo-user mailing list



--
gentoo-user mailing list



© 2004-2008 readlist.com