-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Error while parsing theme' And 'Parser error: syntax error, unexpected invalid property name, expecting "bracket open ('{')" or "property separator (':')"' Errors #170
Comments
I was facing this same issue after I installed it today. I fixed it by commenting out the fallback icons (line number 54 to 56) in /*---------- Fallback Icon ----------*/
/*run,drun {
fallback-icon: "application-x-addon";
}*/ My rofi version is 1.7.1 |
Hey @SamuelBanya and @lap00zza this repository is just for generating config files. You need to update your rofi versions to 1.7.5 |
Hey @delirehberi Also I tried to remove the fallbacks and I get this: (process:3675341): Helpers.IconFetcher-WARNING **: 13:44:20.173: Failed to load image: Couldn’t recognize the image file format for file “/usr/share/icons/Humanity/devices/24/display.svg” (process:3675341): Helpers.IconFetcher-WARNING **: 13:44:20.174: Failed to load image: Couldn’t recognize the image file format for file “/snap/audacity/1051/meta/gui/icon.svg” (process:3675341): Helpers.IconFetcher-WARNING **: 13:44:20.178: Failed to load image: Couldn’t recognize the image file format for file “/usr/share/icons/hicolor/scalable/apps/autokey.svg” (process:3675341): Helpers.IconFetcher-WARNING **: 13:44:20.182: Failed to load image: Failed to open file “${SNAP}/usr/share/icons/Alacritty.png”: No such file or directory |
@PoutineSyropErable you can build last version for yourself |
I haven't done very robust testing, but I was able to get things working in 1.7.3 by separating the
|
I am using Linux Mint on my desktop machine.
I followed the GitHub README's instructions by doing the following actions:
I then launched 'rofi' and am getting this error:
Related screenshot:
Any idea on what I am doing wrong in this scenario?
Thanks.
The text was updated successfully, but these errors were encountered: