Skip to content

Commit

Permalink
Revert absolute path of koneko-url-login and document it (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
akazukin5151 committed Dec 1, 2022
1 parent 4bbf196 commit dbcbfab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ See the [MANUAL.md](MANUAL.md)

Try these steps in order:

- If you successfully logged in, but the redirect did not work (the handler did not launch), ensure `koneko-url-login` is in your `$PATH`
- eg, look at where it is with `whereis koneko-url-login` and symlink it to `$HOME/.local/bin/`
- Update your system and reboot. No seriously, that's what worked for me.
- Try a different browser
- Set said different browser as your default browser
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ I'm having problems logging in

Try these steps in order:

- If you successfully logged in, but the redirect did not work (the handler did not launch), ensure ``koneko-url-login`` is in your ``$PATH``
* eg, look at where it is with ``whereis koneko-url-login`` and symlink it to ``$HOME/.local/bin/``
- Update your system and reboot. No seriously, that's what worked for me.
- Try a different browser
- Set said different browser as your default browser
Expand Down
2 changes: 1 addition & 1 deletion pixiv-url.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Type=Application
Name=koneko pixiv login handler
Exec=$HOME/.local/bin/koneko-url-login %u
Exec=koneko-url-login %u
MimeType=x-scheme-handler/pixiv;

0 comments on commit dbcbfab

Please sign in to comment.