xiki icon indicating copy to clipboard operation
xiki copied to clipboard

Mention Windows in README.

Open fabioz opened this issue 11 years ago • 6 comments

I think it may be nice to say that windows is unsupported in the README -- I'm trying to discover if it should work there -- even if I need to get cygwin, but so far it seems it's not, so, it may be nice to at least state that in the README so that windows users (such as myself) know that before downloading it...

fabioz avatar May 28 '13 20:05 fabioz

Is Windows still unsupported, or has someone managed to make it work please?

tomByrer avatar Jul 04 '13 16:07 tomByrer

Still no Windows support. I just added a note to the README drawing attention to this.

It looks like the daemons gem actually works on Windows. What's needed is a way on Windows to communicate between processes in a way that requires proper permissions. Meaning just that the process making the call is owned by the user, and can't be some unprivileged process. Or is this even relevant on Windows - I'm not really sure.

Any ideas? There was another thread about this, but it trailed off.

--Craig

On Thu, Jul 4, 2013 at 9:53 AM, tomByrer [email protected] wrote:

Is Windows still unsupported, or has someone managed to make it work please?

— Reply to this email directly or view it on GitHubhttps://github.com/trogdoro/xiki/issues/54#issuecomment-20486123 .

trogdoro avatar Jul 04 '13 23:07 trogdoro

Just another ping for Windows support. Is there a better issue to track this?

ghost avatar Jul 01 '14 14:07 ghost

@voltagex there is even a pull request https://github.com/trogdoro/xiki/pull/68

vprimachenko avatar Jul 02 '14 10:07 vprimachenko

Meaning just that the process making the call is owned by the user, and can't be some unprivileged process

@trogdoro In windows, every process is (normally) launched with users privileges. So if user launches Xiki and Xiki launches git.exe, then Git will be running with users privileges.

iivmok avatar Jul 08 '14 11:07 iivmok

Bash for Windows?...

tomByrer avatar May 01 '17 03:05 tomByrer