Re: Lindows programs unexpectantly closing



On 2007-06-29, sk8r-365 wrote:
beowulf@xxxxxxxxxxxx said:

Try starting programs from a terminal rather than the GUI menus, then
when they crash you should get some error output from the terminal
that you can share here, which will help diagnose what is happening.
For example, from a terminal you might type 'evolution' or
'evolution&' to run the email program evolution, or 'gimp&' to run the
GIMP image editor (of course do not type the single quotes). The &
added on the end of a command helps it run in multitasking/background
mode.
$ evolution&
$ gimp&


If you use '&' there is little likelihood for output because that
shell will not have that app as a child process.

A background process *is* a child of the shell that spawned it, and
anything it sends to stdout or stderr will appear in that shell.


--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
.



Relevant Pages

  • Re: mail options
    ... it is a shell issue. ... Here's how the command would look without UUOC: ... error output. ... mutt will report an error if "file1" does not exist. ...
    (comp.os.linux.networking)
  • Re: mail options
    ... it is a shell issue. ... Here's how the command would look without UUOC: ... error output. ... mutt will report an error if "file1" does not exist. ...
    (comp.os.linux.misc)
  • Re: Gnome applications and .bash_profile
    ... applications started in gnome but not via a shell. ... The invocation chain for evolution, ... gnome-session code, but I have been too ... The answer is that if gnome-session is not a bash process then ...
    (Fedora)
  • Re: Lindows programs unexpectantly closing
    ... when they crash you should get some error output from the terminal ... which will help diagnose what is happening. ... 'evolution&' to run the email program evolution, ... GIMP image editor. ...
    (alt.os.linux)
  • Re: too many open files. How to increase the limit
    ... Ulimit sets limits for the shell that executes the command and any processes that are subsequently started by that shell. ... but I very much doubt that a ulimit executed by the shell that runs rc.local will have any effect whatever on your evolution process. ... Even for one process, evolution, it might be tricky, as only root is allowed to change it, and you don't want to run evo as root. ...
    (Fedora)