Describe the bug
I updated from ueli 8 to 9.03 and now everything is broken.
The error I get is:
[13.7.2024, 13:26:17][ERROR] Failed to get search result items for extension with id 'ApplicationSearch.Reason: Error: Command failed: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy bypass -File "C:\Users\redacted\AppData\Roaming\ueli\PowershellUtility\53d6dae3-1680-43f3-8e1e-a1576e73bb88.ps1"
In C:\Users\redacted\AppData\Roaming\ueli\PowershellUtility\53d6dae3-1680-43f3-8e1e-a1576e73bb88.ps1:251 Zeichen:248
+ ... FileImageImageGenerator\a43d34b8da0a3b45eccb819c272566aa8725535d.png'
+ ~
Die Zeichenfolge hat kein Abschlusszeichen: '.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
Having a look at the file, I seed that there are applications with an ' in the name which obviously breaks the file. They should be escaped.
In my case, it is the intallation of Sysinternals via scoop which leads to this breaking line:
Get-Associated-Icon -InFilePath 'C:\Users\redacted\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Scoop Apps\SysInternals\CacheSet - Control the Cache Manager's working set size.lnk' -OutFilePath 'C:\Users\redacted\AppData\Roaming\ueli\FileImageImageGenerator\e03d87fd742663eff5ec9845b8209a3cd19e935c.png'
To Reproduce
Steps to reproduce the behavior:
Install Sysinternals via scoop: scoop install extras/sysinternals
Install ueli (via scoop or probably anything else)
Describe the bug I updated from ueli 8 to 9.03 and now everything is broken. The error I get is:
Having a look at the file, I seed that there are applications with an
'
in the name which obviously breaks the file. They should be escaped.In my case, it is the intallation of Sysinternals via scoop which leads to this breaking line:
To Reproduce Steps to reproduce the behavior:
scoop install extras/sysinternals
Expected behavior Ueli works
Environment