you need the lisa daemon to be running
|
Code:
|
control center -> internet & network -> local network browsing -> lisa daemon |
the settings from the control center are saved at /usr/local/etc/lisarc, which is a slight problem since lisa looks for /etc/lisarc
so we fix that by linking
|
Code:
|
ln -s /usr/local/etc/lisarc /etc/lisarc |
start by using: lisa &
to have lisa start at boot:
echo "lisa &" >> /etc/rc.local