Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Windows version does not work at all #7

Open
zessx opened this issue Oct 3, 2016 · 9 comments
Open

Windows version does not work at all #7

zessx opened this issue Oct 3, 2016 · 9 comments

Comments

@zessx
Copy link

zessx commented Oct 3, 2016

I wanted to try kaktus, so I simply download the Windows version, and launched the .exe.
The search field does not work at all. Whatever I use a keyword (google), or a full URL (https://github.com), nothing happens.

@janyksteenbeek
Copy link

janyksteenbeek commented Oct 3, 2016

Same on Mac

edit: dropbox dl works, github dl does not

@azer
Copy link
Owner

azer commented Oct 3, 2016

@zessx I can't support Windows at the moment, but if you try building the project, I think you'll get a working version.

@janyksteenbeek are you sure ? I'm using it and it works. could you download the latest version please ?

@rahilwazir
Copy link

@azer The build provided in readme for windows version opens up fine but on the landing page:
kaktus

when I type a url and hit Enter nothing happens.

@rahilwazir
Copy link

rahilwazir commented Oct 3, 2016

@azer Yes, building from source works:
working

Note: the make command isn't available by default in Windows you need to install MSYS2 from here, then export PATH=$PATH:"/path/to/node-dir/" and run make win

@azer
Copy link
Owner

azer commented Oct 3, 2016

@rahilwazir thanks so much. you can try parameters like "frame:false" to make the build frameless.

@rahilwazir
Copy link

@azer Sorry but how can I pass the parameters? make unable to process

@azer
Copy link
Owner

azer commented Oct 4, 2016

@rahilwazir You don't need Make. You can run this command directly without make;

./node_modules/.bin/electron-packager . Kaktüs --out=dist/win32 --platform=win32 --arch=x64 --icon=kaktus.icns --ignore=dist --ignore=README.md --ignore=.gitignore

And you can edit the window parameters from window-manager.js. That file creates and manages the windows.

@rahilwazir
Copy link

rahilwazir commented Oct 4, 2016

@azer Thanks!

You don't need Make. You can run this command directly without make;

Can we update README for alternative build for Windows?

@azer
Copy link
Owner

azer commented Oct 5, 2016

@rahilwazir yes we can, you can send a PR for updating the readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants