roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Nov. 13 2007,07:23 |
|
Must be a traditional hard drive installation. The MyDSL system was never intended to be use with traditional hard drive installed system. Instead MyDSL was designed for frugal and live CD based systems.
Nevertheless, MyDSL is being used in such environment. Therefore the clean-up of menus needs to occur.
It is a simple addtional three lines of code to effect this. As root user (or sudo su) edit the file
/usr/bin/cleanMyDSL.sh
At line 19 it is currently
fi
change it to
Code Sample | else cp /etc/skel/.jwmmydsl /home/dsl/.jwmmydsl rm /home/dsl/.fluxbox/mydsl.menu fi |
This should clean and restore the menu(s) in a manner similar to that of frugals and liveCD.
|