This article describes how to run LINE (http://line.naver.jp) on Ubuntu (12.10). I also submited this result to AppDB of WineHQ.
1. Install wine (1.5.27)
- sudo add-apt-repository ppa:ubuntu-wine/ppa
- sudo apt-get update
- sudo apt-get install wine1.5
- WINEARCH=win32 winecfg
- Choose 'Windows 7' as 'Windows Version'
- Press 'OK' to confirm and close.
3. Install required components using 'winetricks': dotnet20, msxml6, vcrun2008
- msvcr90: native
- msxml6: native
- gdiplus: native
- riched20: builtin, native
6. Install downloaded Line using Wine Windows Program Loader.
7. Run Line, and disable sound notification first. The sound notification will cause my Line crash.
8. Now, Line can run under your Ubuntu thru Wine.