Giter VIP home page Giter VIP logo

Comments (4)

kiryph avatar kiryph commented on August 17, 2024 5

@cristianpjensen @pstaerk Did you install fswatch, e.g. via $ brew install fswatch?

It is used by main.py for non-linux systems:

if platform.system() == 'Linux':
watcher_cmd = watch_daemon_inotify
else:
watcher_cmd = watch_daemon_fswatch

p = subprocess.Popen(
['fswatch', *roots, str(user_dir)], stdout=subprocess.PIPE,
universal_newlines=True)

You should find a running background job with

❯ pgrep fswatch
39997

see also #31

from inkscape-figures.

pstaerk avatar pstaerk commented on August 17, 2024

Had the same problem. Unfortunately the automatic save does not work for me on ubuntu as well.

from inkscape-figures.

pstaerk avatar pstaerk commented on August 17, 2024

Just ran the debug option that i found in the closed issues.
My inkscape version is Inkscape 0.92.5 (2060ec1f9f, 2020-04-08), which resulted in the wrong savecode in the script. Manually fixing the command worked, but I am unsure why the inkscape_version_number < [1, 0, 0]: did not work in my case.

from inkscape-figures.

cristianpjensen avatar cristianpjensen commented on August 17, 2024

I am running inkscape on the 1.1 beta version, I am getting [1, 1, 0] correctly as output. I don't know why the autosave function isn't working for me. Does the autosave only work on < 1.0 or maybe only on linux? I am using inkscape-figures watch before going into vim.

from inkscape-figures.

Related Issues (20)

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.