-
Notifications
You must be signed in to change notification settings - Fork 82
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
list names are not appearing in color #251
Comments
IMHO it's probably because of some sort of encoding error. I did a little experiment:
All of them had an error message similar to:
Along with a log:
I can't really make a lot of sense out of it atm. |
Hmm... Not entirely sure what the issue is yet, can you:
TBH, none of the devs use macOS, but I think some users do. FWIW, test run fine on macOS on travis, so it should work just fine. I've no problem supporting it if you're willing to provide the feedback required though. |
It indeed is colored. Here's the output of
Thank You very much @hobarrera ! I will be actively providing any information and feedback you might need 😄 |
Hm, so merely setting |
I changed |
Just switching from terminal to iTerm2 got me the coloured output. I will try and investigate the differences, what should I look for? |
could you output |
Here's the output of env: on terminal:
on iTerm2:
|
What colors besides due dates should be shown, I am missing something? I have khal showing all the colors even detecting them through metadata for each of my calendars, but can't see any of that on todoman. Can any of you please put a screenshot? |
Looking back at this it's obvious what the issue is: your terminal doesn't support the ansi codes we use to produce full RGB colors. vte3-based terminals on Linux and iTerm 2 apparently do support that. We should document this. |
thanks @untitaker. Forget it, I started from scratch deleting old cache and making a fresh vdirsync discover, sync and metasync. I can see the colors now! :) |
Oh, I thought you were on a Mac. I am on Termite too. |
closing for #297 |
Actually, I think you've found a bug! If a whole list is cached before running Nice corner case you've found here! |
That is cool, glad I could help somehow. :) |
I've opened #251 to follow up on that specifically. |
I guess you meant #298. |
Yup, my bad! |
I apologize if it's not the right channel to ask for help, but is it rxvt-unicode compatible with this? The command
Does print in color. |
Apparently, there seem to be some caveats regarding See here for details: https://gist.github.com/XVilka/8346728#gistcomment-2184965 Can you try using this script and check that colours work as expected? https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh |
Ah right I didn't even know about this 24-bit-color branch of urxvt. I have only a 256-color terminal configured. I'll try to compile that branch and get back here. Thanks! |
Alright so I compiled rxvt with that patch and the script works as expected, but still todoman does not show colored listnames. |
My bad! I was being hit by #298 as well. Deleted the cache and all is fine now. |
For those wondering, like I was, the cache is probably located in |
Gosh, looks like I kinda abandoned #299. It just needs some tests and should be done, I'll see when I have a few spare minutes. |
Hello!
When I changed my machine recently, lists stop appearing coloured. I am not sure if this is OS related because I have shifted from Linux (zsh) -> Mac OS X (zsh). Other than this, other colors are working, for eg.: the todo's date turns red after deadline.
Additional information:
I even tried renaming the file to
colour
😆cat ~/.local/share/calendars/**/*color
Thank you for such an awesome product!
The text was updated successfully, but these errors were encountered: