LOGO

Show/Hide Hidden Startup Applications in Ubuntu 14.10

June 30, 2014
Show/Hide Hidden Startup Applications in Ubuntu 14.10

Revealing Hidden Startup Applications in Ubuntu 14.04

We have previously demonstrated how to manage applications that launch automatically in Ubuntu 14.04, mirroring functionality found in Windows operating systems. However, the Startup Applications Preferences tool doesn't always display every application configured to start with the system. Some remain concealed from view.

This article will guide you through the process of making these hidden applications visible.

Related: How to Manage Startup Applications in Windows 8 or 10 and How to Manage Startup Applications in Windows 8 or 10

Identifying the Initial Startup Application List

Consider the following as an example of the startup applications visible when initially opening the Startup Applications Preferences tool.

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-1.jpg

Displaying Concealed Applications

To reveal the hidden startup applications, initiate a Terminal window by pressing the key combination Ctrl + Alt + T. Then, input the following command at the prompt and execute it by pressing Enter.

sudo sed –i ‘s/NoDisplay=true/NoDisplay=false/g’ /etc/xdg/autostart/*.desktop

Note: Utilizing copy and paste for this command is recommended to ensure accuracy and avoid potential errors.

You will be prompted to enter your user password; type it and press Enter to proceed.

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-2.jpg

Accessing the Startup Applications Tool

To relaunch the Startup Applications Preferences tool, click the Search button located at the top of the Unity bar.

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-3.jpg

Begin typing “startup applications” into the Search box. Matching items will dynamically appear below the search field. Select the Startup Applications tool from the displayed results by clicking its icon.

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-4.jpg

Viewing and Managing All Startup Applications

All previously hidden startup applications will now be visible within the tool. You can now make any desired modifications to the list. Click Close to exit the Startup Applications Preferences tool when finished.

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-5.jpg

Re-hiding Startup Applications

If you wish to conceal the startup applications again, enter (or copy and paste) the following command at the prompt in the Terminal and press Enter.

sudo sed –i ‘s/NoDisplay=false/NoDisplay=true/g’ /etc/xdg/autostart/*.desktop

how-to-showhide-all-hidden-startup-applications-in-ubuntu-14.10-6.jpg

Closing the Terminal

To close the Terminal window, click the 'X' icon in the upper-left corner, or type “exit” (without quotation marks) and press Enter.

#Ubuntu 14.10#startup applications#hidden apps#show startup apps#hide startup apps#autostart