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
 
(One intermediate revision by the same user not shown)
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 automatically when you startup.
<syntaxhighlight lang=bash>
gnome-session-properties
</syntaxhighlight>
See also:
* [[BootUp Manager]]

Latest revision as of 20:03, 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 automatically when you startup.

gnome-session-properties

See also: