http://bugs.winehq.org/show_bug.cgi?id=6058
Julian Rüger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
--- Comment #16 from Julian Rüger jr98@gmx.net 2008-10-31 06:27:11 --- Denying all write access to the cstrike dir is overkill! I.e. you cant change your config after that (at least ingame)...
All you need to do is create fake motd_temp.html and maybe download.html (owned by root), and deny yourself (read-)access to them.
Bash (in your cstrike dir): rm motd_temp.html download.html sudo touch motd_temp.html download.html sudo chmod 0600 motd_temp.html download.html
Note: In case your games are saved on ntfs (so you can play in windoze, too) This method wont work then! Ntfs-3g does not correctly support access-rights, AFAIK. You have to create the files on another fs that does and symlink them. (ln -s /other/fs/motd_temp.html)
Happy fraggin' ;) Julian