input in flex scanner failed #1865
Unanswered
dllu
asked this question in
(Possible) Issues
Replies: 1 comment 3 replies
-
The version of rofi used is 4 years old. This is no longer supported. You did not paste the theme (dllu.rasi) that fails, I had to read a magic setup.sh to figure out that what you linked as config is the theme? Your 'config' aka 'theme' work fine for me on latest rofi. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into a issue with
input in flex scanner failed
. When searching for the issue I found it's mostly because people didn't point it towards the right config path (for other projects and not rofi in particular). I'm probably missing something silly but I can't see how I could have possibly made a mistake here (I've also successfully installed rofi and used it with the exact same config on 3 other machines with no issues).ConfigTheme: https://github.com/dllu/dotfiles/blob/main/rofi.rasiTo reproduce:
sudo apt install rofi
and then move the linkedrofi.rasi
to~/.config/rofi/dllu.rasi
.rofi -show run -theme dllu -font "monospace 9"
However, just
rofi -show run
by itself works without the theme.Beta Was this translation helpful? Give feedback.
All reactions