Skip to main content
16 events
when toggle format what by license comment
Apr 21, 2021 at 21:22 history became hot network question
Apr 21, 2021 at 17:23 history edited BFlat CC BY-SA 4.0
deleted 211 characters in body
Apr 21, 2021 at 17:14 vote accept BFlat
Apr 21, 2021 at 17:14 history edited BFlat CC BY-SA 4.0
added 175 characters in body
Apr 21, 2021 at 16:47 comment added BFlat This solution is working great when I only run the script inside a terminal. But when I create a launcher, it open quodlibet and conky as planned, but it never closes conky when I exit quodlibet.
Apr 21, 2021 at 14:54 history edited BFlat CC BY-SA 4.0
added 64 characters in body
Apr 21, 2021 at 14:47 history edited BFlat CC BY-SA 4.0
edited body
Apr 21, 2021 at 14:36 answer added xhienne timeline score: 4
Apr 21, 2021 at 14:26 comment added berndbausch The ampersand behind CONKYPID=$! puts the assignment into a subshell, so that the CONKYPID in the main program is not affected. Remove the ampersand and it should work. Same for the QUODPID, by the way.
Apr 21, 2021 at 14:13 comment added BFlat @berndbausch I edited my question but I can't figure it out, conky is not killed.
Apr 21, 2021 at 14:12 history edited BFlat CC BY-SA 4.0
added 257 characters in body
Apr 21, 2021 at 13:57 comment added BFlat I want to create a .sh file that I will execute with a custom launcher (.desktop).
Apr 21, 2021 at 13:45 comment added berndbausch Store Quodlibet's PID right after starting it QUODPID=$!, then, after starting conky, store its PID as well. Wait for Quodlibet's termination with wait $QUODPID. Then kill conky.
Apr 21, 2021 at 13:38 history edited BFlat CC BY-SA 4.0
added 27 characters in body; edited tags
Apr 21, 2021 at 13:20 review First posts
Apr 21, 2021 at 15:52
Apr 21, 2021 at 13:17 history asked BFlat CC BY-SA 4.0