/srv/irclogs.ubuntu.com/2008/04/19/#ubuntu-mobile.txt

inkynoobvirtualroadside: Are you running UME on an eeePC by chance?03:18
virtualroadsideno03:18
virtualroadsideits a (relatively) normal PC03:19
virtualroadsidejust has a 7in touchscreen03:19
virtualroadsidecarputer :)03:19
inkynoobI see...nice03:19
virtualroadsidehttp://www.virtualroadside.com/carputer/ 03:19
virtualroadsideer03:19
virtualroadsidehttp://www.virtualroadside.com/carputer/pictures.html03:20
inkynoobI'm adding a touchscreen to my eee as soon as it gets here from Taiwn, it's also got a 7inch screen03:20
virtualroadsideah, nice03:20
virtualroadsideyeah, im liking UME so far... cept for this latest missing-icons bug03:20
inkynoobI hadn't installed it ever before, so when nothing came up I wondered if I'd missed a step or a program or something03:21
virtualroadsideyeah, its the first really annoying bug i've found so far03:23
virtualroadsidegranted, there are a ton of bugs, but the first really annoying one03:23
inkynoobFrom what I understand of the bug report, this is an actual problem with hildon-desktop, not just a configuration issue, is that right? 03:25
virtualroadsideyeah03:26
virtualroadsidethe daily build does it too03:26
virtualroadsidewhen i run hildon-desktop in a terminal, it complains that it cannot load libmobilehome.so03:26
virtualroadsideso.. yeah03:26
virtualroadsidethat sounds important03:26
virtualroadsidehm03:26
virtualroadsidethat gives me a thought03:26
virtualroadsideone sec03:26
virtualroadsidedamn03:30
virtualroadsidewell03:30
virtualroadsidethe file exists, so thats not it03:30
virtualroadsidebut, that seems to be the problem, whatever the problem happens to be03:32
inkynoobYour carputer looks sharp, by the way. That gives me another project to look forward to...when we get a car worth modding :-)03:32
virtualroadsidetnx03:32
virtualroadsidesadly, haven't had it in the car for awhile.. due to software issues03:33
virtualroadsidebut, with UME, im hoping to get it back in there soonish03:33
virtualroadsidejust gotta get the GPS software working better03:33
inkynoobI'm going to try this in just a sec, but something as simple as LD_LIBRARY_DIR probably won't help hildon-desktop find the lib, will it? Or maybe wrong permissions on the .so file? 03:33
virtualroadsidenah, like i said, the file exists03:33
virtualroadsideim not really sure why it can't load t03:34
virtualroadsidei think its a bug actually in mobile-basic-flash03:55
virtualroadsidei still dont know why though03:55
virtualroadsidei dont think it implements the right plugin interface03:55
virtualroadsidei have a feeling someone changed around the interfaces, and didn't update *both* hildon-desktop and mobile-basic-flash03:55
inkynoobvirtualroadside: I might be making some progress.  I ran ldd on libmobilehome.so and there were some libraries it was looking for that it couldn't find. They were actually installed already, so I linked them in /usr/lib, and now I'm getting a segfault from hildon-desktop.06:06
virtualroadsidewoo!06:06
virtualroadsidei haven't touched it.. been working on other stuff06:06
virtualroadsidewhat libraries?06:08
inkynooblibxul and libsqlite306:09
virtualroadsideah06:09
inkynoobXulrunner just got version bumped recently I think, maybe it's related06:09
virtualroadsidecould be06:09
inkynoobDo you know what package provides libmobilebasichome.so? It doesn't seem to have debug symbols in it06:10
virtualroadsideyeah, i know06:10
virtualroadsideits mobile-basic-flash06:10
virtualroadsidefyi... you can do dpkg -S <filename> to find out too06:10
inkynoobah, forgot about that06:10
inkynoobThere doesn't seem to be a debug version of that package available :-(06:11
virtualroadsidenope, theres not06:11
virtualroadsideis that where it segfaults at?06:11
virtualroadsidei built mine earlier with -g -ggdb ... so i have the symbols installed for that06:12
inkynoobI'm not terribly good with gdb, but it's either there or in libxul I think06:12
virtualroadsideso all you did was ln -s the libs into usr/lib?06:13
inkynoobyeah, although the sqlite ones weren't installed. I installed one of the sqlite dev packages and that took care of it06:13
inkynoobwell, of that one06:13
inkynoobI can't remember exactly what I did, but I dumped my shell history to a file to go over more carefully tomorrow06:14
inkynoobbad practice...I know :-(06:15
virtualroadsideah, the sql library is in the xulrunner directory06:17
virtualroadsideas is libxul.so06:17
inkynoobwell, more of this tomorrow I suppose. Have a good night. 06:24
virtualroadsidemmk, nite06:25
virtualroadsidei got the segfault06:25
virtualroadsideaha, you're right.. xul is the culprit06:29
virtualroadsidei'll build xul with debug symbols, and see what happens06:35
=== asac_ is now known as asac
rhyhannHello18:23
rhyhannI want to buy a ubuntu mobile compliant device18:24
rhyhannIs there any slim one ?18:24
=== doko_ is now known as doko
HulaHi there - I'm having trouble launching some apps in my newly created UM. Galculator and Firefox launches fine, but all other apps fail with "we could not read lowmem stats"19:48
HulaI have not altered anything in the environment so it should be vanilla.19:48
inkynoobvirtualroadside: Do you know what the next step is in getting this no icons bug resolved? 21:32
virtualroadsidehonestly, im not sure... probably need to attract some attention from someone. libxul is rather complex21:33
virtualroadsidebut im pretty sure thats why things are borked21:33
inkynoobDo you think the problem is libxul, or do you think a bad value is being passed into whatever is being called in libxul? 21:34
virtualroadsidei would imagine the second21:34
virtualroadsidebut, i dunno21:35
virtualroadsidei tried building with symbols21:35
virtualroadsidehowever, that didn't work so well21:36
virtualroadsidesince apparently it strips them21:36
virtualroadsidelol21:36
inkynoobI saw that, and was going to look into if there is a way to keep them in21:36
inkynoobI also upgraded Xulrunner to the nightly build, but the situation is the same21:36
virtualroadsidethat reminds me: i was grepping for that.. 21:38
virtualroadsideits in toolkit/mozapps/installer/packager.mk21:38
virtualroadside*reinstalling again*21:39
virtualroadsidebtw21:43
virtualroadsidea shortcut to doing the ln -s stuff for the libraries21:43
virtualroadsideLD_LIBRARY_PATH="/usr/lib/xulrunner-1.9b5" gdb hildon-desktop21:43
virtualroadsideheh, after commenting out the stripping stuff its really borked ;) 21:45
virtualroadsideaha! 21:45
virtualroadside#0  0xae157348 in EmbedPrivate::Realize (this=0x855b5b0, aAlreadyRealized=0xbf81d018) at EmbedPrivate.cpp:29321:46
inkynoobI'm glad that's an 'aha!' for you :-) 21:46
virtualroadsidewell, it just means theres a code location :)21:47
inkynoobEmbedPrivate.cpp, is that XUL stuff? 21:47
virtualroadsideyep21:47
virtualroadsideno idea how to fix it, of course21:47
virtualroadsidemozilla/embedding/browser/gtk/src/EmbedPrivate.cpp to be more exact21:52
x-Dieuruns UME on a HTC Prohet?22:06
virtualroadside?22:07
x-Dieuprophet, is a TI Omap 850 cpu with 200 mhz, 128 MB ROM and 64 MB (SDRAM), the HTC Prophet is a smartphone22:10
virtualroadsideah22:10
virtualroadsidei think UME is a little too heavy for that22:10
x-Dieuok :/22:10
virtualroadsidebut the final version might not be22:11
virtualroadsideand at the moment, they only have builds for x86 compatible chips, AFAIK22:11
x-Dieuyes, but not a i386 cpu in the htc prophet22:12
x-Dieuthere are tesing release available for smartphones?22:16
virtualroadsidehttps://wiki.ubuntu.com/MobileAndEmbedded22:17
x-Dieuok, I read this, thanks a lot virtualroadside22:18

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