mrzap6077 / glapse

Automatically exported from code.google.com/p/glapse
GNU General Public License v3.0
0 stars 0 forks source link

glapse process is stopped if run in background from the console #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run glapse from a terminal window (i.e. gnome-terminal) with the "run in 
background" modificator (glapse &).
2. Take some screenshots, then stop.
3. Try to make the video pressing the "Make video" button.
4. Encoding aparently takes forever.
5. Go back to the console window and press enter. You'll be informed that the 
glapse process has been stopped.

What is the expected output? What do you see instead?
ffmpeg should encode the video just fine. The glapse process is stopped, and 
the encoding process is interrupted.

What version of the product are you using? On what operating system?
glapse 0.2 on GNU/linux ubuntu 11.04 on a Samsung n140 netbook.

Please provide any additional information below.
Workaround: send the process to foreground with the fg command. Then ffmpeg 
does its work flawlessly.

Original issue reported on code.google.com by juanjose...@gmail.com on 30 May 2011 at 10:07