load desktop files in idle time
authorVladimir Nadvornik <nadvornik@suse.cz>
Sun, 6 Sep 2009 14:01:03 +0000 (14:01 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Sun, 6 Sep 2009 14:01:03 +0000 (14:01 +0000)
commite0fd3c772a12fdb3c6155b90b587c6dbaa418a82
tree5ed251d0ced899ae500426414bc4ec49db4d28b5
parent397dd167416368a4d102b051352add5ed2982414
load desktop files in idle time

- scanning all desktop files takes a lot of time because of hdd seek
- this change moves the scanning to idle time
- the editors appears in the menus some time after startup

https://sourceforge.net/tracker/index.php?func=detail&aid=2852522&group_id=222125&atid=1054680
src/desktop_file.c
src/editors.c
src/editors.h
src/layout_util.c
src/layout_util.h
src/main.c
src/rcfile.c