Skip to content

Phils Blog and Stuff

TELECOMS. VIRTUALIZATION. IT. CODING. and more…

Menu
  • Home
  • Resources
    • Subnet Mask Cheat Sheet
    • Easy Dmarc+Email
    • MX Tool Box
    • LOAD BALANCING & SRE
  • SHOP
  • SOLUTIONS
  • SERVICES
  • Contact Me
Menu

Ubuntu 11.10 – UnHide Start-up Application Entries.

Posted on 31/01/201208/03/2023 by Phil

 

This really annoyed me when I first installed Ubuntu 11.10. One thing I always do when I install an Operating System is stop certain services from auto starting.

 

In Ubuntu 11.10 to view your Startup Applications you go to the top right of your screen and click the settings “cog”

When the Start-up Applications program has loaded you will notice that there is nothing in there except the Ubuntu Login Sound. This is because by default they are hidden.

To Unhide them simply open up a terminal (Ctrl, Alt + T) and issue the following commands.

 

cd /etc/xdg/autostart

Then do

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

This will then use the ‘sed’ program to go through all the files and change NoDisplay=true to Nodisplay=false.

Once you have done this, go back to the settings cog and click ‘startup applications’ and if by magic you should now have all of your autostart applications in there.

 

POSTS

  • Home Assistant. Add water meter with PHP+MQTT+YML.
  • Automating your home with Home Assistant. Initial install and config (Hyper-V).
  • The importance of setting up email security correctly.
  • Automate Debian installations with Seed, DHCP and Nginx.
  • A simple link shortener.. Fun little project…

WORD CLOUD

3CX 3CX Phone System Apache Asterisk Cacti CentOS CRM DHCP DNS Email Fail over Failover File System Firewall FreeBSD FreeNAS FXO IAX install IP IP PBX Linux M0n0wall Nottingham Open Source PBX PFSense PHP Router Server SIP snom SSH TrixBox ubuntu VLAN Voice VoIP VPN vyatta WAN Website WiFi yealink ZFS

© 2025 Phils Blog and Stuff | Powered by Superbs Personal Blog theme