View Single Post
Old 03-29-2024, 11:16 AM   #1250
getthething
Enthusiast
getthething has a complete set of Star Wars action figures.getthething has a complete set of Star Wars action figures.getthething has a complete set of Star Wars action figures.
 
Posts: 25
Karma: 260
Join Date: Jan 2024
Device: Kobo Libra 2
Quote:
Originally Posted by DNSB View Post
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.
getthething is offline   Reply With Quote