View Single Post
Old 01-10-2022, 08:20 PM   #4
jcf
Enthusiast
jcf began at the beginning.
 
Posts: 30
Karma: 24
Join Date: May 2009
Device: Sony PRS-505, Kobo Aura H2O, Kobo Sage
Hi davidfor,

I'm not sure if you saw post #2, where I mentioned that it is now fixed.

I suspect that the program hardcodes the path, starting with '/Users'. I am running an old version of Lubuntu, and there is no '/Users' directory. So here's what I did:

sudo ln -s /home /Users
mkdir -p $HOME/Documents/KoboBackups

So, while my setup now works, I think that the program should use $HOME instead of a hardcoded '/Users/<username>'

-jcf
jcf is offline   Reply With Quote