Coder Social home page Coder Social logo

Windows version does not work at all about kaktus HOT 9 OPEN

zessx avatar zessx commented on September 16, 2024
Windows version does not work at all

from kaktus.

Comments (9)

janyksteenbeek avatar janyksteenbeek commented on September 16, 2024 1

Same on Mac

edit: dropbox dl works, github dl does not

from kaktus.

azer avatar azer commented on September 16, 2024

@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 ?

from kaktus.

rahilwazir avatar rahilwazir commented on September 16, 2024

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

from kaktus.

rahilwazir avatar rahilwazir commented on September 16, 2024

@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

from kaktus.

azer avatar azer commented on September 16, 2024

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

from kaktus.

rahilwazir avatar rahilwazir commented on September 16, 2024

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

from kaktus.

azer avatar azer commented on September 16, 2024

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

from kaktus.

rahilwazir avatar rahilwazir commented on September 16, 2024

@azer Thanks!

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

Can we update README for alternative build for Windows?

from kaktus.

azer avatar azer commented on September 16, 2024

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

from kaktus.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.