Eventually that application must do an exec, so you could wrap that exec with some logging - if you wanted to hack the source.  <br><br>Or....even better, wrap all of your binaries that might be run from gnome with a script that does some logging and then execs the real binaries.  <br>
<br>Those approaches aren't guaranteed to give the same result.  Which approach is best depends on the question you're really asking: <br>Who is running binary X and when are they doing it?  <br>-vs-<br>Who is choosing these options from the GUI in gnome?<br>
<br>If you wrap the binaries, then it doesn't matter how the binaries are run - you'll see the invocation. <br><br>-Rob<br><br><div class="gmail_quote">On Mon, Feb 14, 2011 at 12:45 PM, Josh Trutwin <span dir="ltr"><<a href="mailto:josh@trutwins.homeip.net">josh@trutwins.homeip.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Does anyone know if a log entry is created anywhere when a user launches an application from the gnome menu so I can gauge how much certain applications are used?  Yes I have to worry about launched from a terminal as well but many users don't know what a console is.<br>

<br>
My google-fu isn't working for me today...<br>
<br>
Josh<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div><br>