IRC log of #maemo for Monday, 2006-12-04

pvanhoofwell, they are stupid enough to make this possible, I'd rather say00:00
wasabiYes.00:00
pvanhoofby not wanting to know about the implementations00:00
wasabiYou've managed to remove Camel from the UI layer completely?00:03
pvanhoofyes00:03
pvanhoofthe ui only ever talks the interface00:03
pvanhoofthere's absolutely no specific api being called by the ui types00:04
pvanhoofall of their api is in libtinymailui and libtinymail00:04
pvanhoofs/their/the called00:04
*** sunny` has left #maemo00:04
wasabiSo, an implementation would consist of a libtinymail using daemon, exporting some API over DBUS (perhaps a 1:1 mapping is "good enough")00:05
wasabiAnd a few interface implemntation that the existing UI could use to talk to it.00:05
pvanhoofmaybe not a 1:1 mapping, I can imagine you want to cache some things like header instances at the other side00:05
wasabiYeah.00:05
pvanhoofelse each string request of each header would result in a dbus call00:06
pvanhoofbut that, the proxy can implement itself00:06
wasabiYeah.00:06
pvanhoofso that can still be done with a 1:1 mapping00:06
pvanhoofthe TnyList implementation is going to be the most difficult one00:07
wasabiTnyList is an interface though, right?00:07
pvanhoofthat one will have to be intelligent about converting received uid's to TnyHeader proxy implementations and vica versa00:07
pvanhoofyes00:08
wasabiNo biggy. Done that with Java/C# for years.00:08
pvanhoofit also looks exactly like the C# IList vs. IEnumerator00:08
wasabiNice.00:08
pvanhoofor rather, the IEnumeratable and the IEnumerator00:08
wasabiDo you have an TnyEnumerator? :)00:08
pvanhoofTnyList and TnyIterator00:08
pvanhoofno, i called it iterator :)00:08
pvanhoofhttp://tinymail.org/API/libtinymail-1.0/libtinymail-tny-iterator.html00:09
wasabiIterable and Iterator?00:09
pvanhoofhttp://tinymail.org/API/libtinymail-1.0/libtinymail-tny-list.html00:09
pvanhoofno, list and iterator00:09
pvanhoofI feel that I'm going to regret the naming :)00:09
pvanhoofif you can convince djcb that a rename is important, send me the huge patch .. and tested it a lot00:09
pvanhoofI'll accept it :)00:09
wasabiHmm. In C# we can make interfaces implement other interfaces.00:10
wasabiSo TnyList doesn't implement TnyIterable?00:10
pvanhoofbut only now, after a 1.0 release .. it's unlikely that I'm going to do such changes00:10
pvanhoofthere's no tnyIteratable00:10
wasabiOh I see00:10
wasabiHeh00:10
*** tchan has joined #maemo00:10
pvanhoofa tnylist is per definition an iteratable00:10
pvanhoofI was not into redoing everything of that pattern into gobject :)00:11
wasabiSucks that you have to reinvent all this.00:11
pvanhoofbut, I would be pro a libcrack that does all this in gobject00:11
wasabiglib or something should have it00:11
pvanhoofyes00:11
*** Treize_K has quit IRC00:11
pvanhoofrobtaylor, and Robot101 have been discussing this with me (hi guys)00:11
pvanhoofso the story is a bit simplified now00:11
*** sbaturzio has quit IRC00:11
pvanhoofa TnyList is an iteratable , and a TnyIterator is something the TnyList implementation can create00:12
pvanhoofor rather, HAS to create if i ask it via the interface aPI00:12
wasabiBut there is no generic "iterable" interface.00:12
pvanhoofnop00:12
wasabiie "we don't know the length"00:12
pvanhoofnop, you always know the length of every list00:12
pvanhoofI simply haven't yet needed it00:12
pvanhoofand it's indeed a: "only if I need it, I add such types" style of API00:13
pvanhoofpeople are already thinking that I'm a buzzword design pattern whore00:13
pvanhoof:)00:13
pvanhoofso I'm trying to stick to only things and types that are really needed00:13
pvanhoofthe TnyStream, TnyList and TnyIterator ones being the overhead00:14
wasabiHmm. Might be interesting to add this stuff to gobject, but in a separate gcollections library.00:14
wasabiInstead of trying to push it up.00:14
pvanhoofall the ohter ones directly have something to do with E-mail00:14
pvanhoofindeed00:14
pvanhoofbut it's not something that I can wait for :)00:14
wasabiObvioulsy there are many other collection types which would benefit from being widely used.00:14
wasabiYeah00:14
pvanhoofA GStream might happen with the new GnomeVFS stuff00:15
wasabiYeah. Well... I hope it finds it's way into some base library, and not gnomevfs itself. ;)00:15
pvanhoofthat, I fear00:15
pvanhoofit's still typical C developers, most of the gtk+ dudes00:16
pvanhoofI did manage to explain quite a lot Java and .NET crap .. I noticed at guadec, to at least some guys00:16
pvanhoofsome where and some where totally not interested00:16
pvanhoofsome were even anti00:16
pvanhoofs/where/were00:16
*** tenshiKur0 has joined #maemo00:16
pvanhoofthe usual situation :)00:17
pvanhoofhowever, I have a target .. which is tinymail. I can't unfocus. I would love to implement a gcollection or a libcrack00:17
pvanhooftodo.add :)00:17
pvanhoofthe problem is also that there would be soooo many whiners being against this00:18
* pvanhoof had that with his d-conf/deconf ideas00:18
pvanhoofenough is enough :)00:18
*** konttori has quit IRC00:18
*** sp3000 has joined #maemo00:19
wasabiAs is wont to happen.00:25
*** snorkelyd has left #maemo00:40
*** koen has quit IRC00:47
*** fab_ has quit IRC00:47
*** matt_c_ has joined #maemo00:50
*** matt_c has quit IRC00:56
*** matt_c has joined #maemo00:56
*** philipl has quit IRC01:00
*** wasabi has quit IRC01:00
*** tenshiKur0 has quit IRC01:04
*** philipl has joined #maemo01:10
*** bilboed_ has quit IRC01:11
*** matt_c_ has quit IRC01:12
*** djcb has quit IRC01:14
*** tchan1 has joined #maemo01:16
*** tchan has quit IRC01:25
*** wasabi has joined #maemo01:47
*** GreySim has left #maemo02:05
*** pvanhoof has quit IRC02:10
*** sp3000 has quit IRC02:15
*** philipl is now known as phil|out02:55
*** skodde has quit IRC02:56
*** tchan1 is now known as tchan03:53
*** bobbyd has joined #maemo03:55
*** spect has quit IRC04:02
*** Tak-lab has quit IRC04:19
*** tenshiKur0 has joined #maemo04:47
*** freedave has joined #maemo04:51
*** freedave has left #maemo04:52
*** bobbyd_ has joined #maemo04:55
*** bobbyd has quit IRC04:57
*** wasabi has quit IRC05:25
*** dot_j has joined #maemo05:32
*** Firehand is now known as adrian05:41
*** adrian has quit IRC05:45
*** _adrian has joined #maemo05:47
*** kb7sqi_ has joined #maemo06:22
*** kb7sqi has quit IRC06:22
*** kb7sqi_ has quit IRC06:23
*** kb7sqi has joined #maemo06:23
*** dot_j has quit IRC06:35
*** bobbyd_ has quit IRC06:39
winklecan you get a nfs-server to advertice uPnP?06:52
winkleAlternative, what's a good media server for use with conola?06:52
*** kb7sqi has quit IRC07:06
matI just use rhythmbox on my desktop, since it can use DAAP for sharing, which canola supports well07:07
*** kb7sqi has joined #maemo07:11
winkleyeah, I'm looking for something on the server-side though07:12
*** tenshiKur0 has quit IRC07:24
matwell, there is daapd, but I'm not sure it's still maintained07:26
maton the upnp side, there is ushare and a few other07:26
mats07:26
*** rkaway2 has quit IRC07:32
*** rkaway2 has joined #maemo07:32
*** booiiing has quit IRC07:38
*** booiiing has joined #maemo07:41
*** konttori has joined #maemo08:16
*** ab has quit IRC08:25
*** skodde has joined #maemo08:37
*** marteen has joined #maemo08:38
*** marteen has left #maemo08:38
*** lele has joined #maemo09:07
*** bergie has joined #maemo09:17
*** ferenc has joined #maemo09:41
ferencmorning09:42
*** dralex has joined #maemo10:05
*** rca has joined #maemo10:22
*** jonek has joined #maemo10:23
*** koen has joined #maemo10:28
*** phil|out has quit IRC10:44
*** timelyx has quit IRC10:44
JaffaMorning, all10:46
*** philipl has joined #maemo10:46
*** sKaBoy has joined #maemo10:46
*** philipl is now known as phil|sleep10:48
jonekmorning10:48
*** _matthias_ has joined #maemo10:55
*** ncod_off has joined #maemo10:57
*** AD-N770 has joined #maemo11:12
myrenTADA11:13
AD-N770good morning11:14
*** sikThes has joined #maemo11:20
*** ncod_off has quit IRC11:22
*** Eloi has joined #maemo11:56
*** ferenc has quit IRC12:06
*** mndctrl has quit IRC12:13
*** florian_kc has joined #maemo12:14
*** fab has joined #maemo12:14
*** mndctrl has joined #maemo12:15
florian_kcgood morning12:15
*** _matthias__ has joined #maemo12:19
*** tigert_ has joined #maemo12:25
*** _matthias__ has quit IRC12:26
*** bilboed has joined #maemo12:27
*** _matthias_ has quit IRC12:27
*** tigert has quit IRC12:27
*** onion has quit IRC12:28
*** _adrian has quit IRC12:30
*** tigert has joined #maemo12:39
*** _adrian has joined #maemo12:44
rcaone of our students just copied the developer rootfs for scirocco to his 770, but apt 404's using the built-in sources.list. i took a peek at the servers in the sources.list by hand, and _something_ is there at least12:47
rcais the default sources.list wrong?12:47
*** zumbi has joined #maemo12:55
*** tigert_ has quit IRC12:58
*** pcfe has joined #maemo13:05
*** zumbi_ has quit IRC13:06
*** tigert has quit IRC13:14
*** _matthias_ has joined #maemo13:21
*** _matthias_ has quit IRC13:26
*** ab has joined #maemo13:28
*** tigert has joined #maemo13:30
timelessrca: what did you have for sources?13:59
*** tigert has quit IRC14:02
*** tigert has joined #maemo14:03
rcatimeless: i will have to wait for him to get back to check14:07
*** epx has joined #maemo14:07
rcatimeless: what do the correct sources look like?14:07
timelessi have no idea :), although i could guess repository.maemo.org/....14:08
*** sp3000 has joined #maemo14:08
rcai think they were deb http://repository.maemo.org/ scirocco free non-free14:08
rcaoooh. okay :)14:08
timelesswhy did you think that was wrong?14:08
* timeless pokes sp300014:08
timelessbe my dictionary ;-)14:08
sp3000heh14:08
timelesshttp://repository.maemo.org/dists/scirocco/14:08
rcabecause apt-get says 404 :)14:09
timelessfree and non-free both exist14:09
rcayeah, that's what i thought14:09
rcaodd! bug in default dev rootfs?14:09
* timeless has a script that could try to collect everything from scirocco14:10
timelessdid you have a network? :)14:10
czranyone knows whether the mmc on 770 is accessed using the SPI-mode in mmc-driver?14:10
timelessapt is unlikely to ask for one14:10
czrat least it seems so. it's very slow.14:10
*** etrunko has joined #maemo14:13
rcayeah, network was alive and well, i could ping google14:14
rcai'll ask the student to hook the thing up again so i can ssh in14:14
rcaah yes, i ssh'd in! of course it had net :)14:14
timelessalso note that if you're using a proxy, apt isn't likely to get that either :)14:17
rcano proxy, just a transparent cache14:18
rcabut other apt-based things (ubuntu, debian installations) in the same network had no problems14:19
rcamaybe student didn't RTFM though, i didn't ask. he just said he couldn't install anything and apt-get's 404's were what i thought seemed suspicious :)14:19
*** bergie has quit IRC14:25
*** luck has joined #maemo14:27
*** tigert has quit IRC14:31
rcaah, it is a maemo problem14:32
rca" Unfortunately the post-removal scripts are so incompetently written that, as soon as you use "apt-get" or "dpkg" for anything, they automatically and completely erase the contents of your /etc/apt/sources.list file but leave themselves installed."14:33
rcasee http://www.gossamer-threads.com/lists/maemo/developers/1232214:33
*** tigert has joined #maemo14:36
*** dralex has quit IRC14:47
jtraah, classic error - grep foo bar.txt > bar.txt  which truncates the file14:48
timelessshould have used a temporary :)14:48
*** Ryback_ has joined #maemo14:55
rcawell, apt-get works now14:59
rcadist-upgrade wanted to remove half the system though14:59
rcaso i'm guessing that's not the way to upgrade maemo :)14:59
*** skodde has quit IRC15:01
*** dralex has joined #maemo15:01
*** tigert has quit IRC15:02
*** konttori has quit IRC15:08
*** konttori has joined #maemo15:09
* timeless chuckles15:12
timelessbut it has cute art15:12
timelessoops15:12
*** _adrian is now known as Firehand15:21
inzHas anyone requested the sources for (L)GPL based products on 770 from Nokia?15:41
*** bstock has joined #maemo15:42
*** dralex has quit IRC15:43
*** bergie has joined #maemo15:44
*** k-s[WORK] has joined #maemo15:51
*** simon has quit IRC15:53
*** dralex has joined #maemo16:00
*** jurop88 has joined #maemo16:05
*** wasabi has joined #maemo16:05
*** jurop88 has quit IRC16:07
robtaylorinz: they should all be up as apt-gettable sources in the maemo repo16:07
*** jurop88 has joined #maemo16:07
*** rca has quit IRC16:07
inzrobtaylor, but they aren't all16:07
robtaylorinz: what's missing?16:07
*** keesj has joined #maemo16:08
inzrobtaylor, I suppose that some of the applications are based on open source applications16:09
inz# grep Xpdf /usr/bin/osso_pdfviewer.launch16:10
inz-- Xpdf no longer supports X fonts16:10
inz-- the config file format has changed since Xpdf 0.9x16:10
*** sickb has quit IRC16:12
inzAnd they have the blurb in device control panel applet, that you can request the sources on a CD16:12
keesjbtw what  pixel depth can I expect from the n770?16:13
*** sxpert-work has quit IRC16:14
Jaffakeesj: 16 bit IIRC16:15
Jaffainz: Similarly parts of osso-email are based on Sylpheed16:16
*** sxpert-work has joined #maemo16:17
robtaylorinz: interesting. best ask one of the nokia bods about it16:19
robtaylor(tigert is a nokia community guy, iirc)16:21
inzWell, if they don't provide the sources via apt/ftp/http, they must do it by mailed request16:23
inzAnd redistributing these sources should be legal under the gpl16:23
robtayloryep16:23
inzI was just wondering, if anyone has done it, and put the sources available. ;)16:23
*** tigert has joined #maemo16:23
*** waite has joined #maemo16:23
robtaylorspeaking of tigert :)16:23
robtaylortigert: inz reckons that osso-pdf-viewer is based of GPL code, and wants to know if theres a plcae he can get the code without mailing nokia16:24
inzI guess Nokia has chosen to not distribute it16:25
inz(or I know)16:25
inzThat's why I'm asking the community =)16:28
robtaylorinz: doesnt look like anyone has yet..16:30
robtaylorinz: i guess you should write for the source cd and put it up somewhere16:30
inzOr just wish someone else does it first ;)16:31
* Jaffa grins16:31
robtaylorwell, if everyone waits for someone else to do it, it'll never happen ..16:31
*** tigert has quit IRC16:31
*** tigert has joined #maemo16:32
timelessthe sources for 2006 are on the web server16:32
robtaylorinz: at least its just a local mail for you ;)16:32
robtaylortimeless: not the apps,it seems16:33
robtaylorjust the platform16:33
timelesswhat do you mean?16:33
timelessit's 151mb or 203mb16:33
timelessthat's not just the platform16:33
timelessosso-calculator-engine 1.2.22-116:34
timelessthat's not part of the platform16:34
robtaylortimeless: where are you looking?16:34
timelessat least, not for any definition i can imagine16:34
timelessmaemo.org/downloads/IT_source.php16:34
timelesswhere are you looking ;-b16:34
timelessplease don't ask me why they think it's remotely useful to ask for a device number16:35
timelessbut keep in mind that if you start redistributing binaries, you're obligated for a couple of years to have the sources :)16:35
robtaylortimeless: ah, i never seen that before :)16:35
timelessand that doesn't excuse your hard drive being destroyed16:35
timelessrobtaylor: i figured ;-)16:36
timelessplease don't ask me why there's no obvious link to anything on any maemo or nokia site16:36
timelessi couldn't answer that16:36
timelessi'm not even sure jesus could16:36
robtaylorheh16:36
* timeless waits for someone to misinterprate that16:37
timelesserr misinterpret16:37
*** tigert has quit IRC16:38
timelessi think the right person to ask would be ferenc wrt maemo, not jesus, in case someone did want to be a pest16:38
*** tigert has joined #maemo16:38
robtaylorinz: so, there you go :)16:39
robtaylorinz: osso-pdf-viewer 1.2.24-0 is in http://maemo.org/downloads/IT_source.php?f=2.2006.35-3-srcs.tar.gz16:41
timelessdoes that url actually work?16:42
* timeless highly doubtfs it16:42
timelessmount /Users/timeless/mind -t doubtfs16:42
robtaylorumm, probably not, but he'll getthe idea ;)16:42
inzAnyone care to dl and put the sources available?-)16:43
*** GreySim has joined #maemo16:44
inzIn a non-obfuscated place16:44
inzPreferably in smaller parts16:46
robtaylorinz: its only accessible if you own a 77016:46
robtaylorinz: its not obfuscated at all16:46
timelessinz: how many of us have enough bandwidth to handle it?16:47
* robtaylor certainly doesnt16:47
timelessit'd be a bit inappropriate for me to use the servers i have for it16:47
timelessall things considered, there's really nothing to be gained16:47
*** tigert has quit IRC16:49
robtaylorinz: and tbh, you really dont want most of the application code - its horrible16:49
timelesss/most/any/16:50
timelesss/its/it's/16:50
timelesserm16:50
timelessno its16:50
* timeless cries16:50
timelessoh, wait16:50
timelessyes, s/its/it's/16:50
GreySimOn Opened Hand's blog, they say "As mentioned in the press release, internally we are working on calendar and syncing apps for Maemo also using EDS." Would that be Evolution (Gnome Desktop) <--> Nokia 770 syncing, does anyone know? And does anyone know if it's anywhere near done?16:50
timelessbut that's a classic example of how the code would read :)16:51
timelessfirst i've heard of it :)16:51
robtaylortimeless: yeah, it's/its always confuses me, i can never remeber the rule ;)16:51
* GreySim really would like a portable device that could sync with Gnome's calendar/clock applet, since you can't seem to do it with Palms without a lot of hassle.16:51
timelessit's is a contraction for it is16:51
timelessits is possessive16:52
robtaylorGreySim: you could probably build opensync for it and it should work quite well, as everything's in edds16:52
timelessit's ok,16:52
robtayloreds16:52
robtaylorits mine16:52
robtaylor;)16:52
timelessbut what would you sync to?16:52
timelessthe 770 doesn't have a calendar last i checked16:52
timelessunless you count osso_alarm16:52
timelesswhich i don't16:52
*** dot_j has joined #maemo16:52
GreySimtimeless: Opened Hand makes two programs that I know of: Dates and Calendar.16:53
GreySimBoth based on EDS.16:53
robtaylorGreySim: yep, Calender talks to eds and you can get it hildonized16:53
*** keesj has quit IRC16:53
timelesswell, i'd rather use gcal16:53
GreySimThanks robtaylor.16:53
timelessi just need to bug a certain google dev until he makes that work :)16:53
*** tigert has joined #maemo16:54
* GreySim is trying to build an argument for his company to buy him a 770, and this might help. :P16:54
* timeless chuckles16:54
timelesswell, it's good to see third parties building components that are missing for the platform16:55
GreySimErr, not Dates and Calendar. Dates and Contacts.16:55
GreySimIIRC.16:55
* koen hands GreySim http://projects.o-hand.com/16:57
GreySimThanks.16:58
robtaylorGreySim: nng, yes s/Calender/Dates/ ;)17:00
GreySimI blame the time. I'm used to going to bed around 7am, not waking up around it. :P17:01
Takit would be fantastic if Dates actually showed the month view for December17:02
Takalthough I guess in 27 more days I won't have to worry about it17:02
robtaylorTak: latest svn?17:03
* koen looks at http://linuxtogo.org/~koen/maemo/17:03
* robtaylor notes that koen is a dude17:03
*** matt_c has quit IRC17:03
Takfor some reason, if I build a package from latest svn, it segfaults on the device17:04
robtaylorniiice17:04
*** spect has joined #maemo17:04
*** dottedmag has quit IRC17:10
*** benzea has joined #maemo17:11
*** onion has joined #maemo17:13
*** jubei_ has quit IRC17:14
*** jubei__ has joined #maemo17:14
*** tigert has quit IRC17:32
*** tigert has joined #maemo17:32
*** dot_j has quit IRC17:33
*** tenshiKur0 has joined #maemo17:40
*** tigert has quit IRC17:46
*** tigert has joined #maemo17:46
*** dralex has quit IRC17:50
*** snorkelyd has joined #maemo17:51
*** matt_c has joined #maemo17:53
*** ab has quit IRC17:54
*** tigert__ has joined #maemo17:59
*** tenshiKur0 has quit IRC18:02
*** tigert__ has quit IRC18:05
*** dottedmag has joined #maemo18:10
*** benzea has quit IRC18:16
*** phil|sleep is now known as philipl18:21
*** tigert has quit IRC18:24
*** xan has joined #maemo18:29
*** philipl is now known as phil|work19:07
*** kender has joined #maemo19:13
kenderhello19:13
*** sab has quit IRC19:27
tkosardine is going to eat plankton for dinner, eh? =)19:32
*** Eloi has left #maemo19:39
*** fab has quit IRC19:39
*** sKaBoy has quit IRC19:39
*** X-Fade has joined #maemo19:44
*** pvanhoof has joined #maemo19:52
MDKtko: hmmm?19:56
MDKsomething strange happened to plankton19:56
MDKtheoretically it has been built but practically it's not where it should be19:57
kendersomebody has try, to use the nokia 770 touch screen as a "mouse" for the computer?19:58
kenderI mean, using the usb or the blutooth, send the position of the "pen" into the screen, and use it as a mouse in the pc19:59
koenkender: google 'inputpipe'19:59
MDKI think it needs a little "poking" to force a rebuild19:59
kenderkoen, sounds good20:00
kenderkoen, have you tried=20:00
kender?20:00
koenkender: nope, I keep meaning to try it20:01
Takooo, a bluetooth input tablet20:01
Takvery cool20:01
kenderyeah20:01
kender:D20:01
kenderand...I think it is posible...20:02
kenderkoen, :D20:02
kenderkoen, if you do something, tell us20:02
*** ssvb has joined #maemo20:04
*** bilboed has quit IRC20:12
tkohttp://www.dangermouse.net/esoteric/intelligentdesignsort.html ha ha20:22
*** fab has joined #maemo20:23
Taktimes out for me20:24
*** fab has quit IRC20:27
*** buck68 has joined #maemo20:32
*** fab has joined #maemo20:33
*** guru3_ has joined #maemo20:34
*** guru3 has quit IRC20:36
*** AD-N770 has quit IRC20:36
*** |tbb| has joined #maemo20:47
|tbb|b20:48
shaprd20:50
*** benzea has joined #maemo20:50
*** _matthias_ has joined #maemo20:54
tkohow did you get that inverted b?20:54
Takp20:55
|tbb|hehe20:58
*** guru3_ is now known as guru321:05
*** florian_kc has quit IRC21:06
|tbb|anyone using gaja sw21:06
jtraok, so my nokia 770 has arrived21:06
|tbb|congrats21:06
jtraah, thanks :-)21:07
jtrathe package seems complete, it is made in germany21:08
*** bilboed has joined #maemo21:14
|tbb|grmpfl after i have changed my hostname and trying to start sudo gainroot i get following error: sudo unable to lookup machinname via gethostbyname, any idea whats wrong?21:15
*** _matthias_ has quit IRC21:15
jtrahmm, stylus does not feel right, it is to flat21:18
jtraresolution is gorgeous21:19
*** koen has quit IRC21:36
||cwjtra: you get used to the stylus21:38
jtraI'm used to the one from Palm T321:40
TakI like the stylis21:42
Takwhat I do not like, apparently, is to spell stylus correctly21:42
jtracan I chage repeat rate of arrow pad? it is too fast21:47
tkojtra, there's xset call in /etc but I can't recall whether it was on/off or setting the rate21:49
*** benzea has quit IRC21:50
*** mallum has joined #maemo21:52
*** kender has quit IRC21:55
jtrathe device is very confused by my wifi lacking dhcp, it rebooted twice, each time when some network activity was attempted22:16
jtrais there a way to setup connection ip, gateway and so on without having xterm?22:17
*** user__ has joined #maemo22:21
*** benzea has joined #maemo22:24
jtraok, I found the IP settings22:25
*** koen has joined #maemo22:30
*** user__ has quit IRC22:37
*** user__ has joined #maemo22:37
*** ssvb has quit IRC22:39
*** benzea has quit IRC22:40
*** luck has quit IRC22:47
*** benzea has joined #maemo22:48
*** koen has quit IRC22:58
*** sbaturzio has joined #maemo23:03
*** buck68 has left #maemo23:09
*** ochipepe has joined #maemo23:22
*** user__ has quit IRC23:23
|tbb|how can i setup the repository addresses via cmd23:24
*** mallum has quit IRC23:26
Takedit /etc/apt/sources.list ?23:30
*** koen has joined #maemo23:31
|tbb|my application manager wont load anymor23:31
Taksuckage23:32
|tbb|?23:32
Taksorry23:32
Takthat's too bad23:32
*** etrunko is now known as etrunko_afk23:33
|tbb|i think i have to reflash my unit23:38
Takfixing your sources.list didn't help?23:40
*** epx has quit IRC23:41
*** bilboed has quit IRC23:42
*** florian__ has joined #maemo23:45
|tbb|nope that doesnt help23:47
|tbb|wb florian23:47
|tbb|the next curios thing is, on the wlandetector always appears an ap which isnt there  anymore23:49
*** waite has left #maemo23:57
*** koen has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!