[Pkg-kde-extras] Bug#423169: kerry: Not automatic beagle start at login

Andrés Villarroel andres.via at gmail.com
Sat Jun 30 23:40:28 UTC 2007


I have found this error too. But my home directory is mounted normally.

I put this little script on ~/.kde/Autostart and disabled beagle autostart via 
the GUI to workaround this issue while a patch is released.

beagle
---snip---

#!/bin/sh

cd /home/[your_name]

export MONO_PATH=/usr/lib/beagle
export LD_LIBRARY_PATH=/usr/lib/beagle
export BEAGLE_MONO_RUNTIME=mono
export _BEAGLED_INDEX_HELPER_PATH=/usr/lib/beagle

/usr/lib/beagle/BeagleDaemon.exe --indexing-delay 2 --bg

---snip---

Replace [your_name].

Bye.

--andres.-




More information about the pkg-kde-extras mailing list