Coder Social home page Coder Social logo

Comments (7)

thomasbrueggemann avatar thomasbrueggemann commented on May 21, 2024

Hi, the settings are stored in the localStorage of the WebView https://github.com/thomasbrueggemann/paperless-desktop/blob/master/js/src/components/Settings.js#L70

But you should be able to navigate to the settings-view by clicking on the little "gear" icon in the Button-Bar and change your settings there. As far as I now this is already implemented.

from paperless-desktop.

philippeowagner avatar philippeowagner commented on May 21, 2024

@thomasbrueggemann the settings view will not be loaded by clicking on the gear icon.

from paperless-desktop.

thomasbrueggemann avatar thomasbrueggemann commented on May 21, 2024

Oh okay. Than you have two options, untill the settings view is properly implemented:

  1. You remove and reinstall the application completely
  2. You start the app with dev-tools enabled https://github.com/thomasbrueggemann/paperless-desktop/blob/master/main.js#L145 and type in the console localStorage.setItem("settings.host", "http://localhost:1234"); with your new host.

from paperless-desktop.

philippeowagner avatar philippeowagner commented on May 21, 2024

The 1st option did not work for me so I tried the 2nd one.

Getting this error while trying to follow the installation guide provided here: the-paperless-project/paperless#69 (comment)

Engine:paperless-desktop phi$ /Users/phi/.npm-packages/bin/npm install
npm WARN [email protected] requires a peer of webpack@>=0.9 <2 || ^2.1.0-beta but none was installed.

Because it was just a _WARN_ing I tried to ..

Engine:paperless-desktop phi$ /Users/phi/.npm-packages/bin/npm start

and got

> [email protected] start /Users/phi/GitHub/paperless-desktop
> gulp && electron .

module.js:327
    throw err;
    ^

Error: Cannot find module 'caniuse-db/features-json/css-featurequeries.json'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/Users/phi/GitHub/paperless-desktop/node_modules/gulp-autoprefixer/node_modules/autoprefixer/lib/supports.js:16:10)
    at Object.<anonymous> (/Users/phi/GitHub/paperless-desktop/node_modules/gulp-autoprefixer/node_modules/autoprefixer/lib/supports.js:255:4)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)

Maybe you could point me to the right direction :) Thanks

from paperless-desktop.

thomasbrueggemann avatar thomasbrueggemann commented on May 21, 2024

That looks as if the $ npm install did not run through properly. Try to manually remove the /node_modules folder within the /paperless-desktop folder and run $ npm install again in the /paperless-desktop folder.

As an alternative, if you just want to use paperless-desktop in its current state: I just packaged a macOS executable as a pre-release. You can use that without having to deal with node and npm.
https://github.com/thomasbrueggemann/paperless-desktop/releases/tag/v0.0.2-alpha

from paperless-desktop.

philippeowagner avatar philippeowagner commented on May 21, 2024

Problem solved 🎉 !! Thank you very much for 0.0.2.

from paperless-desktop.

philippeowagner avatar philippeowagner commented on May 21, 2024

BTW: The suggestion in your comment did the trick.

from paperless-desktop.

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.