Gentoo Archives: gentoo-user

From: Vlad Dogaru <ddvlad@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fluxbox/Conky acting up
Date: Sat, 20 Jan 2007 05:11:50
Message-Id: bf0e048a0701192103y3960c073n593e6d877372cfe6@mail.gmail.com
In Reply to: Re: [gentoo-user] Fluxbox/Conky acting up by Mick
1 On 1/20/07, Mick <michaelkintzios@×××××.com> wrote:
2 >
3 > On Friday 19 January 2007 21:28, Vlad Dogaru wrote:
4 > > On 1/19/07, Mick <michaelkintzios@×××××.com> wrote:
5 >
6 > > > What you probably need is a line like:
7 > > > ============================================
8 > > > kill -HUP conky
9 > > > ============================================
10 > > > after your 'exec /usr/bin/conky &' entry in .fluxbox/startup.
11 > > >
12 > > > Alternatively,
13 > > > ============================================meant to be
14 > > > kill -HUP `echo ${SOME_THING} | cut -d ':' -f 2`
15 > > > ============================================
16 > > > may do the trick but only if 'SOME_THING' is an environment variable
17 > for
18 > > > conky, which may or may not exist. If it doesn't exist then you need
19 > a
20 > > > string which will source the conky PID from ps. I haven't such a
21 > string
22 > > > available here, but I recall seeing something in Google.
23 >
24 > > I've solved the problem by taking your suggestion further. I've added
25 > >
26 > > pkill -HUP conky
27 > >
28 > > to my startup file, before starting Conky. That does the trick as far as
29 > I
30 > > can tell.
31 >
32 > Try adding it after the start fluxbox line. Then it should kill it when
33 > fluxbox exits.
34
35
36 Never thought of it that way, but I will give ti a try.
37
38 PS. Your English is perfect and so would be your netiquette, especially if
39 > you
40 > posted messages in plain text only! ;-)
41
42
43 That's a problem I have. Can I configure Gmail to send plain text?
44
45 Thanks,
46 Vlad
47
48 --
49 > Regards,
50 > Mick
51 >
52 >
53 >
54
55
56 --
57 How's my English? How about my Netiquette?
58 Do mail me if something is wrong with my behaviour. Thank you.

Replies

Subject Author
Re: [gentoo-user] Fluxbox/Conky acting up Vlad Dogaru <ddvlad@×××××.com>