Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

typos and follow/unfollow bug #104

Closed Fortyflavors closed 12 years ago

Fortyflavors commented 12 years ago
  1. When I went to instal the git version using makepkg (arch), I got an error because the url points to https://github... instead of git://github... I had to edit the file to git:// for it to work properly.
  2. When I press L to unfollow someone, it says "unollow" instead of "unfollow"
  3. When I type the name of the person I want to UNfollow (after pressing L) and press enter, it tells me I am now following that person. In other words, the unfollow option is the same as the follow option. I confirmed this by opening the web client. Also, if you type the name of someone you aren't following, you then start to follow that person. Maybe throw an error here saying "error: you are not currently following X"?
  4. I don't know if it's just me, but I can't get a link in a tweet to open using o. I checked the config file and it's set up properly. I changed the default from firefox to elinks and it still doesn't work.
Nic0 commented 12 years ago

1) It works for me, I know a bunch of guys using this PKGBUILD as well. (I'm not the maintainer of this one) 2, 3) Fixed, thanks ;-) 4) I've tried instants ago, work for me, I've change something in the logging system, could you try again and check your ~/.config/tyrs/tyrs.log see if something wrong?

Thank you for your feedback.

diegoxter commented 12 years ago

Im the maintainer of this PKGBUILD, and actually, github offers the option for both secure shell clone (git://) and secure hypertext bla bla bla clone (https://). I use the https one because its faster for me, is easy to edit the PKGBUILD anyway.

sporkexec commented 12 years ago

@Nic0: One more typo on first run: s/Genereting/Generating/. This string also isn't being localized.

@Fortyflavors: Works fine here, you should make sure git and ca-certificates are up to date and that nothing upstream of you is blocking SSL (unlikely if you're on this site).

Nic0 commented 12 years ago

@sporkexec typo fixed, I have to check indeed the i18n stuffs, there aren't updated. I'll do the French one, and I'll send to @diegoxter the updated .po file when i'll have time.

Thanks for feedbacks