On Sat, Apr 13, 2013 at 2:24 PM, Reindl Harald <[email protected]> wrote: > > > Am 13.04.2013 23:08, schrieb Kok: >> On Sat, Apr 13, 2013 at 4:27 AM, Reindl Harald <[email protected]> >> wrote: >>> it would make pretty much sense that Thunderbird, Firefox and >>> so on are pre-loaded or at least their libraries after the >>> login-manager appears to use the time between boot and login >> >> A lot of things are possible and would help this: >> >> - change your system to auto-logon your account and start the >> applications for you. This is possible without any coding. > > well, that's a no-go > >> - do per-user readahead, so that when a user logs in readahead-collect >> runs again but with a different pack, stored in the users home folder. >> Most of this should be possible with little work, but you'd have to >> write some xdg autostart files and possibly patch the readahead >> >> - extend the collector to run much longer > > which scre to change in teh config?
You can modify systemd-readahead-done.timer, basically change: OnActiveSec=10s to whatever value you like. Auke _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
