YNABLinuxInstall icon indicating copy to clipboard operation
YNABLinuxInstall copied to clipboard

Script run successfully, but no YNAB installation

Open kescobo opened this issue 3 years ago • 1 comments

On pop!_os v20, I ran the script with pre-downloaded exe, and it seemed to go fine

❯ perl software/YNAB4_LinuxInstall.pl
Would you like to:
1. Install YNAB4 and link Dropbox
2. Link Dropbox ONLY
3. Download YNAB4, install it, and link Dropbox
Select an option: [1] 1

Searching for YNAB4 Installer...
Searching in .

Found Installer: './Downloads/YNAB+4_4.3.857_Setup.exe'


Found Dropbox Installation: '/home/kevin/Dropbox'

Specify WINE directory to use: [/home/kevin/.wine_YNAB4] 

Configuring /home/kevin/.wine_YNAB4 for Dropbox

Installing YNAB4 in /home/kevin/.wine_YNAB4
Installer output will be in /tmp/ynab4_install.log


Done!

But the installation didn't actually appear to happen. Or maybe I'm just not clear on how to launch it now, this is my first attempt with WINE

❯ ls .wine_YNAB4/drive_c/Program\ Files/
'Common Files'  'Internet Explorer'  'Windows Media Player'  'Windows NT'
❯ ls .wine_YNAB4/drive_c/Program\ Files\ \(x86\)/
'Common Files'  'Internet Explorer'  'Windows Media Player'  'Windows NT'

Log file here

kescobo avatar Oct 09 '20 16:10 kescobo

I was able to run the installation myself after, and the dropbox linking seems to work:

❯ env WINEPREFIX="/home/kevin/.wine_YNAB4" wine ~/Downloads/YNAB+4_4.3.857_Setup.exe

kescobo avatar Oct 09 '20 16:10 kescobo