/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Platforms/ubuntu/autostart.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2014-06-12 06:46:08 UTC
  • Revision ID: csa@dside.dyndns.org-20140612064608-u765to8qftxr37ei
Ubuntu 14.04 on Lenovo X220

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Services
 
2
========
 
3
 - System V init
 
4
    * configured with 'update-rc.d'
 
5
    * Guis: (rcconf, bum, jobs-admin) an each sees different subset of services
 
6
    * Can be also disabled from some configuration files in /etc/default
 
7
 - Upstart
 
8
    * Easy text configurations in /etc/init 
 
9
    * Guis are not known, but list may be obtained with 
 
10
        initctl list | grep start
 
11
    * Service cam be disable by putting '<service_name>.override' files into
 
12
    the /etc/init with a single line containing 'manual'.
 
13
 
 
14
 
 
15
X-applications
 
16
==============
 
17
 - XDG autostart 
 
18
    * Configurations in /etc/xdg/autostart/*.desktop
 
19
    * GUI gnome-session-properties shows only applications without NoDisplay set
 
20
    This can be resolved by mass-edit:
 
21
        sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
 
22
 - Gnome autostart
 
23
    * Configuration in /usr/share/gnome/autostart
 
24
    * GUI gnome tweak-tool
 
25
 
 
26