trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Mention Windows in README. #54

Open fabioz opened 11 years ago

fabioz commented 11 years ago

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...

tomByrer commented 11 years ago

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

trogdoro commented 11 years ago

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 notifications@github.com 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 .

ghost commented 10 years ago

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

vprimachenko commented 10 years ago

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

iivmok commented 10 years ago

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.

tomByrer commented 7 years ago

Bash for Windows?...