~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                      return System.IO.Path.Combine (AutoStartDir, "gnome-do.desktop");
160
160
                    }
161
161
                }
 
162
 
 
163
                string InitialAutoStartFile ()
 
164
                {
 
165
                        System.IO.Stream s = Assembly.GetExecutingAssembly ().GetManifestResourceStream ("gnome-do.desktop");
 
166
                        using (System.IO.StreamReader sr = new System.IO.StreamReader (s)) {
 
167
                                return sr.ReadToEnd ();
 
168
                        }
 
169
                }
162
170
                
163
171
                string AutoStartUri {
164
172
                        get {