jaygeedsl
Group: Members
Posts: 62
Joined: Jan. 2008 |
|
Posted: Feb. 08 2008,08:45 |
|
lucky13,Feb. 07 2008,16:43
<quote> 1. Open dfm to /opt/bin... (...when you click on the ~/ (home) icon, you're opening a dfm window. When you click on the system icon, you can work yourself to /opt/bin and make your shell wrapper there per the instructions.)</quote>
Making progress. Major snag is stage 1 above. Can't see any reference to the system icon. All I get here is a Mail folder and a bunch of files from - I think - /home/dsl.
Stage 2 OK
Stage 3. Ok (the icon is binary.xpm)
Stage 4: by "text" do you mean either of the Code Sample items in the following?
SAMPLE SHELL WRAPPER
Code Sample #!/bin/bash aterm -T nameofsite -e netrik /path/to/link
OR
Code Sample #!/bin/bash aterm -T nameofsite -e netrik URI
If so is "nameofsite" a literal e.g. "BBC_News"?
Puzzled by "/path/to/link"
Stages 5 and 6 OK
|