diff --git a/src/calibre/gui2/icon_theme.py b/src/calibre/gui2/icon_theme.py index 4bb043fd0d..a0585acbcd 100644 --- a/src/calibre/gui2/icon_theme.py +++ b/src/calibre/gui2/icon_theme.py @@ -66,7 +66,7 @@ class Report(object): @property def name(self): - return ascii_filename(self.theme.title).replace(' ', '_').lower() + return ascii_filename(self.theme.title).replace(' ', '_').replace('.', '_').lower() def read_theme_from_folder(path): path = os.path.abspath(path)