Everything scanned, it works just fine. But, what caused this error?
ERROR: Error from FilesCatalog.FilesCatalog.on_events: <class 'AttributeError'>: type object 'PathShellFilter' has no attribute 'name'
Traceback (most recent call last):
File "E:\Keypirinha\default\Packages\FilesCatalog.keypirinha-package\filescatalog.py", line 355, in on_events
File "E:\Keypirinha\default\Packages\FilesCatalog.keypirinha-package\filescatalog.py", line 660, in _read_config
File "E:\Keypirinha\python\site\filefilter.py", line 106, in __eq__
return hash(self) =
- Is there something wrong with my FilesCatalog's config?
[profile/StartMenu]
activate = yes
paths =
${var:KNOWNFOLDER_COMMONSTARTMENU}\**\*
${var:KNOWNFOLDER_STARTMENU}\**\*
max_depth = 1
filters =
- Ketarin.lnk
- VSCode.lnk
- winbox.lnk
+ ext: .lnk .msc
[profile/PortableApps]
activate = yes
paths = ${var:APP_DRIVE}\*\*
max_depth = 0
filters =
- *\Bin\*
- Captura*.exe
- Code.exe
- LightBulb.exe
- qbittorrent.exe
- QOwnNotes.exe
+ ext: .exe .lnk
Everything scanned, it works just fine. But, what caused this error?