Gentoo Archives: gentoo-user

From: Dan Wallis <mrdanwallis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with script calling OOCalc on amd64
Date: Fri, 19 Mar 2010 00:35:54
Message-Id: 919d41311003181734s1078cc94k2c6026fca94b76aa@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem with script calling OOCalc on amd64 by Mick
1 On 19 March 2010 08:42, Mick <michaelkintzios@×××××.com> wrote:
2 > Is there some bash incantation I can use then with OOo compiled from source,
3 > to keep the terminal open until I close OOo?
4
5 I guess something like this might do the trick:
6 while pgrep ooffice >/dev/null; do sleep 1; done
7 Although I'm not at my Gentoo box at the moment to test. The version
8 of pgrep on this Debian box doesn't have a -q option, hence the
9 redirect to devnull.

Replies

Subject Author
Re: [gentoo-user] Problem with script calling OOCalc on amd64 Mick <michaelkintzios@×××××.com>