Skip to main content

Deployment of Wine



Having established that there is no way to migrate fully from Windows to Linux, the project now needs to consider running Windows apps in Linux.  This is a big change to the strategy of the project.  This is a big change to the deployment of a Linux workstation, a crushing admission of failure, and the opening of a whole new world of risks to an otherwise secure operating system.

Environment & required functionality

For this blog post, Wine was tested on:
  • The Linux Mint Xfce 19 virtual machine "Bilbo", on host Windows 10 laptop "Saruman"
  • The Linux Mint Xfce 18.3 virtual machine "Gimli", on host Windows 10 host "Legolas".

Alternatives

There are alternatives to Wine/PlayOnLinux, notably the paid software Crossover.

Software selection

Wine and PlayOnLinux are present in Linux Mint by default.  If uninstalled following advice from EasyLinuxTips, the Software Manager find the necessary packages in the repository.

Reading EasyLinuxTips, it really does underline why running Windows apps in Linux is a bad idea.  Running Windows in a virtual machine would be better, because then the same virtual machine could run a typical anti-malware package to clean up any software nasties.  (Background reading: security in Linux Mint & Ubuntu).

Installation experience

Fine, no issues (re-)installing Wine & PlayOnLinux on Bilbo.  Neither were ever uninstalled from Gimli.

User experience

The test application for Wine/PlayOnLinux on Bilbo was FoxIT PDF Reader for Windows.  The installation must be done for each user who wants to use the Windows app.  The installation was fine, although it looked as if it was going to fail because of the lack of feedback during installation.  For FoxIT PDF Reader for Windows in particular, the splash icon was anchored to the mouse, which was slightly annoying, but of no detriment to the installation of the software.  FoxIT PDF Reader for Windows worked flawlessly from within PlayOnLinux.

The test application is not yet on Gimli.

Conclusion

Wine/PlayOnLinux can work for straight-forward applications like FoxIT PDF Reader.  The next test would be for Microsoft Excel.


End of post.

Comments

Popular posts from this blog

Scanning & OCRring to PDF: Simple Scan, gimagereader and gscan2pdf v NAPS2 for Windows

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine. This stage relates to scanning paper documents to PDF and digitising the scanned text via optical character recognition. Environment & required functionality The scan-and-OCR function needs to run on the following machines: The Linux Mint Xfce 18.3 laptop " Gandalf "; A Linux Mint Xfce 18.3 virtual machine " Gimli "; The Windows 10 laptop " Legolas ". In any modern office - whether at home or at work - some transactional documents and documents from public authorities still arrive by snail-mail. This requires the ability to scan all documents, optionally with the digitisation of scanned text (typically via optical character recognition). The hardware is an old HP OfficeJet Pro 276dw, connected to the LAN instead of directly to a workstation. Alternatives There are two strategies: To use the software pr...

Adjusting screen brightness

The machine on which Linux Mint is installed an old Acer Aspire 5732Z (" Gandalf ") It has buttons to adjust the brightness of the screen's backlight.  When the user uses these buttons, Linux Mint correctly presented a fading-popup box (a slider bar) to denote relative brightness.  But Linux Mint did not actually adjust the brightness of the screen. It seems to be a known issue in the Linux Mint forums  and solved in multiple  stages by the Easy Tips Project . I followed the instructions on Easy Tips section 5.2  in Gandalf's admin account, then re-booted, then logged in using the user account, and the brightness adjustment function worked correctly. Easy Tips asks the user to discover the relevant property of the machine, then creates a file that contains a script of parameters that other programs in Linux Mint understand. This method worked for Gandalf, because Gandalf has an integrated Intel chipset. Useful commands at the Terminal ALT+T (or th...

FreeFileSync: data synchronisation over the local area network

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine. This stage relates to data synchronisation over the local area network ( now that, at last, a useful network connection has been established !) Environment & required functionality The network should be a local network - to share files and folders - between the following machines: The Linux Mint Xfce 18.3 laptop " Gandalf "; The Windows 10 laptop " Legolas ". The network is a local area network from a domestic router, the usual 192.168.x.x thing. Alternatives Peer-to-peer networking (file sharing, simple two-way server-and-client relationship) is the most efficient way for bulk data transfers, so if the network doesn’t work, then the test has failed. One alternative is already successfully tested and in use: Google Drive (via Backup & Sync for Windows and grive2 for Linux Mint) .  However, this is limited to th...