Hello, everyone! I have built an application for d...
# multiplatform
a
Hello, everyone! I have built an application for desktop, and I need to make this application start when PC is booted. How to do it? I achieved this behavior by changing regedit on Windows when application is opened the first time (but I need this behavior always when app is installed), but I don't know how to do it on Linux and MacOS. Maybe for MacOS it can be achieved by editing Info.plist
j
On Linux, if you mean that it should be started with the user's login into the desktop environment, .config/autostart is what you want I guess. Described eg. here: https://arcolinux.com/how-to-autostart-any-application-on-any-linux-desktop/
But if you want it to be run at the boot time, depends on the Linux distro a bit; systemd is probably a standard these days, but YMMV