lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: Feb. 07 2008,01:45 |
|
Quote | IMHO netrik doesn't seem to be doing what it says on the tin. |
Which version of DSL are you using? If you're using 4+, you can set this up in a shell wrapper so it opens netrik in aterm to whatever page(s) you want. As far as it not working as advertised, you might want to take a look again at your netrikrc. I haven't tried this myself, but I'm willing to bet you two doughnuts that fixing the link by leaving the "file://///////" part out MIGHT make it work right.
EDIT -- from: file:///home/dsl/.netrik/bookmarks.html
to: /home/dsl/.netrik/bookmarks.html
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 |
Then chmod +x, set an icon using the dfmtext tool. Click, voila. If you're not using 4+, you can add menu entries, add buttons in emelfm, make a quick gui launcher for websites with murgalua, etc.
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|