dext icon indicating copy to clipboard operation
dext copied to clipboard

Windows version

Open simonwjackson opened this issue 8 years ago • 8 comments

I'd like to contribute to getting this working on windows. What do you think the biggest hurdles will be for getting this to work cross platform?

simonwjackson avatar Sep 08 '16 04:09 simonwjackson

Hi @simonwjackson I don't think it would be too difficult port it to Windows since a lot of the internals are handled within Node. We'll just have to make sure some of the core plugins such as dext-core-plugin-bookmarks support Window paths since it currently is reading to Mac specific directories.

I haven't tried launching this on Windows yet but I do have a Windows machine I can review any PR's you submit.

I would first try to get the core app launching first with the core calculator plugin and solve the bookmarks plugin afterwards.

vutran avatar Sep 08 '16 05:09 vutran

I've actually just cloned the repo on my Windows 7 machine and it actually launched without any hiccups. 😎

Perhaps you can help by enabling the packaging scripts to build an executable for Windows.

vutran avatar Sep 08 '16 14:09 vutran

Is this still an issue?

adnasa avatar Oct 02 '16 00:10 adnasa

Wow, i only just got notified of a reply to my issue just now (almost a month later)

I'll install this now, and see how far i can push it

simonwjackson avatar Oct 02 '16 02:10 simonwjackson

@vutran I just cloned the latest version, ran npm run dev and got the following error:

capture

simonwjackson avatar Oct 02 '16 16:10 simonwjackson

Looks like an issue in repositionWindow where height is not specified.

vutran avatar Oct 03 '16 22:10 vutran

Is that still an issue ? I would like to jump in and make it windows compatible.

Thanks.

jonathanlaf avatar Mar 27 '18 16:03 jonathanlaf

@jonathanlaf thanks for jumping in. I welcome help on this, since I don't have a windows OS myself 😢

adnasa avatar Apr 06 '18 19:04 adnasa