Instead of changing the menu entry an easier option is to create a shell
wrapper which will change to the proper directory and invoke Mandrake Update.
1. Rename MandrakeUpdate to MandrakeUpdate.orig
2. Create a new shell script with the following contents and call it
MandrakeUpdate
-- cut here --
#!/bin/sh
cd /tmp
exec /usr/X11R6/bin/MandrakeUpdate.orig
-- cut here --
3. Make the file executable with the command 'chmod +x MandrakeUpdate'
This should solve your problem.
Balaji
On Tuesday 23 January 2001 12:37, you wrote:
> This was the problem. My home directory is NFS mounted. Is there a way to
> edit the menu entry for MandrakeUpdate to make it change directories before
> it runs?
>
> Darren