Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
Just to prove to myself that I'm not completely crazy, I just did the same process on my Windows machine where I'm running Fedora 33 in WSL2, using the exact same bits and bytes of SWORD. I still had to edit /etc/sword.conf to avoid writing files to /usr/share/sword, but it installed the KJV to ~/

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
On Fri, Feb 5, 2021 at 12:49 PM Troy A. Griffitts wrote: > Hi Greg, > > I few quick comments and thoughts... > > So, regarding the commandline tool and option: installmgr -init > > This simply does: > > SWBuf baseDir = FileMgr::getSystemFileMgr()->getHomeDir(); > i

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Troy A. Griffitts
Hi Greg, I few quick comments and thoughts... So, regarding the commandline tool and option: installmgr -init This simply does:     SWBuf baseDir = FileMgr::getSystemFileMgr()->getHomeDir();     if (baseDir.length() < 1) baseDir = ".";     baseDir += "/.sword

[sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
PREAMBLE: I'm trying to install modules with installmgr on the command line. I seem to frequently run into issues with it silently dumping the files somewhere where they don't actually exist, and it's happening again. But I think I've narrowed down some of when it happens: I currently have a /etc/