Git Product home page Git Product logo

Comments (28)

bengotow avatar bengotow commented on June 30, 2024 4

Hey folks—thanks for checking out Mailspring! The Linux version actually hasn't been released yet ( where did you find a download link? I hope I didn't leave it turned on...)

It should be ready in the next few days—I had to change the way the C++ mailsync codebase is compiled to link against linux dependencies in a more portable way. Stay tuned!

from mailspring.

cobisimo avatar cobisimo commented on June 30, 2024 4

It looks like install script does not download and extract sync binary. You can download it manually from:
https://mailspring-builds.s3.amazonaws.com/client/01295136/linux/mailsync.tar.gz
and extract its content to /usr/share/mailspring/resources/app.asar.unpacked

from mailspring.

severin-lemaignan avatar severin-lemaignan commented on June 30, 2024 2

I found the news + link here: http://www.omgubuntu.co.uk/2017/10/mailspring-nylas-fork-released

from mailspring.

bengotow avatar bengotow commented on June 30, 2024 2

Ahh haha excellent - thanks for letting me know! Guess there are pros and cons to descriptive error messages ;-)

from mailspring.

bengotow avatar bengotow commented on June 30, 2024 2

Hey folks the lsb_release error should be fixed in 1.0.3 and I've improved the error message to mention the .tar.gz file if you get an ENOENT. (f780877). Will close this when the next version ships.

from mailspring.

sylvaindumont avatar sylvaindumont commented on June 30, 2024 1

It may come from installation errors:

Setting up mailspring (1.0.0) ...
Usage: lsb_release [options]

lsb_release: error: no such option: -u
Usage: lsb_release [options]

lsb_release: error: no such option: -u
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...

from mailspring.

jose-sanchezm avatar jose-sanchezm commented on June 30, 2024 1

Same on elementaryOS Loki (Ubuntu 16.04)
Is there ANY distribution in which it works?

from mailspring.

ToxicDragon avatar ToxicDragon commented on June 30, 2024 1

Same on KDE Neon (Ubuntu 16.04)

Proper verbose output would be nice (the log file is quite scarce)

from mailspring.

berkiy0 avatar berkiy0 commented on June 30, 2024 1

I am also getting the same issue on Windows 10.
capture

from mailspring.

LiamDawe avatar LiamDawe commented on June 30, 2024

Yep, exactly the same here. If you need more details let me know. Can provide anything needed.

from mailspring.

nikaro avatar nikaro commented on June 30, 2024

Same for me on Ubuntu 17.10. And i also have lsb_release error.

from mailspring.

nikaro avatar nikaro commented on June 30, 2024

It does not seem to be linked to the lsb_release error. I added the -u option to /usr/bin/lsb_release (doing the same thing that -a), purged Mailspring and reinstalled it without the error. But still does not work.

from mailspring.

Pegasuz avatar Pegasuz commented on June 30, 2024

Same error here.

from mailspring.

gocarlos avatar gocarlos commented on June 30, 2024

This also happens with ubuntu 14.04

from mailspring.

ajvn avatar ajvn commented on June 30, 2024

Same happens on Fedora 26, installation goes without errors.

from mailspring.

lenarddome avatar lenarddome commented on June 30, 2024

Same error here.

from mailspring.

severin-lemaignan avatar severin-lemaignan commented on June 30, 2024

+1

from mailspring.

CicoZhang avatar CicoZhang commented on June 30, 2024

Same here on Ubuntu 17.04 (Gnome)

from mailspring.

letic avatar letic commented on June 30, 2024

Tried the dev mode (-d) but results are the same.

Logs does not give any information on the error :

{"host":"xxxxxx","timestamp":"2017-10-04T15:20:45.859Z","payload":"App load time: 376ms\n"}
/tmp/Nylas-Mail-15145.log (END)

from mailspring.

LukeStephen avatar LukeStephen commented on June 30, 2024

I get the same error message

from mailspring.

 avatar commented on June 30, 2024

Ubuntu 16.04 gnome - same issue.

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

from mailspring.

ldartez avatar ldartez commented on June 30, 2024

@bengotow i detailed how i found the download link in the comments of issue #11

from mailspring.

paulocoghi avatar paulocoghi commented on June 30, 2024

@bengotow Here, the 1.0.1 deb version is working perfectly in my Ubuntu 16.04. Can I inform it to the OmgUbuntu author?

from mailspring.

rustoceans avatar rustoceans commented on June 30, 2024

@bengotow weird, 1.0.0 deb version it's working fine for me on Ubuntu 14.04.

from mailspring.

ldartez avatar ldartez commented on June 30, 2024

with @cobisimo's comment I was able to get v1.0 to run on my machine. I have no upgraded to the v1.0.1 deb package. I am able to sign in to my gmail account. (But i'm unable to connect any of my Exchange accounts.)

from mailspring.

cynddl avatar cynddl commented on June 30, 2024

When installing from scratch, the error seems to happen because the app/mailsync.tar.gz file is downloaded during postinstall, but not unpacked. Extracting the archive solves the spawn ENOENT issue.

from mailspring.

bengotow avatar bengotow commented on June 30, 2024

Ahh thanks @cynddl — we should definitely catch the error and display a better message if it's an ENOENT and you just need to unpack the mailsync archive!

from mailspring.

zephinzer avatar zephinzer commented on June 30, 2024

facing the same issue, looked into the ./scripts/postinstall.js and reconstructed the URL manually and cURLed it with:

curl -vv -sSLo ./app/mailsync.tar.gz "https://mailspring-builds.s3.amazonaws.com/client/1.2.1-7e7447b6/linux/mailsync.tar.gz"

it came back with a 403 forbidden which i suppose is the reason the npm i command fails :/ the link which @cobisimo provided also returns an AccessDenied from s3

from mailspring.

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.