<noinclude>{{Header}}</noinclude>{{Box|text= '''1.''' Create folder <code>~/.local/share/applications</code>. {{CodeSelect|code= mkdir -p ~/.local/share/applications }} '''2.''' Create a new file <code>~/.local/share/applications/{{{name}}}.desktop</code> using an editor. {{CodeSelect|code= mousepad ~/.local/share/applications/{{{name}}}.desktop }} '''3.''' Paste the following contents. {{CodeSelect|code= [Desktop Entry] Type=Application Exec={{{path}}} Name={{{name}}} Categories={{{categories}}} }} '''4.''' Save the file. '''5.''' Done. The procedure is now complete. '''6.''' Start using the launcher. The launcher can be found here: <code>Start Menu</code> → <code>{{{categories}}}</code> → <code>{{{name}}}</code> }}<noinclude> [[Category:MultiWiki]] {{Footer}} </noinclude>