**** BEGIN LOGGING AT Thu Jul 02 10:34:15 2009 Jul 02 10:34:27 lindi-, why that (for the scenario files) Jul 02 10:34:38 you configure the path for them in /etc/frameworkd.conf Jul 02 10:34:46 and that one does not get overwritten on update Jul 02 10:35:02 Heinervdm, webkit fails because there's no install Jul 02 10:35:48 playya: no do_install? Jul 02 10:36:25 it should use standard install Jul 02 10:36:51 no target in the makefile Jul 02 10:37:25 strange Jul 02 10:37:36 mrmoku: but you won't get to merge your changes if there's an upgrade Jul 02 10:38:14 mrmoku: if I have modified some conffile and then do an upgrade that also changes the same file I will get a prompt that will ask what do Jul 02 10:41:07 lindi-, yep, opkg gives you the possibility to take the updated one, your one or do a diff Jul 02 10:41:47 no merging Jul 02 10:42:09 mrmoku: yep but you don't get that if the scenarios are not conffiles Jul 02 10:42:11 mrmoku: right? Jul 02 10:42:40 lindi-, the scenarios are no conffiles right (at least I think so) Jul 02 10:42:46 they will get overwritten on update Jul 02 10:42:55 but you can point frameworkd to somewhere else Jul 02 10:43:02 like ~/scenarios Jul 02 10:46:29 * mrmoku --> lunch Jul 02 10:48:30 mrmoku: why are they not conffiles? Jul 02 10:56:08 Heinervdm, i removed the do_configure method and now it works Jul 02 10:56:45 playya: in my webkit bb is no configure method? Jul 02 10:57:29 oops Jul 02 10:57:59 i changed the recipe in oe. maybe i missed it Jul 02 10:57:59 playya: wich reciepe do you use? Jul 02 10:58:32 http://pastebin.ca/1481706 thats my reciepe Jul 02 11:04:42 ok. I start a rebuild and take a shower Jul 02 11:34:06 lindi-, I just checked the reicpes... they are conffiles :) Jul 02 11:43:33 freesmartphone.org: 03seba.dos1 07framework * rbdcd9fff733e 10/framework/subsystems/opimd/pimb_sim_messages_fso.py: opimd: SIM-Messages-FSO: check if status-report-request is 1 when handling receipt Jul 02 12:46:09 ptitjes: ping Jul 02 12:46:30 ptitjes: would you have time to update our branches? 0.7.4 has some work for generic methods which I'd like to use Jul 02 12:51:26 can some FSO/python magican help me with this: http://pastebin.com/m4ea86e9c ? Jul 02 12:52:03 s/magican/magician Jul 02 12:55:36 do you have the C-based libyaml installed? Jul 02 12:57:55 mickeyl: done Jul 02 12:58:20 playya: i'm getting revision 41040 with bitbake, by browsing the svn revision 41231. That's strange. After adding the patch to 41040 it compiles and installs, but with 41231 it doesn't install Jul 02 12:59:31 mickeyl: checking... Jul 02 12:59:54 I'm missing the headerfiles in webkit-efl Heinervdm Jul 02 12:59:58 ptitjes: great, thanks Jul 02 13:00:01 mickeyl: no i only have the python version Jul 02 13:00:17 sleipnir: i'm afraid right now we need the libyaml + the python libyaml bindings Jul 02 13:00:27 it worked with the pure python implementation previously Jul 02 13:00:30 but something seems to have changed Jul 02 13:00:50 i'll celebrate the day when we have successors for oeventsd and oprofiled Jul 02 13:00:50 mickeyl: no problem, will update the dependencies of the framework ebuild then Jul 02 13:00:53 thanks Jul 02 13:01:00 cool Jul 02 13:01:02 s/profiled/preferences/ Jul 02 13:02:00 mickeyl: one more thing: is there a tutorial on how to test the framework with cli-framework? Jul 02 13:02:06 mickey, raster: great gurus of guis. what would you recommend a noob like me would use to do a little canvas-centric (i.e., i want mainly lines, boxes, and a little text here and there) gooey on the desktop ? i know tkinter+python a bit and i've used gtk+ very lightly. goal would be something with easy learning and decent performance, especially when moving things around. the application is basically a simple parametric cad system Jul 02 13:02:54 wpwrak: if you don't need speed, stick with tkinter, if you already know it Jul 02 13:03:08 wpwrak: pends what api makes sens to you Jul 02 13:03:09 sleipnir: not straightforward. Jul 02 13:03:15 oh yes, and good c bindings are required. i.e., i want to be able to do part of the system in C (i need lex and yacc) Jul 02 13:03:19 draw or create+manipulate Jul 02 13:03:24 sleipnir: baiscally it's just calling methods on the already established objects Jul 02 13:03:36 sleipnir: start with dir(), grab docs.freesmartphone.org, and call some methods Jul 02 13:03:43 sleipnir: i realize i should do a video to explain this in detail Jul 02 13:03:45 :) Jul 02 13:03:56 mickeyl: can you give an example for... playing sound? :-) Jul 02 13:03:56 raster: create and manipulate, although all the complex stuff would be via text entry (sort of scripting) Jul 02 13:04:12 then efl is your go Jul 02 13:04:16 sleipnir: devaudio.PlaySound("/tmp/ghettogroove.mp3", 0, 0) Jul 02 13:04:27 mickeyl: ok thx Jul 02 13:04:31 will try Jul 02 13:04:32 or gtk (the widget sets - not gtkdrawing area which u'll need for lines, boxes etc.) Jul 02 13:04:57 (gtkdrawinarea is where you can draw anythnig you like, but you draw, not create+manipulate) Jul 02 13:05:19 bbiab, groceries Jul 02 13:05:40 raster: but i can, say, "drag" a group of lines and they will update smoothly when i move them around ? Jul 02 13:06:14 for gtk (drawing area) you do all the redraw - to be smooth u'd need to draw to pixmap then copy to window when done Jul 02 13:06:23 eith efl thats done for you - just move all the objects Jul 02 13:06:33 (one by onw) ot write a smart object that groups things Jul 02 13:06:45 raster: how well is efl documented ? Jul 02 13:06:51 (move the smart object and child objects - the linex, boxes etc. will move accordingly. this is basically what edje does) Jul 02 13:06:59 partly documented Jul 02 13:07:06 rest is examples Jul 02 13:07:45 raster: is it included in ubuntu ? Jul 02 13:07:53 elemewntary is probably thew easiest way - it has the lowest barrier of entry Jul 02 13:08:00 no - none of efl is Jul 02 13:08:08 its in the queue for debian unstable atm Jul 02 13:08:30 http://www.rasterman.com/files/get_e.sh Jul 02 13:08:38 will jsut snarf from svn (or update) and rebuild Jul 02 13:08:51 bah buntkuh Jul 02 13:08:56 otherwise add debian unstable to apt pkg sources and wait Jul 02 13:08:58 <[Rui]> raster: how does it it differ from easy_e17.sh do you know? Jul 02 13:09:33 [Rui]: it's much simpler Jul 02 13:09:38 it wont build elementayr Jul 02 13:09:43 it'll just build what u need for e17 Jul 02 13:09:48 but elementary is a trivial thnig then Jul 02 13:09:49 <[Rui]> raster: ah ok :) Jul 02 13:10:01 moin Jul 02 13:10:13 (svn co ....; ./autogen.sh && make && sudo make install) Jul 02 13:10:25 everything in efl works that way - identical build setups Jul 02 13:10:59 raster: mmh, raises the barrier for use :-( Jul 02 13:11:33 then use gtk Jul 02 13:11:45 and you'll just have to do your own drawing and redraw handling Jul 02 13:14:41 raster: ok. i guess i'll have survive with this then :) what language is the most suitable for the gui part, given that part of the program will be in C ? straight C ? Jul 02 13:15:10 C Jul 02 13:15:18 and its fairly simple C Jul 02 13:15:25 just read the Elementary.h Jul 02 13:15:29 it'll just make sense Jul 02 13:15:43 do 'make doc" in elementary's src base - look in doc/html for he docs so far Jul 02 13:15:52 it has a getting started guide Jul 02 13:16:06 ie templates for your first elm app that pops up a window including al the autofoo for it Jul 02 13:16:26 so u can "make dist" and have tarballs and simply use any .bb used for other efl stuff for it directly with some renames Jul 02 13:17:12 raster: it turns out the .edj file to edit terminal-kbd topbar is not exactly self-explanatory Jul 02 13:17:23 bah Jul 02 13:17:26 it's easy Jul 02 13:17:30 look for the kbd stuff Jul 02 13:17:37 u'll fine the kbd design as a whole Jul 02 13:17:43 and u can shuffle/delete/whatever parts around Jul 02 13:17:56 yeah, found sth like that iirc ~line 1800(!) Jul 02 13:18:27 its verbosze Jul 02 13:18:28 raster: naw, i was talking about gtk. it's a desktop application, and i want to keep the build dependencies low. i.e., no dependency on libraries that people normally don't have, nor dependencies on bleeding edge versions that they don't have yet Jul 02 13:18:28 but simple Jul 02 13:18:34 but still it's not particularly easy to understand the details Jul 02 13:18:40 wpwrak: or gtk Jul 02 13:18:44 c is its native world Jul 02 13:18:53 DocScrutinizer: http://scap.linuxtogo.org/ Jul 02 13:18:56 theres gtkmm (c++ interface layer on top) Jul 02 13:19:13 "c++ - just say 'no'" :) Jul 02 13:19:21 if you use vala you can use vala wpwrak Jul 02 13:19:37 DocScrutinizer: i did that without any changes in .edc Jul 02 13:19:52 if you use vala you can use vala? :D Jul 02 13:20:02 playya: i was wondering about that. with everyone here gone vala-crazy recently :) Jul 02 13:20:16 if you use gtk you can use vala wpwrak Jul 02 13:20:18 dos1: cause and effect, in a nice tidy loop :) Jul 02 13:20:19 :D Jul 02 13:21:35 playya: does vala come "out of the box" (*) with a gtk library/bindings/whatever ? (* i.e., after i install it on my ubuntu) Jul 02 13:21:41 <[Rui]> raster: the screenshots in the Elementary trac page are gone, do you know that? Jul 02 13:21:50 dos1: hmmm. Not sure I feel any better and wiser now Jul 02 13:21:58 [Rui]: AGAIN?\ Jul 02 13:22:15 wpwrak, yes Jul 02 13:22:24 <[Rui]> raster: didn't notice they came back :) Jul 02 13:22:28 mrmoku: conffiles in /usr? really? Jul 02 13:22:32 <[Rui]> raster: but yes, they're gone now Jul 02 13:22:33 DocScrutinizer: i've just edited keyboard file Jul 02 13:22:36 FUCK Jul 02 13:22:37 <[Rui]> Attachment 'wiki:Elementary: elementary.2.png' does not exist. Jul 02 13:22:42 FUCK FUCK FUCK Jul 02 13:22:45 i am NOT fixing it again Jul 02 13:22:53 this hapend before Jul 02 13:22:55 there was no fix Jul 02 13:23:01 raster: what's your take on vala and gtk+ ? better than C ? or just a useless extra layer of abstraction ? Jul 02 13:23:03 i re-uplaoded every image and renamed the new ones Jul 02 13:23:06 i am NOT doing it again Jul 02 13:23:07 <[Rui]> raster: what happened? how can I help you? Jul 02 13:23:20 wpwrak, vala compiles into C code Jul 02 13:23:34 and theres libeflvala Jul 02 13:23:38 playya: yes, so did C++ ;-) Jul 02 13:23:40 dos1: looks good, but how does it help me to follow raster's advice to edit .edj to make topbar smaller? Jul 02 13:23:43 wpwrak: no take on vala at all - my take on gtk after hav ing used it a lot and even worked on gtk's code itself is "meh! boring. slow!" Jul 02 13:23:43 :) Jul 02 13:23:55 [Rui]: find a fix to this. this is some trac bug. Jul 02 13:24:13 <[Rui]> raster: I never met that bug on my trac installation at work Jul 02 13:24:20 ours seems to have it Jul 02 13:24:21 wpwrak, if you want to use dbus stuff vala rocks Jul 02 13:24:24 and i have no idea why Jul 02 13:24:27 the files aree actually there Jul 02 13:24:41 DocScrutinizer: if you just want to make bigger some non-predictive keyboard, then you don't have to edit .edc/.edj Jul 02 13:24:58 somethng is wrong with tracs internal data (its STUPID that it needs to keep this in a database to just find a file in a fixed position on disk - just get the right filename!) Jul 02 13:24:59 <[Rui]> raster: if you'd trust me, maybe I could look into it :) Jul 02 13:25:26 <[Rui]> raster: is it using a real database or sqlite? Jul 02 13:25:29 [Rui]: to get access to our servers, you need an svn account to start with Jul 02 13:25:32 dos1: I want to get rid of the useless topbar Jul 02 13:25:40 i can convert it then to a "permenant admin" account Jul 02 13:25:48 its using real mysql server Jul 02 13:25:52 DocScrutinizer: so you don't want to use predictive keyboards, only terminal? Jul 02 13:26:01 exactly Jul 02 13:26:22 DocScrutinizer: and what do you want - increasing size of buttons, or decreasing size of keyboard? Jul 02 13:26:24 <[Rui]> raster: I see, that's a huge difference from my setup, so maybe the source of the bug. are other pages suffering from this or just this one? Jul 02 13:26:59 decrease hight of kbd by size of topbar Jul 02 13:27:03 <[Rui]> others too, I just saw Jul 02 13:27:03 playya: ah no, no dbus :) what i'm after is a parametric footprint editor for kicad. kicad itself is written in c++ and wxwidgets, but that's too much pain for me to consider. Jul 02 13:27:34 dos1: to free up useable netto area of screen Jul 02 13:27:47 then you need to edit edc :P Jul 02 13:27:51 playya: so the idea is that you generally provide parameters as text but piece things together graphically. Jul 02 13:27:53 wait a moment... Jul 02 13:28:11 dos1: that's what raster told me Jul 02 13:28:20 [Rui]: no - this is separate from trac Jul 02 13:29:17 sth like a mda wpwrak ? Jul 02 13:32:06 <[Rui]> raster: may I suggest filenames without spaces? Jul 02 13:32:14 mda mda ... Missile Defense Agency ? Media Development Authority ? Michigan Dental Association ? Jul 02 13:32:40 <[Rui]> raster: oops my mistake, loking at path in the wrong spot Jul 02 13:32:56 man, don't again. Jul 02 13:33:33 [Rui]: the filenames don t have spaces Jul 02 13:33:36 :) Jul 02 13:34:03 lindi-, yep, conffiles in /usr/share ;) Jul 02 13:34:08 * mrmoku did not do that Jul 02 13:34:11 <[Rui]> raster: yeah, I was looking at Wiki:Elementary: fubar.png instead of just fubar.png Jul 02 13:34:23 <[Rui]> I should go cure my migraine instead of being here Jul 02 13:34:40 wpwrak, model driven architecture. nice buzzword. you use graphical elements to generate code,... Jul 02 13:35:10 hehe Jul 02 13:35:15 i need to pass out soon Jul 02 13:35:21 mrmoku: yikes, how can that pass automated tests? Jul 02 13:35:22 multimedia development architecture Jul 02 13:35:24 big nasty day to try and get behind me Jul 02 13:35:28 err... Jul 02 13:35:38 multimedia development platform Jul 02 13:36:37 aka zoom-II MDP Jul 02 13:36:54 lindi-, don't know what OE tests for (and what not) Jul 02 13:37:28 playya: i got them with --with-port=efl in EXTRA_OECONF they are in Jul 02 13:37:56 yes Jul 02 13:38:13 i know. but bitbake only installs the pkgconfig file Jul 02 13:38:27 but no headers Jul 02 13:38:38 playya: ah yes, something along these lines. kinda "graphical programming". i'd even have loops, with tables Jul 02 13:39:29 and eve uses pkgconfig so you don't need EWebKit/.. in you include Jul 02 13:40:12 playya: yes, for me it compiled fine. Don't know why it doesn't for you :D Jul 02 13:40:29 because i suck :) Jul 02 13:40:45 <[Rui]> sleeping. bye Jul 02 13:40:46 :) Jul 02 13:42:51 do you have a EWebKit dir in tmp/staging/armv4t-angstrom-linux-gnueabi/usr/include/ Jul 02 13:43:23 yes Jul 02 13:43:51 autotools_stage_all did this for me Jul 02 13:44:52 mrmoku: lindi-: http://de.wikipedia.org/wiki/Filesystem_Hierarchy_Standard ;-) Jul 02 13:46:31 DocScrutinizer: yep read that Jul 02 13:46:46 mrmoku: thanks for reminding me why I don't use OE :P Jul 02 13:47:08 lindi-: I guess you did. Alas not all developers did it seems Jul 02 13:47:41 lindi-: so it was more like a pointer you may share to others than a suggestion for you Jul 02 13:47:49 debian policy overlaps mostly with that Jul 02 13:50:09 DocScrutinizer, overflowing it I don't find the part where it says 'ALL configuration files MUST be under etc' though Jul 02 13:51:18 mrmoku: hmm, yes. It seems FHS is dropping a few best-common-practice points Jul 02 13:51:50 mrmoku: e.g it doesn't even declare /home mandatory :-S Jul 02 13:52:11 and /root is a mere suggestion Jul 02 13:54:22 mrmoku: tw there is a whole lot of config files that live in ~/ Jul 02 13:54:30 Btw Jul 02 13:54:47 mrmoku: though: "" /etc (spezifische Konfigurationsdateien) "" Jul 02 13:55:58 DocScrutinizer: which alsamixer switch reduces mic sensitivity? Jul 02 13:56:53 bumbl: you have mic-to-gsm-volume, which is one of #4,#5,#6 (can't remember atm, see wiki) Jul 02 13:57:49 bumbl: and you got "gain" which is adjusted just once to calibrate the system (like the little red turn-knob at top of every band-mixer channel) Jul 02 13:58:04 bumbl: this one is #48 (range 0-3) Jul 02 13:58:57 bumbl: http://wiki.openmoko.org/wiki/Neo_Freerunner_audio_subsystem#Alsamixer_channel_controls Jul 02 13:59:34 aah yes, #5 Jul 02 14:00:02 so would it be wise to first change the gain value Jul 02 14:00:35 bumbl: yup Jul 02 14:01:02 bumbl: see recommended adjustment procedure in above posted wikipage Jul 02 14:02:16 bumbl: the idea is, like on a conventional stage-mixer, to first calibrate every gain to 0dB on maximum input level audio events Jul 02 14:02:55 bumbl: then adjust with main slider (#5 here) to your momentary needs Jul 02 14:04:25 bumbl: also #48 ust be set correctly to yield a decent conversion range at A/D PCM Jul 02 14:04:39 mickey, playya, raster: okay, gtk it is. thanks, folks ! Jul 02 14:05:08 DocScrutinizer: at the moment i have with a buzz fixed (i hope it is - i at least payed for it) terrible background noise Jul 02 14:05:10 bumbl: e.g. if you plan to record phonecalls Jul 02 14:06:15 DocScrutinizer, The /usr/share hierarchy is for all read-only architecture independent data files. Jul 02 14:06:17 bumbl: probably #48 is set to "value 3". I get same issue here. Seems this is a bit too high, as it clips audio. Jul 02 14:06:31 you could argument that the alsa state files are *not* architecture independent ;) Jul 02 14:06:40 mrmoku: ack Jul 02 14:06:57 mrmoku: at least the ones we use here Jul 02 14:07:25 mrmoku: gsmhandset.state etc should go exactly there: /etc ;-P Jul 02 14:07:29 and we could discuss if alsa state files actually are configuration files or not Jul 02 14:07:41 nah, not sure about that ;) Jul 02 14:08:22 mrmoku: /etc/resolv.conf as well isn't exactly a configuration file, despite its name Jul 02 14:08:54 DocScrutinizer, why not? Jul 02 14:09:03 it configures the name servers Jul 02 14:09:25 mrmoku: it's dynamically changed by dhcpcd etc Jul 02 14:09:38 DocScrutinizer: i somehow fail to find the mentioned settings in alsamixer Jul 02 14:10:37 bumbl: they are there, maybe somnewhat truncated Jul 02 14:11:02 bumbl: use ;-) Jul 02 14:11:29 DocScrutinizer: i know that there are plenty pages Jul 02 14:12:35 bumbl: please refer to above posted wikipage! Jul 02 14:12:44 the alsamixer names are there as well Jul 02 14:13:01 I put them in to help you ;-P Jul 02 14:13:06 i did and looked for the alsamixer names ;) Jul 02 14:13:32 Control 5: "Mono Playback Volume" (alsamixer name: "Mono" Jul 02 14:14:20 Control 48: "Mic2 Capture Volume" (alsamixer name: "Mic2". Jul 02 14:15:44 bumbl: you might find more convenient to use `amixer cset "Mono Playback Volume" -6dB Jul 02 14:15:54 sth like that Jul 02 14:16:01 DocScrutinizer: yep i found mono, but no mic2 Jul 02 14:16:24 bumbl: use to switch to "ALL" page Jul 02 14:39:55 i'm fighting with illume theme Jul 02 14:40:47 now i have faster keyboard and icons on desktop Jul 02 14:40:58 and that icons doesn't look ugly on x11-16 Jul 02 14:54:16 dos1, we all love you for that :) Jul 02 14:59:45 but now - spaghetti! <3 Jul 02 15:00:00 FSM will be proud ;) Jul 02 15:00:17 dos1, nah... spaghetti make you FAT... believe me - I know what I'm talking about ;) Jul 02 15:00:24 your gf won't like that :P Jul 02 15:00:52 mrmoku: so seems that's exactly what I need ;-) Jul 02 15:01:28 mrmoku: i want to be fat :D Jul 02 15:01:33 now i can eat, and eat, and eat Jul 02 15:01:38 and i'm still thin Jul 02 15:01:40 ;D Jul 02 15:01:49 my gf wouldn't mind me being a little more "fat" Jul 02 15:02:00 as my :D Jul 02 15:04:15 * DocScrutinizer wonders where to get decent spaghetti now Jul 02 15:04:15 DocScrutinizer, yeah, you have my spaghetti permission :) Jul 02 15:04:27 dos1, times will change though Jul 02 15:06:02 but now i can eat :D Jul 02 15:26:33 has anyone else experienced te problem where their Illume icons appear in three columns instead of four, leaving quite a large blank space? Jul 02 15:27:01 i'm wondering if it's just due to my "custom" setup, or if it's a wider problem Jul 02 15:27:07 (because it doesn't happen with KMS) Jul 02 15:32:47 mrmoku: http://scap.linuxtogo.org/files/5018022fcc092f24fa54465477d9b036.png Jul 02 15:33:47 hmm, effect are really good Jul 02 15:33:57 * dos1 is checking, if he can do the same with elementary theme Jul 02 15:34:35 dos1, what part is good? Jul 02 15:34:57 I mean which part should I look at? the toolbar (which is still ugly) or the icons (which look good) Jul 02 15:35:00 ? Jul 02 15:35:24 mrmoku: i didn't touch toolbar itself, only active icon in launcher and active buttons in toolbar Jul 02 15:36:33 mrmoku: i'll maybe change toolbar to use solid color instead of gradient Jul 02 15:37:39 dos1, yep, that would be much appreciated :) Jul 02 15:37:47 it's one of the most disturbing things for me Jul 02 15:38:11 raster, you were right... as always :P Jul 02 15:38:15 but later, now buttons (which are the most disturbing things for me :P) Jul 02 15:38:26 :) Jul 02 15:38:42 mrmoku: with which? i'm just making bigger images, as in x11-16 smooth scaling is disallowed Jul 02 15:38:44 ;) Jul 02 15:39:04 dos1, with which? Jul 02 15:39:18 mrmoku: with which raster was right ;) Jul 02 15:39:50 dos1, ahh... unrelated... he was right in telling me that it is my fault my custom genlist style does not get used Jul 02 15:40:06 I just realized that efl2 is using edj from efl :P Jul 02 15:40:12 :) Jul 02 15:40:34 dos1, I'm converting the message list to be a genlist too Jul 02 15:40:40 and then I will do pim messages :) Jul 02 15:41:49 fine :) Jul 02 15:43:43 Weiss: PaulFertser: Xorg does fbioblank with xset dpms 10 10 10 Jul 02 15:50:58 lindi-: xset dpms 10 10 10 should blank, or it should be blanked with xscreensaver after issuing that? Jul 02 15:51:44 dos1: it blanks autonarically Jul 02 15:52:00 lindi-: so it doesn't work with kdrive :( Jul 02 15:52:02 dos1: xscreensaver is just unnecessary Jul 02 15:52:30 lindi-: hmm... so who'll "eat" first tap on screen when unblanking? Jul 02 15:52:36 with wlan it is about 85 mA Jul 02 15:53:12 dos1: yes it goes to the app Jul 02 15:53:27 lindi-: so xscreensaver is still useful :P Jul 02 15:54:03 lindi-: what about 10 0 0, 0 10 0 or 0 0 10? Jul 02 15:54:33 Weiss: do i really need to test? Jul 02 15:54:55 hmm, possibly not Jul 02 15:55:17 mrmoku: yay! http://scap.linuxtogo.org/files/473ea2a70c4fa4febfbf186550ebd9ff.png Jul 02 15:55:43 i'm just slightly confused about how you manage to get blanking but no pixel clock running without outside intervention (such as e.g. frameworkd poking around in sysfs) Jul 02 15:55:48 not perfect, but A LOT better than default theme on x11-16 :) Jul 02 15:57:23 Weiss: FBIOBLANK ioctl does it? Jul 02 15:57:56 Weiss: i was previously using xset s 10 10 whic did not stop pixel clock Jul 02 15:58:22 lindi-: fbioblank should send JBT6K74 to sleep then turn Glamo's pixel clock off, as far as i know (and not actually turn the backlight off..) Jul 02 15:58:40 hmm.. the last number is the time to the "off" state Jul 02 15:59:33 Weiss: it does that i rhink Jul 02 16:04:44 dos1, much better... I would still prefer the buttons to be solid color too I think though Jul 02 16:05:16 mrmoku: it would be too much fighting for now ;) Jul 02 16:05:19 maybe later Jul 02 16:05:24 ok Jul 02 16:14:13 mrmoku: i have small app for blanking framebuffer. i think it should be included in SHR (after rewriting in C - now it's python :P) Jul 02 16:15:01 (python: real 0m 0.86s, user 0m 0.53s, sys 0m 0.22s) Jul 02 16:19:58 dos1, to replace xset? Jul 02 16:20:13 mrmoku: no, to use with (when blanking) Jul 02 16:20:47 mrmoku: xset can unblank it, but when blanking, it only powers down backlight, not display Jul 02 16:27:04 dos1: I guess DPMS is the magic word Jul 02 16:27:13 DocScrutinizer: with xorg - yes Jul 02 16:27:16 well.. Jul 02 16:27:18 lindi-: ok, on closer inspection, only the "off" mode ends up disabling pixel clock in the kernel Jul 02 16:27:39 i think we should move from kdrive to xorg :P Jul 02 16:27:50 DocScrutinizer: kdrive doesn't support DPMS i think Jul 02 16:27:57 (well, it doesn't work here) Jul 02 16:27:59 lindi-: (DPMSModeOff gets translated into FB_BLANK_POWERDOWN in fbdevhw, which tells glamo-fb to disable the clock and jbt. nothing else does that) Jul 02 16:28:46 dos1: no idea at all. Only now backlite is controlled by DPMS on laptops, and screensavers have option to enable/disable tis Jul 02 16:28:53 Know Jul 02 16:30:15 DocScrutinizer: it is also controlled by DPMS on neo, but not with kdrive/Xglamo Jul 02 16:30:35 mrmoku: should i commit elementary-theme-sixteen and e-wm-theme-sixteen? ;) Jul 02 16:32:59 hehe :) Jul 02 16:33:19 will think about that while eating :) Jul 02 16:33:21 bbl Jul 02 16:34:01 i still manage not to understand what's turning the backlight on and off... does anyone know? Jul 02 16:34:21 dos1: could we finally get all the ok/dial/accept buttons to left side, and all the reject/cancel buttons on the right? Jul 02 16:35:51 DocScrutinizer: if you'll write list, where and what to change, i'll do it Jul 02 16:35:52 Weiss: ask raster Jul 02 16:36:06 dos1: cool, I'll do Jul 02 16:38:01 DocScrutinizer: PS. some time ago i changed button order in opimd-utils - accept/ok on left and cancel on right ;) Jul 02 16:38:26 Weiss: I remember a lengthy debate between raster and andy about one was implementing a bandaid, and the other couldn't implement it the right way (which it seemed both agrred upon), as long as the bandaid wouldn't vanish prior to that Jul 02 16:39:10 dos1: There's one occasion where it's correct - think it's inbound call accept/reject buttons Jul 02 16:39:48 DocScrutinizer: and i think some time ago i've changed "are you sure" windows when deleting Jul 02 16:40:05 dos1: outbound call e.g still wrong ordering Jul 02 16:40:22 DocScrutinizer: dialer? Jul 02 16:40:27 yup Jul 02 16:41:31 hmm... i see om is working hard on project b ;) Jul 02 16:41:41 DocScrutinizer: ah, ok... just poking around in the kernel. there's a backlight driver which attaches to the fb notifier chain so it goes off with fbioblank Jul 02 16:43:33 Weiss: as it seems andy isn't available for questions any more, your best bet is raste anyway Jul 02 16:43:56 yeah Jul 02 16:44:12 i'd like to understand all the userspace interactions going on (who is calling ioctls, etc) Jul 02 16:44:14 5 commits yesterday Jul 02 16:44:28 hmm... someone knows, when appox. project b will be announced? Jul 02 16:47:07 I'd guess never Jul 02 16:48:53 heyho Jul 02 16:49:04 DocScrutinizer: that would be odd. I see real repository with real code for project B, with good activity :x Jul 02 16:49:06 dos1: btw, which commits? pointer? Jul 02 16:49:12 DocScrutinizer: no no no no :> Jul 02 16:49:30 DocScrutinizer: but it's easy to find :D Jul 02 16:49:47 it's very easy to find, what exactly project b is Jul 02 16:50:00 but i don't want to discover anything ;) Jul 02 16:50:01 I know, just wanted to make sure you're actually talking about B, not core Jul 02 16:50:16 s/discover/hmm... dunno what better word i could use :P/ Jul 02 16:50:16 dos1 meant: but i don't want to hmm... dunno what better word i could use :P anything ;) Jul 02 16:50:31 say to people here :D Jul 02 16:50:46 honestly, B is so exciting to me like a sack of rice in china Jul 02 16:51:27 i only what to know it's price Jul 02 16:51:32 s/what/want/ Jul 02 16:51:34 dos1 meant: i only want to know it's price Jul 02 16:56:23 DocScrutinizer: I will send you some pictures of my broken testpad in the next few days (currently I don't have any suitable camera available) Jul 02 16:56:50 morphis: ok Jul 02 16:57:56 DocScrutinizer: some other person I asked about that told be to use epoxy harz to fix the testpad on pcb Jul 02 16:58:15 nah, use acrylic Jul 02 16:58:41 ok Jul 02 16:58:43 epoxy is a mess Jul 02 16:58:47 :) Jul 02 17:00:17 place a siutable small qty to tip of a toothpic or match, then apply. So you'll avoid to get excess glue on the pcb Jul 02 17:00:39 qty? Jul 02 17:00:45 quantity Jul 02 17:01:01 ok Jul 02 17:03:09 press the testpoint py a waxed match or slightly greased plastic stick, so it doesn't glue to the testpoint and removes it when you lift the match/stick Jul 02 17:04:03 anyway all this has limited benefit if testpoint is detached from trace Jul 02 17:04:19 I hope it is not Jul 02 17:04:38 be very carefull not to change this while glueing it ;-) Jul 02 17:05:29 I hope I do not break the whole phone with this Jul 02 17:06:27 few chances to break anythimg beyond testpoint itself Jul 02 17:06:39 great Jul 02 17:07:09 breaking the testpad is annoying enough ... Jul 02 17:07:20 but I will see Jul 02 17:10:31 DocScrutinizer: thank you so far Jul 02 17:17:19 khiraly1: Scrap my last remark... Jul 02 17:17:32 After booting my FR, GSM did not work any more. Jul 02 17:17:39 ChristW: hmm? Jul 02 17:17:45 scrap? Jul 02 17:18:04 On incoming call, vibrator worked, but no audio, was not able to pick up the phone. Jul 02 17:18:28 So, the audio system _is_ borked somehow (I suspect some pkgs with 'speech' in the name)... Jul 02 17:18:52 To bad that that isn't noticeable after installing the files, but only after a reboot! Jul 02 17:19:09 (scrap, as in: undo/delete) Jul 02 17:20:08 ChristW: maybe http://trac.navit-project.org/ticket/393 ? Jul 02 17:21:39 speech-dispatcher? Jul 02 17:21:40 Yes, something like that... Jul 02 17:21:50 Yes, speech-dispatcher. Jul 02 17:21:52 if you have installed it, just remove it Jul 02 17:22:03 I did, but it's quite good at its task! Jul 02 17:22:44 I speaks Dutch, even. Jul 02 17:23:04 s/I/It/ Jul 02 17:23:04 ChristW meant: It speaks Dutch, even. Jul 02 17:23:25 ChristW: but you don't need speech-dispatcher for speech in navit, in any language :P Jul 02 17:23:35 Oh? Jul 02 17:25:02 even default configuration of navit doesn't use speech-dispatcher :P Jul 02 17:25:06 just use espeak directly Jul 02 17:27:56 It doesn't say anything to me... Jul 02 17:28:07 It outputs something that looks like phonemes. Jul 02 17:30:33 On a reasonably related note, why does opkg update fail (out of memory) when Navit is installed? The .opk file is only 3M in size! I can add swap (an extra parition on my SD card), but it seems unreasonable with the amout of memory in the FR> Jul 02 17:30:38 ChristW: espeak --stdout -v en "Your text" | aplay - Jul 02 17:30:43 change en to your language Jul 02 17:31:59 Even opkg -noaction upgrade hangs my FR when Navit is installed. Let me pull the battery and try out this espeak thingy... Jul 02 17:34:21 dos1: Ok, that seems to work just fine, thanks! Jul 02 17:42:26 mrmoku|away: that's not gradient in top shelf - it's image :) so i can make it looking the same in x11-16 as in x11 :) Jul 02 17:51:28 dos1: any efforts/succes in cleaning terminal-kbd to recover valuable screen real estate? Jul 02 17:52:06 no... Jul 02 17:52:42 I f I ever had changed a edj before, possibly I could do that myself. But I have no idea about that stuff yet Jul 02 17:54:09 dos1: I think it's a pitty to waste ~10% of screen hight for two relatively unimportant buttons Jul 02 17:55:42 if each of those buttons had 1/4 the size of a regular key, that would be fine for me Jul 02 17:56:25 k, bbl Jul 02 17:59:14 dos1: i can't delete messages in opimd-messages, is that a known problem? Jul 02 17:59:49 agg1n1: opimd-messages isn't released. everything is known problem now ;P Jul 02 18:00:15 dos1: ok :) Jul 02 18:00:19 deleting messages works, but not with SIM backend (there is no code from opimd side for that now) Jul 02 18:06:12 PaulFertser: so far wlan has "unfortunately" worked very well with budfive's patch :) Jul 02 18:06:35 lindi-: :D Jul 02 18:07:02 Damn weather Jul 02 18:07:10 lindi-: in general i'm a bit concerned about kernel patches Michael does. TBH. Jul 02 18:07:18 PaulFertser: tested three different wlan networks, suspend/resume and running scan in a loop when in bus Jul 02 18:07:32 PaulFertser: i'd like to know the real reason too Jul 02 18:07:44 lindi-: but that one was by Werner himself. Hm. Jul 02 18:07:58 PaulFertser: the wlan code? Jul 02 18:08:25 lindi-: the patch that Werner suspects to have introduced the regression. Jul 02 18:08:49 PaulFertser: ah, which patch is that? did he mention that in the bug report? Jul 02 18:08:59 dos1, good thing :) Jul 02 18:09:00 lindi-: no, only on the ML. Jul 02 18:09:05 lindi-: 9c4451ff31b937a478f3d3eabef30b71cbe12b12 Jul 02 18:09:15 PaulFertser: argh. what's your theory on why people don't discuss through the bug tracker? Jul 02 18:09:51 PaulFertser: i completely missed that comments, i could have tried reverting commit if I had known Jul 02 18:10:33 lindi-: because trac sucks? Look at debian bugtracker, at its e-mail interface and compare with trac. No? Jul 02 18:11:24 PaulFertser: that's my theory too. what would you say if i forked trac.openmoko.org? Jul 02 18:11:34 PaulFertser: I already have a mirror of all its data (excluding attachments) Jul 02 18:12:12 lindi-: atm i'm completely demotivated so no idea. Jul 02 18:12:30 PaulFertser: ok, i'm suffering from trac so much that i might get some motivation :) Jul 02 18:12:41 PaulFertser: if it sends those mails to ML then it should be easy to migrate to it Jul 02 18:16:30 mrmoku: please ;) Jul 02 18:17:00 SHR: 03seba.dos1 07shr-themes * r9c03041aa7ef 10/shr-splash/shr-splash-theme-dociswatchingyou/ (8 files in 2 dirs): Merge branch 'master' of git+ssh://git@shr.bearstech.com/shr-themes Jul 02 18:17:01 SHR: 03seba.dos1 07shr-themes * r3e99ce96d4c2 10/e-wm/e-wm-theme-illume-sixteen/images/ (base_bg.png bt_dis_base.png bt_dis_hilight.png): e-wm-theme-illume-sixteen: fix top shelf and disabled buttons to look good Jul 02 18:17:02 SHR: 03seba.dos1 07shr-themes * rc99ee884402b 10/elementary/elementary-theme-sixteen/ (109 files in 2 dirs): elementary-theme-sixteen: initial commit of good-looking-in-x11-16-engine elementary theme Jul 02 18:17:03 SHR: 03seba.dos1 07shr-themes * rfb53fb2f3a6d 10/e-wm/e-wm-theme-illume-sixteen/ (302 files in 2 dirs): e-wm-theme-illume-sixteen: initial commit of good-looking-in-x11-16-engine e17 theme Jul 02 18:19:23 mrmoku: http://scap.linuxtogo.org/files/2ec3af942a13909cffde1cac444db667.png Jul 02 18:19:27 which engine is it? :D Jul 02 18:20:07 ahh... now I want it :D Jul 02 18:21:05 mrmoku: keyboard is also changed Jul 02 18:21:20 it doesn't have highlight on top of buttons Jul 02 18:21:29 so it works faster, even with x11 engine Jul 02 18:22:49 mrmoku: http://scap.linuxtogo.org/files/0c4a2e0a481cb6dd23e12478129c63a1.png Jul 02 18:23:32 i think i can make that two buttons on keyboard (dict and keyboard selector) also look better Jul 02 18:23:34 but later Jul 02 18:23:35 dos1, good thing again :) Jul 02 18:24:08 mrmoku: so if you want it - write recipe! :D Jul 02 18:28:03 maybe now x11-16 could be set as default :) Jul 02 18:32:57 who was working on that GSM applet? Jul 02 18:33:15 mrmoku: and btw, i would like to see that applet included... ;) Jul 02 18:34:43 dos1, Gorbusch|away aka Frank1 me thinks Jul 02 18:35:27 Gorbusch|away: would you also want to fix wifi module to display signal strength while connected? :D Jul 02 18:36:08 dos1, hmm... why did you add an elementary subdir? Jul 02 18:36:15 theme has icons for different strength level... but looks like it isn't working Jul 02 18:36:48 mrmoku: cause it has theme for elementary? Jul 02 18:36:54 i've added two themes Jul 02 18:37:03 one for e-wm, and one for elementary Jul 02 18:37:52 ahh.. Jul 02 18:37:55 * mrmoku is confused Jul 02 18:38:05 yeah illume... not elementary :P Jul 02 18:40:36 elementary theme has now only buttons changed Jul 02 18:40:49 copied from e-wm theme ;D Jul 02 18:44:20 dos1, maybe I can add my genlist changes... once they work :P Jul 02 18:44:46 Ainulindale, you should move to your gf's hometown... might be more your climate ;) Jul 02 18:47:46 dos1, recipe for the illume theme is done Jul 02 18:50:09 @mrmoku, yes you are right Jul 02 18:50:09 @dos1, sure Jul 02 18:51:47 any FSO guy around? Jul 02 18:52:05 Gorbusch|away: thanks :) Jul 02 18:52:24 I get http://pastebin.com/mcddefa6 and after that framework blanks/locks/suspends the system no matter how hard i hit the screen :-) Jul 02 18:52:39 dos1, hmm... the theme recipes call edje_cc directly (aka from PATH) Jul 02 18:52:43 that is wrong I think Jul 02 18:52:50 ${STAGING_BINDIR_NATIVE}/edje_cc is what we want Jul 02 18:53:03 and then it depends on edje... and should depend on edje-native, no? Jul 02 18:53:04 the only wake-up option is to press power two times(suspend and resume) Jul 02 18:54:16 sleipnir: do you have latest frameworkd? Jul 02 18:54:21 it should be fixed i think Jul 02 18:54:34 mrmoku: for me looks like you're right :P Jul 02 18:55:12 Yay Jul 02 18:55:18 Just bought my Mini ITX setup Jul 02 18:56:17 sleipnir: AUX should also work ;) Jul 02 19:02:30 dos1, ok, will change that then Jul 02 19:03:04 Ainulindale, do you agree themes should DEPEND on edje-native, not edje? Jul 02 19:03:25 Yes I do Jul 02 19:03:38 dos1: i have (still) MS5.1 Jul 02 19:03:58 and AUX does not work unfortunately... Jul 02 19:03:59 sleipnir: then upgrade, or live with that :P Jul 02 19:04:24 it's already fixed in ms5.5 branch for long time Jul 02 19:04:40 and ms5.5 is going to be released soon Jul 02 19:04:49 dos1: yeah i'm one of the gentoo guys and we are waiting for the release :-) Jul 02 19:05:16 dos1: do you know a date? Jul 02 19:05:41 sleipnir: no, but i know it's really late :P Jul 02 19:05:58 but mickey|bbiab said few days before, that things are going well to release ms5.5 in few days :D Jul 02 19:06:09 and i think opimd is now stable enough to be in ms5.5 Jul 02 19:06:32 or... oh, messages sim backend :x it doesn't support updating and deleting :D Jul 02 19:06:53 but... i'm to lazy to do that now, sorry :D Jul 02 19:08:40 mrmoku: i have fixed tabs in keyboard, commiting in few seconds ;)\ Jul 02 19:08:54 another thing. shr-settings tells me "DBus borked"... what to do with this? Jul 02 19:09:54 sleipnir: debug Jul 02 19:09:56 SHR: 03seba.dos1 07shr-themes * r4c41a0729a20 10/e-wm/e-wm-theme-illume-sixteen/images/ (k_tabl.png k_tabr.png): e-wm-theme-illume-sixteen: fix tabs in keyboard to look good Jul 02 19:10:27 dos1: do you have more details :-) Jul 02 19:10:33 what to debug, how? Jul 02 19:10:43 sleipnir: it means that it couldn't make dbus proxy or couldn't call some dbus method Jul 02 19:11:02 dos1: hmm maybe because i'm trying as user Jul 02 19:11:34 sleipnir: so try as root, and if it works - fix rules ;) Jul 02 19:11:51 dos1, ok, and I comitted the recipes Jul 02 19:11:52 dos1: sounds reasonable :-) Jul 02 19:15:14 mrmoku: looking at mickey's commits to OE... shouldn't we also change configuration to use fsousaged? Jul 02 19:15:42 yep, fso-abyss and fsousaged Jul 02 19:15:52 dos1: as root when pressing power (ophonekitd not running) Jul 02 19:15:53 will do that too (not right now though) Jul 02 19:15:57 dos1: http://pastebin.com/m7092283b Jul 02 19:16:24 so i guess i _need_ ophonekitd Jul 02 19:16:25 mrmoku: if fso-abyss is installed in default image, i'll change confs now :P Jul 02 19:16:49 dos1, not yet Jul 02 19:17:02 mrmoku: so only fsousaged? Jul 02 19:17:08 not yet ;) Jul 02 19:17:14 sleipnir: for power settings - yes Jul 02 19:17:19 mrmoku: hmm... i think it is Jul 02 19:17:29 I'm not yet sure if we should depend on task-fso2-compliance now Jul 02 19:17:38 thought that contains also stuff that is not yet working Jul 02 19:17:39 mrmoku: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=shr/import&id=0a46a84a834a226ca85f8b24a2e78687e3f0c1c1 Jul 02 19:17:42 -t Jul 02 19:17:55 dos1: same for "Others" Jul 02 19:18:08 ok will try to get ophonekitd working then... Jul 02 19:18:10 sleipnir: hmm? Jul 02 19:18:30 sleipnir: i don't think in others tab is something which can not work without ophonekitd Jul 02 19:18:38 ahh, ok... so we get fsousaged via framework Jul 02 19:18:39 dos1: same "DBus borked" message for the Others tab Jul 02 19:18:48 sleipnir: which module? Jul 02 19:18:50 PIM? Jul 02 19:19:11 yes Pim is the only in there Jul 02 19:19:16 as far as i see Jul 02 19:19:32 sleipnir: there are three modules Jul 02 19:19:39 Splash (SHR specific, so it Jul 02 19:19:47 +'s ok that it doesn't work) Jul 02 19:19:57 PIM (you need opimd enabled in frameworkd.conf) Jul 02 19:20:11 and Backup Jul 02 19:20:20 but backup should work... Jul 02 19:20:58 dos1: there is only Pim stating dbus is not working Jul 02 19:21:24 i didn't disable opimd, so i guess it's working (need to check) Jul 02 19:21:28 sleipnir: enable opimd in frameworkd.conf Jul 02 19:21:35 i think it's disabled by default in FSO conf Jul 02 19:21:40 (but in SHR it's enabled) Jul 02 19:22:01 dos1: ok will do simply with disable = 0 i guess...!? Jul 02 19:22:12 no, just remove disable = 1 ;) Jul 02 19:22:52 dos1: there is no disable = 1, that's what i ment with i didn't disable it :-) Jul 02 19:23:10 but [oeventsd] has disbale = 0 Jul 02 19:23:15 urgs Jul 02 19:23:44 hmm Jul 02 19:23:51 ahhhh Jul 02 19:23:54 it can't work with ms5.1 Jul 02 19:23:56 :D Jul 02 19:23:59 so it's ok Jul 02 19:24:15 ms5.1 doesn't have my work on opimd Jul 02 19:24:49 dos1: i'm really looking forward to ms5.5 Jul 02 19:24:55 dos1: and thanks for that Jul 02 19:25:04 Because your work is quite buggy :-p Jul 02 19:25:22 Ainulindale: where? Jul 02 19:25:28 Up your ass Jul 02 19:25:35 And no, just kidding around :-) Jul 02 19:25:38 ;D Jul 02 19:25:40 Pity you didn't start earlier Jul 02 19:25:43 as always ;) Jul 02 19:26:25 brb asking nasty questions about ophonekitd :-) Jul 02 19:28:43 @Ainulindale, what did i have to do to own bugs :) Jul 02 19:28:53 What? Jul 02 19:29:22 :D I want to own some bugs, i quite love them Jul 02 19:29:30 which bugs? Jul 02 19:29:49 #42, #446 Jul 02 19:30:05 login? Jul 02 19:30:17 Gorbusch Jul 02 19:31:08 Done Jul 02 19:31:10 tracfeed: Ticket #42 (Illume gadget for handling profiles) updated Jul 02 19:32:50 :) Jul 02 19:32:52 tracfeed: Ticket #446 (Change the battery gadget's theme) updated Jul 02 19:32:59 work for the weekend Jul 02 19:33:11 SHR: 03seba.dos1 07shr-themes * r539f424ae86e 10/frameworkd/frameworkd-config-shr/ (5 files in 5 dirs): frameworkd-config-shr: disable ousaged, use fsousaged Jul 02 19:44:02 dos1: I like this commit but did you test it? =) Jul 02 19:44:15 Ainulindale: fsousaged? yes Jul 02 19:46:04 DocScrutinizer: i've just changed buttons order in SIM auth Jul 02 19:46:11 DocScrutinizer: do you already have other places? Jul 02 19:47:12 DocScrutinizer: dialer Jul 02 19:48:24 DocScrutinizer: messages screens :D Jul 02 19:55:39 how much time does a full "make image" take about? Jul 02 19:55:51 SHR: 03seba.dos1 07shr * r619858f94916 10/libframeworkd-phonegui-efl/data/ (call.edc contacts.edc dialer.edc messages.edc sim-auth.edc): libframeworkd-phonegui-efl: change order of buttons (ok/accept/yes/green - left, no/close/cancel/red - right) Jul 02 19:56:58 DocScrutinizer: i think i've changed everything in libframeworkd-phonegui-efl :P Jul 02 19:57:20 Slyon: depends on your hardware, between 8h and a day Jul 02 19:57:34 it's only a guess Jul 02 19:58:36 @sylon, depends on how much you localize, for me normaly about 6-7h for only english Jul 02 19:58:41 mrmoku: bug in recipe :P Jul 02 19:58:54 mrmoku: elementary themes are in /usr/share/elementary/themes/ Jul 02 19:58:59 Heinervdm: thanks, so it takes to long to test it this evening, well... the night is long Jul 02 19:59:15 Gorbusch|away: i have only english, too and a c2d processor Jul 02 19:59:39 Slyon: if it's the first run it will download some gigs of data too, that need some additional hours Jul 02 20:00:16 Heinervdm: yes, it's the first build, but it downloaded a buch of things already and now it seems to compile Jul 02 20:00:28 s/buch/bunch Jul 02 20:01:56 @sylon, same proc as me. Important is to set parallel run at least to 4 i think 6 might run better Jul 02 20:01:56 @Heinervdm, yes you are right. Jul 02 20:02:02 ping raster Jul 02 20:02:21 Gorbusch|away: yes, i've set it to 4 Jul 02 20:07:47 emmentaler: PING raster 56(84) bytes of data. Jul 02 20:07:48 64 bytes from raster: icmp_seq=1 ttl=240 time=62.4 ms Jul 02 20:07:50 ;) Jul 02 20:11:06 mrmoku: NOTE: preferred version 0.6.0 of vala-native not available (for item vala-native) Jul 02 20:11:09 is that normal? Jul 02 20:11:13 dos1, ouch ;) Jul 02 20:11:26 dos1, well... we could change that someday :P Jul 02 20:12:25 mrmoku: and fix elementary-theme-sixteen recipe! :P Jul 02 20:12:34 /usr/share/elementary/themes :P Jul 02 20:14:49 hehe Jul 02 20:14:56 hes away i think.. Jul 02 20:15:01 well.. cu later Jul 02 20:31:21 maybe i should be asking in here instead of #openmoko, anyone know what's up with my shr mofi http://pastebin.com/f27ed20b8 ? Jul 02 20:37:02 Heinervdm, still no /usr/include/EWebKit/* :/ Jul 02 20:37:04 @tim_abell, well it is kind of a problem. But i think there was an alternative mentioned, just can't remember. Jul 02 20:37:27 tried a build from scratch? Jul 02 20:37:46 playya: thats a lot to build Jul 02 20:37:48 @all, if somebody has an alternative in mind, can you post it to the wiki, i think it is interesting for more than him Jul 02 20:38:14 playya: do you copied my reciepe? Jul 02 20:39:31 * Gorbusch|away really away now Jul 02 20:40:35 tim_abell: mofi is deprecated Jul 02 20:40:59 uh, oh Jul 02 20:41:01 doh Jul 02 20:41:04 yes Heinervdm Jul 02 20:41:08 what should i be using? Jul 02 20:41:13 but i also changed sth Jul 02 20:41:20 playya: i will try from scratch Jul 02 20:41:26 me too Jul 02 20:41:43 deleting tmp needs a lot of time :D Jul 02 20:44:04 hehe Jul 02 20:44:23 i just link downloads bitbake Jul 02 20:44:30 cp setup-env conf Jul 02 20:44:34 create tmp Jul 02 20:44:51 and fix some parts in conf Jul 02 20:46:32 ah. and linked openembedded Jul 02 20:47:58 it's still deleting :D Jul 02 20:49:14 so, i'm begining to build Jul 02 20:57:14 ERROR: Parsing errors found, exiting... Jul 02 21:00:02 dos1: http://shr-project.org/trac/wiki/MoFi Jul 02 21:00:11 hope that's ok Jul 02 21:09:21 tracfeed: Ticket #538 (omgps won't install) created Jul 02 21:12:40 http://shr.bearstech.com/trac/ticket/187 "Release button doesn't do anything in outgoing calls", i have this issue still. runing "testing" i think Jul 02 21:12:58 is the fix just not in testing Jul 02 21:21:13 tim_abell, probably Jul 02 21:23:17 nuts. are people here generally running unstable? Jul 02 21:24:11 "unstable (for the adventurous testers) is also available, but read this blog announcement on why this is currently not recommended. " http://wiki.openmoko.org/wiki/Stable_Hybrid_Release Jul 02 21:24:23 is that still true? Jul 02 21:26:06 ouch, no. certainly not :P Jul 02 21:26:23 at least not right now Jul 02 21:26:44 that will change is soon as we get around to do another testing Jul 02 21:27:30 how out of date is "testing"? Jul 02 21:29:27 a lot Jul 02 21:30:49 hey - i've a question regarding the shr-image - you're using mofi to handle wireless-stuff, but i can't find any code within, which tells fso-frameworkd to enable the wifi (or release the resource) Jul 02 21:31:44 you can switch it on in the settings Jul 02 21:31:57 ah, it's not done automatically? Jul 02 21:32:18 is there a reason why it's not done in mofi itself, so the user do not have to care about? Jul 02 21:34:43 mirko, mofi is dead Jul 02 21:35:09 and certainly not fso aware Jul 02 21:39:35 mrmoku: what to use instead? Jul 02 21:41:18 mrmoku: is there an alternative? Jul 02 21:47:33 mirko, we (and I think fso for that) will use connman Jul 02 21:48:09 is there a package / recipe for yet? Jul 02 21:48:10 connman + wifiman.py (which you can find in the shr-settings repo) is quite usable already Jul 02 21:48:22 mirko, for connman yes Jul 02 21:48:40 connman alone does nothing though... you need some frontend for it Jul 02 21:48:49 (which is what wifiman.py does) Jul 02 21:48:55 ok, ic Jul 02 21:49:01 wifiman.py uses which kind of toolkit? Jul 02 21:49:03 efl-stuff? Jul 02 21:49:06 yep Jul 02 21:49:23 fine - one more app without gtk (which really slows down the gui) Jul 02 21:49:59 http://git.shr-project.org/git/?p=shr-settings.git;a=blob;f=playground/wifiman.py;h=380fd0c525e64f8a873fda189a6753a70fa931cd;hb=84eb1106f76833b1fe0622f957e79186c7716139 Jul 02 21:50:20 just copy it over and start it Jul 02 21:50:31 we might do a package for it soon Jul 02 21:50:46 mrmoku: first have to package connman Jul 02 21:50:56 mirko, connman is there already Jul 02 21:50:58 mrmoku: is the gui able to handle encryption? Jul 02 21:51:04 it is even part of the default image (SHR) Jul 02 21:51:05 yep Jul 02 21:51:06 mrmoku: i'm not talking of OE ;) Jul 02 21:51:12 *about Jul 02 21:51:12 mirko, ahh, ok :) Jul 02 21:51:27 encryption works... only hidden SID not yet Jul 02 21:51:29 so, for wpa, does it use wpa-supplicant? Jul 02 21:51:38 connman, yeah Jul 02 21:51:51 ok, thanks a lot Jul 02 21:51:52 brb Jul 02 21:52:04 so i won't start getting mofi packaged Jul 02 21:59:55 mirko, yeah, I don't think its worth it Jul 02 22:00:01 mirko: mrmoku are you guys working on getting paroli to run on shr? Jul 02 22:00:27 fredrin, we will do that, but did not actively start it Jul 02 22:00:40 that might change when ms5.5 is out... Jul 02 22:00:41 mrmoku, i'm almost done, a question: where should i tell in the makefiles that a .conf need to be copied in the /etc dir= Jul 02 22:00:56 m0nt0, another one? Jul 02 22:01:06 frameworkd-phonegui.conf is already there Jul 02 22:01:17 mrmoku: no, i'm working on OE or SHR Jul 02 22:01:24 sry, i meant fredrin Jul 02 22:01:38 k Jul 02 22:01:46 i can use it but the mods are done to ophonekitd so ophonekitd.conf should be used Jul 02 22:02:50 well, i'll put it in frameworkd-phonegui.conf and we can move it elsewhere if needed Jul 02 22:03:31 m0nt0, you can check the Makefile of libframeworkd-phonegui data subdir Jul 02 22:04:00 to see how to install a conf file Jul 02 22:04:07 anyway... I'm off to bed Jul 02 22:04:12 gnight all Jul 02 22:17:48 updated http://wiki.openmoko.org/wiki/Stable_Hybrid_Release#Install thanks for the help :) Jul 02 22:21:57 if i replace testing with unstable in my feed files, will all hell break loose, or will i end up with a newer shr? Jul 02 22:23:14 tim_abell, you'kk break everything but if you want give it a try Jul 02 22:25:05 hmm Jul 02 22:25:26 this is my last opportunity to get it together before i'm offline for a while Jul 02 22:26:52 i guess i'll just reflash, probably be quicker than breaking it then reflashing Jul 02 22:26:55 ta m0nt0 Jul 02 22:26:56 if u update from testing to unstable you will get a lot of package confilcts Jul 02 22:27:26 conflicts, package and binaries renamed.... Jul 02 22:27:33 because package names of a lot of packages have changed Jul 02 22:27:50 * tim_abell cracks out dfu, again :) Jul 02 23:01:36 <[Rui]> wtf ? http://pastebin.com/d6cda15c Jul 02 23:02:00 <[Rui]> this has something to do with gconf but... why??? Jul 02 23:44:36 love the SHR splash screen on boot Jul 02 23:44:48 very striking Jul 02 23:52:02 takes for ever to run first boot Jul 02 23:52:37 in fact i don't think it ever finished, i gave up waiting for the gui to come up and ssh'd in and rebooted it Jul 02 23:56:36 tim_abell: that's been a rather stupid action. first boot takes because it's configuring system Jul 02 23:57:08 rebooting means aborting this config-process Jul 02 23:57:26 it got as far as starting x server Jul 02 23:57:29 then never did Jul 02 23:57:45 couple of kernel messages that i didn't write down Jul 02 23:57:53 something about usb Jul 02 23:58:07 i waited about 5 mins with no activity after that Jul 02 23:58:23 it's booted up fine second time Jul 02 23:58:55 hmm, so maybe you hit the wrong-database-structure bug. SHR-unstable? Jul 02 23:59:42 unstable, yes Jul 03 00:00:08 i was having issues with 'testing' so just reflashed Jul 03 00:06:31 <[Rui]> root@om-gta02:~# elmdentica Jul 03 00:06:31 <[Rui]> (process:1929): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function Jul 03 00:06:31 <[Rui]> (process:1929): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `' Jul 03 00:06:31 <[Rui]> Segmentation fault Jul 03 00:06:35 <[Rui]> any hints? Jul 03 00:07:34 [Rui]: gdb it and see where the segfault happens? Jul 03 00:07:49 <[Rui]> inside openmoko? Jul 03 00:07:55 <[Rui]> it doesn't happen on my laptop Jul 03 00:08:08 <[Rui]> and even gconftool-2 doesn't look healthy Jul 03 00:08:22 <[Rui]> root@om-gta02:~# gconftool-2 -g /apps/elmdentica/current_account Jul 03 00:08:22 <[Rui]> Using **pending_return in dbus_connection_send_with_reply_setup() without pending_setup is deprecated and strongly discouraged Jul 03 00:08:22 <[Rui]> Using **pending_return in dbus_connection_send_with_reply_setup() without pending_setup is deprecated and strongly discouraged Jul 03 00:08:22 <[Rui]> Using **pending_return in dbus_connection_send_with_reply_setup() without pending_setup is deprecated and strongly discouraged Jul 03 00:08:23 <[Rui]> Using **pending_return in dbus_connection_send_with_reply_setup() without pending_setup is deprecated and strongly discouraged Jul 03 00:08:28 <[Rui]> elmdentica@identi.ca Jul 03 00:11:44 <[Rui]> well, I hope someone can help me in the morning, time for bed :) Jul 03 00:12:01 gnight :) Jul 03 00:12:01 <[Rui]> Weiss: and here I was thinking I'd make a new release tonight :| Jul 03 00:16:23 [Rui]: gdb it on the Neo? Jul 03 00:22:31 playya: build from scratch completed. But i'm still getting svn revision 41040 of eve and the EWebKit dir in stagging exists and it's populated. Jul 03 00:33:49 I'm going to bed. gn8 Jul 03 00:40:03 upgrading to unstable has solved my issue with not being able to end calls Jul 03 01:19:08 woo. omgps installed this time Jul 03 01:20:39 worked on shr unstable Jul 03 01:51:45 http://pastebin.com/f20580f6c my navit won't start at all now. can anyone help? Jul 03 02:44:56 so if mofi is deprecated and broken on shr, what am i supposed to use instead? Jul 03 02:45:38 http://shr-project.org/trac/wiki/Customize still says use mofi Jul 03 02:46:42 oh, i take that back, it's started working **** ENDING LOGGING AT Fri Jul 03 02:59:57 2009