I got everything operating with my G15 keyboard, but I have one question. How do I run g15composer? It is installed, but I can not find it to run it. Also, how do you get scripts such as G15stats to run at start up? I am running Ubuntu 8.10. If I put this in the wrong area, I apologise.
Thanks
Linesma
Re: Starting g15composer
Thank you Steelside for your reply. I really appreciate how "willing to help" the Linux community is.
Re: Starting g15composer
Open a terminal,
man manfor information about the manual pages
or
manfor information about a specific program, in this case g15composer.
You can exit the manual page any time by hitting Q. Scrolling is done with arrowkeys/space/pgup/down
Re: Starting g15composer
@Ocye - Thanks for your reply. Can I just cut and paste what you posted? Also, where are the "Man" pages you talked about? I looked about for them, but could not find them.
@Steelside - Thanks, I thought that was what I needed to do. I did that and it works great!
Re: Starting g15composer
System > Preferences > Personal > Sessions
Add a new entry for g15stats.
Re: Starting g15composer
You have to append a file/pipe name to a valid directory which is used for communication.
g15composer /var/run/g15composer &The "&" sign is an instruction to work in background. You can type Ctrl-Z and the command bg as well. As in man page statedecho ’TL "Hello" "World"’ > /var/run/g15composerwill work now.I didn't figure out how to send a script or do some complex output.