<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Startup on Vineet Kumar</title><link>https://new.vineetkumar.me/tag/startup/</link><description>Recent content in Startup on Vineet Kumar</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 16 May 2015 15:25:35 +0000</lastBuildDate><atom:link href="https://new.vineetkumar.me/tag/startup/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating a Startup Application Script in Ubuntu</title><link>https://new.vineetkumar.me/2015/05/creating-a-startup-application-script-in-ubuntu/</link><pubDate>Sat, 16 May 2015 15:25:35 +0000</pubDate><guid>https://new.vineetkumar.me/2015/05/creating-a-startup-application-script-in-ubuntu/</guid><description>&lt;p&gt;If you are new to Ubuntu and have installed various softwares, eventually there comes a time when you want the applications to start automatically just after the system boots.&lt;br&gt;
Following are two ways to add applications to startup list. First is Windows method, while the second method is geeky way (as you must have guessed, it’s my favourite).&lt;/p&gt;
&lt;h2 id="easy-method" class="relative group"&gt;Easy method &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#easy-method" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Just like Windows have a startup folder where you can place shortcut files and which would let you start the applications when user logs in, in Ubuntu there is a &lt;strong&gt;&lt;code&gt;~/.config/autostart&lt;/code&gt;&lt;/strong&gt; folder where you can place the shortcut files. (Just to recall &lt;del&gt;/ is your home folder. So **&lt;/del&gt;/.config** = &lt;strong&gt;/home/username/.config&lt;/strong&gt;).&lt;br&gt;
You can also use the &lt;strong&gt;Startup Applications&lt;/strong&gt; tool (ships inbuilt with Ubuntu) which lets you add startup applications to that folder. Shortcut files in Ubuntu are files which ends with &lt;strong&gt;.desktop&lt;/strong&gt;. The folder where you can find most of the .desktop files is &lt;strong&gt;/usr/share/applications&lt;/strong&gt;. So you can just find the desktop file related to the particular application and copy the .desktop file into the &lt;strong&gt;&lt;code&gt;~/.config/autostart&lt;/code&gt;&lt;/strong&gt; folder.&lt;br&gt;
If you want to start the application for &lt;strong&gt;every user&lt;/strong&gt; then you would need to copy the .desktop file in &lt;strong&gt;&lt;code&gt;/etc/xdg/autostart&lt;/code&gt;&lt;/strong&gt; folder.&lt;/p&gt;
&lt;figure id="attachment_991" aria-describedby="caption-attachment-991" style="width: 1010px" class="wp-caption aligncenter"&gt;[&lt;img loading="lazy" decoding="async" class="size-full wp-image-991" src="https://new.vineetkumar.me/wp-content/uploads/2015/05/StarupApplications.png" alt="Starup Applications Folder and Tool" width="1010" height="452" /&gt;][1]&lt;figcaption id="caption-attachment-991" class="wp-caption-text"&gt;Autostart Folder on the left and Startup Applications Tool on the right&lt;/figcaption&gt;&lt;/figure&gt;</description></item></channel></rss>