{{Header}}{{Box|text= '''1.''' Create folder ~/.local/share/applications. {{CodeSelect|code= mkdir -p ~/.local/share/applications }} '''2.''' Create a new file ~/.local/share/applications/{{{name}}}.desktop 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: Start Menu{{{categories}}}{{{name}}} }} [[Category:MultiWiki]] {{Footer}}