**** BEGIN LOGGING AT Thu Aug 21 02:59:56 2008 Aug 21 03:17:45 Interesting bit on OMAP3: http://www.embedded.com/underthehood/210101486;jsessionid=S1PIBDKTEA45IQSNDLOSKH0CJUNN2JVN Aug 21 03:19:34 hey, did the last diablo os update (the first one that was apt-gettable) have a changelog? Aug 21 03:19:41 "email and browser changes" is a bit vague Aug 21 03:21:54 Modest and MicroB updates Aug 21 03:21:59 some fixes to text input Aug 21 03:22:09 and some fixes to icd2 Aug 21 03:22:24 Modest had a lot of its larger bugs fixed Aug 21 03:22:31 MicroB had some pretty big performance boosts Aug 21 03:23:19 does anyone know how to mount my n810 over sshfs NOT as root on the n810? Aug 21 03:23:22 mgedmin, http://tinyurl.com/5axvau Aug 21 03:23:48 moontiger: I do Aug 21 03:24:04 ummmmm could you enlighten me please :) Aug 21 03:24:34 moontiger@laptop $ sshfs user@n810:/ my-n810 Aug 21 03:24:36 bah, any pymaemo/pygtk experts... why does showing a dialog during a gobject.idle_add function cause the app to hang Aug 21 03:25:10 mgedmin, then it asks for a password and user doesnt have one Aug 21 03:25:13 thats where im stuck Aug 21 03:25:30 set up pubkey auth Aug 21 03:25:38 sudo gainroot; passwd user ? Aug 21 03:25:41 if you don't have a ssh key, generate one with ssh-keygen Aug 21 03:25:49 then ssh-copy-id user@my-n810 Aug 21 03:25:53 ughhhhhhh really? :| Aug 21 03:26:01 type in your password... aaah! Aug 21 03:26:13 duh, of course 'user' has no password, and that's why you have problems Aug 21 03:26:14 this doesnt affect me actually USING my n810 afterwards does it? Aug 21 03:27:04 nope Aug 21 03:27:18 so the password key is only for remote connections yes? Aug 21 03:27:28 (sorry im being dumb) Aug 21 03:27:49 i created a password for user to login first, did the rest over ssh and then removed the passwd again Aug 21 03:27:55 anyway, if you copy ~/.ssh/id_rsa.pub to your n810 and put it into /home/user/.ssh/authorized_keys, you'll be able to do passwordless logins Aug 21 03:29:05 so ssh-keygen makes that file yes? Aug 21 03:29:52 yes. if yu have gnome you can do it all with seahorse, btw Aug 21 03:30:11 i use xubuntu these days ... gnome i guess Aug 21 03:30:24 ok i got the .pub file Aug 21 03:30:34 now copy to my n810 and voila! yes? Aug 21 03:31:51 pretty much Aug 21 03:32:30 ok so cool ... thnx so much ... again ! :) Aug 21 03:33:24 funky Aug 21 03:35:05 hmmmmm still not working Aug 21 03:37:04 is .ssh/autorized_keys a directory? Aug 21 03:41:13 no, it's a file Aug 21 03:43:16 so i rename the .pub file? im confused :| Aug 21 03:48:12 moontiger, copy the contents into the file Aug 21 03:48:12 ok i think i got it .... the "cat blah >> blee" thing threw me :/ Aug 21 03:48:28 sorry for being dumb ... this stuff is kinda new to me Aug 21 03:48:35 i got it now :) Aug 21 03:48:37 thnx Aug 21 03:49:36 <_gregorovius_> no problem :) Aug 21 03:50:15 thats so cool :) now i can stop using sbox so much :) Aug 21 03:56:34 way cool ... now i have to fully hildonize my app ... its running ok enough already ... exciting :) Aug 21 04:02:06 omg i can actually edit ON the n810! that is way cool :) Aug 21 04:25:07 cool moontiger Aug 21 04:25:13 what are you developing on? Aug 21 04:25:26 I mean, python, c? Aug 21 04:25:33 well im using python to write a desktop applet Aug 21 04:25:40 my first attempt Aug 21 04:25:41 :) Aug 21 04:27:10 oh cool Aug 21 04:27:18 * bef0rd needs some python / gtk help Aug 21 04:30:42 maybe i can help :) Aug 21 04:30:49 wassup? Aug 21 04:33:05 bef0rd, what do you need help with? Aug 21 04:33:36 heh ok Aug 21 04:33:45 I really know zero about GTK Aug 21 04:34:01 I was trying to make this simple app Aug 21 04:34:31 It'll download a random image from a server every X minutes, and display it Aug 21 04:36:46 This is what I've done so far Aug 21 04:36:47 http://slexy.org/view/s20tOXI9AT Aug 21 04:37:20 I'm new to python as well :P Aug 21 04:41:34 so, what it does atm is to load the random image but only once the app is loaded Aug 21 04:41:50 I can't figure out how to make it change the image Aug 21 04:51:22 * moontiger is looking Aug 21 04:52:27 bef0rd, im looking and i can see some stuff that could be better :) Aug 21 04:53:33 cool :) Aug 21 04:53:39 bef0rd, is the image getting saved to the nokia? Aug 21 04:54:05 atm it is Aug 21 04:54:20 I suppose I can add an option to 'cache' the images Aug 21 04:54:47 if the user disables it, it will delete it before loading it Aug 21 04:55:36 so whats not happening? Aug 21 04:56:04 ahhhhhhhhh sorry ... i just read above Aug 21 04:56:11 yep that Aug 21 04:56:59 btw... all that "window = hildon.Window()" then "self.window = window" isnt necessary Aug 21 04:57:10 just do "self.window = hildon.Window()" Aug 21 04:58:36 also... i dont see why you would do threading in this context ... seems unnecessary to me Aug 21 04:58:43 Could someone test something for me? Aug 21 04:58:56 the problem is ... where are you calling the "getcat" function from? Aug 21 04:58:58 If I try to load this image in Image Viewer, it crashes Aug 21 04:59:07 Dekaritae, what image? Aug 21 04:59:07 http://dekaritae.nothingtrend.com/uploads/Translink_Vancouver.gif Aug 21 04:59:59 Dekaritae, works fine here Aug 21 05:00:05 Hmm Aug 21 05:02:03 Oki thanks Aug 21 05:02:32 moontiger, the 'changeCat' method? Aug 21 05:02:44 bef0rd, yes Aug 21 05:03:21 I think I'm calling it from 'outside' of the program class, 'Meow' Aug 21 05:03:23 oh i see... Aug 21 05:03:32 why not just use a timer inside the class? Aug 21 05:03:52 oh, that could work heh Aug 21 05:03:58 a timer with gobject? Aug 21 05:04:09 or is there any other approach? Aug 21 05:04:40 a gobject.time_out() Aug 21 05:05:31 ok so where should I put the timer? Aug 21 05:05:33 there are always many other ways ... some better ... some not so ... its all choice but i would use a gobject.timeout_add() Aug 21 05:05:45 _init? Aug 21 05:05:54 well you kick it off in the init function so it starts with the app Aug 21 05:06:02 then in the timer handler you re-init it Aug 21 05:06:03 ok Aug 21 05:06:06 * bef0rd tries Aug 21 05:07:43 have a look in there for some ideas :) Aug 21 05:07:50 thanks Aug 21 05:08:05 let's see if the file transfer works heh Aug 21 05:13:51 try one more time Aug 21 05:14:03 or msg me ur email and i'll send Aug 21 05:14:29 thanks, munozferna at gmail.com Aug 21 05:16:44 ok gimme 2mins Aug 21 05:18:08 chk email ... from "lauren" ;) Aug 21 05:28:23 * brontide beats gtk to a bloody pulp Aug 21 05:29:02 moontiger, thanks again Aug 21 05:29:12 bef0rd, glad to help :) Aug 21 05:29:33 awwwwwwwwww brontide wassup with gtk now? Aug 21 05:29:42 Finally figured out that both idle_add and threads require a gtk.gdk.threads_init() and enter/leave blocks, but gobject style stuff doesn't work Aug 21 05:30:34 Now almost all blocking stuff is idle'ed or threaded under DialCentral fka Grandcentral Dialer and it's far more responsive Aug 21 05:30:47 ( not that it was bad before ) Aug 21 05:30:51 ;-) Aug 21 06:00:27 ahha Aug 21 06:00:28 ah a Aug 21 06:00:29 ahan Aug 21 06:01:10 nah Aug 21 06:01:57 take on me? Aug 21 06:02:20 uh, uhuh, huhuh, huhhh Aug 21 06:06:34 Khertan, how do i package my applet up for dist? its still rough but it works so i would love to get some feedback from a few users :) Aug 21 06:08:40 * zap hates python applets, they eat up CPU Aug 21 06:08:46 and battery Aug 21 06:10:19 what applet Aug 21 06:11:09 home* Aug 21 06:12:46 ummmmm sheesh.... im scared to say now :| Aug 21 06:13:25 it get stuff from google calendar and show it on the home screen Aug 21 06:13:25 don't listen to the python haters Aug 21 06:13:41 cool Aug 21 06:14:15 yah well it kinda works for me as i just want to see a scrollable list of events coming up for as far into the future as i choose Aug 21 06:14:16 fuck all of us Aug 21 06:14:17 death death death comes Aug 21 06:14:58 its my forst app for maemo so it has a lot of room for improvement but it does work and do something useful already Aug 21 06:15:03 forst = first Aug 21 06:15:04 moontiger, i'd try it bu i've never used google calendar Aug 21 06:15:35 heh i only use it for work stuff ... this means i wont forget appts Aug 21 06:15:37 :) Aug 21 06:15:50 unless Aug 21 06:15:58 you're offline Aug 21 06:16:11 no ... it takes care of that Aug 21 06:16:17 has local storage etc etc Aug 21 06:17:06 moontiger: make sure your applet is inactive at least when desktop is invisible Aug 21 06:17:27 listen to bach when you die Aug 21 06:17:33 you will die Aug 21 06:17:35 moontiger: I've installed yesterday homeip, homediskfree and homecpu and this morning my N810 was dead Aug 21 06:17:40 listen to bach Aug 21 06:18:00 you will die Aug 21 06:18:01 yes, Bach is a good addition to python applets Aug 21 06:18:27 : Aug 21 06:18:33 ; / Aug 21 06:18:40 is he ok Aug 21 06:18:49 I hope he's not too drunk :) Aug 21 06:18:59 oh that's all? Aug 21 06:19:28 drunk+depression perhaps :) Aug 21 06:20:00 they go together Aug 21 06:20:25 hangovers are there to fix that Aug 21 06:20:52 zap: ummmmm ... inactive as in? Aug 21 06:21:28 zap, i c ... this one doesnt poll anything unless you tell it to Aug 21 06:21:42 it does an initial data load and leaves it until you refresh Aug 21 06:22:04 there is (will be really soon) to set an auto-update period (in hours) Aug 21 06:22:15 + an option Aug 21 06:22:22 zap: python applet don t drain battery Aug 21 06:22:38 at least if they are well coded Aug 21 06:23:00 i will leave mine "running" all night to test Aug 21 06:23:14 as when device idle they idle too Aug 21 06:23:31 my understanding is that if i draw something to the home screen and do not update it then no battery drain will occur ... correct? Aug 21 06:23:43 mine have run 7 days without problem Aug 21 06:24:00 moontiger: correct Aug 21 06:24:15 Khertan_n810, where can i get your pypackager thingy from? Aug 21 06:24:54 if you use gobject timeout just shutdown it in the background call back Aug 21 06:25:17 pypackager is available for chinook but not for diablo Aug 21 06:25:38 as with diablo you can t upload to repository Aug 21 06:25:44 background callback: yes nice ... how then do ipackage my lil thingy ? Aug 21 06:26:00 if you want to diablo repository use py2deb Aug 21 06:26:09 ok cool thanks :) Aug 21 06:26:34 my app isnt anywhere near as nice as yours are yet but im still learning :) Aug 21 06:27:10 install py2deb and look at /usr/lib/python2.5/site-package/py2deb.py Aug 21 06:27:16 as there is no doc yet Aug 21 06:27:24 ok will do Aug 21 06:27:27 i m still learning too Aug 21 06:27:28 thnx so much :) Aug 21 06:27:40 and ask if you need help :) Aug 21 06:27:45 will do :) Aug 21 06:28:50 its a cmdline tool yes? Aug 21 06:29:03 http://pastebin.com/f367fb9f Aug 21 06:29:06 yep Aug 21 06:31:33 a makefile for py2deb example Aug 21 06:31:33 in fact the one for mcalendar Aug 21 06:31:41 ahhhhhhh i see ... you made this specific to mcalendar ... so i just edit the stuff i need and run it yes? Aug 21 06:32:21 it a example of makefile :) Aug 21 06:32:27 yep edit it Aug 21 06:32:29 nice! Aug 21 06:32:42 and then scp to extras builder Aug 21 06:32:45 i see you dont put pygtk etc as depends ... can they be relied upon to be there? Aug 21 06:33:17 it depends of what u need Aug 21 06:47:32 i m back Aug 21 07:02:19 on the cellfone connection? Aug 21 07:02:54 Khertan_n810, how did you get those nice transparent backgrounds? is that the cairo stuff? Aug 21 07:03:16 yep Aug 21 07:03:17 cairo Aug 21 07:03:33 yep cellphone connection Aug 21 07:03:33 doh! i didnt want to do all that stuff but it looks so nice :| Aug 21 07:04:02 at home and work i use the nick Khertan Aug 21 07:04:03 :) Aug 21 07:04:20 what work do you do? Aug 21 07:04:24 if its ok to ask Aug 21 07:05:05 brb making some tea Aug 21 07:05:31 i m a software engineer Aug 21 07:05:40 working in small company ... Aug 21 07:06:10 mainly dev using the rad 4d Aug 21 07:06:15 4d.com Aug 21 07:06:23 a french rad Aug 21 07:07:27 nice Aug 21 07:07:37 are you going to be in long beach in october? Aug 21 07:08:28 long beach ? vacancy ... haha no :) Aug 21 07:08:40 s/vacancy/holiday Aug 21 07:08:56 shame ... its quite nice there ... i saw the conference thing on ur company home page Aug 21 07:09:10 vacation btw ;) Aug 21 07:09:23 i don t work for 4d i use their tool Aug 21 07:09:23 :) Aug 21 07:09:28 ohhhhhhhhhhhhhh Aug 21 07:09:44 hehe Aug 21 07:09:44 my bad i misunderstood :) Aug 21 07:09:46 i work for naxos ... Aug 21 07:09:46 naxos.fr Aug 21 07:09:54 which has been bought by nexity Aug 21 07:10:19 hmmmmm... its all in french ;) Aug 21 07:10:22 yes i know website is horrible Aug 21 07:10:25 are u in paris? Aug 21 07:10:48 yep Aug 21 07:10:51 nice Aug 21 07:11:00 im moving to madrid in december :) Aug 21 07:11:18 in fact at 'issy les moulineaux' Aug 21 07:11:48 a south city of paris Aug 21 07:12:16 but my office is at 300 of paris border :) Aug 21 07:12:18 300m Aug 21 07:12:20 dont know it ... but i dont know paris so well ... only been there a few times Aug 21 07:12:35 where do u live ? Aug 21 07:12:42 right now im in san francisco Aug 21 07:13:18 never see it irl :) Aug 21 07:13:34 its cool enough but im missing europe too much after 5yrs Aug 21 07:13:43 hehe Aug 21 07:14:12 i ve hesitate 2 year ago to go to mineapolis Aug 21 07:14:34 mineapolis .... i drove thru it once ... glad to leave Aug 21 07:14:43 :) Aug 21 07:14:52 i lived in nyc before here Aug 21 07:14:58 and before that south africa Aug 21 07:15:38 i have a job there ... but my wife can t work nin us Aug 21 07:15:47 s/sin/in Aug 21 07:16:00 shame! i think its going to get better here if obama wins Aug 21 07:16:43 diplonope Aug 21 07:16:44 nope Aug 21 07:17:02 diplome not recognized Aug 21 07:17:09 ahhhhh yes Aug 21 07:17:13 they are very strict here Aug 21 07:17:21 she is 'sage-femme' Aug 21 07:17:41 ? Aug 21 07:17:42 don t know how we say in english :) Aug 21 07:18:05 ahhh midwife Aug 21 07:18:10 to help with the babies Aug 21 07:18:18 a less graded doctor that help babyh to born Aug 21 07:18:25 yeah midwife Aug 21 07:18:41 midwife ... i ve learn sometning today Aug 21 07:18:45 :) Aug 21 07:19:04 whats the work situation like in europe these days? Aug 21 07:19:26 moontiger: depends on the country :| Aug 21 07:19:36 bad in france ... Aug 21 07:19:37 well im heading to madrid to start with Aug 21 07:20:02 but a bit better for software engineer Aug 21 07:20:17 cool ... what languages are used a lot there? Aug 21 07:20:39 economic situation is a bit bad at this time in france Aug 21 07:20:59 language in france ? french :) Aug 21 07:21:11 computer languages i mean :)~ Aug 21 07:21:32 java is the hype thing Aug 21 07:21:42 oh god ... not java :| Aug 21 07:22:15 yep i hate that things too Aug 21 07:22:21 Khertan_n810: impossible Aug 21 07:22:25 I thought eiffel would be the go in france :) Aug 21 07:22:28 it's nowhere near as bad as in Poland Aug 21 07:22:29 its all java middle-ware Aug 21 07:22:42 well, it is Java suckage here too Aug 21 07:22:44 aspect, hahaha Aug 21 07:22:47 or .NET suckage Aug 21 07:22:50 there is also many sap / abap need Aug 21 07:22:55 eeeesh Aug 21 07:22:58 or low-level hardware :D Aug 21 07:23:05 hmmmmmmmmmmm that sounds fun Aug 21 07:23:11 .net too is well payed Aug 21 07:23:23 .NOT sucks but i can do it Aug 21 07:23:26 btw, I need to find something good for our "work practice" at uni Aug 21 07:23:33 moontiger: sucks less than Java Aug 21 07:23:39 true dat Aug 21 07:23:40 eiffel have never been used Aug 21 07:23:46 .nyet is the official codename Aug 21 07:23:47 except in univesity Aug 21 07:23:49 eiffel is just a teaching language Aug 21 07:23:56 Khertan_n810: and at Ericsson Aug 21 07:24:12 ericsson uses eiffel?? Aug 21 07:24:17 used Aug 21 07:24:17 seriously ? Aug 21 07:24:21 they created it Aug 21 07:24:33 ummmmm really? Aug 21 07:24:39 this why it s a so poor language Aug 21 07:24:39 check history Aug 21 07:24:45 it's unfinished ;P Aug 21 07:24:59 it s not started Aug 21 07:25:05 yeah sure Aug 21 07:25:16 Bertrand Meyer. Aug 21 07:25:22 he invented it Aug 21 07:25:30 ok, so, I want something in low-level programming or firmware Aug 21 07:25:30 as a demonstration of pure OO concepts Aug 21 07:25:37 do you have something in mind? :> Aug 21 07:25:51 moontiger: person... but check who backed it Aug 21 07:25:52 as400 is also used in many banks Aug 21 07:25:55 AStorm: I think you're thinking of erlang :) Aug 21 07:25:57 ohhhh Aug 21 07:26:22 i think python is a good OO language Aug 21 07:26:24 obj-c powa ! Aug 21 07:26:32 for low level stuff Aug 21 07:26:39 obj-c for iphones? Aug 21 07:26:51 is the iphone big over there? Aug 21 07:27:03 ARGH Aug 21 07:27:06 I;m wrong Aug 21 07:27:07 indeed Aug 21 07:27:18 aspect: sorry for misinformation Aug 21 07:27:20 my mistake Aug 21 07:27:24 I thought of Erlang Aug 21 07:27:44 Khertan_n810: obj-c isn't bad, but it's a bit... lacking Aug 21 07:31:16 so, I need some fun environment which can sign the pointless "practice contract" with WUT Aug 21 07:31:34 which is 3-4 papers Aug 21 07:31:56 i m back :) Aug 21 07:32:00 i m at office now :) Aug 21 07:32:22 AStorm: lacking of what , Aug 21 07:32:24 ? Aug 21 07:32:32 Khertan: of some nice syntax Aug 21 07:32:52 you see, message-passing isn't bad, but isn't convenient in many cases Aug 21 07:32:57 AStorm: this ... just a point of view Aug 21 07:33:03 yes Aug 21 07:33:10 i like it ... Aug 21 07:33:18 I like it too, more than C++ Aug 21 07:33:26 which has too much syntax, which is hacky Aug 21 07:33:33 but now i mainly use python ... it s clear that i prefer it ... but for low level stuff ... Aug 21 07:33:44 AStorm: personnaly i hate c++ Aug 21 07:33:55 it s not a language ... it s a hack Aug 21 07:33:59 for low-level stuff, nothing beats C augmented with assembly Aug 21 07:34:13 and i hate read or maintain source made by other Aug 21 07:34:25 some are nice, like Qt Aug 21 07:34:31 Qt ? Aug 21 07:34:31 but it's exception, not norm Aug 21 07:34:41 it s not a language ... Aug 21 07:34:50 I mean, code written by others ;P Aug 21 07:34:54 just a framework ... (which i don t like) Aug 21 07:34:56 ah :) Aug 21 07:35:02 never see the qt source Aug 21 07:36:19 I guess I'll have to delve into Symbian and work with our resident master ;P Aug 21 07:36:32 get some connections Aug 21 07:36:44 i like c++ :) Aug 21 07:36:54 love asm too Aug 21 07:37:01 moontiger: you either don't know it, or don't use it (C++) Aug 21 07:37:18 try implementing a general anything in C++ :> Aug 21 07:37:20 hmmmm well ive been using it for quite a few years now Aug 21 07:37:29 templates *suck* Aug 21 07:37:38 i used to write trading systems in c++ Aug 21 07:37:52 writing iterators sucks too Aug 21 07:37:53 templates are great if you use them properly Aug 21 07:38:08 moontiger: ... they suck at their purpose, which is writing generic code Aug 21 07:38:14 it's much too hard for its worth Aug 21 07:38:28 well thats cos a lot of people cant write good iterators Aug 21 07:38:32 so they use stl Aug 21 07:38:46 because writing iterators is hard Aug 21 07:38:52 guess why :> Aug 21 07:38:58 its not really that hard Aug 21 07:39:11 4 functions would be enough Aug 21 07:39:22 first last next prev Aug 21 07:41:20 moontiger: yeah, so, give me a clean iterator example Aug 21 07:41:28 which will work over tree nodes Aug 21 07:41:37 (linked nodes) Aug 21 07:41:47 generic Aug 21 07:42:06 sigly linked or doubly linked nodes? Aug 21 07:42:06 I lost a day doing that Aug 21 07:42:12 singly even Aug 21 07:42:16 uhm, it's a tree Aug 21 07:42:23 with parent and child nodes Aug 21 07:42:43 next is the next child Aug 21 07:42:49 prev is the parent Aug 21 07:42:55 first and last are tricky :) Aug 21 07:43:20 hmmmmm i would prolly use recursion.... but that has problems Aug 21 07:43:24 any order of walk is acceptable Aug 21 07:43:29 next is child or sibling? Aug 21 07:43:32 in-order, pre-order and post-order Aug 21 07:43:40 aspect: any is acceptable :> Aug 21 07:44:04 I prefer top-to-bottom, = in-order Aug 21 07:44:15 AStorm: no, I'm asking about your ADT. If you only have next/prev pointers it's not a tree afaict Aug 21 07:44:17 there is no "sibling" pointer Aug 21 07:44:32 aspect: it has only parent and child pointers Aug 21 07:44:38 standard tree Aug 21 07:44:49 ok, I misunderstood what you said earlier Aug 21 07:44:50 multiple children Aug 21 07:45:00 ahhhhhhhhh so not a binary tree Aug 21 07:45:11 * aspect doesn't hold enough c++ in his head to write the code anyway :) Aug 21 07:45:18 it's trivial in scheme :) Aug 21 07:45:21 moontiger: if it were a binary tree, I could make it an array Aug 21 07:45:23 that is simple Aug 21 07:45:40 aspect: it's trivial in Python too Aug 21 07:45:45 Hi all, How do I install apt-pkg inside scratch-box Aug 21 07:45:49 ? Aug 21 07:45:49 except arrays have different performance metrics to binary trees Aug 21 07:45:55 atul: it should be there Aug 21 07:46:14 moontiger: no, different memory metrics Aug 21 07:46:15 AStorm: not as trivial as in Scheme, I'll bet :) Aug 21 07:46:25 aspect: close enough, but you're right :> Aug 21 07:47:03 * moontiger thinks about it Aug 21 07:47:27 a specialization of the tree will walk an SQL database Aug 21 07:47:31 AStorm:= but when my application donig ./configure it is giving error message like "checking apt-pkg/configuration.h usability... no" why so ? Aug 21 07:47:40 * Khertan laught as he use a high level language :) Aug 21 07:47:55 atul: it's probably missing apt-dev or sth Aug 21 07:48:07 Khertan: I would too, I prefer Python also Aug 21 07:48:13 well the trick is knowing if you have a sibling or need to cross a boundary Aug 21 07:48:17 BUT stupid companies prefer C++ Aug 21 07:48:18 AStorm:= what to do ? Do I need to install apt-dev ? Aug 21 07:48:28 moontiger: You have to move upwards to get a sibling Aug 21 07:48:33 right Aug 21 07:48:38 * aspect doesn't mind low level languages when they're appropriate .. but c++ suffers from layer upon layer of ad-hoc greenspunning Aug 21 07:48:41 note, siblings "don't exist" unless you prod them Aug 21 07:48:55 you keep a stack. isn't that how trees are always traversed? Aug 21 07:48:58 (as I said, I want to walk an SQL database representation of the tree) Aug 21 07:49:08 aspect: it's too heavy Aug 21 07:49:13 yah Aug 21 07:49:15 I want to close unneeded nodes Aug 21 07:49:15 AStorm: ? Aug 21 07:49:36 aspect: nodes have to be "open" only when needed Aug 21 07:49:44 the representation will be used for A* Aug 21 07:49:51 did I say anything about opening nodes? Aug 21 07:50:03 no, but you said you want to keep everything on a stack Aug 21 07:50:15 so can't free it if required Aug 21 07:50:40 to visit a subtree you visit its root, if there's more than 1 child you push the root paired with the integer 1, then visit the subtree rooted at its first child Aug 21 07:50:49 in what context would you use such a DS Aug 21 07:50:51 ? Aug 21 07:51:04 if you can traverse a tree without keeping track of the info I'm putting on the stack, you should write a paper Aug 21 07:51:07 aspect: I want to lose the already traversed tree, thank you Aug 21 07:51:18 let me say again Aug 21 07:51:27 so you push the remaining children Aug 21 07:51:29 I want a breadth-first iterator Aug 21 07:51:36 remaining children, yes Aug 21 07:51:41 but w/o "loading" them Aug 21 07:51:50 make that into C++ iterator Aug 21 07:51:55 well, yes Aug 21 07:52:18 you can push a pointer/reference/handle etc without dereferencing it. that would be standard practice I'd assume. unless you're a javanaut ;-) Aug 21 07:52:43 aspect: this is correct, problem is passing the stack to the iterators Aug 21 07:52:59 it either has to be global, or kept in some root structure Aug 21 07:53:05 tree-global Aug 21 07:53:08 I'd have assumed it's internal to the iterator Aug 21 07:53:15 now, let's say I want to have concurrent access Aug 21 07:53:16 but then, I don't care to know this much about c++ :-) Aug 21 07:53:17 ;P Aug 21 07:53:19 AStorm:= what to do ? Do I need to install apt-dev ?? Aug 21 07:53:25 atul: I think so Aug 21 07:53:49 HI all "checking apt-pkg/configuration.h usability... no" How to resolve this ? Aug 21 07:54:04 atul: ... you need development headers for apt Aug 21 07:54:08 this means you want apt-dev Aug 21 07:54:09 AStorm:= I tryied that but it is failing Aug 21 07:54:12 install it Aug 21 07:54:16 huh how? Aug 21 07:54:32 AStorm, when would you use a sturcture like this? Aug 21 07:54:58 moontiger: breadth-first traversal? for A* (with minor modifications, like sorting on load) Aug 21 07:55:39 so, I need to keep an iterator-local stack Aug 21 07:55:49 sorting on load? wouldnt a simple binary tree do that? Aug 21 07:55:54 ... Aug 21 07:56:01 it's a stack actually Aug 21 07:56:03 how do I pass it Aug 21 07:56:12 it should be iterator-local Aug 21 07:57:20 pass it to what? Aug 21 07:57:28 im obviously not getting something here Aug 21 07:57:38 either to the recursive or non-recursive iterator Aug 21 07:57:53 actually, I could do a non-recursive specialized iterator Aug 21 07:57:57 but I want a generic one Aug 21 07:58:26 if you use recursion dont you risk stack over-run? Aug 21 07:58:33 generic breadth-first on a tree which is expanded in each iteration Aug 21 07:58:51 moontiger: well, it doesn't have to be recursive Aug 21 07:58:53 just generic Aug 21 07:59:05 trick is tree is extended in each iteration Aug 21 07:59:05 im not getting the purpose of the structure so its hard for me to get my head around the problem Aug 21 07:59:11 ahhhhhhhhh Aug 21 07:59:13 on load Aug 21 07:59:14 ok Aug 21 07:59:21 i get it Aug 21 07:59:23 also, there may be tree inserts too Aug 21 07:59:56 do the parent nodes know how many child nodes they have? Aug 21 08:00:23 how many, yes, but you can't know how many children the children have w/o loading them Aug 21 08:00:27 which is expensive Aug 21 08:00:31 right Aug 21 08:01:10 what did you come up with? Aug 21 08:01:36 I died at it Aug 21 08:01:50 in Python, it took a day to write the whole app Aug 21 08:02:05 because I can dynamically vary the structure in Python Aug 21 08:02:43 essentially each node would have to be a linked list (in c++) Aug 21 08:02:54 this is wrong Aug 21 08:03:00 it has to be a tree Aug 21 08:03:06 not tree of linked lists Aug 21 08:03:10 hmmmm Aug 21 08:03:20 there are no horizontal links Aug 21 08:03:21 Morning, all Aug 21 08:03:24 ok Aug 21 08:03:47 ok, I lied Aug 21 08:03:48 interesting problem Aug 21 08:03:53 there are horizontal links Aug 21 08:04:34 it's apparently not a tree Aug 21 08:04:42 but a generic graph Aug 21 08:05:01 then its a "tree" of linked lists... each child node points to its parent node Aug 21 08:05:14 uhm, it's a graph, no linked lists Aug 21 08:05:21 ach!! Aug 21 08:05:21 it's a graph with one root node Aug 21 08:05:36 right ... but it has child nodes Aug 21 08:05:41 there can be only one parent Aug 21 08:05:44 but there can be loops Aug 21 08:05:52 :> Aug 21 08:05:54 ie, a list each of which point to their immediate parent Aug 21 08:06:06 and so on down Aug 21 08:06:15 im confused why that wouldnt work? Aug 21 08:06:16 might be, yes Aug 21 08:06:22 note, there can be loops Aug 21 08:06:31 you don't want to traverse them indefinitely Aug 21 08:06:42 that would be checking for circular refs i presume Aug 21 08:06:47 so a stack is needed Aug 21 08:06:49 yes Aug 21 08:07:04 a stack with only as many slots to hold to max potential loop size Aug 21 08:07:07 actually, in this algorithm, cycles are beneficial, they cut traversal time Aug 21 08:07:16 moontiger: with infinitely many slots Aug 21 08:07:21 so dynamically allocated Aug 21 08:07:26 right ... i just realized that Aug 21 08:07:29 yes Aug 21 08:07:40 and with nodes closed when not needed anymore Aug 21 08:07:48 so, a GC'd stack Aug 21 08:07:49 but you only have to keep track of the current path so to speak Aug 21 08:08:43 sounds interesting tho :) Aug 21 08:08:54 i like messing with data structures Aug 21 08:10:13 moontiger: current path and next possible hits :) Aug 21 08:10:32 oh yah .. i see that Aug 21 08:10:57 the hard part is the GC'd stack Aug 21 08:11:06 hmmmmmmm yes Aug 21 08:11:16 high-level languages give you cheap and easy GC Aug 21 08:11:23 GC ? Aug 21 08:11:24 well ... its easy if it can take 4 days to run ;) Aug 21 08:11:31 garbage collector :) Aug 21 08:11:33 ;) Aug 21 08:11:34 garbage collection Aug 21 08:11:35 sorry : Aug 21 08:11:37 :) Aug 21 08:12:00 AStorm, but it isnt too hard to write your own stack allocator Aug 21 08:12:18 hm... what do you people use for storing passwords on the tablet? Aug 21 08:12:27 files? Aug 21 08:12:48 that's very... generic :) Aug 21 08:12:54 sorry .... its late :) Aug 21 08:13:09 * moontiger is feeling generic Aug 21 08:13:22 moontiger, but do you mean that you just keep stuff in a text file and gpg it in/out when needed? Aug 21 08:14:37 yacoob, actually i dont know ... i was thinking about it today myself ... right now its a home made enc stuffed in a database Aug 21 08:14:45 yacoob: actually, I keep passwords in my head Aug 21 08:14:50 it works Aug 21 08:14:55 but i would like to use mcrypt or something Aug 21 08:15:16 look for and maybe port passwordsafe Aug 21 08:15:29 counterpane version Aug 21 08:15:34 both password safe and gpasman suck in a different ways :) Aug 21 08:15:46 yeah, security is like that Aug 21 08:16:08 on palm I was using cryptopad, and someone had a noble goal of making a similar app, but apparently got devoured by pack of angry rhinos some time ago Aug 21 08:16:28 i'll add it to my list when i get some time Aug 21 08:16:38 and i'll watch out for hungry rhinos Aug 21 08:16:39 ;) Aug 21 08:17:06 train your memory Aug 21 08:17:14 and make good passwords Aug 21 08:17:43 moontiger, if you'd be aiming for anything like that: I'm actually looking for storing notes, not only passwords. That's why both of existing software suck. Aug 21 08:17:57 AStorm, good luck memorizing pgp revocation certificate :D Aug 21 08:17:58 yacoob: storing notes == maemopad+ Aug 21 08:18:09 does it encrypt them in any way? Aug 21 08:18:09 yacoob: well, that I keep on a safe CD Aug 21 08:18:17 no Aug 21 08:20:16 is there no encryption functionality on maemo? Aug 21 08:20:40 there's plenty, it's lack of the userfriendly interface that aches Aug 21 08:20:45 There must be. Any particular kind? Aug 21 08:20:58 i mean a programmer lib that i can use to make a simple app Aug 21 08:21:00 * Khertan have tryed to port pycripto to maemo ... to be able to port revelation Aug 21 08:21:01 gpg is there, right? Aug 21 08:21:14 any luck khertan? Aug 21 08:21:28 nope ... i ve scratched my scratchbox install :) Aug 21 08:21:40 The usual ssl libs are also there Aug 21 08:21:56 but if someone make it available in extras-devel i would be happy :) Aug 21 08:22:05 http://oss.codepoet.no/revelation/ Aug 21 08:22:18 and libcrypt Aug 21 08:22:52 is pycrypto just a recompile away? Aug 21 08:23:15 GTK+ 2.4, GNOME 2.6, Python 2.3, Aug 21 08:23:15 pygtk 2.4, gnome-python 2.6, pycrypto 1.9, and Cracklib Aug 21 08:23:24 moontiger > it should be Aug 21 08:25:02 https://garage.maemo.org/plugins/scmsvn/viewcvs.php/?root=cryptochest is there, although it looks a bit abandoned Aug 21 08:25:04 ok well i canhave a go at that ... i have a scratchbox running still Aug 21 08:28:42 im off to bed ... im tired ... nn all ... thnx for the conversations :) Aug 21 08:38:49 good morning Aug 21 08:54:49 hi Aug 21 08:55:35 is there a way to transfer files from my PC to the 810 via LAN? Aug 21 08:55:46 wifi Aug 21 09:00:27 Sure. Pick any one. Aug 21 09:01:02 pardon? Aug 21 09:01:07 Iow, whatever sw you have on both. sch/sftp/http/ftp/tftp/rcp/uucp/netcat+rzsz... Aug 21 09:01:19 It's just a network connection :9 Aug 21 09:01:26 And most work in either push or pull Aug 21 09:02:00 .. both ways around Aug 21 09:02:52 thanks Aug 21 09:03:16 is there a good ftp client for the maemo? Aug 21 09:04:12 Good and ftp don't go together :) Aug 21 09:05:14 :( Aug 21 09:05:59 which way would be the easiest to setup? :p Aug 21 09:34:21 subversion isnt available in the normal 'extras' repository, but I can see it at http://repository.maemo.org/extras/pool/chinook/free/s/subversion/. Is that something which isnt ready to be used or something? (Im new to maemo). Aug 21 09:35:09 usicow, i use svn from my tablet Aug 21 09:35:32 lcuk2: on a fat partition? Aug 21 09:35:43 chinook is the previous release of the os which might explain why you cant directly put it on Aug 21 09:36:20 aquatix, what does fat have to do with it? but no its mmc1 which is an ext2 partition Aug 21 09:36:21 lcuk2: ahh, I see.. ok so how did you install svn? Aug 21 09:36:30 i have chinook :) Aug 21 09:36:38 ah Aug 21 09:36:39 :) Aug 21 09:36:47 it wont work on Diablo? Aug 21 09:36:49 apt-get install svn-specific-name-whatever-it-was Aug 21 09:36:52 it should Aug 21 09:36:56 add the repo and try :P Aug 21 09:37:06 lcuk2: well, i tried checking out a repository and i got some errors about locks iirc Aug 21 09:37:33 ok, also is there a way I can just download the .deb file and install it without adding the repository? Aug 21 09:37:35 apt-get install subversion Aug 21 09:37:44 aquatix, it doesnt complain for me - works nicely and ive checked out a number of rojects and pushed changes back Aug 21 09:37:45 usicow: yes Aug 21 09:38:00 usicow, just download from within the folder you posted Aug 21 09:38:04 and try it Aug 21 09:38:06 usicow: just download the .deb and on the tablet do "dpkg -i subversion_blah.deb" Aug 21 09:38:16 [as root] Aug 21 09:38:21 or double tap from the filemanager ;) Aug 21 09:38:27 ah yeah :) Aug 21 09:38:28 and let the isntaller do its stuff Aug 21 09:38:34 aquatix: great thanks Aug 21 09:38:42 usicow: and what lcuk2 says ;) Aug 21 09:39:10 * lcuk hadnt noticed he wasnt logged in Aug 21 09:49:43 is there a nice program for maemo that shows CPU usage? Aug 21 09:51:42 loadapplet? Aug 21 09:51:55 also, there's top Aug 21 09:52:05 and probably someone could build htop Aug 21 09:52:07 usicow, yes, but its top secret and closed source and you cannot even have the binary for it or even see pictures of it Aug 21 09:52:13 (https://garage.maemo.org/projects/load-applet/) Aug 21 09:52:26 in fact, one of Nokia associates will be with lcuk shortly to terminate him. Aug 21 09:52:41 damn Aug 21 09:52:44 hell, they'll kill ITT and Google for it Aug 21 09:52:53 it was worth it in the end, information should be free Aug 21 09:53:08 Long Live Freedom! Aug 21 09:53:09 too bad load-applet doesn't show more stats in the drop down, though. Aug 21 09:53:15 hold on, someone at the door Aug 21 09:53:16 hmmh? Aug 21 09:53:34 hm, I can simply make a patch... :) Aug 21 09:54:23 yes you could, if you do decide to dive in, would you find out if it tirelessly updates itself even if the device is locked and screen turned off Aug 21 09:54:32 cos it would be really wasteful to show information to nothing Aug 21 09:54:56 heh, it needs some dbus support to disable itself Aug 21 09:55:00 i had a thought about it being a battery drain when i last had it installed Aug 21 09:55:13 no, it's not a major battery drain I found out Aug 21 09:55:39 load-applet drains the battery? Aug 21 09:55:53 not by any noticeable amount Aug 21 09:55:56 but because its tirelessly ticking over and refreshing itself its doing quite a lot Aug 21 09:56:07 it's ticking rarely enough Aug 21 09:56:09 it was just a thought Aug 21 09:56:14 so it doesn't speed up CPU Aug 21 09:56:48 doesn't wake it often enough from C3 Aug 21 09:56:52 no but it pushes data to the lcd every second - does the lcd chip have to wake back up to accept the data even if the screen is off Aug 21 09:57:03 no, it doesn't apparently Aug 21 09:57:05 and what does it use for its sleep cycle Aug 21 09:57:11 at least not when dsme is active Aug 21 09:57:20 it uses sleep(1); Aug 21 09:57:39 that is, one second Aug 21 09:57:52 all i was asking was whether it does actually say "ok, the user has display turned off, maybe i should hold off on updating Aug 21 09:58:01 it doesn't Aug 21 09:58:01 someone have successfully use a usb mouse with an n8x0 ? Aug 21 09:58:07 but it doesn't take a lot of power either Aug 21 09:58:24 really, I should try to measure both stress and wait times Aug 21 09:58:30 Khertan: not me. I don't even know how the mouse pointer would show up. Aug 21 09:58:45 you just have to replace the invisible cursor ;P Aug 21 09:59:02 gomiam, the theme for maemo DOES have a mouse pointer, its just a transparant square - it can be replaced with a proper one Aug 21 09:59:05 Khertan: I was too lazy to do that Aug 21 09:59:09 infact, sometimes you see the x pointer Aug 21 09:59:25 Khertan: it requires a powered hub most likely too Aug 21 09:59:57 yep ... i'm just thinking to use my n8x0 with an external display an usb keyboard and a mouse Aug 21 09:59:58 :) Aug 21 10:00:01 AStorm: probably not. If a keyboard can work directly, a mouse energy consumption shouldn't be a worry, methinks. Aug 21 10:00:23 not all keyboards work, check the Ma rating on the device you wanna use Aug 21 10:00:35 gomiam: optical mouse use more power than a keyboard :) Aug 21 10:00:49 then get a ball mouse Aug 21 10:00:51 the Ma rating ? Aug 21 10:00:57 power Aug 21 10:00:59 i ll use a usb hub Aug 21 10:01:12 100ma max current draw from usb OTG host Aug 21 10:01:13 powered hub, too Aug 21 10:01:26 lcuk: I suspect if you push it, the USB could provide 200 mA Aug 21 10:01:29 as it will be too use at home Aug 21 10:01:40 no astorm, it wont Aug 21 10:01:45 it has current limiters afiak Aug 21 10:01:46 it will, if you force it Aug 21 10:01:49 yes, it does Aug 21 10:01:56 can disable these Aug 21 10:02:07 anyway, I don't really mind. I already have a USB ultra-slim hub and its power source :-) Aug 21 10:02:13 goodie Aug 21 10:02:17 hmmm, its official spec and you cant go beyond it Aug 21 10:02:23 and about vga<->usb .... Aug 21 10:02:25 lcuk: yes, it's a hack Aug 21 10:02:31 Khertan: definitely more than 100 mA Aug 21 10:02:39 and you need a driver Aug 21 10:02:50 what is the state of the driver project ? Aug 21 10:03:01 you know the name of the project ? Aug 21 10:03:01 bbl Aug 21 10:03:13 i m looking for it on itt ... but it s painfull Aug 21 10:05:56 Khertan: the driver is there, but not built for maemo Aug 21 10:06:03 sis-something driver Aug 21 10:06:10 probably sisusb or something like it Aug 21 10:06:22 as it's the only vga<->usb I know of Aug 21 10:06:55 noone have tryed to use it on a nit yet ? Aug 21 10:08:21 xsisusb Aug 21 10:14:10 hum ... to mirroring screen it use vncserver Aug 21 10:15:06 89,69 the adaptator ... ouch Aug 21 10:15:10 Euros Aug 21 10:16:29 you can get one for ~34e from dealextreme Aug 21 10:16:32 35 Aug 21 10:27:11 hum i don't know it Aug 21 10:27:37 Khertan I didn't get that email Aug 21 10:28:24 AFBN810 ? Aug 21 10:29:05 The mcontacts one its andrewfblack Aug 21 10:29:20 Kegetys > i don't find it on dealextrem Aug 21 10:29:30 AFBN810: ah sorry don't recognize you Aug 21 10:29:40 AFBN810: i ve send it yesterday with modest Aug 21 10:29:45 http://www.dealextreme.com/details.dx/sku.4838 Aug 21 10:29:54 seems the price has gone up a bit since I ordered, but much cheaper anyway Aug 21 10:30:09 andrewfblack@gmail.com? Aug 21 10:30:46 yep Aug 21 10:31:10 i ll send it you again ... Aug 21 10:31:23 Kegetys: do u use it with a nit ? Aug 21 10:31:37 do you remember the email subject so I can search for it might be in spam Aug 21 10:31:48 Khertan: it hasn't arrived yet Aug 21 10:32:02 as it s not the same as the tested one ... Aug 21 10:32:53 as far as I can tell it is the same one, same chipset etc. Aug 21 10:33:11 I should get mine tomorrow hopefully so I can test it then Aug 21 10:33:54 if it s the same chipset it should be ok Aug 21 10:36:42 \o/ w000t i'm going on a european vacation - i get to see 3 different germany cities on this trip Aug 21 10:37:11 * lcuk wonders why there are no direct flights from manchester to berlin Aug 21 10:37:13 does anyone use their N800 as a car stereo? Aug 21 10:37:31 lbt, wasnt there that car stats thing which would work Aug 21 10:38:11 khertan I didn't get it can you send it out again? Aug 21 10:38:11 oh crap, bbl Aug 21 10:38:44 AFBN810: yep i ll send it again ... Aug 21 10:39:05 ouch dealextrem have very poor ratings ... Aug 21 10:39:18 thanks Aug 21 10:42:19 hum ... someone know where is the x11vnc server package ? Aug 21 10:42:22 can t found it Aug 21 10:42:54 https://garage.maemo.org/projects/x11vnc/ Aug 21 10:43:31 hum ... if i ve wrote x11 instead of x12 in google ... Aug 21 10:43:54 ratings? Aug 21 10:46:20 someone have hacked microsoft france ? : http://www.microsoft.com/france/windows/products/windowsvista/features/experiences/music/default.mspx Aug 21 10:46:48 kegetys: many review made by french customers are bad ... Aug 21 10:48:24 bye ... Aug 21 10:48:39 well I havent had any problems and I have ordered alot of stuff from them Aug 21 10:48:43 though I'm not french :P Aug 21 10:50:11 is there a way to give the gps information from a external bluetooth device from the maemo device to a third device (like mobile phone)? Aug 21 10:54:47 eichi: I guess it would be possible although I doubt that it is easy with the software on the tablet. Should not be too hard though for someone with bluez knowledge. Aug 21 10:55:45 lbt, yeah, I used my n810 for that Aug 21 10:56:23 lbt, I had it mounted on the windscreen, audio connector into aux in for the car stereo, works fine Aug 21 10:56:45 crashanddie: just wondering if/how people had done it Aug 21 10:57:04 maybe an external usb drive? Aug 21 10:57:17 do you use canola? Aug 21 10:57:23 yeah, I used canola Aug 21 10:57:42 canola is much more finger friendly, and using the stylus whilst driving is a big no-no Aug 21 10:58:49 not seen canola yet - just installing Aug 21 10:59:07 * ariya thinks canola2 rocks Aug 21 10:59:18 I prefer mediabox Aug 21 10:59:22 I never used an external hard drive on my NIT, but I did have an external drive which was directly connected to the stereo Aug 21 11:00:29 I'll see what the sound quality is like on a decent hifi... Aug 21 11:00:43 I've not even listened to an mp3 on it yet ;) Aug 21 11:01:04 * lbt really must actually *use* nut Aug 21 11:01:11 some car-radios do a2dp Aug 21 11:01:18 Aug 21 11:01:54 I need a decent amp that takes pcm over wifi... Aug 21 11:02:32 oops - gotta go ... bbl Aug 21 11:04:34 morning all Aug 21 11:11:04 when I open an xterm window, I'd like it to be full screen - as in no typing assistant or anything.. just a 100% full screen text terminal window. Is that possible? I cant seem to get rid of the typing assistant thing. Aug 21 11:14:11 porting.... maemo is based on an upstream debian. Which one? I can't put the upstream deb into my scratchbox (obvioulsy) but I should be able to put the deb-src in... Aug 21 11:14:12 You mean the esc-tab-... line? Aug 21 11:15:00 usicow: menu/view/show toolbar/fullscreen off Aug 21 11:15:26 XTL: nah, I worked out how to remove that one.. its one that Im seeing below that.. all it says on the right hand side is 'abc'. Aug 21 11:15:41 Was it fn-space that should popdown that Aug 21 11:15:48 you can remove that entirely by disabling the preidiction & dictionary things from control panel Aug 21 11:17:34 XTL: doesnt seem to work.. but at least you know of something that is capable of removing it :) I'll hunt around more.. any idea what that bar is called by the way? Aug 21 11:18:34 usicow: Can't recall. It doesn't appear on mine. Did you have a look at Kegetys's setting? Aug 21 11:21:43 is kegety a person? :) Aug 21 11:21:54 huh? Aug 21 11:22:04 maybe another way - what version of debian is diablo based on? If any? Aug 21 11:22:24 ohhh sorry Kegetys I missed what you said. Aug 21 11:22:26 hmm Aug 21 11:22:34 thanks. I'll disbale it. Aug 21 11:23:24 perfect :) Aug 21 11:23:27 lbt: There's an answer to that buried somewhere in mailing list, itt or docs. I can't recall. Aug 21 11:23:37 A somewhat older version, I think :) Aug 21 11:23:42 I've been digging!!! Aug 21 11:23:55 I don't see it immediately either. :) Aug 21 11:23:58 I guess it is old - which is fine Aug 21 11:24:06 did you catch my objective? Aug 21 11:24:06 But you should be able to pull from any upstream you want and rebuild. Aug 21 11:24:16 to add a deb-src to scratchbox Aug 21 11:24:19 for portin Aug 21 11:24:21 g Aug 21 11:24:22 yes but Aug 21 11:24:29 I want to port autofs Aug 21 11:24:32 Yes. I've done that for random backports from testing to stable sometimes. Aug 21 11:24:40 which depends on libraries Aug 21 11:24:50 and I want to minimise version conflicts Aug 21 11:24:51 There may be problems, of course, but it should essentially work. Aug 21 11:25:00 I've done it for ddd Aug 21 11:25:07 quite a chain - but simple Aug 21 11:25:13 The libraries you build against should match the tablet. Aug 21 11:25:29 but then I end up building more libraries Aug 21 11:25:30 Either they come from the sdk (match) or you built them yourself (match) Aug 21 11:25:39 and have build-dep version issues Aug 21 11:25:55 when I'm 5 deep Aug 21 11:26:22 If the sw you want demands too new libs and you don't want to port those, you'd need to adapt the package/sw to use older libs. Aug 21 11:26:36 or just use the older version (which is probably fine) Aug 21 11:26:45 which is where I came in... Aug 21 11:26:47 :D Aug 21 11:26:51 :) Aug 21 11:27:50 I think my proposal is a safe way to build any debian package without needing to 'adapt' Aug 21 11:28:03 (non-gui of course) Aug 21 11:57:45 www.internettablettalk.com down? Aug 21 11:59:14 no Aug 21 11:59:29 long loading... Aug 21 11:59:42 no :) Aug 21 11:59:57 face it, it's you. Aug 21 12:00:18 strange Aug 21 12:00:24 are you? Aug 21 12:00:45 just can see a white page Aug 21 12:01:11 I'm getting the usual site, and I'm logged in Aug 21 12:02:20 Italodance, step into the light Aug 21 12:02:42 I'm getting orange boxes that slowly dissolve into the normal page Aug 21 12:03:08 Though a while ago, wiki disappear and "it was just me". Aug 21 12:03:17 the orange default colours before the theme is applied are awful - it would make the site much more pleasant if they were default colours in the unstyled page Aug 21 12:04:04 I think web forum users deserve all the unpleasantness you can throw at them. Aug 21 12:04:42 and they return the love to you in the form of IRC trolls spamming goatse wrapped in nokia informative link clothing Aug 21 12:04:54 who? Aug 21 12:04:58 xtl Aug 21 12:05:04 oh Aug 21 12:05:12 lol Aug 21 12:05:23 XTL: I agree - web forums Aug 21 12:05:34 theres nothing at all wrong with a forum, they work really well Aug 21 12:05:40 uh huh Aug 21 12:05:51 we've had this debate Aug 21 12:05:55 you're wrong Aug 21 12:05:57 Aug 21 12:06:09 though i prefer the moderated comment system slashdot has - it lets you see the signal whilst dropping the noise Aug 21 12:06:48 does the n8x0 sound chip allow spdif out through the headphone? Aug 21 12:07:05 though they screwed that up recently by defaulting to first 25 comments - thats all people moderate on, the rest below are like a barran wasteland Aug 21 12:10:29 I also find reddit's comment system pretty well-working Aug 21 12:10:49 But what you usually come against is the typical phpBB Aug 21 12:11:51 Mmm.. yabb.pl, was it Aug 21 12:12:24 I'm sure there's a few more nightmares. But they all look the same and breed the same culture. Aug 21 12:33:53 hi, has someone had any problems when developing own statusbar plugins? Aug 21 12:39:11 i'm having these strange problems that when I install my own plugin, everything works fine, but if I keep on installing and uninstalling it then at some stage some of the other icons disappear. Aug 21 12:40:12 I've also had a couple of time an "effect" where the whole screen turns white and every application is minimized and after a while, everything gets reloaded. Aug 21 12:40:39 Has anyone had similar problems? Aug 21 12:41:32 btw, the hello world app (which also creates icon to the statusbar) works perfectly Aug 21 12:46:06 herwood: you get that because your plugin crash Aug 21 12:46:14 making maemo-launcher crashing Aug 21 12:46:23 hmm Aug 21 12:46:28 so at the reboot it load a default config to avoir cycling crash Aug 21 12:46:29 I was thinking that too Aug 21 12:47:05 could I get some log-printing somehow so I could trace the problem? Aug 21 12:49:02 i use the old method of stdout in a file :) Aug 21 12:49:38 aa, ok :) Aug 21 12:49:48 I'll try that, thanks Aug 21 12:55:33 * brontide beats up GTK and rifles through their pockets for change Aug 21 12:59:31 Khertan: PyDeb or PyPackager, which is easier for uploading to extras Aug 21 13:01:34 herwood: take a look at advanced-backlight, i added some debug code there to make the plugin run as standalone. see the #ifdef TEST_PLUGIN sections. Aug 21 13:02:18 it's easier to attach gdb this way and you don't have to worry about taking down the whole desktop :) Aug 21 13:03:15 thanks jott Aug 21 13:11:14 brontide: py2deb is easier to upload to diablo extras ... as you can't with pypackager :) Aug 21 13:11:30 as package should be built with autobuilder Aug 21 13:12:11 thanks, do you have a crash course for py2deb ( help / wiki / random scribbles ) or is it intuative? Aug 21 13:12:28 and I assume it's meant to be run on-tablet Aug 21 13:13:17 so apt-get update gives me: Aug 21 13:13:19 W: GPG error: http://www.mirrorservice.org etch Release: Couldn't access keyring: 'No such file or directory' Aug 21 13:13:32 in scratchbox Aug 21 13:14:01 I can't install debian-archive-keyring ('cos I only have their deb-src) Aug 21 13:14:19 so any ideas on how to tell apt-get to JFDI Aug 21 13:15:56 anyone got any link to get ssh-agent to work in scratchbox ? Aug 21 13:16:31 Is there some specific problem with it? Aug 21 13:16:55 well, ssh-agent is the app that's supposed to remember your SSH-key passphrase, so you don't have to type it everytime Aug 21 13:16:57 right ? Aug 21 13:17:21 You could say that Aug 21 13:17:23 I haven't yet looked for that, but perhaps someone can tell me from top of his/her head - can you use scratchbox on osx? Aug 21 13:17:37 lbt: you could just get the debs from debian, they should install fine. Aug 21 13:17:47 yacoob: In an emulator, at least Aug 21 13:17:58 Natively, it might be tricky/fidgety Aug 21 13:18:26 XTL, well, I have my SSH-key in ~/.ssh, but even when I explicitly launch ssh-agent, it keeps asking for my passphrase Aug 21 13:18:33 yacoob: in theory it could work but i think no one really tried :) Aug 21 13:18:42 XTL, and well, my passphrase just isn't that short, and I'm getting tired of typing it everytime I compile something Aug 21 13:18:54 right :) Aug 21 13:18:56 Hmm.. Aug 21 13:19:11 I think ssh-agent is supposed to run a shell (or other command) and pass its env vars there Aug 21 13:19:22 yacoob: i think the easiest way is to get the vmware image if you are on x86 :) Aug 21 13:20:16 If you just run it, it launches, prints out the env... Aug 21 13:20:35 crashanddie: you could also use a ControlMaster and keep a session open :) Aug 21 13:20:39 and stays in the bg. You should run the commands it outputs Aug 21 13:20:44 jott, eh ? Aug 21 13:20:51 Or run "ssh-agent bash" or such Aug 21 13:21:24 and then ssh-add and the agent will do the auth for that shell's children Aug 21 13:21:35 bleh Aug 21 13:21:38 crashanddie: man ssh-config /ControlMaster :) Aug 21 13:21:39 that's an ugly hack Aug 21 13:21:42 You can see if ssh-agent is working by running ssh-add, I think. Aug 21 13:21:49 yeah, ssh-add -l Aug 21 13:22:02 crashanddie: And that works? Aug 21 13:22:12 I mean no "can't connect to agent" Aug 21 13:22:17 Modern Linux-distributions will almost always have it running per default. Aug 21 13:22:20 it works when I run ssh-agent bash, and run it from there Aug 21 13:22:26 doesn't work from the plain scratchbox Aug 21 13:23:01 jott: I can - but I wanted to make life easier - adding the etch deb-src to the scratchbox makes porting easy Aug 21 13:23:04 How about if you run those export SSH_AUTH_SOCK etc lines in the scratchbox shell Aug 21 13:23:18 (See that the /tmp/ socket is reachable etc) Aug 21 13:23:19 oh, scratchbox is different. but it's likely that you can try using the one from the mother-session, if you take care of getting some environment-values with you. Aug 21 13:23:27 and allows dependency following that (proabably) won't break things Aug 21 13:23:33 lbt: yes, i have a sid deb-src :) Aug 21 13:23:57 Like Veggen said, get the right env vars into the scratchbox shell Aug 21 13:23:58 XTL, you're a genius :) Aug 21 13:24:08 XTL, I just had to copy/paste the output Aug 21 13:24:22 Close. I'm an ex sysadmin. Aug 21 13:24:24 :) Aug 21 13:24:27 any idea why mine won't apt-get update then? Aug 21 13:24:33 I am a current sysadmin. Aug 21 13:24:47 such problem should be taken care of by scratchbox right from the start Aug 21 13:24:53 I use ssh-keys and ssh-agent *a lot* Aug 21 13:25:06 :) Aug 21 13:25:07 FWIW : deb-src http://www.mirrorservice.org/sites/ftp.debian.org/debian/ etch main contrib Aug 21 13:25:07 It's kind of "set up and forget", though. Aug 21 13:26:40 XTL: well. having a couple of hundred Unix-boxes, and not same home-dir, my routine on sshing into a box the first time is, "oh? password? can't have that. *copy* relevant files into .ssh* Aug 21 13:27:37 Veggen, don't tell me that you do it by hand with >100 boxes... Aug 21 13:29:07 well, if he got 1 box per week Aug 21 13:29:12 I don't see the problem Aug 21 13:29:30 gotta be buggered though if you notice your SSH key is a debian-pooped key Aug 21 13:29:52 crashanddie, key gets compromised, do the key dance again... :) Aug 21 13:29:53 well you could easily do something like cat .ssh/id_dsa.pub | ssh foo tee -a .ssh/authorized_keys2 Aug 21 13:29:57 := Aug 21 13:30:33 or scp (!) Aug 21 13:30:50 jott, or maybe easier: scp ~/.ssh/id_dsa.pub user@box:/.ssh/authorized_keys Aug 21 13:30:53 scp can append? :) Aug 21 13:31:02 I thought it could Aug 21 13:31:09 don't need to - you *want* to replace Aug 21 13:31:36 if you *want* that's a different story. Aug 21 13:31:37 you just don't want to get it wrong :) Aug 21 13:31:56 anyhow fix my apt problem Aug 21 13:31:58 grrr Aug 21 13:32:08 we're talking about SSH now Aug 21 13:32:10 but i have different private keys :) Aug 21 13:32:12 that's why you should just use cfengine or puppet... :) Aug 21 13:32:16 apt discussion is planned around 4PM Aug 21 13:32:28 Ok, for the backlog then.... Aug 21 13:32:37 :) Aug 21 13:32:50 crashanddie, when is punch and pie? Aug 21 13:33:00 I tried a sid deb-src and got the same problem (in case I had cache corruption or summit) Aug 21 13:33:09 4:15 if you fix my apt Aug 21 13:34:44 lbt: why not just install the keyring? ;) Aug 21 13:34:55 I don't have gpg Aug 21 13:35:17 I'd like to minimise the impact on the scratchbox Aug 21 13:35:59 I suppose I could add etch 'deb' and dl the keyring to sb and then remove the deb line Aug 21 13:36:20 I some cancer, be back in a bit Aug 21 13:36:22 but then I'd have to dl their gpg too Aug 21 13:36:39 so I've got a really mixed up sb environment at that point Aug 21 13:36:40 ugh Aug 21 13:37:01 this was supposed to be "how do I setup a clean porting ability on sb" Aug 21 13:37:19 just add the deb-src and there you go :P Aug 21 13:37:29 A: add this file to the sources.list.d and tell it to ignore gpg sigs Aug 21 13:37:34 deb-src http://http.us.debian.org/debian/ unstable main contrib non-free Aug 21 13:37:34 I *did* add the line Aug 21 13:37:36 works fine here Aug 21 13:37:39 no problems Aug 21 13:37:46 and I get Aug 21 13:37:48 W: GPG error: http://www.mirrorservice.org sid Release: Couldn't access keyring: 'No such file or directory' Aug 21 13:37:49 W: You may want to run apt-get update to correct these problems Aug 21 13:38:15 lbt: so? Aug 21 13:38:49 lbt: you can't verify the packages. but it's not *that* important. Aug 21 13:39:05 it didn't appear to properly update the local db Aug 21 13:39:46 goddam it I'm an idiot - *NOW* it's working Aug 21 13:39:53 sorry Aug 21 13:50:25 in what package I can find cfdisk or fdisk? Aug 21 13:50:43 ...or other program for partition management Aug 21 13:51:46 rmrfchik: sfdisk in busybox Aug 21 13:53:31 rmrfchik: i have a cfdisk.deb that's kinda hacked together as well Aug 21 13:53:57 rmrfchik: http://trac.tspre.org/svn/deblet/dependancies/maemo/cfdisk.deb Aug 21 13:54:30 Qermit tez jesteÅ› fajny *_* Aug 21 13:56:48 thanks Aug 21 14:28:43 BOO, all Aug 21 14:30:23 brontide > no doc yet, a command line tool ... but there will be a doc in a near future ... at least for the summit :) Aug 21 14:47:25 hi. i think some of the people here are working on the qt port of ff. i tried the binary, won't start up to me, symbol lookup error Aug 21 14:47:47 let me know if you want the full error message Aug 21 15:05:26 RST38h: Aug 21 15:37:02 Hello Aug 21 15:39:07 Howdy Aug 21 15:57:48 I can only find source distribution for maemo-latex :/ is there no binary one for n810? Aug 21 15:58:57 MakeGho: how much did you pay for your 810? Aug 21 15:59:46 around 380 €, how so? Aug 21 16:15:50 anybody know of any packages of (parts of) boost for maemo? Aug 21 16:16:17 Mek: i think i have them floating around somewhere Aug 21 16:18:01 jott: ah, that would be nice... I can't get boost to install... Aug 21 16:18:44 Mek: what's the problem? Aug 21 16:19:23 jott: 'bjam install' crashes (or causes qemu to crash) Aug 21 16:20:23 qemu is very fragile... Aug 21 16:20:31 try to use the cvs-m version. Aug 21 16:20:51 btw. qemu was the reason why cmake crashed. Aug 21 16:21:13 ah, okay :) Aug 21 16:21:19 but in this case the other way around (0.8.2-sb2 seems to work but not cvs-m) Aug 21 16:21:26 it really stinks :/ Aug 21 16:21:38 how do I install a different qemu/tell scratchbox to use that one? :) Aug 21 16:22:07 look at /scratchbox/user/$USER/targets Aug 21 16:22:31 and /scratchbox/devkits/cputransp/bin Aug 21 16:22:47 cvs-m should come with the default installation. Aug 21 16:23:23 ah, yes; so just changing the .config to refer to that one should make it use that? (after restarting scratchbox)? Aug 21 16:23:55 you don't need to restart, it's parsed on each prompt :) Aug 21 16:24:10 or rather after it. Aug 21 16:24:16 before executing something Aug 21 16:25:15 Mek: other than that http://outpo.st/boost/ Aug 21 16:27:04 ah, that is a lot easier than building them myself :) Aug 21 16:27:54 yeah in the end it should be build by the builder anyway :) Aug 21 16:28:09 but that's another adventure :) Aug 21 16:31:13 hi ... again ... Aug 21 16:31:35 someone know where i can get the defoma lib for abiword \ Aug 21 16:31:36 ? Aug 21 16:33:57 Hey Khertan Aug 21 16:40:05 umm looks like apple is getting sued because the IPhone 3G is twice as fast as the Regular IPone like they prommised it would be lol Aug 21 16:40:47 twice as fast too lost network too Aug 21 16:40:48 :) Aug 21 16:41:43 i wonder if they get/got sued for "Half the price." too, as it's pure BS :) Aug 21 16:41:58 oe sergio Aug 21 16:42:05 lol I'm sure that is next jott Aug 21 16:42:29 eo Aug 21 16:42:31 can t code app in python Aug 21 16:42:36 como te va Aug 21 16:42:49 no interpreted language is accepted by apple on iphone Aug 21 16:43:11 no possibility to code onboard Aug 21 16:43:12 so really not interesting Aug 21 16:43:30 but it has working 3d drivers :P Aug 21 16:44:15 sergio donde estas Aug 21 16:44:22 yeah I had a friend who got a free itouch from going on work trip he came home same week I got my N810 and he was so excited until he saw my Nokia lol Aug 21 16:44:39 useless if we can t use it Aug 21 16:45:19 haha Aug 21 16:46:01 hey Khertan did you get that email sent back out Aug 21 16:48:00 mutu_rock trabajando Aug 21 16:51:39 would you mind if I do some brainstorming? mobile phones still don't have nice cameras, they are still toys (no real flash, no nice optical zoom) Aug 21 16:52:12 let's say I'm travelling with a digital camera, that doesn't use SD cards, and the n810, only Aug 21 16:52:28 is there any way to transfer files from the camera (in my case XD) to the n810? Aug 21 16:52:36 yes. Aug 21 16:52:37 card read? Aug 21 16:52:56 I havn't tried my USB card reader on my tablet but I would think it would work Aug 21 16:52:57 The n810 can do USB host mode. You might need to provide power, but a powered hub can do that. Aug 21 16:53:25 andrewfblack: yep you should have already get it Aug 21 16:53:33 as i send it a 13pm Aug 21 16:53:56 ok its ok my personal email at home I'll check it when I get home. Aug 21 16:54:00 oh really. I didn't know that. hmm. so I should go and hunt for a matching cable and it might immediately work? Aug 21 16:54:10 kaie: yes, it might. Aug 21 16:54:13 I havn't found a way to check gmail at work yet Aug 21 16:54:32 kaie: you need a small app to change to USB host mode on the n810 too. Aug 21 16:55:10 kaie : worse case you might need a powered USB hub I would think but card reader shouldn't pull anymore power then a USB Stick Aug 21 16:55:21 The n810 provides *some* power, but not too much. It *might* be enough for your camera. Aug 21 16:56:31 andrefblack: just in case i m uploding it in experiment downloads of my website Aug 21 16:57:35 s/uplodind/uploading Aug 21 16:57:49 ok thanks. I'll go and see if I can find an usb-male to usb-male adapter Aug 21 16:58:26 khertan_n810 cool Aug 21 16:58:47 mcontacts.tar.gz Aug 21 17:00:50 cool, btw I noticed my custom theme doesn't look that good on mcalendars I guess its becuase i use 20 for my large font and I guess thats what the buttons use in mcalendar Aug 21 17:01:42 so I need getopt to run ucf to install autofs.... that comes from util-linux -- so how does that interact with busybox? Aug 21 17:01:55 20px for text button ? Aug 21 17:02:23 i think many other gtk gui may be broken Aug 21 17:02:47 well on theme maker only choose two font sizes Small font and Large font Aug 21 17:02:58 I guess buttons use the large font one Aug 21 17:03:06 arf ... edit the gtkrc manually Aug 21 17:03:10 it ll be better Aug 21 17:03:53 yeah I am going to do that because I want to add custom icons and I think I have to do it by editing gtkrc someone said Aug 21 17:04:04 \o/ Aug 21 17:04:08 CloudReader is finished :D Aug 21 17:04:35 Cloudreader... Hmm, can I smoke that? Aug 21 17:04:47 you're too young to smoke Aug 21 17:04:53 so I need getopt to run ucf to install autofs.... that comes from util-linux -- so how does that interact with busybox? Aug 21 17:05:06 'ALARM_EVENT_CONNECTED Aug 21 17:05:14 crashanddie, so you have been a busy geezer, what does it do Aug 21 17:05:14 sorry wrong window Aug 21 17:05:26 crashanddie: Hey, you gave me GPS coordinates for France :P Aug 21 17:05:35 qwerty12, so ? Aug 21 17:05:54 lbt: util-linux conflicts with busybox. Or rather the other way around Aug 21 17:06:01 hang on a minute, hes too young to take part in an illegal activity? Aug 21 17:06:02 crashanddie: sudden change of mind? ;) Aug 21 17:06:09 what age do you have to be to do something illegal? Aug 21 17:06:17 is it safe to remove bb and install util-linux? Aug 21 17:06:37 qwerty12, I gave you GPS coordinates, does that mean I condone your acts ? Aug 21 17:06:51 hell yeah Aug 21 17:06:56 lbt: sure. just install corelinux, bash2 etc Aug 21 17:07:03 crashanddie: just helping me with them right? Aug 21 17:07:31 lcuk, only what it's supposed to, get the feed for the cloud, display the cloud, wait for user input to select the tag, retrieve the feed for a given tag, wait for user input to select a story, open browser to story, sit in the background until the browser is closed Aug 21 17:07:38 * qwerty12 is just taking the piss anyway, jam :) Aug 21 17:07:46 nice :) Aug 21 17:08:00 lcuk, I optimised the kinetic scrolling, and I have dynamic memory allocation Aug 21 17:08:07 even nicer :) Aug 21 17:08:27 lcuk, I just need to add one last "loading" screen when the browser is loading, and then find out how to get the screen resolution Aug 21 17:08:40 and the app will work in landscape/portrait mode Aug 21 17:08:43 i gave you the sdl_ function call you need to do that Aug 21 17:08:52 yeah, only for SDL 1.2.10 Aug 21 17:08:58 and we have 1.2.8 Aug 21 17:09:09 hmm ok then Aug 21 17:09:17 you can talk to x Aug 21 17:09:25 Yeah, I probably will Aug 21 17:12:56 qwerty12: removing busybox and getting the wrong apps to replace it sounds like a great way to prepare for a re-flash... I can't see 'corelinux' although I have installed bash2 Aug 21 17:13:34 apt-cache showpkg busybox shows a lot of interdependencies Aug 21 17:13:39 lbt: oops, I meant coreutils. There is probably more you need to get like procps etc. It's in the SDK repo Aug 21 17:16:21 back again Aug 21 17:16:49 is there someone that understand how alarmd work ? Aug 21 17:17:11 hmm - so I see conflicing info on this... some suggests that I can install coreutils and it'll replace any busybox links Aug 21 17:17:26 but I get "Note, selecting busybox for regex âcoreutilsâ" Aug 21 17:17:51 sigh - I just want "getopt" Aug 21 17:17:51 if i set flag CONNECTED does it wake up device only when connected or also when there is a new connection after the time up ? Aug 21 17:18:15 I hate having to dick around for hours to run a shell script Aug 21 17:18:33 parse args manually Aug 21 17:18:40 lbt, rebuild coreutil package for not remove busybox Aug 21 17:19:16 or do script with python :) Aug 21 17:19:32 Anunakin: there was chat on -dev about just getting rid of bb Aug 21 17:19:49 I made some .debs... for bash, grep, ... Aug 21 17:19:49 if someone is doing that then I'll pass Aug 21 17:19:53 no alarmd expert here ? Aug 21 17:20:21 lbt: but it -dev can break you maemo Aug 21 17:20:39 yes - I wanted to avoid that... Aug 21 17:20:56 (I meant the -dev mail list BTW...) Aug 21 17:21:16 Eero Tamminen writes: Let's get rid of busybox already. Aug 21 17:21:21 good man :) Aug 21 17:21:32 is the maemo-announce mailing list worth subscribing? it seems to be completely dead Aug 21 17:21:49 speaking of which. Aug 21 17:22:23 question to those of you that have some developer connections: how would you rate Nokia's attitude to the community? And their plans, responsivness, ideas...? Aug 21 17:22:31 ah, too hard to publish - I'll just hack it for me Aug 21 17:23:05 yacoob: i will say nokia has a great attitude Aug 21 17:23:28 as they sell me an n810 for 99Euros Aug 21 17:24:17 Khertan_n810: That's bribing, not great attitude ;) Aug 21 17:24:22 yacoob, nokia is a community grandparent, they are getting us together for a party next month :D Aug 21 17:24:28 and extras repository maintainer really help me to dev a tool to upload package from a nit Aug 21 17:24:40 well... if they do that, they're expecting you to pay the difference in development time Aug 21 17:24:55 they gave me one for free :P Aug 21 17:24:57 yep an paid travel and accomodation for the summit Aug 21 17:25:00 gregorovius_, which you would do anyway Aug 21 17:25:22 mek, yer we've been waiting for you freeloaders to arrive :P Aug 21 17:25:29 on site, you'll be fed nokia-love-inducing drugs... Aug 21 17:26:17 they sold me it without condition Aug 21 17:26:39 palm as never listen to third party developper Aug 21 17:27:00 and never answer to my help request with the api Aug 21 17:27:07 lcukkk Aug 21 17:27:14 thats cos palm world was $$$ Aug 21 17:27:27 rst387.9999999h Aug 21 17:27:45 and the worst thing is that their api sucks Aug 21 17:27:50 * lcuk cant type ever when he needs to Aug 21 17:27:53 as change isn t documented Aug 21 17:28:06 Ehy qwerty12 this weekend I need to get with you on how to do those changes to my theme deb Aug 21 17:28:07 Khertan, it is if you are in the club Aug 21 17:28:14 Programming for PalmOS is like ass-fucking a pidgeon Aug 21 17:28:17 opps he gone lol Aug 21 17:28:17 anyone here knows someone who does something with the qt hildon IM ? Aug 21 17:28:22 [and I mean it literally] Aug 21 17:28:23 RST38h: disgusting! Aug 21 17:28:39 Disgusting does not even begin to describe it Aug 21 17:28:42 ariya, yes, GNUton and jott are doing qt type stuff Aug 21 17:28:45 and others as well Aug 21 17:28:51 lcuk: which one my software kmeteo hit the top 20 used softwares for palm os Aug 21 17:29:41 and they never let you in the club? shameful Aug 21 17:30:31 example of a bad things : setting the prefs 'HomeButton' on tx set it really to the home button, on treo650 it set the phone button, and on a Treo680 the other phone button to end call Aug 21 17:30:38 * yacoob just wonder where does RST gathered the experience to compare it to... :D Aug 21 17:30:40 any recommendations for a personal wiki sorta thing? Aug 21 17:30:44 tx is identified as lifedrive ... Aug 21 17:31:00 lifedrive as a e2 Aug 21 17:31:07 but yah, I've read briefly PalmOS programming guide, looked like ressurected c64 manual in few places Aug 21 17:31:10 gregorovius: Zim is excellent Aug 21 17:31:12 and treo650 itg s depends on rom version Aug 21 17:31:17 gregorovius, tiddlywiki! Aug 21 17:31:25 not a web wiki -desktop wiki Aug 21 17:31:28 it does... everything! Aug 21 17:31:45 yacoob: worse than a c64 manual Aug 21 17:31:50 is zim ported to NITs? Aug 21 17:32:05 zim seems to be dead. Aug 21 17:32:15 other example ... there is a lib to know if a lib exist ... Aug 21 17:32:24 ah, no, that's just me looking for wrong thing. Aug 21 17:32:30 but on some models it answer true instead of false Aug 21 17:33:14 so you need to make many switch case in your code to test model, and rom revision Aug 21 17:33:46 yacoob: does tiddlywiki work ok on the tablets? Aug 21 17:33:57 other thing ... you can t do more than 4 socket or u will break socket stack Aug 21 17:34:11 and there is many things like that Aug 21 17:34:24 gregorovius, don't know, tbh. It's all html+js, so I don't think microb will have any problems with that... Aug 21 17:35:03 i was thinking maybe it'll be too much of a strain, but i'll try it out Aug 21 17:38:55 GNUton: ping Aug 21 17:48:33 raaaaahhhh ! alarmd will make me crazy Aug 21 17:49:41 hi Aug 21 17:50:03 Edulix: hi Aug 21 17:50:04 is there any easy way to transform an ilbc sound file to wav or mp3? Aug 21 17:50:20 using command line in linux if possible =) Aug 21 17:50:41 I recorded the ilbc file with maemo recorder Aug 21 17:50:47 *files Aug 21 17:51:13 Khertan: I'll give py2deb a whirl and see if I can get Dialcentral ( Grandcentral Dialer ) into extras already Aug 21 17:52:53 brontide: is it in python ? Aug 21 17:52:58 Yep Aug 21 17:53:03 oh Aug 21 17:54:09 oh do u cancel an alarm when u don t have his id ? Aug 21 17:55:25 Hmmm... I've tackled a lot of python/gtk/maemo quirks, but alarmd is not something I've tackled. I'll be working on alarmd next when I finish up the google docs sync Aug 21 17:56:20 ... Aug 21 17:56:51 i have created an alarm for a test that launch mcalendar each minute Aug 21 17:57:06 can t cancel it as i vn t his id Aug 21 17:57:29 don t found anything in the python binding to list alarm Aug 21 17:57:42 Hmm... that's stupid Aug 21 17:57:49 yep Aug 21 17:57:59 there needs to be a way to enumerate alarms Aug 21 17:58:59 can you get it from the xml file that alarmd uses? Aug 21 17:59:54 here /var/lib/alarmd/alarm_queue.xml Aug 21 18:01:19 which distro is prefered for scratchbox? Aug 21 18:02:45 Debian might be the most natural one Aug 21 18:02:58 I think the instructions for installing devkits are for D Aug 21 18:03:49 hum passing the right say me False Aug 21 18:03:51 pfff Aug 21 18:04:06 lcuk: ubuntu Aug 21 18:04:18 lcuk: you may have problems with others Aug 21 18:04:38 ubuntu is debian based isnt it Aug 21 18:04:38 So no luck with the cookie from the xml file? Aug 21 18:04:46 thanks xtl/ RST38h Aug 21 18:05:36 no ... i ve edited file Aug 21 18:05:36 work better Aug 21 18:06:26 RST38h, is it straight forward to install if im careful Aug 21 18:06:56 it is safe as long as you follow the instructions exactly Aug 21 18:06:59 * lcuk needs a machine once again for the summit and it might as well have proper features Aug 21 18:07:00 getting threads/gobject.idle_add was my big advance today, dialcentral is now lots more responsive Aug 21 18:07:02 Icuk: scratchbox on OpenSUSE is also dead easy Aug 21 18:07:15 I do suggest installing sb2 instead though Aug 21 18:07:35 simpler? or just another thing to learn Aug 21 18:07:54 gentler Aug 21 18:08:01 i was tempted the other day to dd the vmware image directly onto my laptop Aug 21 18:08:03 you will not have completely insulated environment Aug 21 18:08:32 In sb1, you log into the "system" and use it this way. To get to your own file system you have to configure networking and use nfs locally Aug 21 18:08:38 In sb2, you do not log in Aug 21 18:08:52 Just use "sb2 gcc" instead of "gcc" and you are all set Aug 21 18:08:58 i dont ever think bout logging in with vmware - its just a console box like i have now Aug 21 18:09:12 but i run make - do the makefiles need altering to do similar? Aug 21 18:09:20 yes, but you will have to log in from that console box into sb1 Aug 21 18:09:34 In sb1, you will run make inside the scratchbox Aug 21 18:09:46 yes - the desktop icon does all that for me - once ive clicked it im ready to go with no logins Aug 21 18:09:52 In sb2, you can use whatever make you have in your Linux, just change CC setting Aug 21 18:09:53 in sb1 you can just mount --bind to get your local file system inside scratchbox.. Aug 21 18:10:20 * lcuk would prefer to compile and build on a native arm system Aug 21 18:10:37 would a beagleboard allow this incidentally? Aug 21 18:10:46 use it as a desktop and build maemo apps? Aug 21 18:11:24 ill get ubuntu on the machine first anyway and see which sb fits Aug 21 18:11:28 lcuk: I'm kinda hoping that the maemo firmware under qemu thing pans out Aug 21 18:11:34 http://exiledonline.com/dolan-who-wants-ice-man/ Aug 21 18:11:53 Speaking of that, where'd hrw disappear to? Aug 21 18:12:07 brontide, i would hope to never have to use an emulator Aug 21 18:12:10 check his blog? Aug 21 18:12:15 GeneralAntilles, probably very busy Aug 21 18:12:45 http://blog.haerwu.biz/ Aug 21 18:13:19 isn't hrw on holiday ? Aug 21 18:13:20 good job i didnt get his blog mixed up with "human rights watch" links :D Aug 21 18:13:36 He is working at OpenedHand Aug 21 18:13:42 crashanddie, like i said, very busy Aug 21 18:13:43 so ? Aug 21 18:13:55 Which means he should be VERY busy right around now ;) Aug 21 18:14:01 holiday is the most important time of the year (assuming he is having one) Aug 21 18:14:55 grr... Aug 21 18:15:03 this is stupid to not have iterator to get alarm ... how cancel it if the databased is scratched by user ? Aug 21 18:15:08 I'm on the deck looking out over the water enjoying candy and hard cider..... after spending all morning at the beach... list is hard Aug 21 18:15:21 nha Aug 21 18:15:35 lcuk: afai, no Aug 21 18:15:36 at OpenedHand, they just spend time moving desktops around at this time Aug 21 18:16:55 kaie, with the right software (gphoto2) you can hook your camera in directly Aug 21 18:17:08 and OTG has plenty of power for that (which it wont have for a card reader). Aug 21 18:18:22 QWERTY !!! Aug 21 18:19:08 No one would know how I can find out if the tablet is running in landscape or portrait mode ? Aug 21 18:19:27 yes, see xomap or whatever it is Aug 21 18:19:36 xrandr maybe Aug 21 18:19:45 i cant remember which but theres a library for it Aug 21 18:19:54 yeah, but that means they need to have xrandr installed :) Aug 21 18:20:13 and if its not installed then you know its not rotated :) Aug 21 18:20:41 for now just check for 800*480 or 480*800? Aug 21 18:21:08 check root window dimensions Aug 21 18:21:27 in fact, I would expect *any* pair of numbers, not just these two Aug 21 18:21:45 this is the right thing to do, in case you run app on a different device Aug 21 18:25:17 crashanddie, xrandr is bundled. Aug 21 18:25:48 nha, I managed without it Aug 21 18:34:46 hello. i'd like to install php on the n810 and i see 3 packages... which is the difference? is php5-fastcgi-pear a metapackage with all i need? Aug 21 18:42:52 Hello! Aug 21 18:43:27 ... or not :-P Aug 21 18:43:54 I'm trying to modify rdesktop to get it to work on my n800... but I'm having trouble with power button presses Aug 21 18:44:12 I can't figure out a reliable way to detect if the power button is pressed... any ideas? Aug 21 18:44:47 done Aug 21 18:44:54 lcuk, want to see the latest version ? Aug 21 18:45:17 gfi Aug 21 18:45:32 hang on, I'll just tar the needed things so that everyone can try it Aug 21 18:45:38 works in both landscape and portrait mode :) Aug 21 18:46:54 crash, with randr, or you rotating your assets? Aug 21 18:47:06 with xrandr Aug 21 18:47:11 * lcuk crosses legs at that thought actually Aug 21 18:47:13 I don't change a thing Aug 21 18:47:47 yer, we should push for native support in default nokia kernel - jott has proven its stable and lots of things benefit Aug 21 18:48:47 http://undercity.doesntexist.com/~crashanddie/cloudreader.tar Aug 21 18:49:44 anyway, time for star trek voyager, ttyl Aug 21 18:50:47 Window Maker anyone? http://www.internettablettalk.com/forums/showthread.php?p=216174#post216174 Aug 21 18:52:10 penguinbait, great stuff, give a gallery as well: http://www.windowmaker.info/gallery.php Aug 21 18:52:31 lcuk, there's already a bug Aug 21 18:52:34 For kernel and xserver Aug 21 18:52:46 xrandr is already shipped Aug 21 18:53:11 So get Nokia to ship the kernel and xserver patched then "rotation support" is just "install Advanced Backlight" Aug 21 18:53:44 Woo, Voyager. Aug 21 18:53:44 penguinbait, how much modding did you need to slot this into maemo? Aug 21 18:53:54 There a throwback to my youth. Aug 21 18:53:58 GeneralAntilles, it needs a new kernel though Aug 21 18:54:07 none, it just runs nicely Aug 21 18:54:15 lcuk, erm, "ne" Aug 21 18:54:19 s/ne/new/ Aug 21 18:54:20 GeneralAntilles meant: lcuk, erm, "new" Aug 21 18:54:20 its a "simple" window manager isnt it Aug 21 18:54:47 [2:53pm] So get Nokia to ship the __kernel__ and xserver patched then "rotation support" is just "install Advanced Backlight" Aug 21 18:55:04 25MB and fits right in flash Aug 21 18:55:21 its really only about 6-8mb but I added lots of other stuff Aug 21 18:55:28 I don't understand the "let's use a desktop WM on a 4.1" screen with a stylus" thought process. Aug 21 18:55:54 penguinbait, ive just grabbed the base source, im looking for something to sit ontop of liqbase to use the speed boost.. Aug 21 18:56:04 well #1 WM was designed when 800x600 was the majority :) Aug 21 18:56:28 Yeah, well, that's 800x600 at ~72dpi Aug 21 18:56:31 Not 225dpi Aug 21 18:56:32 It works real nice, but not for old people who can't see small fonts :) Aug 21 18:57:58 GeneralAntilles: what's hard to understand? it's a desktop... in your pocket. OMFG!! Aug 21 18:58:16 hell its almost worth 25MB just to have real fdisk :) Aug 21 18:58:42 cfdisk isn't bad either Aug 21 18:58:54 its got pico too Aug 21 18:58:55 hehe Aug 21 18:59:24 rcp/rsh/telnet/ftp Aug 21 18:59:37 lest also not forget how usefull xeyes is :) Aug 21 19:00:20 does pico still crash on search? Aug 21 19:00:36 not sure, I will test Aug 21 19:01:14 penguinbait: have you looked at my bootmenu.d stuff btw? (since you do clone to sd stuff and other stuff) Aug 21 19:01:24 nope search works fine Aug 21 19:01:58 >/w 8 Aug 21 19:02:26 Stskeeps, I really only remove Fanoush's checks and balances and place in a deb Aug 21 19:02:53 ah Aug 21 19:03:15 my idea was mostly the part about adding bootmenu items through a /etc/bootmenu.d system, so its easy to install new items Aug 21 19:04:29 I made a bootmenu installer deb, it just installs bootmenu. It will scan all partitions and write out new bootmenu, ext2 and 3 are supported Aug 21 19:04:48 It might only scan two per SD card, I dont recall at this point in time Aug 21 19:04:51 MangoFusion, I almost exclusively use my thumbs. Aug 21 19:05:00 Hitting those tiny little widgets is not possible. Aug 21 19:05:30 not my problem. get smaller thumbs ;) Aug 21 19:05:41 penguinbait: yeah, - my goal was more to have the systems tell how they want to be booted and how to represent in boot menu Aug 21 19:05:44 though seriously Aug 21 19:05:48 i don't get it either Aug 21 19:05:50 GAN: Use nails Aug 21 19:06:09 thumbs on an n800 or n810? Aug 21 19:06:14 penguinbait: cool! Now, if you just pack pico... =) Aug 21 19:07:12 use vi, or its 25MB :) Aug 21 19:08:28 * GeneralAntilles scratches up RST38h's N810 with two rusty nails. Aug 21 19:08:54 ouch! Aug 21 19:09:32 * penguinbait slaps GeneralAntilles around a bit with a large trout Aug 21 19:09:46 urgh Aug 21 19:09:53 Hey, save the trouts for slapping around the Nokians! Aug 21 19:09:56 penguin: not fair! =) Aug 21 19:12:19 RST it might work by itself Aug 21 19:12:29 try penguinbait.com/pico.gz Aug 21 19:13:27 my idea was mostly the part about adding bootmenu items through a /etc/bootmenu.d system, so its easy to install new items...... oh, that was your idea ;) Aug 21 19:13:34 oh, lbt's idea Aug 21 19:13:34 my bad Aug 21 19:13:37 ;) Aug 21 19:13:46 * lbt lurks Aug 21 19:14:07 * lbt reads the backlog sometimes Aug 21 19:14:13 penguin: thanks! Aug 21 19:14:40 I think it will work, there are no other files that go with it Aug 21 19:14:46 let me know? Aug 21 19:20:34 it should work - will test a bit later Aug 21 19:22:14 I was just thinking I have seen dozens of posts about missing stylist how come no one has ever made some I'm sure people would buy them Aug 21 19:23:36 Made some that'd actually fit in the tablet's stylus slot? Aug 21 19:23:56 You'd have to produce at LEAST a thousand to have any sort of reasonable price. Aug 21 19:24:23 I could make them my self to fit for less then a quarter a peice Aug 21 19:26:44 lol Aug 21 19:26:54 who came up with i-am-free? Aug 21 19:27:00 brilliant Aug 21 19:30:00 Information technology workers at the US Department of Homeland Security are busy scraping egg off their collective faces after unknown hackers broke into their telephone system and wracked up $12,000 in calls to the Middle East and Asia. Aug 21 19:44:47 just did some quick math and I can make a Stylus for 9 cents Aug 21 19:46:56 in how big batch? Aug 21 19:47:30 100 Aug 21 19:50:14 thats not to big of a batch I wouldn't think Aug 21 19:50:34 since if I decided to make them I would make min order like 5 Aug 21 19:50:35 hm Aug 21 19:53:00 well figuring in cost of material to make the molds it would cost me 39 cents for first batch and then 9 cents for each next batch since molds are reusable Aug 21 19:57:13 oh you are doing it by yourself Aug 21 19:57:52 yeah Aug 21 20:13:03 would they be the same as the existing stylus's (stylii?) ? Aug 21 20:13:50 about 99% I most likly will not have the Nokia imprint on them just to watch out for myself Aug 21 20:14:13 and be smooth instead of the slight texture it has now Aug 21 20:14:25 color? Aug 21 20:15:04 could be just about any including clear if thats what people wanted Aug 21 20:15:26 awesome ... put me down for some :) Aug 21 20:16:37 lol I got to order the stuff to make the molds first and I can only make 2 molds at a time since I only have 2 stylus right now I guess once I make the first 2 then I would have 4 to make molds from Aug 21 20:16:58 the n810 stylus isnt as good as the one with n800 but Im sure this must be an old topic now Aug 21 20:17:27 whats not the same about them never owned a n800 Aug 21 20:18:21 well they arent the same. The n800 is thicker Aug 21 20:19:03 well if people wanted some n800 ones I would just need someone to send me there stylus for 24 hours and I could send it back to them Aug 21 20:19:41 well if you get round to it and need some upfront $$ (oooooooo $10) just let me know ;) Aug 21 20:20:35 I only need $33 to make my first 100 so money isn't the problem, I'll order the stuff next week I might have my first batch done 2 weeks from now Aug 21 20:22:14 you rock! :) Aug 21 20:22:46 I'll post something on itT once I get the stuff to make the molds in Aug 21 20:32:02 I have to finish work on my Vac Table so I can make the Nokia Tablet Custom Grip with built in Game Controls Aug 21 20:32:41 I finally decided how to hook the tablet to the Grip Aug 21 20:34:52 duct tape Aug 21 20:34:55 ? Aug 21 20:35:46 i use highly advanced elastic bands Aug 21 20:36:19 duct tape - it surrounds us, penetrates us, and binds the galaxy together. Aug 21 20:36:57 except for the stuff that's soldered together. thats the dark side, which is a bit more fun. Aug 21 20:38:46 going to use a stylus hold on the n810 to mount it actually Aug 21 20:39:34 evicting the stylus? Aug 21 20:39:51 hmmm.... cool, i have 13 weeks 6 days of audio in my collection now. need another hdd or two Aug 21 20:41:38 woo hoo - automount works :) Aug 21 20:42:02 automount on maemo Aug 21 20:42:08 yes Aug 21 20:42:12 autofs Aug 21 20:42:15 with nfs Aug 21 20:42:16 shouldnt it work anyway? Aug 21 20:42:41 didn't appear to be in the modules Aug 21 20:43:02 huh, i wish eeexubuntu knew what it's doing... it always mounts sd as cdfs Aug 21 20:43:16 this is /net/host/files_on_host Aug 21 20:43:26 automagically via nfs/cifs Aug 21 20:43:35 so the mount occurs on access Aug 21 20:43:54 not hotplug Aug 21 20:43:58 no, i get what you are doing. mostly talking to myself, reminding me to fix my issues. good work, btw. Aug 21 21:06:21 uhm Aug 21 21:06:26 Maemo is GTK based, right? Aug 21 21:06:40 yes Aug 21 21:06:41 for now, yeah... Aug 21 21:27:09 is nohup available on device? Aug 21 21:33:48 Mek, not gonna change anytime soon. Aug 21 21:34:26 moi ca m est jamais arrivé un inconnu qui m offre une boulette Aug 21 21:34:27 oups Aug 21 21:42:45 melmoth, stoi la boulette Aug 21 21:43:10 CloudReader: http://uk.youtube.com/watch?v=nCFir0_5Jws Aug 21 21:56:57 any canola people here - does it work on nfs folders? Aug 21 22:02:28 i use mediabox :) Aug 21 22:08:39 what are the "accepted" Section values for .debs again ? Aug 21 22:14:39 does anybody know how to get a gripper handle on the bottom left of a home screen window? Aug 21 22:14:59 bottom right i mean Aug 21 22:15:01 :| Aug 21 22:19:51 night Aug 21 22:26:39 crashanddie, user free non-free afaik Aug 21 22:26:53 moontiger, no. Aug 21 22:26:55 That's in the repo Aug 21 22:26:59 oh Aug 21 22:27:03 my bad sorry Aug 21 22:27:06 He's talking Section: User/Utilities Section Aug 21 22:27:27 * moontiger shuts up Aug 21 22:27:33 crashanddie, https://wiki.maemo.org/Package_Categories Aug 21 22:27:40 and Extras is just free and non-free. :P Aug 21 22:28:28 GeneralAntilles, how do i get the gpg key for uploading to extras again? :) Aug 21 22:29:02 ~uploading-extras Aug 21 22:29:09 ~extras-uploading Aug 21 22:29:18 ~upload-extras Aug 21 22:29:19 upload-extras is, like, http://wiki.maemo.org/Uploading_to_Extras Aug 21 22:29:29 hehe nice! :) Aug 21 22:34:44 @yow ! Aug 21 22:40:59 GeneralAntilles, there is no internet category ? That sucks Aug 21 22:41:45 * shapr hugs GeneralAntilles Aug 21 22:42:31 * GeneralAntilles 's Tyrant hugs shapr. Aug 21 22:42:41 yipes! Aug 21 22:43:28 oh its you Aug 21 22:43:32 yes it is! Aug 21 22:43:41 heippa hei! Aug 21 22:43:45 moo Aug 21 22:43:55 hyvää huomenta! Aug 21 22:44:05 bit early for that Aug 21 22:44:11 well, yeah... Aug 21 22:44:24 hyvää ihltaa? Aug 21 22:44:31 anyway.... Aug 21 22:44:46 iltaa :) Aug 21 22:44:57 bah, I never could spell Finnish :-( Aug 21 22:45:13 I'm better with Swedish. Aug 21 22:45:16 heh, i remember you lived around here for a while Aug 21 22:45:24 joo Aug 21 22:45:37 Are you in Oulu? Aug 21 22:45:47 Or was that a country-wide 'around here' ? Aug 21 22:46:01 GeneralAntilles, an app that downloads/displays an RSS feed about general news, where should that go ? Communication ? accessories ? tools ? other ? Aug 21 22:46:10 naah, alahärmä (east of vaasa), but i you used to be in a chan where i was iirc Aug 21 22:46:20 prolly with myrddraal or someone Aug 21 22:46:26 or #debian-fi ? Aug 21 22:46:36 I haven't seen myrddraal in a long time. Aug 21 22:46:51 ditto Aug 21 22:47:00 in doubt, I'll put it in other Aug 21 22:48:08 accessories, maybe, but I don't actually know Aug 21 22:48:15 That PDF might have more info Aug 21 22:48:22 I haven't paid much attention. Aug 21 22:48:26 nha, it doesn't say a lot Aug 21 22:48:39 just gives an example for an office app, but your guess is as good as mine Aug 21 22:49:08 Get with X-Fade when he gets back from vacation Aug 21 22:49:11 He needs some help. ;) Aug 21 23:09:28 is the autobuilder log in real time ? Aug 21 23:10:07 As in, I just uploaded my package, how long before I see it? :P Aug 21 23:13:11 crashanddie, ~5 minutes Aug 21 23:13:41 hmm, ok Aug 21 23:25:28 GeneralAntilles, I'm sure that the fact it's me is why the build takes 20+ minutes :D Aug 21 23:25:57 if (username == "crashanddie") sleep(3600); Aug 21 23:26:24 /that's for bitching about the votes Aug 21 23:46:42 opengl es 2.0 bling on Omap 3530 http://www.youtube.com/watch?v=-UFUbqoNgs8 Aug 21 23:52:37 So, a friend of mine had his notebook taken at customs coming back from the states Aug 21 23:57:36 Dekaritae, serious? which customs? Aug 21 23:57:57 Well he flew back from florida to ontario Aug 21 23:58:15 us customs took it? Aug 21 23:58:41 coming *from* the states? I thought that was supposed to happen the other way around? Aug 21 23:58:44 The agent put it on the inspection conveyor, and he went through the metal detector, and when they were done processing him it was gone, and no one knew anything about it Aug 21 23:59:10 oh so it wasnt customs as such then? Aug 21 23:59:14 Sucks less 'cause it was a work laptop, but still Aug 22 00:02:04 It was outbould from florida Aug 22 00:09:50 does anyone know where i can find alist of the stock icons available in maemo? Aug 22 00:14:56 moontiger: depends what you mean by stock icons. Here's gtk stock icons http://www.pygtk.org/docs/pygtk/gtk-stock-items.html Aug 22 00:16:00 mikkov_, they dont look like that on the n8x0 tho right? Aug 22 00:16:24 depends on the theme, I think Aug 22 00:16:49 ok so if i want icons instead of text for buttons i can use the stock icons and things will be ok? Aug 22 00:17:23 should be Aug 22 00:18:40 /usr/share/icons Aug 22 00:33:45 * GeneralAntilles loves the OGG bug Aug 22 00:34:10 It's the wonderful place for all the retards to come and illustrate to the world the depths of their retardation. Aug 22 00:36:07 Which bug is this? Aug 22 00:37:46 https://bugs.maemo.org/show_bug.cgi?id=176 Aug 22 00:38:27 i cannots plays my oggs plzkthx Aug 22 00:38:47 People need to get a grip Aug 22 00:38:52 Was it advertise on the box? Aug 22 00:38:54 No. Aug 22 00:38:59 advertised* Aug 22 00:43:28 I love how it can play ogg..... since all the Navigation cues are stored in ogg ;-) Aug 22 00:45:56 I should post a comment telling them to get on #maemo and start cracking the whip on lardman. Aug 22 00:51:35 damnit Aug 22 00:51:40 package still not built :( Aug 22 00:51:54 me wonders if he did it correctly... Aug 22 00:52:39 * crashanddie blames GeneralAntilles Aug 22 00:56:54 "Was it advertise on the box" <-- sounds like an apple user ;) Aug 22 00:57:01 j/k Aug 22 01:06:45 thnx GAN800 :) Aug 22 01:06:55 GeneralAntilles, i thought you were talking about me there :| Aug 22 02:13:24 what would cause invalid package error? Aug 22 02:13:53 Trying to install usb control Aug 22 02:15:56 Any idea? **** ENDING LOGGING AT Fri Aug 22 02:59:56 2008