hoehermann / purple-signald

Pidgin libpurple bridge to signald.
GNU General Public License v3.0
153 stars 19 forks source link

New socket file location #55

Closed thefinn93 closed 2 years ago

thefinn93 commented 3 years ago

Hello, This is to let you know that signald is moving it's default socket file location. The old location and the new location should both be searched, as the old location isn't being deprecated any time soon.

more details in #66, although what you need to know is:

please ensure your client's default behavior when the user has not specified a different path to the socket file is to first attempt to connect to $XDG_RUNTIME_DIR/signald/signald.sock, then fall back to /var/run/signald/signald.sock.

signald has a CLI flag --user-socket to it to make it use the new behavior.

hoehermann commented 3 years ago

Thank you for the heads-up. :)

hoehermann commented 2 years ago

This seems to be implemented by 945eb29.