[Wine] Re: Getting DigiGuide to update on WINE

Daniel Skorka skorka at gmx.net
Tue May 30 15:19:18 CDT 2006


andypage69 at googlemail.com wrote:
> 1) I cannot get DIGIGUIDE to update the listings, I get an error
> message about the filelist.dat not being downloaded. Is this a
> permissions thing? If so what files/directories do I need to change.

If the method used is HTTP and you need a proxy for that, there is a
registry key you have to set, the name of which I have currently
forgotten but can propably be found somewhere in the archives or on
winehq.org.

> 2) At the moment I have to run DIGIGUIDE in a terminal using the
> following command.
> 
> sudo wine "/home/andy/.wine/drive_c/Program\ Files/myTVinfo\ DigiGuide\
> TV\ Guide/client.exe"
> 
> Is there a better way to run this?

Yes.
1. Remove the sudo
2. (Assuming you use bash):
$ alias digiguide="cd ~/.wine/drive_c/Program\ Files/myTVinfo\
DigiGuide\ TV\ Guide && wine client.exe $@"

Put this in a startup file, there you are.

Daniel


More information about the wine-users mailing list