From: [email protected] [[email protected]] On Behalf Of Silesh C V [[email protected]] Sent: Wednesday, November 10, 2010 4:06 PM
>>>> It enables the envvar M_USE_SHOW_CURSOR. >>> Should this go to: [email protected] ? >> >> The meegotouch developers already know about this patch. >> > >Without the patch the cursor can be shown by editing the desktop entries >for apps in /usr/share/applications/ and replacing >Exec=$APP with Exec=$APP -show-cursor. > >Thanks, >Silesh. Just in case you don't want rebuild the whole FS, just do this inside your meego shell prompt (as root): #cd /usr/share/applications #for filename in `ls *.desktop`; do sed -i 's/\(^Exec=\)\(.*\)/\1\2 -show-cursor/' $filename; done once you run that command -show-cursor will be added to all the desktop apps ;) Regards, Jaime _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
