Startup Applications does not show all applications: Difference between revisions

From WickyWiki
Created page with "Category:Ubuntu Category:Ubuntu System Category:2009 Show all items in the folder /etc/xdg/autostart/ to be able to enable en disable then in the Startup Manager...."
 
mNo edit summary
Line 1: Line 1:
[[Category:Ubuntu]]
[[Category:Ubuntu]]
[[Category:Ubuntu System]]
[[Category:Ubuntu System]]
[[Category:2009]]
[[Category:201309]]


Show all items in the folder /etc/xdg/autostart/ to be able to enable en disable then in the Startup Manager. You might need to repeat this after installing new appliciations.
Show all items in the folder /etc/xdg/autostart/ to be able to enable en disable then in the Startup Manager. You might need to repeat this after installing new appliciations.
Line 8: Line 8:
sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
</syntaxhighlight>
</syntaxhighlight>
Now you can configure what applications are started when you login.
<syntaxhighlight lang=bash>
gnome-session-properties
</syntaxhighlight>
See also:
* [[BootUp Manager]]

Revision as of 20:01, 17 September 2013


Show all items in the folder /etc/xdg/autostart/ to be able to enable en disable then in the Startup Manager. You might need to repeat this after installing new appliciations.

sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop

Now you can configure what applications are started when you login.

gnome-session-properties

See also: