From b97156004a6097b5c4426b14f68916ddb21bce48 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 15 Sep 2007 03:10:29 +0000 Subject: [PATCH] adding comments - this is the plan for wizard pages. what do you guys think - input? SVN revision: 31720 --- src/modules/wizard/e_mod_main.c | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/src/modules/wizard/e_mod_main.c b/src/modules/wizard/e_mod_main.c index c109b2cd6..107681e93 100644 --- a/src/modules/wizard/e_mod_main.c +++ b/src/modules/wizard/e_mod_main.c @@ -16,6 +16,45 @@ static E_Module *conf_module = NULL; /***************************************************************************/ /**/ +/* + * These are the currently planned wizard pages: + * + * o == interactive + * . == automatic (no gui) + * + * --- THE LIST + * . look for system global profile - if it exists just copy it and exit + * wizard now. + * . find fonts like sans and other known fonts that have full intl. support + * and use them if found. + * o ask for language (default selection is current locale). + * o ask for font size to use. + * o xrender/engine speed test and detect and suggest best engine. + * o ask for one of N default config profiles to be set up. if profile is + * marked as "final" end wizard now. + * o find XDG app menus/repositories and list them let user choose which + * one(s) are to be used. + * o find other secondary menus - like ubuntu's settings menu and build + * more app menus for this. + * . look for battery, cpufreq and temperature support - if there, enable the + * appropriate modules. + * o ask what apps you want in ibar by default (or none - no ibar). + * o ask if user wants desktop icons or not (enable fwin module but seed it + * with default config). + * o ask if the user wants virtual desktops (if so have 4x1 and page module + * loaded). + * o ask about what kind of default key and mouse bindings a user wants + * (current e defaults, windows-style or mac-style?). + * o ask for what default wallpaper to use. + * o ask if the user wants gnome or kde support + * (for gnome run gnome-settings-daemon, unknown for kde). + * + * --- THINGS TO ADD? + * o choose one of n available default themes (if we have any). + * o do you want a taskbar or not. + + */ + /**/ /***************************************************************************/