« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:13 | jimt_ <jimt_!~jim![]() |
|
00:14 | jimt has quit IRC | |
00:21 | jimt_ has quit IRC | |
00:23 | jimt <jimt!~jim![]() |
|
00:25 | tabs has quit IRC | |
00:48 | jimt_ <jimt_!~jim![]() |
|
00:50 | jimt has quit IRC | |
00:53 | jimt <jimt!~jim![]() |
|
00:53 | jimt_ has quit IRC | |
00:58 | jimt_ <jimt_!~jim![]() |
|
01:01 | jimt has quit IRC | |
01:04 | jimt_ has quit IRC | |
01:06 | jimt <jimt!~jim![]() |
|
01:33 | jimt has quit IRC | |
01:40 | jimt <jimt!~jim![]() |
|
03:07 | jimt_ <jimt_!~jim![]() |
|
03:09 | jimt has quit IRC | |
03:12 | jimt_ has quit IRC | |
03:13 | jimt <jimt!~jim![]() |
|
03:30 | manusheel is now known as manusheel_afk | |
04:38 | shan <shan!~cuil![]() |
|
05:23 | manusheel_afk is now known as manusheel | |
07:10 | jimt has quit IRC | |
07:12 | jimt <jimt!~jim![]() |
|
07:19 | jimt has quit IRC | |
09:08 | jimt <jimt!~jim![]() |
|
09:21 | kevix has quit IRC | |
09:28 | shan has quit IRC | |
09:42 | kevix <kevix!~kevin![]() |
|
12:00 | dipankar <dipankar!~chatzilla![]() |
|
12:00 | dipankar | alsroot: hi |
12:00 | alsroot | dipankar: hi |
12:00 | dipankar | alsroot: I am searching for the code ran at first time boot, |
12:00 | I tried : grep -r 'first time' ~/test-s/mailine | |
12:00 | alsroot | dipankar: you sugar startup code or system boot? |
12:01 | dipankar | alsroot: I think I will have both |
12:01 | alsroot: I want to check for the invalid character in username/ nick | |
12:02 | alsroot | dipankar: for sugar startup begin from bin/sugar.in in sugar project |
12:02 | dipankar | alsroot: ok |
12:05 | alsroot: if I want to put a check on nick, which file should I target? | |
12:06 | alsroot: * at start-up | |
12:07 | alsroot | dipankar: just track how sugar startup is going, ie from sugar.in -> sugar-session -> etc., and you'll fine src/jarabe/intro/__init__.py:check_profile() function |
12:10 | dipankar | alsroot: that means for first time boot, there will a false condition in some check? |
12:11 | * that false condition might be 'non-existance of a path or folder '?? | |
12:17 | alsroot | dipankar: see src/jarabe/intro/__init__.py it does this check |
12:27 | dipankar | alsroot thanks |
12:30 | dipankar has quit IRC | |
13:37 | Lloyd_ <Lloyd_!~Lloyd![]() |
|
13:39 | walterbender <walterbender!~chatzilla![]() |
|
13:57 | Lloyd_ has quit IRC | |
14:19 | anuragc <anuragc!~anurag![]() |
|
14:42 | anuragc has quit IRC | |
14:42 | anuragc <anuragc!~anurag![]() |
|
14:45 | anuragc has quit IRC | |
14:47 | anuragc <anuragc!~anurag![]() |
|
14:56 | lblake <lblake!~Lloyd![]() |
|
15:05 | lblake has quit IRC | |
15:08 | mukul_afk is now known as mukul | |
15:15 | ishan <ishan!~ishan![]() |
|
15:34 | satellit_ has quit IRC | |
16:18 | satellit_ <satellit_!~satellit![]() |
|
16:34 | anuragc has quit IRC | |
16:37 | ishan_ <ishan_!~ishan![]() |
|
16:39 | ishan has quit IRC | |
16:41 | ishan_ has quit IRC | |
16:41 | ishan_ <ishan_!~ishan![]() |
|
16:41 | ishan <ishan!~ishan![]() |
|
16:45 | ishan has quit IRC | |
16:45 | ishan_ has quit IRC | |
16:53 | anuragc <anuragc!~anurag![]() |
|
17:04 | dipankar <dipankar!~dipankar![]() |
|
17:04 | dipankar | alsroot, around? |
17:04 | alsroot | dipankar: yup |
17:05 | dipankar | alsroot, I am still working on the nick name check. :) |
17:05 | http://bugs.sugarlabs.org/ticket/2152 | |
17:06 | alsroot, as you said, I am looking into the jarabe/intro/ folder | |
17:06 | ishan_ <ishan_!~ishan![]() |
|
17:06 | ishan <ishan!~ishan![]() |
|
17:06 | dipankar | alsroot, it seems that |
17:07 | __init__.py calls IntroWindow() from window.py when "if not profile.is_valid():" | |
17:08 | alsroot, is it the case of first time boot, as i think of? when there is no prior information about user found | |
17:09 | manusheel is now known as manusheel_afk | |
17:09 | alsroot | dipankar: yup, info about user comes from profile |
17:10 | dipankar: oops, sorry (it was changed after switcing to gconf) from gconf, but sugar check for profile existence to show intro dialog | |
17:11 | dipankar | alsroot, I deleted the .sugar folder from 'Home' directory |
17:11 | and then booted, | |
17:11 | alsroot, it just asked me for color, not name, | |
17:13 | alsroot | dipankar: name is taken from /etc/passwd (there is flag in gconf to change this behaviour) |
17:14 | dipankar | alsroot, there! how do I check for username and password from the file : /etc/passwd ?? |
17:16 | alsroot | dipankar: there is no need in check (it is already valid) but behaviour could be different (by setting gconf flag), see intro sources |
17:16 | dipankar: it is "default_nick" gconf property | |
17:17 | dipankar | alsroot, ok |
17:29 | alsroot, so how can I delete a profile? because deleting the .sugar folder is not helping | |
17:30 | alsroot | dipankar: set default_nick gconf prop to "disabled" and remove .sugar |
17:31 | dipankar | alsroot, how do I set the default_nick ? :( |
17:31 | using gconf editor? | |
17:32 | alsroot | dipankar: yup |
17:33 | dipankar | alsroot, I am there, how do I disable it? |
17:33 | alsroot | dipankar: set default_nick gconf prop to "disabled" |
17:34 | /desktop/sugar/user/default_nick | |
17:36 | dipankar | alsroot, sorry, I am still not able to find the 'prop' option |
17:36 | manusheel_afk is now known as manusheel | |
17:37 | shan <shan!~cuil![]() |
|
17:37 | alsroot | dipankar: not "prop" but /desktop/sugar/user/default_nick |
17:39 | dipankar | alsroot, ohk, prop == property ? right? |
17:40 | alsroot | dipankar: yup |
17:42 | dipankar | alsroot, seems like I cannot set anything for gconf property in ubuntu |
17:44 | alsroot | dipankar: use goncftool, `gconftool-2 -s /desktop/sugar/user/default_nick disabled --type string` |
17:45 | dipankar | alsroot, thanks, done |
17:45 | alsroot, now I shall remove .sugar? | |
17:46 | alsroot | dipankar: if you want to ge inro window |
17:47 | ishan has quit IRC | |
17:48 | dipankar | alsroot, thats strange! it still didn't ask me for name |
17:48 | shan has quit IRC | |
17:49 | shan <shan!~cuil![]() |
|
17:49 | alsroot | dipankar: try to start sugar from new user (run gconftool before) |
17:50 | ..for new user | |
17:51 | dipankar | alsroot, new user? |
17:51 | alsroot | dipankar: new system user |
17:51 | dipankar | alsroot, aww :( |
17:53 | ishan <ishan!~ishan![]() |
|
17:54 | dipankar | alsroot, I am thinking of trying that later. So, is the place where I can add a check (for invalid character ':' in nick) for first time boot ? |
18:02 | mukul is now known as mukul_afk | |
18:35 | anuragc has quit IRC | |
18:35 | ishan_ has quit IRC | |
18:51 | dipankar has quit IRC | |
18:55 | ishan has quit IRC | |
19:22 | jimt has quit IRC | |
19:24 | jimt <jimt!~jim![]() |
|
19:30 | jimt has quit IRC | |
19:40 | jimt <jimt!~jim![]() |
|
19:51 | jimt_ <jimt_!~jim![]() |
|
19:55 | jimt has quit IRC | |
20:26 | jimt <jimt!~jim![]() |
|
20:29 | jimt_ has quit IRC | |
20:31 | shan has quit IRC | |
20:40 | jimt has quit IRC | |
20:42 | shan <shan!~cuil![]() |
|
20:47 | jimt <jimt!~jim![]() |
|
20:52 | jimt has quit IRC | |
20:52 | jimt_ <jimt_!~jim![]() |
|
20:57 | shan has quit IRC | |
20:57 | jimt_ has quit IRC | |
21:02 | jimt <jimt!~jim![]() |
|
21:13 | lblake <lblake!5e0c46c8![]() |
|
21:21 | lblake has quit IRC | |
21:22 | jimt has quit IRC | |
21:22 | jimt <jimt!~jim![]() |
|
22:03 | jimt_ <jimt_!~jim![]() |
|
22:05 | jimt has quit IRC | |
22:09 | jimt <jimt!~jim![]() |
|
22:11 | jimt_ has quit IRC | |
22:50 | manusheel is now known as manusheel_afk | |
22:50 | jimt_ <jimt_!~jim![]() |
|
22:52 | jimt has quit IRC | |
23:37 | jimt <jimt!~jim![]() |
|
23:41 | jimt_ has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join