Quote:
Originally Posted by DNSB
You have checked that that if you have screensavers enabled, the directory in the .kobo directory is called screensaver? That when you disable screensavers, the directory name changes to screensaver.old? You may have a different rename in the NickelMenu config file, if so place that directory name in where I have screensaver.old (the backslash just escapes the . so it is not seen as a wildcard).
You are using a Linux EOL aware editor? I use Notepad++ since my main OS is Windows, Linux and MacOS users don't need to worry about that nit.
|
Oh that might be the issue. The folder is renaming to “screensaver_old” If that’s the case, would it need to be:
Code:
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)|(screensaver_old)
Regex might as well be Martian, so forgive my ignorance on that.