Changeset 1037
- Timestamp:
- 07/27/06 21:51:34 (2 years ago)
- Files:
-
- trunk/execute-session-scripts-using-kdm.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/execute-session-scripts-using-kdm.txt
r1028 r1037 1 1 AUTHOR: Stef Bon <stef at bononline dot nl> 2 2 3 DATE: 2006-0 3-213 DATE: 2006-07-09 4 4 5 5 LICENSE: GNU Free Documentation License Version 1.2 … … 34 34 Content: 35 35 1. KDM: the files 36 2. TODO and suggestions 36 2. Examples 37 3. TODO and suggestions 37 38 38 39 … … 102 103 103 104 104 2. TODO and suggestions 105 2. Example 106 ---------- 107 108 109 I'm using this construction myself. The scripts which I let start when a (KDM)session starts are: 110 111 112 . dbus (the session part of it). I've written a hint how I've done this: 113 starting-and-stopping-dbus-with-kdm 114 115 116 . fusesmb (browsing the smb network using FUSE). I've written a hint about this too: 117 starting-and-stopping-fusesmb-with-kdm 118 119 . (un)mounting cifs shares. 120 121 122 . syncing directories from one central place using rsync. 123 124 125 The first two are described in hints also available. 126 127 Look at http://linux.bononline.nl, My projects, 128 "Installation and configuration of sessionscripts using KDM" 129 for the most recent documentation and scripts. 130 131 132 133 134 3. TODO and suggestions 105 135 ----------------------- 106 136 … … 112 142 adjusting /etc/syslog.conf it's possible to write messages to it, which 113 143 appear just before the splash screen of KDE comes up. 144 On my website is described how to do that. 114 145 115 146 … … 142 173 [2006-03-21] 143 174 * removed all PAM related chapters. Soon a new hint only about this will follow. 175 [2006-07-07] 176 * added a chapter about the examples 144 177 145 178 TODO:
