About 53 results
Open links in new tab
  1. autostart - How do I start applications automatically on login? - Ask ...

    Jun 12, 2011 · How can I make an application automatically start when I have logged in?

  2. What is the difference between ~/.config/autostart and ... - kubuntu

    Oct 31, 2017 · The autostart-scripts directory doesn't appear to be a part of any standard. It's a hardcoded directory that Plasma searches for executable scripts (that is, actual executable files, not …

  3. How can I configure a service to run at startup - Ask Ubuntu

    Oct 25, 2010 · Since Ubuntu 15.10 and newer (resp. Debian 8 "jessie" and newer), you have to use the following command to configure your service minidlna to run at startup: sudo systemctl enable …

  4. How do I make a program auto-start every time I log in?

    Mar 18, 2011 · I frequently need to start several programs that I use every time I start my computer. How can I make it so that whenever I login the program is automatically launched?

  5. autostart - How do I start VNC Server on boot? - Ask Ubuntu

    Apr 11, 2012 · How do I create a system-wide autostart file? This would be on a cloud server running the desktop version of Maverick. I logged in as root and created an autostart file using System/Preferences/

  6. startup - How to run scripts on start up? - Ask Ubuntu

    Aug 4, 2010 · How can I run scripts automatically when Ubuntu starts up so I don't have to run them manually after startup?

  7. autostart - How to launch terminal on login - Ask Ubuntu

    Jun 15, 2013 · How could I get the terminal to be launched once I have logged in, so that typing commands is much simpler?

  8. how to start application when system boots using a .desktop file

    Oct 10, 2017 · I searched and found out that I can make an application start while the system boots by using Startup Applications from the dash. But if I want to write a .desktop file, in which directory …

  9. How to disable AnyDesk autostart in Ubuntu?

    Jan 6, 2021 · AnyDesk runs in Ubuntu startup and I couldn't find any setting in order to disable it in its settings. How can I disable AnyDesk autostart?

  10. mount - Disable Docker autostart at boot? - Ask Ubuntu

    May 2, 2016 · On the systems since Ubuntu 16.04+ (where OS uses systemd), according to the doc, autostart on boot can be turned off by: $ sudo systemctl disable docker.service $ sudo systemctl …