Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically start on startup #247

Open
SteffoSpieler opened this issue Nov 30, 2023 · 2 comments
Open

Automatically start on startup #247

SteffoSpieler opened this issue Nov 30, 2023 · 2 comments

Comments

@SteffoSpieler
Copy link

Describe the problem

I always have to manually start up cinny when starting my computer / laptop.

Describe the solution you'd like

I'd like cinny to start automatically when I start the computer. Preferably with a setting if it should start hidden in the tray or just normal.

Alternatives considered

(On Windows)
Start Cinny with a script, placed inside shell:startup.

Additional context

No response

@aceArt-GmbH
Copy link
Contributor

Could probably be achieved via https://github.com/tauri-apps/tauri-plugin-autostart

@Neved4
Copy link
Contributor

Neved4 commented Jan 17, 2025

Using git url would break the flatpak builds, so we can't really use:

tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

Which is the only thing that would work here.

And crates.io only has v2 versions tagged, so it wouldn't build either: https://crates.io/crates/tauri-plugin-autostart/versions

Seems this is currently blocked by #398.

@kfiven could you add a V2 tag here? I'd like to fix it when we add v2 to Cinny. Thanks!

@Neved4 Neved4 mentioned this issue Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants