On Wed, 6 Mar 2013 16:37:28 +0100 yunn <yun...@gmail.com> said: > *wait you want the install wizard, but ONLY the language selection page. > right?* > > Ok, I prefer this first option and the rest of the configuration the folder > ~/.e do not change, If this last I was possible > > Thank you for your answer, Regards,
you want page_000, page_010, page_020 and page_200 from the wizard only (page_000 is the pause and logo at the start - u can remove if u dont want it). you need page_010 as that's is the language selector. page_020 is the profile selector. you need that. problem is that if you don't change from the default profile to another... then next time the user logs in they have to run the wizard AGAIN... they stay in a "keep running the wizard" loop. they have to switch to another profile. if you don't want to even make this a choice, then you will have to write a custom wizard page that specifically select a specific named profile without a gui. page_200 implements the profile selection and restarts e into the newly selected profile. so you want that. if you look in the wizard module dir there are a bunch of page_XXX.so files - these sub-modules are loaded and "run in numeric order". that's how the wizard works. it was designed this way so integrators can write new wizard modules and add them, insert them, or replace existing ones or delete them. what you want to do is adapt e's wizard and thus the pages it presents. this is a system-wide thing so everyone gets it. the wizard runs ONLY because the default profile has a minimal config and loads only 1 module... the wizard module. if you wanted different wizard setups installed together, you'd need to create multiple wizard module dirs (with different names, eg wizard_custom, wizard2 etc.) and the customized wizard dirs have pages removed, added or modified. you then need to change the default profile to load this different wizard module. you ONLY need to do this IF you want to keep the current wizard unchanged. if you are happy to modify it and have those modifications and your only wizard, then you don't need a new wizard module dir/name. > 2013/3/6 Carsten Haitzler <ras...@rasterman.com> > > > On Wed, 6 Mar 2013 14:41:20 +0100 yunn <yun...@gmail.com> said: > > > > > > Hi all, I want to ask a questions about Personalized Profiles of E17.. > > > > > > > > How I can use my personalized profile, in another computer with E17 > > Newly > > > > installed > > > > > > > > Thank you in advance > > > > > > >Just copy ~/.e over to the new account. It should mostly work unless you > > > >have some paths and/or permissions in your old account that are not > > > >present in the new account. > > > > > > > > > Thank you P.Purkayastha for the response...OK I can use the folder ~/.e > > but > > > I need to use the dialog of beginning of E17 for change the language > > > without the rest of the configuration this affected...Is it possible to > > do > > > this ? Is it possible to call directly to this dialog of change language > > ? > > > > wait you want the install wizard, but ONLY the language selection page. > > right? > > or you want to change language later after a profile is already set up? > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users