mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 15 2008,14:42 |
|
UCI extensions always need to be reloaded when you reboot, even if you have a traditional harddrive-installed filesystem, because they are mounted rather than installed. You can either add a mydsl-load command to /opt/bootlocal.sh or you can make the mounted extension a permanent writeable directory: 1) mount the extension (example: /opt/opera925 would be created) 2) copy the /opt/opera925 directory to a temp location 3) umount the extension 4) move the temp directory to /opt/opera925 5) add this to a convenient spot in .jwmrc: <Program label="Opera"> /opt/opera925/bin/opera </Program>
The syntax used in the mydsl menu files is for Fluxbox, a carryover from when Fluxbox was the default window manager.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|