liberodark / ODrive

Google Drive GUI for Windows / Mac / Linux
https://liberodark.github.io/ODrive/
GNU General Public License v3.0
1.16k stars 136 forks source link

Start on startup #26

Closed junocomp closed 6 years ago

junocomp commented 6 years ago

Under settings there should be an option that allows to "Start on startup" (linux)

liberodark commented 6 years ago

Yes is next features !

jobdiogenes commented 6 years ago

I think this [(https://www.npmjs.com/package/auto-launch)] could help.

coyotte508 commented 6 years ago

Done in https://github.com/liberodark/ODrive/commit/f2e6de0819141b667fcc473616a9e70a70b24238 , version 0.2.0.

It's only available on bundled packages, as described in the readme. For example npm run release-windows on a functioning build (where npm start works) will generate an installer in the dist folder, which will have the auto launch functionality. Or you can download a bundle from the release.

Thank you @jobdiogenes for the tip.

junocomp commented 6 years ago

Will you be releasing a deb file anytime soon?

coyotte508 commented 6 years ago

It's done. I'm also reopening the issue because the feature is not currently working on AppImage. Can you test it works fine with a deb file?

junocomp commented 6 years ago

The deb works fine. Good job!

liberodark commented 6 years ago

Thx for your try !