crudini icon indicating copy to clipboard operation
crudini copied to clipboard

Parsing error on some plasma files

Open SuperSandro2000 opened this issue 2 years ago • 1 comments
trafficstars

When parsing the following file I receive this error: Error parsing .config/plasmawindowedrc: Source contains parsing errors: '<???>'

.config/plasmawindowedrc

[Applets][3]
immutability=1
plugin=org.kde.plasma.colorpicker

[Applets][3][Configuration]
PreloadWeight=43
geometry=1023,428,467,226

[Applets][3][Configuration][General]
history=#ff6600,#c01c28
 ➜ crudini --version
crudini 0.9.3

SuperSandro2000 avatar Jul 07 '23 21:07 SuperSandro2000

This is due to the [section][hierarchy] used which is not supported. This would be related to issue #48 and may be supported in a similar interface

pixelb avatar Jul 08 '23 11:07 pixelb