On 03/14/2014 11:09 AM, Rich Shepard wrote:
> On Fri, 14 Mar 2014, Dick Steffens wrote:
>
>> As I mentioned, I'm inexperienced at compiling C programs. How do I know
>> what the executable is named?
>     Oh, ... look for a file named totem.
>
>     You can do this as root (or sudo) by running
>                               find / -name 'totem'

That returned a lot of stuff, but most importantly, it returned:

/home/rsteff/Documents/Programming/Totem/totem-3.0.1/src/totem

Changing to that directory and running:

$ ./totem

started up the program with a two second backspace.

Now to find the place in the collection of source files that holds the 
code for the pause action.

Thanks!

-- 
Regards,

Dick Steffens

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to