[Github-comments] [geany/geany] Geany refuses to start because of domain socket (#1411)

elextr notifications at xxxxx
Sun Feb 26 15:07:55 UTC 2017


yeah, the problem seems to be that Geany is checking the ownership of the [link](https://github.com/geany/geany/blob/df05fc87120141da8e9fc5b67ac10dd550891e04/src/socket.c#L229), not the socket.  Since the link is there to allow for just your setup, having the configuration directory on a foreign filesystem that may not support sockets, the validity of its permissions and users should not be relied on either.

Should only need to change the line linked above to g_stat().

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1411#issuecomment-282562229
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170226/b3c71b8f/attachment.html>


More information about the Github-comments mailing list