Latest version of LINE.
Version 9 series.
v9.2.0
• Various other improvements
v9.1.2
• Improved stability.
v9.1.0
• Minor bug fixes and other small improvements.
v9.0.1
• Bug fixes
v9.0.0
• You can now join group chats on the desktop version of LINE via invitation links.
Application Details:
Version: | v9.x |
License: | Free to use |
URL: | https://line.me/ |
Votes: | 7 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 9.16 |
Maintainers: About Maintainership
What works
Most functionalities work, including, but not limited to:
Login and sync with mobile device
Messaging
Stickers
Notifications
Settings
Sound and Sound Effects
Video
Friend and Group Management
LINE Openchats
What does not
Emojis - I speculate that it depends on the font used
Video Calling - Webcam (your webcam cannot be turned on, but you can still see others' video)
Workarounds
LINE no longer supports Windows 7 and Windows 8. Make sure to launch with Windows 10 prefix. Though, LINE Legacy version still supports Windows 7 and 8, maintaining the legacy version of the program is out-of-scope of this project. Furthermore, LINE will drop support for WIN32 in the close future, so, I recommend you to use WIN64 architecture.
Base Requirement
Encryption - requires lib32-gnutls and the dll: crypt32
Video Calling & LINE Meet
Audio device - requires lib32-libpulse (if not installed) ,and mf. Do not install xact!
What was not tested
Buying stickers
Hardware tested
Graphics:
Additional Comments
LINE installs, runs, and integrates with the desktop well without requiring tinkering. The basic functionality of messaging, stickers, notifications works well out of the box.
Calling and video calling will require a little extra effort, though, sharing your camera may not be possible.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux | Sep 07 2024 | 9.16 | Yes | Yes | Yes | Silver | Psira | |
Show | Arch Linux | Jul 30 2024 | 9.14 | Yes | Yes | Yes | Silver | Psira | |
Show | Arch Linux | Jul 29 2024 | 9.13 | Yes | Yes | Yes | Silver | Psira | |
Show | Linux Mint 20.3 "Una" | Jul 13 2024 | 9.12-staging | Yes | Yes | Yes | Bronze | Styrene>3 | |
Show | Arch Linux | Jul 03 2024 | 9.12 | Yes | Yes | Yes | Silver | Psira |
wine winetricks lib32-pipewire lib32-libpulse lib32-gnutls sambaIf you need Chinese, Japanese, Korean character support:
noto-fonts-cjkIf you need Thai character support:
noto-fonts
winetricks arch=64 prefix=LINE win10 sound=pulse && winetricks prefix=LINE d3dx11_43 vcrun2022 crypt32
During installation, vcrun may prompt signature mismatch. To proceed, you have to accept the risk.
WINEPREFIX=~/.local/share/wineprefixes/LINE WINEARCH=win64 winecfg
Go to Graphics and set the screen resolution to 120 dpi.
curl -o ~/Downloads/LineInst.exe https://desktop.line-scdn.net/win/new/LineInst.exe && WINEPREFIX=~/.local/share/wineprefixes/LINE wine ~/Downloads/LineInst.exe
Once, the installation is completed, LINE should automatically start. Login into LINE for PC, click on three dots on the bottom left corner, select Settings. Then, select Calls to automatically install LINE Call.
Now, a desktop entry should be automatically added to your system.
We hope this guide helps you. If you would like to, cast a vote for this application entry. Enjoy!
sudo pacman -Syu --needed wine winetricks lib32-pipewire lib32-libpulse lib32-gnutls samba sudo pacman -Syu --needed noto-fonts-cjk sudo pacman -Syu --needed noto-fonts
mkdir -p ~/.local/share/applications/wine/
echo '[Desktop Entry] Name=LINE Exec=env WINEPREFIX="~/.local/share/wineprefixes/LINE" WINEARCH=win64 wine C:\\\\users\\\\psira\\\\AppData\\\\Roaming\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\LINE.lnk Type=Application StartupNotify=true Path=~/.local/share/wineprefixes/LINE/dosdevices/c:/users/psira/AppData/Local/LINE/bin Icon=6349_LineLauncher.0 StartupWMClass=linelauncher.exe ' > ~/.local/share/applications/wine/LINE.desktopReplace 'psira' with your user name.
We recommend using winetricks to manage your wineprefix. It helps installing required dlls more convenient.
Currently, LINE only supports Windows 10 and above. Though, LINE legacy version supports Windows 7 and 8, this is out-of-scope for this project.
LINE Support for 32-bit Windows has ended as of July 24, 2024. You will not be able to update LINE on 32-bit Windows, but you can still continue using the supported versions of LINE. Thus, we recommend using 64-bit architecture with Wine.
You cannot create accounts on LINE for Windows. This is an intended feature. Logging in to LINE for Windows also requires you accessing LINE on your smartphone.
Do not install xact. Otherwise, LINE will not be able to detect your audio devices.