-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Strange error #122
Comments
Doesn't look like a serious problem. Could you share your setup.sh and config files? |
I figured out what the problem is. Since I'm on Debian "apt install rofi" installs automatically the 1.5.4 version. I'm going to try and install the latest version and try again. I'll keep you posted |
After hours of trying i managed to install the latest version of rofi :). |
I'm also new in ROFI, but I recently installed these themes without a problem following their installation instructions, I don't know if that could help you, I meant, to read the code that they write to create those themes: |
So after changing the style in ~/.config/rofi/launchers/type-X/launcher.sh and the color in ~/.config/rofi/launchers/type-X/shared/colors.rasi by running the command rofi -show drun you can see the selected theme applied? |
I didn't change the color, just the style in Then in each
so if you want to open it manually and don't use the
|
If you want to make it more automatic you can create shortcuts to run that command |
I'm not sure how to make rofi to use by default those themes without add the |
Ahhhhhh thank you. Now i just need to figure out how to implement it with awesomeWM. edit- everything works. |
how did you download? can't you tell? |
how did you manage to install latest version of rofi in your system. could you please help? |
I encountered a similar error that I belive is the same one At that line of code I have It started working for me when I commented it |
H o w |
Its really easy depending of your distribution. In ubuntu or based all you need to do is go to Rofi repository https://github.com/davatorium/rofi and download the lastest realese (1.7.5) and follow the installation instructions. You need to download all the dependencies. When you do the ../configure command it checks for all the dependencies and returns whatever missing so it dont break anything if you miss a dependency. |
I ran into this issue as well on Debian testing/bookworm. It appears rofi version 1.7.3 is what is served by the testing repository. I'm unsure why, but the line 54 in
I changed the line to the following and was able to use the program and customized themes. drun {
fallback-icon: "application-x-addon";
} Hope this helps anyone else in similar situation. |
The Rofi FAQ has a note about installation which helps avoid doubling up on already installed libraries.
|
Hi, first of all I want to say that I'm new to rofi and linux in general. I am encountering a strange error when i open rofi after executing the setup.sh.
It says: error while parsing theme:
parser error: syntax error, unexpected invalid property name, expecting "property separator ( ' : ' )"
location: line 41 column 6 to line 41 column 8.
I have looked into the config.rasi file but I cannot figure out whats wrong.
Am I missing something?
The text was updated successfully, but these errors were encountered: