Origin Client Linux Wine Installation¶
The following is instructions on how to install the Origin Client (launcher) on a Linux operating system utilizing Wine.
Specifications¶
The instructions were tested with the following.
- Operating System
- Arch Linux x86_64
- Kernel v5.1.6 & v5.1.7
- Xorg v1.20.5-1
- Wine v4.9
- Gnome v3.32.2
- Origin Client
- OriginThinSetup.exe v10.5.40.26928 - 0
- Hardware
- Video Card: Zotac GeForce GTX 970 4GB
- Motherboard: ASUS A88X-PRO
- Video Driver
- nvidia-dkms v430.14-7
Installation Instructions¶
- Install Firefox add-on "User Agent Switcher".
-
Install inotify-tools pacakge.
Arch Linux example
$ pacman -Syu inotify-tools
-
Download Origin Client Installer (not legacy).
- If you are using Fish Shell with Bash - GNU Project.
$ bash --norc
- Set permissions.
$ while true; do inotifywait Origin; chmod u+w Origin; done
- Run installer.
$ wine OriginThinSetup.exe
-
Login to Origin.
-
Instal "dxvk-bin" package for Vulkan-based compatibility layer for Direct3D 9/10/11.
$ pacman -Syu dxvk-bin
Uninstalling Instructions¶
- Run uninstaller.
$ wine uninstaller
- Left click "Origin" to make selection.
- Left click "Modify/Remove".
- Left click "Uninstall".
- Left click "Close".
- Left click "OK".