Monday, April 30, 2018

List all entries in Startup Applications menu in Ubuntu 12 04

List all entries in Startup Applications menu in Ubuntu 12 04


In normal case, entries in Startup Applications in Ubuntu 12.04 does not display.
You can enable all the entries by applying following commands in a terminal,

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


visit link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.