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

Support "Run on Boot" on Linux and Mac #104

Open
PhantomGamers opened this issue May 27, 2023 · 9 comments
Open

Support "Run on Boot" on Linux and Mac #104

PhantomGamers opened this issue May 27, 2023 · 9 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PhantomGamers
Copy link
Owner

No description provided.

@PhantomGamers PhantomGamers added enhancement New feature or request help wanted Extra attention is needed labels May 27, 2023
@FPSUsername
Copy link

You could probably create a systemd service, or the way I did it (with KDE), is to set the program to autostart via the settings and create a window rule that will minimize the window to tray (and this only happens the first time you open the program).

@PhantomGamers
Copy link
Owner Author

Pull requests are welcomed 🙂

@V0IDL355
Copy link

You could probably create a systemd service, or the way I did it (with KDE), is to set the program to autostart via the settings and create a window rule that will minimize the window to tray (and this only happens the first time you open the program).

Just add SFP to startup applications.

@IGN-Styly
Copy link

You could probably create a systemd service, or the way I did it (with KDE), is to set the program to autostart via the settings and create a window rule that will minimize the window to tray (and this only happens the first time you open the program).

Just add SFP to startup applications.

dosent work universally best would be systemd or initrd service.

@Goosegit11
Copy link

dosent work universally best would be systemd or initrd service.

If you put SFP .desktop file to the ~/.config/autostart, it should work universally.

@IGN-Styly
Copy link

thats by definition not universal

@Goosegit11
Copy link

Okay, what is your definition of universal? Because a systemd unit is no more universal than putting .desktop file into the autostart

Both wouldn't work on MacOS, but autostart would work on non-systemd distros

@PhantomGamers
Copy link
Owner Author

I don't think a "universal" solution is really necessary anyway.

Multiple solutions can be incorporated eventually.

I think the important thing would be that the first solution just targets whatever would work for the largest number of users.

I'll accept whatever as a PR, though. I just don't really want to set up a VM or something to experiment with it. Right now, I just do testing to make sure SFP works on Linux using WSL. For Mac, I have to rely on users who own a Mac.

@IGN-Styly
Copy link

the best thing would be compiling css.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants