IRC log of #maemo for Monday, 2008-09-08

*** lardman has quit IRC00:01
solmumahadoes your package update properly?00:01
*** EspeonEefi has joined #maemo00:02
qwerty12-N800I have a feeling it does, at least it reinstalled successfully while it was already installed. but i shift the data in the postinst, not the preinst00:03
*** errordeveloper has joined #maemo00:03
*** Anunakin has joined #maemo00:05
*** housetier has quit IRC00:07
*** error_developer_ has quit IRC00:08
*** madha1 has quit IRC00:09
*** Dekaritae has joined #maemo00:10
moontigerlcuk, how is the apple keyboard in real world use?00:13
moontigeroh crap i missed him00:13
*** matt_c has joined #maemo00:17
*** alex-weej has joined #maemo00:18
lcuki havent used it recently, but everytime i pick it up i marvel at its feel and comfort00:18
lcuknot quite, im codin not climbin everest00:19
lcukmoontiger, the one thing i miss is delete.00:20
yacoobany of you people tried android on n8xx?00:20
qwerty12-N800yacoob: it's old now :/ (if you mean the installer)00:20
moontigerlcuk, can you not remap that key above backspace to be delete?00:20
lcuki probably could but for the amount of times i use it i just curse and do it the other way00:20
lcukshift right delete00:21
moontigersomeone was telling me a simple xmodmap thingy would do the trick :)00:21
lcukit proably would but im a clutz at things like that00:21
moontigerohhhhhhh shift+delete = delete?00:21
yacoobqwerty12-N800, I'm rather interested in general impressions - provided that android can do all that maemo can do + have decent PIM - this might be interesting00:22
lcukno, shift + move cursor over what i wanna delete then backspace00:22
moontigeris it big? i mean to carry around in my bag with my other stuff?00:22
lcukhttp://img99.imageshack.us/my.php?image=810cratelaptopmodetc6.jpg00:22
lcukfor context00:22
qwerty12-N800http://cs.gmu.edu/~sean/stuff/n800/keyboard/00:22
lcukthanks qwerty, saved and stored directly on my nokia :)00:23
* lcuk will do it when he needs it00:24
qwerty12-N800np, mgedmin has diablo versions of xev + xmodmap in his repo00:24
lcukive got xev here00:24
lcukwas looking for something the other day00:24
crashanddiechrome fails @ wine00:26
*** Maur has quit IRC00:27
*** eXeonical has joined #maemo00:29
*** dskippy has joined #maemo00:31
dskippyI am having a tricky time allowing a user to install some software on the maemo. Basically I have a script (running as "user") that I want to run dpkg in.00:32
dskippyI have done a chown root:root myscript00:33
dskippyAnd then chmod aug+s myscript00:33
lbtpretty sure you can't setuid a shellscript00:34
dskippyI thought that would cause my shell script to run with root privilages. But when I run it I get "dpkg: requested operation requires superuser privilege"00:34
dskippyOh really? Does it need to be a binary?00:34
lbtthe binary running is the shell interpreter00:34
dskippySo I guess I could write a C program to wrap dpkg in a secure way (meaning I set the arguments) and setuid that binary.00:35
yacoobdskippy, why don't you just suid the dpkg? :)00:36
lbtat that point I suggest just giving the user root00:36
yacoob(unless there's more than dpkg)00:36
dskippyWell I was hoping to avoid opening up a general usage program to avoid security issues.00:36
dskippyThough I don't really have much to worry about in my usage.00:37
*** mdg has joined #maemo00:37
dskippyI just was frustrated that I couldn't do it "the right way" (TM)00:37
mdgHello!  Anyone have any tips for downloading firmware - it won't accept my ID #00:38
*** zap has quit IRC00:39
GeneralAntillesmdg, sure you're on the right page?00:39
jottdskippy: why do you want to use a script at all to install something? that's what dpkg/deb packages are for...00:39
mdghttp://tablets-dev.nokia.com/os2008_hacker_edition.php - is this the right page?00:40
GeneralAntillesYeah00:40
mdgIs there something I'm not doing right in Linux mint?00:40
mdgmaybe I should try on my windows machine?00:41
GeneralAntillesShouldn't matter00:41
lbtI'm getting        can't resolve symbol '__register_frame_info'       running a binary in initfs under uclibc00:41
GeneralAntillesIt is the Wifi WLAN MAC, right?00:41
*** brontide has joined #maemo00:41
mdgyes00:41
lbtI've tried both scratchbox uclibc versions00:42
lbtany ideas?00:42
qwerty12-N800lbt: static compile00:42
mdgI'll recheck cookies00:42
Kegetyswhy does it even require the mac00:42
lbtnope - just tried that00:42
lbtdamned watchdog just kicked me again...00:42
jottlbt: static should always work. make sure you really used -static :)00:42
qwerty12-N800hmm, all my initfs binaries work when static compiled00:43
lbtgcc -B static00:43
qwerty12-N800-static00:43
lbtOh, must have read the wrong docs...00:43
lbtOK00:43
mdgstill no luck00:44
mdgI'll try my windows machine (ick!)00:44
qwerty12-N800lbt: enable rd-mode, dsme wont reboot after 4 mins. also, i find it's easier to put my initfs bonaries in /tmp in maemo over ssh and chroot /mnt/initfs and test like that00:45
qwerty12-N800s/bonaries/binaries/00:46
infobotqwerty12-N800 meant: lbt: enable rd-mode, dsme wont reboot after 4 mins. also, i find it's easier to put my initfs binaries in /tmp in maemo over ssh and chroot /mnt/initfs and test like that00:46
*** EspeonEefi has quit IRC00:46
*** mdg has left #maemo00:46
lbtqwerty12-N800: good tips - thanks :)00:46
jottyou actually don't need to chroot to test :)00:46
lbtI wanted to be *absolutely* sure it was running against the initfs libraries...00:47
dskippyActually "chmod ug+s /usr/bin/dpkg" doesn't even work. I still get the permission error when I run dpkg as user.00:47
jottit will not use the initfs libraries if it's static :P00:47
qwerty12-N800jott: true, if it's static it'll work anyway but i like the idea of running it in a initfs environment :)00:47
*** patoh has quit IRC00:47
lbtdpkg is probably bright enough to drop privs00:47
dskippyDamn dpkg and its brightness.00:48
jottdskippy: why do you want to do it in the fist place?00:48
lbtdo either of you guys run usbnet against a bleeding 2.62.7-rcX kernel?00:48
lbtI get : unable to enumerate USB device on port 200:48
dskippyjott: Good question. I have a program that is running on several nokias. Updating them all when I want to make a change is very difficult. I want the nokia to check for new versions itself and install it.00:48
GeneralAntillesKegetys, that should be fairly obvious.00:48
lbtwhich *may* be a regression00:48
GeneralAntillesIt's Nokia's way of ensuring you actually have a device00:49
jottdskippy: that's what package versions are for...00:49
MakeGhoI wish there was some Go training software for n81000:49
jottand repositories..00:49
dskippyJott: Yes I know.00:49
GeneralAntillesand therefore a license to a lot of the stuff on the tablet.00:49
*** patoh has joined #maemo00:49
KegetysGeneralAntilles: but if its the wlan mac address then it should not be that difficult for someone to "steal" your MAC address00:49
dskippyJott: It doesn't work though. I want it to run when the user runs my program, check for updates, and install them.00:49
GeneralAntillesKegetys, that's not the point.00:49
GeneralAntillesIt's to satisfy various third-party vendors and Nokia legal.00:50
jottdskippy: that's not the "linux" way..00:50
*** k-s is now known as k-s[AWAY]00:50
dskippyJott: I am well aware of that. But I can't rely on the user to make updates.00:50
lbtdskippy: run a cronjob as root00:50
GeneralAntillesdskippy, familiarize yourself with package management.00:50
KegetysGeneralAntilles: so, not logical at all and just a pointless inconvinience for the user :)00:50
dskippyGeneral: I am pretty familiar.00:50
GeneralAntillesKegetys, as with most legal requirements.00:51
GeneralAntillesBut there is clearly a reason for it that's out of Nokia's hands. :)00:51
lbtdskippy: or maybe a cron.daily equivalent00:51
dskippyThe issue is that these devices are going to be managed by a museum currator and given out to museum visitors.00:51
lbtyou'd need to do it via alarmd on maemo00:51
jottdskippy: just exit you app with a message box telling the user to upgrade :)00:51
dskippyJott: I'm sure I can do better than that.00:51
jottdskippy: then update via cron..00:51
lbtare they powered up and down?00:51
jottor at startup..00:51
dskippyI don't think cron will run if the device is off, will it?00:52
lbtjott: are you looking over my shoulder?00:52
dskippylbt: They are off every day during closing.00:52
KegetysGeneralAntilles: or they just dont bother with making such issues better because when you need that you have already paid for the device, which is what they care about ;)00:52
lbtreally off?00:52
*** p| has quit IRC00:52
qwerty12-N800anacron?00:52
dskippylbt: Yes.00:52
lbtthen edit the startup script00:52
GeneralAntillesKegetys, I'm quite certain they'd prefer not having to implement complicated webserver checks. :)00:52
dskippyWhere's that?00:53
lbtand apt-get install (after the wifi connects)00:53
GeneralAntillesBut, particularly in the Opera days, they have licensing requirements to satisfy with 3rd-party companies.00:53
*** andre___ has joined #maemo00:53
dskippylbt: Oh crap, it's quite likely the devices will be out of wifi range until they are needed.00:54
lbtlook in /etc/rcX.d00:54
lbtthat's OK00:54
dskippyI don't know if I can rely on a signal until the application is about to run.00:54
lbtpull the pkg in whilst on wifi00:54
KegetysGeneralAntilles: well, they could just add a whole load of legal text and a checkbox "I agree and swear I own the device", and say to any 3rd party that if thats not good enough then goodbye we'll find someone who's more reasonable00:54
lbt--download00:54
lbtand then install it the next morning00:54
GeneralAntillesKegetys, yeah, right.00:54
GeneralAntillesHey, ho, guess what, our internet tablet doesn't have a browser anymore!00:55
dskippylbt: Yeah that's true. I could have a one-day delay. but that's pretty annoying if an update is critical.00:55
lbtwell, keep a wifi AP near the place they're turned on then00:55
lbtd'oh00:55
dskippylbt: :) Not possible00:56
KegetysGeneralAntilles: how do you know what opera would say? my point is just that they dont bother doing that because it is an issue that is not visible until you have already paid for the device and therefore propably is not a very high priority... same thing with nokia phones too on my experience00:56
lbtwell, you ain't updating without a network00:56
lbtand if the device is in the users hands when it goes in range00:56
jottdskippy: then just check hourly for updates and download them...00:56
dskippyAre we sure it's not possible to allow "user" to install stuff? How does the application manager work? I never enter a password when using that.00:56
lbtyou can't nicely update then either00:56
jottdskippy: sudoers00:56
dskippyjott: That might be the best way.00:56
jottdskippy: then just put some nice stuff in the pre/postinst scripts to guide the user...00:57
*** borism_ has quit IRC00:57
dskippyI read sudoers a while ago. It actually contained a lot of programs that aren't there.00:57
jott(like "sorry for inconveniences, please press ok blabla")00:57
dskippyuser ALL = (install) NOPASSWD: /usr/bin/app-installer-tool00:57
dskippyapp-installer-tool00:58
dskippyDoesn't exist.00:58
jottand cron is run as root anyway..00:58
*** borism has joined #maemo00:58
yacoobdskippy, but what's the problem with that? :)00:58
jottdskippy: ok so my proposal: run a system upgrade via cron every hour.00:59
jottbut don't use external repositories, just your own so you have control over what will be updated.01:00
dskippyyacoob: Nothing accept I don't understand it.01:00
jottand run the upgrade with nice, so it won't interrupt the user that much.01:01
*** rsalveti has joined #maemo01:01
dskippyJott: I think I agree. That's the current winner. But if it's possible to allow the user to install stuff using sudoers I'd prefer that.01:01
lbtI  thought you said the users were museum custodians?01:01
jottdskippy: that should work too .. but why not use existing infrastructure? :)01:01
yacooblbt, oh, they can handle new technology as well... :)01:02
jott(well cron has to be installed, but still)01:02
jottit's prooven to work01:02
dskippyjott: 1) sudoers is also existing infrastructure.01:02
GeneralAntillesWhat, exactly, do they need to install?01:02
lbtyeah, but frankly I make my software easy for *me* to use - and I can handle it!01:02
lcukcant you jsut hook into the existing ssu type thing and get automatic updates?01:02
jottGeneralAntilles: his own deployed packages.01:02
lbtI just don't want to most of the time01:02
dskippyjott: 2) There is an annoying situation with the cron. It's a race condition.01:02
jottlcuk: that needs too much user interaction. i would remove the application manager completely from the device..01:03
dskippyJott: Turn on device, run the program, expect the new update, then after the app starts the cron updates it, the user doesn't see this until the exit and restart which might be tomorrow.01:03
dskippyjott: There is no race condition if the update is part of the app running and forces a check and possibly install when the user turns on the device and runs the app.01:04
jottbut if you say your updates are criticial and can't wait a day? ..01:04
*** lopz has quit IRC01:04
*** behdad has joined #maemo01:04
dskippyJott: I can't parse that sentence.01:04
jottyou said it would be bad to run cron the next morning as your updates might contain critical fixes that need to be deployed more or less immediately...01:05
* lbt smells a dead horse01:05
lcukif the deps arent gonna change just write a small bin_start program which does update checking and which might be replaced by the main software01:05
lcukwe do it in windows quite a lot01:05
dskippyJott: Yes, that's right.01:05
dskippyAnd the fastest they can get there to do a check every time the user runs the program.01:05
jottah so the program is started often?01:06
*** lopz has joined #maemo01:06
jotti thought about starting it in the morning and exit it in the evening..01:06
*** moontiger has quit IRC01:06
lcukif its business software it might not be shutdown routinely01:06
dskippyJott: It usually is run all day, yes.01:06
lcukdo YOU turn off your calculator?01:06
lcukbig pc is one thing..01:07
dskippyJott: But if we need them to fix it I'd rather tell them "Exit and restart" rather than "Exist, wait 5 minutes, restart, if you see the fix, you're good, if not, you didn't wait long enough. Do it again and wait longer this time."01:07
jotthuh?!01:09
*** atlas95 has joined #maemo01:09
jottanyway, either way should work. via sudoers within your application or with a cron job with sanity checks01:09
*** matt_c has quit IRC01:09
dskippyJott: Using the cron solution provides a race condition that I'd like to avoid. Museum currators are not tech saavy and might mess things up in a way that's hard for me to debug over the phone.01:10
jottthere are no race conditions if you do it right.. ..01:10
jottanyway.01:11
jottdo as you please..01:11
dskippyJott: Your way is fine, sure. I might use your solution if I can't make this sudoers thing work. But it's not as good for my situation as some other solutions I want to explore.01:11
dskippyJott: If I want them to do an update in the middle of the day there is. Especially if some devices are still off.01:11
lcukdskippy, if they have network connectivity you can use vnc to support them just like a regular pooter01:12
*** MangoFusion has quit IRC01:12
lcukor ssh even01:12
jottdskippy: huh? if you do it right, then there should be no race conditions....01:13
dskippylcuk: The issue is with the N800's. They aren't using any other computer.01:13
lcukread what i put again01:13
jottanyway. just use sudoers if you feel better with it..01:13
*** ssvb has quit IRC01:13
dskippylcuk: You want to install ssh or vnc on the nokia's you mean?01:13
dskippyI have ssh on the nokias.01:13
lcukthen technically it does not matter how far away you are, whichever method you use you have options01:14
dskippyI can't ssh into a nokia that is turned off though.01:14
jottlcuk: still better to have a system that does not need ssh support at all :) even though it is good to have the option :)01:15
lcukif its turned off they have bigger updating problems01:15
dskippyI have the option. In fact that's how I currently do it.01:15
dskippyIt's annoying to ssh into 30 nokias. I wrote a script to do it for me. But the script fails on the ones that are sleeping or turned off.01:15
dskippyI get no guarentee that they will be updated. Hence wanting cron or just a trigger on running my app.01:16
dskippyJust a quick note: "user ALL = (install) NOPASSWD: /usr/bin/dpkg" didn't work. I added that to /etc/sudoers.01:17
lcukthen on startup check for update, download the package and ssh 127.0.0.1 "dpkg etc"01:17
lcukif thats already preconfigured you dont need to mess with sudoers or anything do you?01:17
jottdskippy: did you use "sudo dpkg"? :)01:18
dskippyDoing dpkg in startup doesn't allow for a mid-day patch01:18
dskippyOh jott: No I'm dumb.01:18
dskippyLet me try that again.01:18
lcukif its updated whilst running without giving your software warnings couldnt that cause other issues?01:19
dskippyYeah that worked.01:19
*** wasabi has quit IRC01:19
dskippyAlright I think I've got all the info I need. Thanks for the help guys.01:20
jottdskippy: have you infos about your project?01:21
jottsounds interesting.01:21
dskippyjott: Yeah...01:21
dskippyOne sec01:21
dskippyhttp://aldrichart.org/exhibitions/burgund.php01:22
*** bilboed has quit IRC01:22
dskippythe museum's exhbit page01:22
dskippyroundware.sf.net01:22
dskippyProject page01:22
dskippyNew York Times write up: http://www.nytimes.com/2008/06/08/nyregion/nyregionspecial2/08artswe.html?ex=1370577600&en=51d78e69a7cb21f0&ei=5124&partner=permalink&exprod=permalink01:23
dskippyAnyway, I have to run. Thanks again for the help guys. I'm sure one or both of these solutions will do just fine.01:23
*** dskippy has left #maemo01:26
*** fUD has joined #maemo01:38
*** benh has quit IRC01:42
*** BabelO has quit IRC01:44
*** flo_lap has quit IRC01:44
*** hellwolf has quit IRC01:46
*** qwerty12_N800 has joined #maemo01:49
*** qwerty12-N800 has quit IRC01:50
rm_youpsst... someone know how to say "bitch" in german? the offensive context :P01:51
rm_youalso, anyone know about using US credit cards / bank cards in Deutschland?01:51
*** fUD has left #maemo01:56
AStormcredit cards will work01:59
AStormbank cards - most likely not01:59
lcukgimme the numbers and names and stuff and ill test em for you01:59
*** uncorq has quit IRC01:59
AStorm;P02:00
*** lbt has quit IRC02:00
*** pvanhoof has quit IRC02:01
*** MoRpHeUz has joined #maemo02:02
jottrm_you: "hure" or "schlampe" (where "hure" is more of a prostitute and "schlampe" one who does it with everybody)02:03
jottrm_you: visa is probably the best choice for cc here.02:03
lcukummm jott, just so we are sure, how would we ummm pronounce those?02:03
lcukand jott, what do you say as a cuss word when you stub your toe02:04
lcukjust a general expletive which doesnt point at anyone in particular02:04
jotterm. i guess something like "hoore" and "shlahmpeh" :)02:05
jottbetter lookup exact phoenetics :)02:05
crashanddierm_you, call your bank, and ask with which bank in germany they have an agreement for free withdrawals02:05
lcukdid you actually sit there goin "hooor" "hoOOOoor" of fuckit *clickity(02:05
jotthehe02:06
crashanddiehure is actually like hoorah but with a silent a02:06
lcukmental note, black keyboard with monitor light at the wrong angle really makes my day02:06
crashanddiebut then again, it depends how you pronounce "hoorah"02:06
lcuk<accent="northern">02:06
crashanddie<pronunciation="fail" /></accent>02:07
lcuk<instrnet_portal><stab_you_in_the_eye />02:07
GeneralAntillesMmm . . . that was a good stak.02:08
lcukffs @ typing02:08
GeneralAntilless/stak/steak/02:08
infobotGeneralAntilles meant: Mmm . . . that was a good steak.02:08
crashanddieERROR: EXPECTING CLOSING TAG AT LINE 102:08
lcuka linuxtag :D02:08
crashanddiewhat other reunions are there this year?02:08
crashanddiewell, "cons"02:09
lcukjunkets :)02:09
crashanddieI missed out on TLHOPE, I'm going to miss OSiM and the Maemo Summit02:09
GeneralAntillesHa!02:09
crashanddiec'mon, bring it on, this year's the year I'm missing them all02:09
GeneralAntillesIt's just as well I'm not able to make it. :P02:09
lcukhackers festivals02:09
crashanddie[22:07] (ChrisAM) I can't get selinux to turn on.02:11
crashanddie[22:10] (cs_weasel) caress it gently02:11
* GeneralAntilles really wishes he had a decent camera up here.02:13
*** uncorq has joined #maemo02:14
*** kpel has quit IRC02:21
*** flavioribeiro has quit IRC02:37
*** nelson has quit IRC02:37
*** nelson has joined #maemo02:38
*** atlas95 has quit IRC02:43
*** Pebby has quit IRC02:48
*** ian_brasil has joined #maemo02:50
*** benh has joined #maemo02:54
*** _ken__ has joined #maemo02:58
*** Mousey has joined #maemo03:01
*** _ken_ has quit IRC03:22
*** Getkeys has joined #maemo03:23
*** c0d3h4ck has quit IRC03:26
*** lmoura has joined #maemo03:29
*** Kegetys has quit IRC03:29
*** turbo has joined #maemo03:31
*** briand has quit IRC03:32
*** fiekia has joined #maemo03:34
*** EspeonEefi has joined #maemo03:42
*** MoRpHeUz has quit IRC03:44
*** guaka has quit IRC03:44
*** sp3000 has quit IRC04:03
*** gentooer has joined #maemo04:06
GeneralAntillesThis looks like an endorsement for OMAP3 in the next tablet if _I've_ ever seen one: http://www.internettablettalk.com/forums/showpost.php?p=221381&postcount=404:07
*** kcome has joined #maemo04:09
*** infobot has quit IRC04:15
*** Anunakin has quit IRC04:15
*** Raytray has quit IRC04:25
*** k-s[AWAY] is now known as k-s04:43
*** mdg has joined #maemo04:43
mdghello!  how can a root password be recovered? or is it possible?04:44
GeneralAntilles~root-access04:44
GeneralAntillessudo gainroot04:44
GeneralAntillesIf you've got gainroot, easyroot or rootsh installed04:45
mdgI'll give that a try - I can't believe I forgot my root password04:45
GeneralAntillesThen passwd <newpassword> once you have a root shell.04:45
*** alex-weej has quit IRC04:45
mdgnone of those are in the mint repos04:47
GeneralAntillesEr04:47
GeneralAntillesI was assuming Maemo04:47
GeneralAntillesSince, well, #maemo. :P04:47
mdgI finally got my files downloaded, took forever, and had to recharge my 770, then forgot my root password!  ARG!!!04:48
GeneralAntillesTypically desktop Linux is a lot more secure than Maemo04:48
GeneralAntillesGoogle may prove useful.04:48
mdgI have PPC running Ubuntu so am trying that04:48
mdgI'm hoping the problem I had with flasher was because of not having root access04:50
GeneralAntillesWell, did it say permission denied?04:50
mdgroot access denied04:51
mdgokay am downloading on the other machine - I have the flasher-3.0 and the hacker.bin.  Do I need anything else?04:51
GeneralAntillesTry it without sudo04:54
GeneralAntillesYou may be able to use the USB interface without root.04:54
mdgokay04:54
*** eichi has quit IRC04:57
mdgI get flasher-2.0 command not found04:58
GeneralAntillesEr, well, did you install it? :P04:59
* ToyKeeper wonders if zsh is in any maemo repos04:59
mdgI downloaded it to desktop04:59
GeneralAntillesDid you run it from the desktop?04:59
mdgahhh ....I don't know05:00
mdgjust double click?05:00
GeneralAntillesWell, the desktop isn't in any of your search paths. :P05:00
GeneralAntilles~/desktop/flasher-2.0 or similar05:00
GeneralAntillesYou may be able to drag and drop it onto the terminal window.05:00
mdgoh.  Does the hackerimage need to go there too?05:01
GeneralAntillessudo <path/to/flasher-2.0> -F <path/to/.bin> -f -R05:02
*** `0660 has quit IRC05:03
mdgokay05:03
*** confusedrobot has quit IRC05:10
mdgno luck05:10
mdgI give up05:10
GeneralAntillesWhat's the error?05:11
GeneralAntillesStill root?05:11
mdgstill says it cannot find flasher-2.0 after I moved it to ~/05:11
GeneralAntilles~/ is not a search path05:12
GeneralAntillesYou have to tell it where it is05:12
GeneralAntillesit's not magic, it can't just find it for you.05:12
GeneralAntillesGive it the absolute path.05:12
mdgokay I'll try05:12
*** kabtoffe has quit IRC05:13
*** qwerty12_N800 has quit IRC05:16
Dekaritaehttp://icanhascheezburger.files.wordpress.com/2008/08/funny-pictures-your-cat-is-using-the-pooper-scooper-wrong.jpg05:17
*** Grackle has joined #maemo05:17
mdgnope - I don't what I'm doing wrong or if its just the root thing.  Time to give it a rest.  Thanks for your help!05:19
*** mdg has quit IRC05:19
*** teamcobra has joined #maemo05:25
teamcobrahi all05:25
teamcobraJaffa, is there any way to get mud-builder to pulldown and make debs of everything needed by a debian source package? I want to port something that has like 900000x dependencies :/05:26
*** herzi has quit IRC05:32
*** herzi has joined #maemo05:32
*** gentooer has quit IRC05:40
GeneralAntillesqgil broke planet05:50
*** uncorq has quit IRC05:54
*** __t has quit IRC05:58
*** vcgomes is now known as vcgomes[away]06:01
*** Pebby has joined #maemo06:06
*** Mousey has quit IRC06:10
*** lmoura has quit IRC06:12
*** crashanddie has quit IRC06:18
*** crashanddie has joined #maemo06:18
*** hwilke has joined #maemo06:21
*** freet15 has joined #maemo06:28
*** chmac has joined #maemo06:46
teamcobra Jaffa: nevermind, got it working, just have to clear some deps up06:50
*** eton_ has quit IRC06:58
*** fiekia has quit IRC07:00
*** __t has joined #maemo07:01
*** mbuf has joined #maemo07:02
*** Persia has joined #maemo07:02
*** Persia is now known as Italodance07:03
*** freelikegnu is now known as _freelikegnu07:06
*** c0d3h4ck has joined #maemo07:12
*** alump_ is now known as alump07:13
*** Tuco has joined #maemo07:15
*** avs has joined #maemo07:18
*** [pablo] has quit IRC07:18
*** [pablo] has joined #maemo07:18
*** n800n has joined #maemo07:24
*** tagarashi has joined #maemo07:31
tagarashiHI07:32
*** borism has quit IRC07:32
tagarashiShould I be able to use my existing bluetooth cellphone for a internet connection with a nokia n800, also would bluetooth headsets work as well? would they work at the same time?07:34
GeneralAntillesYes, yes, yes.07:35
tagarashicool!07:36
tagarashianyone want to buy a ipod touch? :-P07:36
tagarashilol07:36
tagarashiwish i saw the n series before :-/07:36
GeneralAntillesI bet you could talk somebody into some sort of trade on internettablettalk.com07:37
darkblue_Bhmm I just happened to see this07:38
darkblue_Bso I have a cell phone with blue tooth07:38
darkblue_BI can use my data connecton as the connect to my N800 then?07:38
GeneralAntillesSure07:39
darkblue_B.. I didnt know that07:39
GeneralAntillesAs I recall, it even offers to set it up for you on first boot. . . .07:39
GeneralAntillesNot sure how one misses that07:39
darkblue_Bwell, aspersions aside, I dont recall seeing that after I flashed the new OS and booted07:40
GeneralAntillesJust open up Connection manager and run the Wizard from the menu.07:40
GeneralAntillesIt's about as easy to set up as can be07:40
tagarashiwooa asus R50A.. damn it arg07:40
tagarashiim so picky about my mobile devices07:40
GeneralAntillesIt's huge and expensive.07:41
GeneralAntillesWith no battery life.07:41
tagarashithat sucks :-/07:41
GeneralAntillesWell, what do you expect from an Atom powered device? :P07:42
tagarashiim not sure.. ive been too broke to keep up with hardware  The intel atom sucks?07:42
johnxit doesn't suck per se07:43
GeneralAntillesFor power consumption at the sizes we're talking about, yeah.07:43
johnxbut they're not in the same MIPS/watt as ARM07:43
GeneralAntillesCompared to other CPUs in a similar performance category, yeah.07:43
Stskeepsjohnx: saw my slightly ugly port of hildon input framework?07:43
johnxStskeeps, not yet :)07:44
Stskeepsjohnx: http://www.internettablettalk.com/forums/showpost.php?p=221728&postcount=1907:44
Stskeepsis interesting if we get it to actually pop up decently on the screen :P07:44
johnxthe actual keyboard app is closed, right?07:45
Stskeepsyeah, but there should be a "okay" example one from the open source one07:45
Stskeepselse i honestly think they're abi compatible..07:45
Stskeepsdidn't test fully yet07:45
*** matt_c has joined #maemo07:48
*** n800n has quit IRC07:49
johnxgrr, I need to have another try at making matchbox-keyboard work acceptably07:49
johnxanyways, off to work for now. maybe I'll give it a try tonight07:50
Stskeepshave fun07:50
Stskeepsi'm off to work in an hour too :P07:50
*** atul has joined #maemo07:50
atulHi am facing "/src/farsight-netsocket-stun.c:317: error: dereferencing pointer to incomplete type07:52
atul"07:52
*** n800n has joined #maemo07:53
atulHow to resolve Its not getting required header but am providing all dependencies very welll.07:53
n800nwhere can i find a dark theme?07:54
*** k-s is now known as k-s[AWAY]07:54
*** n800n has quit IRC07:59
lopznight08:00
*** hwilke has quit IRC08:01
RST38hatul: probably need to include something else08:05
RST38hand report the problem to farsight people - they should get their headers in order08:06
atulRST38h:= Yes but not understating what am missing08:06
RST38his there an error message before this one?08:06
atulRST38h:= ok but farsight means nokia guys08:06
atulRST38h:= no08:06
RST38hthen report it to nokia guys08:06
atulRST38h:= ok08:06
RST38hcould you show me line 317?08:06
atulRST38h:= yes08:07
RST38hplease do08:07
atulRST38h:= line 317 is :      server_addr = ai->ai_canonname;08:08
tagarashiGarmin uses navteq, what kind of mapping system is provided for the n810 for the GPS?08:08
atulRST38h:= but I checked the code base same code work fine as a separate client.08:09
*** __t has quit IRC08:09
*** K_away has quit IRC08:10
GeneralAntillestagarashi, either navteq or the other one.08:10
GeneralAntillesThey're basically the same.08:10
GeneralAntillesDon't expect wonders out of either the GPS hardware or software.08:10
tagarashihow is updating done?08:10
tagarashiohy ea?08:10
GeneralAntillesThey offer map updates every once and a while.08:10
GeneralAntillesThe "Map" application mostly sucks08:10
GeneralAntillesThere's Maemo Mapper08:11
tagarashiso i should just get a 80008:11
GeneralAntilleswhich is a one-of-a-kind sort of deal08:11
GeneralAntillesUses bitmap maps from Google, Yahoo, etc to provide navigation08:11
tagarashionlything is the n810 has the slide out keyboard08:11
GeneralAntillesDon't expect a Garmin replacement, though. ;)08:11
tagarashiyea even my garmin makes mistakes which is scary08:11
GeneralAntillesMaemo Mapper is damn cool08:11
GeneralAntillesEspecially for hiking and outdoors stuff since you get the satellite view08:12
GeneralAntillesbut it's not quite as intuitive for driving navigation.08:12
RST38hatul: what is ai?08:14
ricko73roadmap works great in the US for vector maps.  I know there is some work on doing international maps, but the vector data isn't available everywhere08:14
RST38hMaemo Mapper won't make mistakes but it won't do routing for you either08:14
ricko73I find the GPS in the n810 superior to my blackberry curve08:14
ricko73both take a long time to get an initial fix08:14
RST38hroadmap is pretty useless outside us wherever I checked08:15
*** mazzen has joined #maemo08:15
ricko73RST38h: they were adding support for other locations08:15
RST38hlet me know when they are done :)08:15
ricko73I see support for Canada, but I guess that's equally useless for you08:16
atulRST38h:= It is structure variable struct su_addrinfo_t *ai. I checked all code it is client code that is working separately fine but when am adding this files to my application it is throwing error I think it is form Makefile.am problem that Error are miss matching.08:16
ricko73if you have a large enough flash card, Maemo Mapper would probably be fine08:17
*** Tuco has quit IRC08:17
*** ian_brasil has quit IRC08:18
*** chmac is now known as chmac_away08:21
*** booiiing has quit IRC08:23
*** Grackle has quit IRC08:24
*** avs has quit IRC08:24
*** pleemans has joined #maemo08:25
*** dneary has quit IRC08:29
*** CptLaptop has joined #maemo08:29
summatusmentisI wish maemo were better usable, fing-erwise08:30
summatusmentisfinger-wise*08:31
GAN800Fremantle.08:33
*** Woefix has joined #maemo08:36
*** LinuxCode has joined #maemo08:41
tagarashiwhat about recalculating gps location from missing a turn, is it comparable time to a garmin? more than 30 seconds is crap imo08:43
GeneralAntillesIf you pay for the Wayfinder license08:45
GeneralAntillesMaemo Mapper only does on-the-fly recalculation with an internet connection.08:45
GeneralAntillesWhat Garmin are you using that you're wasting more than 30 seconds, anyway?08:45
LinuxCodeyou can download maps for maemo mapper using the download tool08:46
summatusmentisGeneralAntilles: we don't know when freemantle is coming out, unless I totally missed news08:49
GeneralAntillessummatusmentis, what's your point?08:49
GeneralAntillesSometime in the next 6 months08:49
summatusmentisI want it now! :)08:49
GeneralAntillesOK, well, whatever.08:49
summatusmentislol, I know, I'm ust whiny :-P08:49
GeneralAntillesMy point is, Fremantle is where you will get your satisfaction.08:49
Stskeepsaka heaven for tablets? ;>08:50
GeneralAntillesWith Fremantle we get to duel Nokia management.08:50
summatusmentiswe do? how?08:50
*** borism has joined #maemo08:51
*** ab has quit IRC08:57
* dystopia hopes Nokia Maps will be ported to Fremantle08:57
GeneralAntilleslol?08:58
*** eocanha has joined #maemo08:58
*** Mxxd_ has joined #maemo09:02
*** qwerty12 has joined #maemo09:04
*** Mxxd has quit IRC09:15
dystopia"requires and internet connection" and "wifi" dont combine very well09:19
GeneralAntilles3G?09:20
GeneralAntillesIt's not as if tethering is at all difficult09:21
*** oilinki has quit IRC09:21
dystopiamight as well buy a phone with nokia maps then09:22
*** oilinki has joined #maemo09:22
GeneralAntillesYou don't normally carry a cellphone?09:22
GeneralAntillesIt's "Map", by the way.09:22
dystopiaMap?09:23
GeneralAntillesYes, "Map"09:23
GeneralAntillesThe GPS application bundled with OS2008.09:24
dystopiapaper boy lol09:24
dystopiaeh that is Wayfinder09:24
GeneralAntillesAh, you're talking about the S60 program?09:24
GeneralAntillesNevermind.09:24
dystopiasome new TomToms go for 100 EUR http://fahrzeugteile.shop.ebay.de/items/Auto-Motorrad-Teile__tomtom_W0QQ_nkwZtomtomQQQ5ftrksidZp3913Q2ec0Q2em22QQ_frdlpwlZ1QQ_sacatZ131090?_trksid=p3913.c0.m2209:24
*** qwerty12 has quit IRC09:24
*** _Tom has quit IRC09:24
*** Sargun has joined #maemo09:24
dystopiaNokia Maps yes, http://europe.nokia.com/maps09:25
*** LinuxCode has quit IRC09:26
dystopiaif i meant Wayfinder I'd have said Map or Wayfinder and wouldn't have wished for a port09:26
GeneralAntillesThus my confusion.09:26
*** _marcell_ has joined #maemo09:26
* GeneralAntilles really could care less about S60 stuff.09:26
*** AStorm has quit IRC09:26
GeneralAntillesSo I don't think in those terms. ;)09:26
GeneralAntilles'morning, _marcell_.09:27
*** qwerty12 has joined #maemo09:27
_marcell_hi09:27
Italodancehi qwerty1209:27
dystopiaironially Map is just a port of the S60 version09:27
Italodancehttp://www.internettablettalk.com/forums/showthread.php?p=221882#post22188209:27
Italodanceqwerty12 help plz09:27
XTLThat explains something09:27
qwerty12Italodance: it doesn't like the new video resolution, set it back09:28
Italodancewell if i back it to the previous size then can start?09:29
qwerty12It should do09:29
GeneralAntillesqwerty12, can I talk you into writing a paragraph or two on PuTTY for Windows users for an SSH article draft I'm putting up?09:29
Italodanceahhh what a pity09:29
Italodancecan u do it?09:29
Italodanceplease do and fix this full screen problem09:30
GeneralAntilleshttps://wiki.maemo.org/SSH#PuTTY09:30
qwerty12GeneralAntilles: In all honesty, I haven't SSH'd into my Tablet from Windows much. It may be worth asking lcuk as he always ssh's in from windows using putty?09:30
GeneralAntillesOK09:30
Italodance!09:32
qwerty12Italodance: I'm not bothering to fix it, a lot of games have the bars09:32
Italodancebut please fix this  i need to play it on 800x48009:32
Italodance800x480 is ok but how is this problem! ahhh09:33
*** lele has joined #maemo09:37
*** lopz has quit IRC09:38
*** lopz has joined #maemo09:39
*** AStorm has joined #maemo09:39
*** teamcobra has quit IRC09:41
* GeneralAntilles spots an X-Fade.09:41
GeneralAntillesX-Fade!09:41
*** rmoravcik has joined #maemo09:42
X-FadeGeneralAntilles: Pong ;)09:45
GeneralAntillesGood vacation?09:45
X-FadeAmazing! :)09:45
*** chmac_away is now known as chmac09:46
_marcell_Hi X-Fade!09:46
GeneralAntillesThe world didn't fall too far to pieces while you were gone.09:46
X-FadeDid a lot of diving. Saw some amzing things..09:46
GeneralAntillesThough there were a few cold and lonely autobuilder users. ;)09:46
GeneralAntillesOh? Where'd you go?09:46
X-FadeNorth Sulawesi, Indonesia.09:46
GeneralAntillesMmm . . . sounds nice09:47
summatusmentisthe n810 doesn't handle video very well does it?09:47
GeneralAntillessummatusmentis, if you work within its limits, it handles it just fine.09:47
X-FadeGeneralAntilles: Well, today I will try to catch up on all pending things ;)09:47
thuxi bought cheap gps bt-308 but maemo mapper seems to stuck, isn't that device supported? (n800-diablo)09:47
rm_yousummatusmentis: sure it does09:47
rm_yousummatusmentis: try playing this with mplayer:09:48
summatusmentiswell, those limits seem smaller than I expected09:48
GeneralAntilleshttps://wiki.maemo.org/Video_encoding09:48
rm_you~test-video09:48
X-FadeAlthough I have to go to a funeral this afternoon, so short day..09:48
rm_you~testvideo09:48
GeneralAntillesSorry to hear that.09:48
rm_youhrm09:48
rm_youack09:48
rm_youwhere is infobot09:48
rm_youwtf09:48
X-FadeAny 'urgent' things for me to look at?09:49
GeneralAntillesX-Fade, not that I can think of off the top of my head.09:49
X-FadeGeneralAntilles: Sweet :D09:49
GeneralAntillesThings went surprisingly well, actually.09:49
rm_yousummatusmentis: anyway, try this with mplayer: http://www.ageofikon.info/N10-Haruhi.avi09:49
* GeneralAntilles was hunkered down for the end of days that first week.09:50
*** booiiing has joined #maemo09:50
*** bergie has joined #maemo09:50
X-FadeWell, I think _marcell_ has done a lot of my tasks?09:50
summatusmentisrm_you: I've just been trying videos converted for iPod under canola209:50
GeneralAntillessummatusmentis, iPod is usually h.26409:51
GeneralAntillesWhich is a little heavy without hardware decoding09:51
rm_youyeah which SUCKS on n8x009:51
*** mazzen has quit IRC09:51
GeneralAntillesmplayer is even worse with h.264 than the built-in player.09:51
rm_youway too CPU intensive to decode without hardware help09:51
summatusmentisah, that might be the reason09:51
rm_yousummatusmentis: try the vid i linked09:51
GeneralAntillesStick to mpeg4 with mp3 audio at 44.1KHz or less and you'll be good.09:52
GeneralAntillessummatusmentis, just, fyi, most of the stuff from certain *ahem* . . . sources, should work pretty well.09:53
summatusmentisGeneralAntilles: duly noted, I think I re-encoded this video from a different file for the iPod, so h.264 is probably the issue09:54
GeneralAntillesMost certainly09:54
rm_youxvid is good09:54
rm_youStill can't get my account on the wiki working :(09:55
rm_youi can log in now, sort of...09:55
summatusmentisalright, thanks guys. Once the bigger microsd cards come out, I'll re-encode all of my vid files again09:55
rm_youbut it instantly loses my login09:55
GeneralAntillesHa09:55
GeneralAntillesSomebody else was complaining about that09:55
rm_youit's like, congrats for logging in, now go to the page you were on.... then i go to the page, and i'm an anonymous IP again >_<09:55
GeneralAntillessummatusmentis, check out mediaserv09:55
GeneralAntillesIs it https?09:55
rm_youyes09:56
summatusmentismediaserv runs on a personal computer?09:56
rm_youa PC? yes09:56
summatusmentisas compared to someone else providing the hardware09:56
rm_youyeah09:56
rm_youJaffa wrote it09:57
rm_you>_>09:57
summatusmentislet me rephrase, it's something I'd have to install :)09:57
GeneralAntilleshttp://mediautils.garage.maemo.org09:57
GeneralAntillesIt's a perl program09:57
GeneralAntillesthat hooks in with mencoder09:57
rm_youGeneralAntilles: it does that with http and https09:57
GeneralAntillesI use it on my G5 to serve my media library to the tablets09:57
rm_youodd09:57
GeneralAntillesrm_you, reopen the bug. . . .09:57
rm_youyeah i need to find it09:57
summatusmentisawesome, I should get a tower setup that's always on09:58
rm_youwas looking earlier09:58
summatusmentisI hate running web services on my macbook09:58
*** patoh has quit IRC09:58
GeneralAntillesHehe09:58
* GeneralAntilles hates laptops.09:58
rm_yougotta sleep now tho >_> class in the mornin09:58
summatusmentisyeah, me too09:58
summatusmentisGeneralAntilles: I'm a college student :)09:58
GeneralAntillesAs am I. :P09:58
* GeneralAntilles has tablets.09:58
summatusmentistouche09:58
rm_youas it turns out, my german class professor was ok with me missing class for a week to be in berlin :P09:59
GeneralAntillesHa09:59
GeneralAntillesrm_you, https://bugs.maemo.org/show_bug.cgi?id=351209:59
rm_youand my compsci profs were ok with me going to a conference :P09:59
rm_youmy drama profs, on the other hand... >_>09:59
*** oilinki3 has joined #maemo10:00
*** oilinki has quit IRC10:00
summatusmentis'night all10:00
rm_youit's not quite the same bug anymore... just related10:00
rm_youanyway, REALLY can't deal with it now10:00
rm_youneed sleep10:00
GeneralAntillesSame issue.10:00
GeneralAntilles'night10:00
*** X-Fade has quit IRC10:03
*** X-Fade has joined #maemo10:03
rm_youwtf10:04
rm_youYou tried to change the Status field from RESOLVED to REOPENED , but only the assignee or reporter of the bug, or a sufficiently empowered user may change that field.10:05
rm_you*I AM THE REPORTER*10:05
rm_you"Reporter:  Adam Harwell10:05
rm_you"10:05
rm_youME10:05
*** mardi__ has quit IRC10:05
X-Faderm_you: That would be a bugzilla bug ;)10:05
rm_youX-Fade: can you re-open it please10:06
rm_you351210:06
*** Woefix has quit IRC10:06
GeneralAntillesmaemo.org hates rm_you.10:06
rm_youwait what?! do i have two bugzilla accounts?10:07
*** lopz has quit IRC10:07
GeneralAntilles. . . and I'm with maemo.org. :P10:07
X-FadeGeneralAntilles: Dude.. collision ;)10:07
rm_youwtf10:07
GeneralAntillesX-Fade, I so won.10:07
X-Fadeheh..10:07
rm_youyeah that was MY issue10:07
rm_youi apparently have two bugzilla accounts10:07
rm_yousomehow10:07
rm_youno idea why10:07
rm_youhovered my name in the initial report and it showed a different email10:08
*** bef0rd has quit IRC10:08
rm_youmaybe, several years from now, i'll finally be able to login to the wiki10:10
rm_youmaybe i'll make a new maemo account, "rmyou"10:10
rm_youwhatever I do, it'll be tomorrow10:11
* rm_you sleeps10:11
*** eichi has joined #maemo10:11
*** qwerty12 has quit IRC10:11
*** guardian has quit IRC10:16
*** sergio has joined #maemo10:16
*** chmac has quit IRC10:18
*** Finx has joined #maemo10:19
*** atlas95 has joined #maemo10:21
*** skibur has quit IRC10:21
*** gomiam has joined #maemo10:22
*** matt_c has quit IRC10:22
*** gatestone has joined #maemo10:22
*** X-Fade has quit IRC10:26
*** zap has joined #maemo10:31
*** sergio_ has joined #maemo10:35
*** sergio has quit IRC10:35
herwoodhi, does anyone know any good tutorials for Qt + Maemo?10:36
*** minti has joined #maemo10:36
GeneralAntilleshttp://qt4.garage.maemo.org10:36
GeneralAntillesDunno if there is anything10:36
GeneralAntillesbut that'd be the place to start10:36
ariyajust find any good tutorial on Qt first, should apply also for Maemo10:37
ariyaor do you need Maemo-specific part?10:37
herwoodTrolltech has good tutorials, but are there some kind of Maemo specific components e.g. Hildon stuff for Qt also?10:37
*** AD-N770 has joined #maemo10:40
GeneralAntillesPart of the problem may be that the Maemo-specific stuff pretty new and not really stable enough for tutorials yet.10:40
*** eton has joined #maemo10:41
herwoodok, thanks. I'll just start by learning the basics of Qt first and then take a look at the Maemo specific stuff10:42
*** benh has quit IRC10:42
*** CptLaptop has quit IRC10:42
GeneralAntillesIt actually shouldn't be too radical, anyway.10:42
GeneralAntillesThe biggest thing will likely be virtual text input10:43
GeneralAntillesBut I believe GNUton has the pretty well licked already.10:43
lpotteras far as I know, the input method is the only thing you really need to take into account.10:44
lpotterwell, besides the smaller screen10:44
herwoodyeah, so I can happily use all Qt's components?10:45
*** minti has quit IRC10:46
*** lbt has joined #maemo10:48
*** X-Fade has joined #maemo10:52
*** sergio_ has quit IRC10:52
lpotteri believe so, but I am not totally sure10:54
herwoodyeah, I'll give it a try10:56
lpotteri didnt have any problems with gutenbrowser or a few other qt apps I tried10:59
herwoodok, thans11:00
herwood*thanks11:00
*** monkeyiq has joined #maemo11:01
*** pvanhoof has joined #maemo11:04
*** L0cutus has joined #maemo11:04
*** minti has joined #maemo11:05
*** Free_maN has joined #maemo11:06
Mek the only qt class that seems to be disabled (for no apparent reason, except that it is probably not a very usefull class) is QSizeGrip11:06
JaffaMorning, all11:07
lbt'lo11:07
GeneralAntillesHowdy, Jaffa.11:07
herwoodYeah, I'm so noob with Qt that I quess I wouldn't needed it anyway11:08
*** dneary has joined #maemo11:08
*** guardian has joined #maemo11:09
*** cyndis has quit IRC11:23
*** monkeyiq has quit IRC11:23
*** minti has quit IRC11:23
*** minti has joined #maemo11:24
*** cyndis has joined #maemo11:24
*** VimSi has joined #maemo11:31
*** nomis has joined #maemo11:32
*** VimS has quit IRC11:33
*** florian_ has joined #maemo11:37
*** florian_ is now known as florian11:39
*** guardian has quit IRC11:41
*** bilboed-pi has joined #maemo11:42
*** minti has quit IRC11:46
*** geaaru has joined #maemo11:50
*** guardian has joined #maemo11:50
*** ijon_ has joined #maemo11:51
*** hellwolf has joined #maemo11:52
*** kevinverma has joined #Maemo11:53
*** _berto_ has joined #maemo11:54
*** murrayc has joined #maemo11:55
*** mardi__ has joined #maemo12:01
*** minti has joined #maemo12:05
*** sp3000 has joined #maemo12:16
GeneralAntillesIck, another semantics discussion on -community.12:18
*** mk8 has joined #maemo12:18
*** lopz has joined #maemo12:19
*** sp3001 has joined #maemo12:21
*** Pebby has quit IRC12:30
*** Dar has joined #maemo12:30
StskeepsGeneralAntilles: the IM for QT or? (virtual text input)12:30
*** guerby has joined #maemo12:30
GeneralAntillesGNUton got some hooks going for h-i-m with Qt12:31
GeneralAntillesI'm not clear on the details12:31
Stskeepsyeah, i saw the code12:31
Stskeepsi got h-i-m working on debian without hildon environment running, that was kinda interesting (except it looks like crap under openbox..)12:31
GeneralAntillesYeah, I saw the screenshot.12:32
GeneralAntillesGood virtual input will make Deblet a lot more usable.12:32
Stskeepsyeah, especially for us n800 users :P12:32
Stskeepswhat i'm most curious about is that if it's possible to drop in the nokia versions.. seems like we have all the libraries12:33
*** ijon_ has quit IRC12:33
*** atlas95 has quit IRC12:34
*** ijon_ has joined #maemo12:35
baabahas someone set up a package for theora decoding on diablo?12:44
*** lardman|gone is now known as lardman12:45
*** bergie has quit IRC12:46
*** minti has quit IRC12:46
*** lopz has quit IRC12:50
*** lopz has joined #maemo12:55
*** bergie has joined #maemo13:01
*** minti has joined #maemo13:05
*** lbt has quit IRC13:09
*** eichi has quit IRC13:15
*** __t has joined #maemo13:16
*** bmr has quit IRC13:16
*** kcome has quit IRC13:19
GeneralAntilleslol, crashanddie, overeactmuch? :P13:22
crashanddieNo, why?N13:23
GeneralAntillesI dunno, the #maemo thing felt a little overreactive to me.13:23
GeneralAntillesThe only people that "own" community things are the community.13:24
crashanddieJaffa answered exactly the way I wanted13:24
GeneralAntillesWhat, were you envisioning some kind of power play?13:24
crashanddieI've seen enough drama around IRC lately, I don't envision anything anymore13:25
* GeneralAntilles annexes #maemo13:25
GeneralAntillesI hadn't realized "community" had such a negative connotation these days. . . .13:25
crashanddielol13:26
crashanddiewhen I say IRC, it's far from meaning #maemo13:26
crashanddietrust me, #maemo is my realm of peace13:26
Stskeepsindeed, this is nice and peaceful compared to ircd support channels13:27
Stskeeps:P13:27
crashanddieGeneralAntilles, and I don't see how any of my questions/statements could have put "community" in a bad light13:28
crashanddieAnd they were, perfectly legit questions, albeit a bit tongue-in-cheek13:28
*** patoh has joined #maemo13:29
Jaffacrashanddie: glad I answered well; my initial reaction was perhaps closed to GeneralAntilles' EOVERREACTION ;-)13:30
* GeneralAntilles is perhaps just a bit too used to extreme overreactions to the most seemingly innocuous little things.13:31
JaffaGeneralAntilles == darius13:31
crashanddiehahaha13:31
crashanddieyou took the words out of my mouth13:31
JaffaOooh, negative campaiging can start now ;-)13:31
GeneralAntillesI point you to one of the first community council threads on the mailing list where the first person to respond was Darius Jack.13:31
GeneralAntillesThat's the scenario I tend to react to things like this as. . . .13:32
crashanddieGeneralAntilles, so you're Iwona?13:32
GeneralAntillesNo, what I mean is, when people react to seemingly simple statements I tend to assume an overreaction on their part ala Darius.13:34
crashanddieHey, I'm just testing you guys for the vote13:34
crashanddiedon't flame me afterwards :D13:34
crashanddieanyway, got someone here, ttyl13:34
*** Firebird has joined #maemo13:34
GeneralAntillesIn summary, I've gotten a little twitchy. ;)13:35
*** freet15 has quit IRC13:35
JaffaGeneralAntilles the Bird Watcher13:36
lardmanso when does the vote close then?13:37
Jaffalardman: 2008-09-10T23:59:00Z IIRC13:37
GeneralAntillesFor kicks: http://www.urbandictionary.com/define.php?term=bird+watcher13:37
lardmanJust before midnight on Wed13:37
JaffaGeneralAntilles: I was thinking more of http://www.bryanappleyard.com/blog/2006/03/twitcher.php13:38
lardmanGeneralAntilles: hmm, first I've ever heard of that meaning13:38
Jaffalardman: 1am UK time. I think I'll be asleep ;-)13:38
lardmanNot going to watch the BBC vote countdown then?13:39
GeneralAntillesI wondering if it might be useful to introduce a freeze on new nominations a week or so before the beginning of voting to allow for some campaigning in the next election.13:39
Jaffalardman: Will Peter Snow be in in #maemo all night counting down to Indecision 200813:39
lardmanlol13:39
JaffaGeneralAntilles: Candidates who want to campaign can submit their nomination the day it opens, then they've got a week to campaign. More time needed, y'reckon?13:40
lardmanI don't know about the whole campaigning thing13:40
*** lopz has quit IRC13:41
GeneralAntillescampaign is a bad term13:41
GeneralAntillesI don't like campaigning either13:41
lardmansounds like the Romans on the march13:42
JaffaThat's why talk of manifestos scare me: too much work and it'll drive the number of candidates down not up.13:42
lardmanI agree13:42
GeneralAntillesI'd rather people just vote for the person they believe is best for the job based on their activity in the community.13:42
JaffaI'd rather see the interview style questions on the ML, or on p.m.o etc13:42
lardmanI think the blurb we wrote, and mainly what we have already been doing is what people should look at13:42
*** lopz has joined #maemo13:43
Jaffalardman: agreed13:43
lardmanyeah, interview style questions would be ok once it's know what the council will actually do13:43
*** _julian has joined #maemo13:43
GeneralAntillesThe week delay before voting might give people time to better consider who to vote for13:43
GeneralAntillesProbably pointless, though.13:44
* GeneralAntilles is still wondering where the hell that voting theory guy came from.13:44
*** minti has joined #maemo13:44
lardmanstrange the things people know :)13:44
GeneralAntillesI have a feeling he may just troll the net for votes to put his 2 cents in on.13:45
lardmanIn the New Scientist article I had a feeling that Rank Voting site was possibly a bit dodgy13:46
Stskeepsheh, irc debate for candidates :P13:46
*** minti has quit IRC13:46
GeneralAntillesDowntime for maemo.org on the 11th.13:46
GeneralAntillesThe thing is, what's to debate?13:46
*** minti has joined #maemo13:47
GeneralAntillesI don't think any of the candidates are in disagreement over the issues.13:47
Stskeepswhy vote then? :P13:47
GeneralAntillesWell, this election is more about the people than the issues.13:47
*** minti has joined #maemo13:48
JaffaStskeeps: to give the council a mandate to represent you, and so when the council says to Nokia you *really* should do this it carries weight.13:49
*** fr01 has quit IRC13:49
*** Khertan_n810 has joined #maemo13:50
Khertan_n810Hi !13:51
GeneralAntillesSo, in effect, the council is like a walking, talking, tap-dancing petition? :D13:51
GeneralAntillesHowdy, Khertan_n810.13:51
Khertan_n810gan > you ll get my vote if i can vote :)13:52
*** fr01 has joined #maemo13:52
GeneralAntillesI certainly hope you can.13:52
GeneralAntillesYou do have a maemo.org account more than 3 months old, no?13:52
Khertan_n810:)13:52
JaffaGeneralAntilles: Tap-dancing? Eek13:52
Khertan_n810yep13:53
Khertan_n810but no email13:53
Khertan_n810i ve send a mail to dneary about it13:53
GeneralAntillesA disturbing number of people didn't get their emails. :\13:53
Khertan_n810yep13:53
Khertan_n810i think he is looking why13:54
GeneralAntillesIt's always something with maemo.org13:54
RST38hJAFFA: DOES nOKIA KNOW THAT IT CARRIES WEIGHT? =)13:54
GeneralAntillesYou can't ever just assuming something will work as planned. :/13:54
Khertan_n810but surely modest problem on 770 hacker edition that run maemo.org13:54
RST38hSorry, caps was on =(13:54
*** patoh has quit IRC13:54
lardmanalways troubles with postal voting13:56
lardmanthey might have all been redirected via Birmingham13:56
*** eichi has joined #maemo13:57
JaffaRST38h: Quim accepted that the council could represent the community and help the communication between it and Nokia. Obviously if all 12,000 people eligible voted that gives it more legitimacy than if 5 do.13:57
*** CptE51 has joined #maemo13:57
GeneralAntillesThe press outside of the Maemo community is also a good sign.13:58
JaffaIndeed. Very surprised & pleased by that.13:58
* Jaffa 's sticking the idea on his CV ;)13:59
Khertan_n810?13:59
JaffaKhertan_n810: http://www.openlogic.com/blogs/2008/08/community-liaisons-instead-of-community-managers/ and  http://blogs.open.collab.net/oncollabnet/2008/08/maemo-community.html14:00
lardmanoh drat, have you lot got T-shirts printed yet?14:02
GeneralAntillesKhertan_n810, print off a few dozen of yours and sell it.14:04
* GeneralAntilles really wants one.14:04
JaffaNope; not very many good (cheap) UK-based people doing them.14:05
*** guardian has quit IRC14:05
* Jaffa got T-shirts from cafepress.com for stalkmybrother.com but they were *very* expensive, and slow to arrive.14:05
* GeneralAntilles is really disappointed Khertan's excellent submission didn't even make it to the final round.14:05
lardmanThere's a place in Bath that do them for ~£20 but I'm running out of time now14:06
lardmannot cheap mind you14:06
*** AStorm has quit IRC14:06
* GeneralAntilles wonders if his buddy in Cuba is having fun yet.14:07
Khertan_n810GeneralAntilles: hum i don t think i ll sell it anyone14:09
Jaffalardman: I'm willing to say "meh" to the idea; or I'll take a plain white T-shirt & a marker pen.14:09
* Jaffa 's going to be travelling light so not have much room for T-shirts anyway14:09
* Khertan_n810 too14:09
GeneralAntillesNow there's a job: http://upload.wikimedia.org/wikipedia/commons/d/dd/Hurricane_Katrina_Eye_viewed_from_Hurricane_Hunter.jpg14:11
lardmanJaffa: I was just going to bring the one for the whole trip ;)14:11
Jaffalardman: heh14:13
Khertan_n810bye14:13
*** Khertan_n810 has quit IRC14:13
Jaffalardman: Oooh, http://www.vistaprint.co.uk/ will do a white T-shirt with front logo only for 5.49ukp14:14
*** lbt has joined #maemo14:15
Jaffalardman: Ah, 15.85ukp for a "rush" order which has a 3 day turnaround14:16
*** guardian has joined #maemo14:16
dnearyHi Khertan114:16
dnearyKhertan1: You got my mail?14:16
dnearyKhertan1: Normally, you should have received a voting token14:17
lardmanJaffa: 7-day delivery isn't too bad, but cutting it fine14:17
*** Anunakin has joined #maemo14:17
*** Anunakin has left #maemo14:17
*** Anunakin has joined #maemo14:18
AnunakinHi All!14:18
*** Sho_ has joined #maemo14:19
*** lardman is now known as lardman|lunch14:22
*** uncorq has joined #maemo14:27
*** eichi has quit IRC14:32
*** gatestone has quit IRC14:36
Jaffalardman|lunch: I'm leaving on Sunday for my mammoth round trip14:42
*** bergie has quit IRC14:43
*** Dar has quit IRC14:44
*** minti has quit IRC14:46
*** minti has joined #maemo14:47
*** CptLaptop has joined #maemo14:52
*** Free_maN has quit IRC14:56
*** brontide has quit IRC15:04
*** ian_brasil has joined #maemo15:04
*** Free_maN has joined #maemo15:05
*** minti has joined #maemo15:06
*** Dar has joined #maemo15:09
*** k-s[AWAY] is now known as k-s15:10
*** geaaru_ has joined #maemo15:13
*** geaaru has quit IRC15:13
JaffaErr, p.m.o looks a little b0rked15:14
*** hklein has joined #maemo15:16
GAN800Jaffa, reopen 3685 or something close to that.15:16
*** andrewfblack has joined #maemo15:16
andrewfblackHello15:17
*** MoRpHeUz has joined #maemo15:18
JaffaGAN800: done15:18
GAN800Should probably cc qgil15:19
*** rsalveti has quit IRC15:21
*** hari has quit IRC15:23
*** gomiam has quit IRC15:24
*** _matthias_ has joined #maemo15:24
*** lopz has quit IRC15:26
*** Anunakin has quit IRC15:29
*** mk8 has quit IRC15:29
*** bergie has joined #maemo15:29
crashanddieGeneralAntilles, I WANT TO HAVE YOUR BABIES15:32
GeneralAntillesgtfo15:32
*** rsalveti has joined #maemo15:32
* GeneralAntilles can only imagine what crashanddie's been googling.15:34
*** rsalveti has quit IRC15:41
*** eichi has joined #maemo15:42
*** rsalveti has joined #maemo15:42
*** Tuco1 has joined #maemo15:43
*** k-s is now known as k-s[AWAY]15:45
*** Cwiiis has joined #maemo15:46
*** minti has quit IRC15:46
*** minti has joined #maemo15:47
*** pleemans has quit IRC15:49
*** vcgomes[away] is now known as vcgomes15:50
*** lsobral has joined #maemo15:51
*** etrunko has joined #maemo15:51
*** eichi has quit IRC15:53
*** Anunakin has joined #maemo15:55
*** vcgomes is now known as vcgomes[away]16:00
*** chenca has joined #maemo16:02
*** florian has quit IRC16:04
*** krau has joined #maemo16:04
*** florian has joined #maemo16:05
*** blade_runner has joined #maemo16:09
*** Vudentz_AWAY is now known as Vudentz16:10
*** Tuco1 is now known as Tuco16:10
*** crashanddie has quit IRC16:12
*** thefatherofall has quit IRC16:13
*** blade_runner has quit IRC16:15
*** pleemans has joined #maemo16:18
*** pleemans has quit IRC16:25
*** _marcell_ has quit IRC16:28
*** borism has quit IRC16:29
*** andrewfblack has quit IRC16:30
*** pleemans has joined #maemo16:30
*** hfwilke has joined #maemo16:33
*** andrunko has joined #maemo16:35
*** lardman|lunch is now known as lardman16:36
*** kcome has joined #maemo16:36
lardmanJaffa: ah ok, I'm at another conference on Mon, Tue, Wed, then a quick run back to get a flight to Berlin on Thurs16:37
*** oilinki has joined #maemo16:37
*** lmoura has joined #maemo16:39
*** lmoura has quit IRC16:40
*** lmoura has joined #maemo16:40
*** matt_c has joined #maemo16:41
lardmanwhy did /me know nothing about SDK+?16:42
lardmanuntil reading the FORTRAN bug message I just got sent that is16:42
*** Zic has joined #maemo16:43
lardmanAnyway, good to see GCC4 make an appearance16:43
lardmanis there any abi issue using GCC4 compiled binaries on standard Diablo?16:44
RST38hWasn't gcc4 available before?16:44
* RST38h is compiling with it under sb216:44
lardmanapparently yes, but I missed it completely16:44
*** k-s[AWAY] is now known as k-s16:44
lardmanah, looks like the alpha was introduced while I was on holiday16:45
lcukwith the key candidates on roadtrips whos gonna pop the champers at results time?16:46
lcukor will gen be sat there shaking up a bottle of flat coke16:47
*** _matthias_ has quit IRC16:47
lardmanI thought the results were this week?16:47
lardmanI'm away next week16:48
lardmanmy fault for my crappy explanation16:48
*** adjam has joined #maemo16:48
*** danilocesar has joined #maemo16:48
lcuklol you are right of course, i just had it in my head that it was sunday16:48
* lcuk is doublethick today16:48
*** adjam has left #maemo16:48
* lardman is feeling particularly tired today, probably the though of signing a contract for a venue16:49
lcukoooh, are you plannin a gig somewhere?16:49
lardmanWedding!16:50
lcukgood point! so you are sorted now - your part is done? :D16:50
lardmannot quite, still need to sign the contract and do all the nitty-gritty of organising everything - menus, drinks, etc.16:50
lcukbottle of pop and a few packets of crisps would suffice :D (with maaybe some of them little classy sausages n cheese things16:51
lcuk(if only it was that simple for you..)16:52
lardmanyeah, am tempted by that :)16:52
lcukgah, bbl16:53
*** jpuderer has joined #maemo16:53
*** mardi__ has quit IRC16:54
*** oilinki3 has quit IRC16:54
lardmanCan sdk+ be installed alongside the sb1 sdks?16:55
*** error_developer_ has joined #maemo16:58
*** guardian_ has joined #maemo16:59
*** Cwiiis has quit IRC16:59
*** ariya has quit IRC17:00
konttoriHey, as we'll be talking about tracker in fremantle at the maemo summit, I'm welcoming any questions / ideas what to present to you guys on the maemo summit.17:00
konttoriAnyway, if you are interested and have the time, just ping me or send emails to urho.konttori@nokia.com17:00
*** k-s is now known as k-s[AWAY]17:00
lardmankonttori: what's tracker?17:01
konttoriAlso, if you guys want to have tracker for diablo already, please also voice out those needs. We haven't decided either way yet.17:01
*** mbuf has quit IRC17:01
konttorihttp://www.gnome.org/projects/tracker/17:01
lardmanthanks17:01
konttoriand there has been significant coding since the 0.6.6 release.17:02
*** kenne has joined #maemo17:02
lardmanany chance the filemanager will be opensourced? ;)17:03
lardmanI saw someone today asking if it was possible to run binaries from it, apparently not (though perhaps with some conf file trickery?)17:03
konttoriAnyway, I was planning that we'll show the API a bit, show an example media player, perhaps example object database application (probably just using the daze for that example), a bit on the power of the full text indexing  and a bit of ideas how it can be used.17:04
lardmansounds cool anyway17:04
*** Dar has quit IRC17:04
konttorilardman: no chance of file manager getting open sourced. Anyway, you should be able to check if you can do things with the hildon-fm (which is open source)17:04
konttori(and essentially filemanager is a  wrapper around that)17:05
lardmanok17:05
lardmancan I ask why there's no chance? Just out of interest17:05
lardmanSurely there's nothing too high-tech in side it? Likewise with the media-player17:05
konttoriwell, Nokia has a tendency to not to publish application code. Only FW code tends to be open. It's a policy issue really.17:06
lardmanfair enough, annoying, but at least there's a reason now17:06
*** birunko has joined #maemo17:06
*** guardian has quit IRC17:07
*** aloisiojr has joined #maemo17:07
konttoriSo, the hildon-fm is open, so if you want, you should be able to make a new file manager without considerable effort by using that.17:07
lardmanyep, just seems a bit wasteful for the standard one to be closed source. Does that make sense?17:08
*** Sargun has quit IRC17:08
*** atul has quit IRC17:08
lardmanor the wrapper at least - lots of things could just be replaced with not much effort, in which case why bother having them closed source at all, etc.17:09
*** errordeveloper has quit IRC17:09
*** pleemans has quit IRC17:09
lardmananyway, I'm just commenting, not expecting you to turn it all around :)17:09
RST38hkonttori: what open FW code are you referring to?17:10
konttoriYeah, I agree: You can always figure out reasons why it should be opened, but that just won't happen. There are always some reasons why it should be kept closed.17:10
*** pleemans has joined #maemo17:10
mavhcusually because noone can be arsed to check if they're legally allowed to open source it17:11
konttorihttps://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-fm/17:11
lardmandoes that contain a GTK widget which is the filemanager?17:11
lardmanwhich would be good - to be able to add extra columns, resize them, etc,17:12
konttorihttps://stage.maemo.org/svn/maemo/projects/haf/doc/api/hildon-fm/index.html17:12
konttoriSome instructions in there.17:12
konttoriI really haven't digged to the fm code, so help yourself. ;)17:12
*** danilocesar has quit IRC17:12
lardmancool, I'll add it somewhere in the list of things to look at ;)17:13
*** patoh has joined #maemo17:13
konttorianyway, if you guys figure out issues you want explained about tracker, just let me know.17:13
*** blade_runner has joined #maemo17:14
*** Cwiiis has joined #maemo17:15
*** blade_runner has quit IRC17:16
*** bergie has quit IRC17:17
*** qwerty12 has joined #maemo17:17
*** skibur has joined #maemo17:17
*** bergie has joined #maemo17:17
*** Sho_ has quit IRC17:18
*** EspeonEefi has quit IRC17:19
*** kcome has quit IRC17:20
*** ijon_ has quit IRC17:22
*** ijon_ has joined #maemo17:22
*** Dar has joined #maemo17:24
*** StsN800 has joined #maemo17:26
*** SDuensin has joined #Maemo17:27
*** danilocesar has joined #maemo17:29
*** StsN800 has quit IRC17:30
*** lopz has joined #maemo17:32
*** kevinverma has quit IRC17:34
*** birunko has quit IRC17:35
*** birunko has joined #maemo17:38
*** matt_c has quit IRC17:38
*** penguinbait has joined #maemo17:40
*** crashanddie has joined #maemo17:40
*** eocanha has quit IRC17:40
*** Anunakin has quit IRC17:41
*** pleemans has quit IRC17:41
*** t_s_o has joined #maemo17:41
*** Sho_ has joined #maemo17:42
*** blade_runner has joined #maemo17:43
*** MangoFusion has joined #maemo17:44
summatusmentisKhertan1: ping?17:47
*** tjafk2 has joined #maemo17:48
*** alex-weej has joined #maemo17:50
*** qwerty13 has joined #maemo17:51
*** qwerty12 has quit IRC17:52
*** qwerty13 is now known as qwerty1217:52
*** k-s[AWAY] is now known as k-s17:54
qwerty12Someone should get Deluge on the tablets, it pwns Transmission :>17:54
*** AD-N770 has quit IRC17:55
Stskeepsheh - i think torrent on tablets is a bit useless :>17:56
*** balrog-k1n has joined #maemo17:56
summatusmentisdisagree. I take my tablet on campus much more than I do my laptop17:56
qwerty12Someone should bring ssvb's performance optimisations to the N800 then :P17:56
summatusmentisssvb?17:56
*** zap has quit IRC17:56
Stskeepssummatusmentis: any p2p on my campus => they track your wifi position and take a talk to you ;)17:57
summatusmentisStskeeps: my school does not care that much17:57
*** tobmaster has joined #maemo17:57
qwerty12Stskeeps: Eew, remind me not to use p2p in Denmark17:57
*** infobot has joined #maemo17:57
summatusmentisif they get a notice from someone, they'll track your ip, and tell you to stop17:57
summatusmentisif they get a lot of notices, they send an email to everyone telling them to stop17:58
qwerty12In London, no one gives a shit atm17:58
Stskeepsqwerty12: it's just uni rules so17:58
Stskeepsqwerty12: encrypted ftp and likes they dont care about17:58
Stskeepsalso dorms arent on campus here, so17:58
summatusmentisanyone using mcalendar?17:58
qwerty12Ahh17:58
*** AD-N770 has joined #maemo17:59
*** kcome has joined #maemo18:01
summatusmentisfor whatever reason, on mCalendar, when I try to add an even on the n810 side, the timing doesn't sync correctly to google calendar18:01
*** thefatherofall has joined #maemo18:03
*** proto1 has joined #maemo18:03
*** vcgomes[away] is now known as vcgomes18:04
RST38hmoo all18:04
RST38h[whoemever I have not yest seen today]18:04
*** tjafk1 has quit IRC18:04
summatusmentishi RST38h18:05
lardmanqwerty12: which performance optimisations are these?18:05
*** k-s is now known as k-s[AWAY]18:05
timelesshey, i finally saw a nokia n810 on display in a useful location18:07
timelessit was @BOS Logan Airport18:07
*** infobot has quit IRC18:08
*** balrog-kun has quit IRC18:08
*** mardi__ has joined #maemo18:10
*** infobot has joined #maemo18:10
timelessanyone know why planet.maemo.org looks so strange?18:13
RST38hIs it just me or has Quim Gil gone insane?18:13
* timeless asked first!18:14
RST38hyea18:14
*** borism has joined #maemo18:14
*** EspeonEefi has joined #maemo18:14
*** sergio has joined #maemo18:15
*** mgedmin has joined #maemo18:17
*** andrewfblack has joined #maemo18:28
_juliandoes someone know if avahi-qt ist available for maemo as package somewhere?18:29
*** Sho_ has quit IRC18:32
*** sergio has quit IRC18:32
*** sergio has joined #maemo18:32
*** eton has quit IRC18:32
Khertan1Hi !18:38
Khertan1dneary: Thx i ve received your email.18:38
summatusmentisHi Khertan118:38
*** Khertan1 is now known as Khertan18:39
Khertan:)18:39
*** qwerty13 has joined #maemo18:40
summatusmentisKhertan: is it a known bug of mcalendar for it to not pay attention to am or pm?18:40
Stskeepsqwerty12: isn't it qwerty15 by now? ;>18:40
qwerty13Stskeeps: God knows >.>. Shitty router is effin up when I'm dl'ing torrents18:41
*** qwerty12 has quit IRC18:41
Khertansummatusmentis: which bugs ?18:41
qwerty13lardman: sorry, just got back here. wait a sec please :)18:41
summatusmentiswhenever I try to add an event within mCalendar, it will ignore the am or pm designation, and sync as am back to Google Calendar18:41
dnearyKhertan: You've voted, then?18:42
qwerty13lardman: https://garage.maemo.org/pipermail/cx3110x-devel/2008-February/000019.html18:42
Khertandneary: yep thx18:42
summatusmentisfor instance, if set for 7:00 pm, it'll sync to google as 7:00 am18:42
dnearyKhertan: You're welcome :à18:42
qwerty13RST38h: Got any pointers on compiling EMUTools? :)18:42
*** dholbert has joined #maemo18:42
Khertansummatusmentis: strange ...18:42
Khertanwhen you enter event you choose am or pm in the hildon widget ?18:43
Khertanright ?18:43
summatusmentisyes18:43
summatusmentisI'm using 0.4.018:43
Khertanhum ...18:43
Khertani ll made some test ...18:43
lardmanqwerty13: cool, thanks18:43
summatusmentisI can pull together a bug report with screen shots if you'd like18:44
Khertancould you send me the sync log after making a new event ?18:44
Khertani prefer the log :)18:44
summatusmentiswhere do I find the sync log?18:44
Khertanlaunch it from xterm18:44
Khertanwith 'mcalendar'18:44
Khertanyou ll see a lot of text :)18:44
Khertansend me it at khertan@khertan.net18:45
Khertanpls18:45
summatusmentisok, will do18:45
*** eichi has joined #maemo18:46
Khertansee u later ...18:46
Khertanbye18:46
*** Khertan has left #maemo18:46
*** avs has joined #maemo18:47
* crashanddie just sent 60 CVs for PHP-related jobs18:47
*** sergio has quit IRC18:49
*** dougt has joined #maemo18:51
MangoFusioncrashanddie: 60?18:53
crashanddieyup18:53
crashanddieI hope I'll get at least one interview with that :P18:53
floriancrashanddie: learn C ;)18:53
crashanddieflorian, I know C18:54
floriancrashanddie: so why PHP? ;)18:54
crashanddieflorian, I know C, C++, Java, STL, Kernel Programming, Network Programming, I know a whole lot18:54
crashanddiethey just require experience, which I don't have18:55
crashanddieI'd blow their minds if they'd just give me an interview :P18:55
*** __t has quit IRC18:56
murrayccrashanddie: Today not all employers need on-the-job experience. Personally, I am far more convinced by visible open source activity. Get involved in something. Then send me your CV.18:56
crashanddieI am involved, it's just open source is hard to sell decently on a CV...18:57
*** qwerty13 has quit IRC18:57
crashanddieHow much of it did I do exactly? "Well, I did the design of those 3 functions, and that one, and that one..." "And that one?" "Well, I worked on it with another guy"18:57
murrayccrashanddie: URLs are persuasive. I like to browse svn directories, looking at commits. I like to see bugzilla activity and patches.18:58
murrayccrashanddie: I like to see mailing lists to see how people communicate and how they think.18:58
crashanddiewell then you're one hell of an HR18:58
murraycSmall companies are different.18:58
crashanddiemurrayc, not looking to hire someone in London? :P18:59
*** patoh has quit IRC18:59
murrayccrashanddie: Berlin.18:59
crashanddiebleh18:59
murraycEveryone wants to be in Berlin.19:00
*** patoh has joined #maemo19:00
crashanddiedoes your company give financial help for relocation? :P19:00
MangoFusionwhat you do is19:00
MangoFusionmake your own exclusive php sideproject19:00
murrayccrashanddie: Yes, for good candidates.19:00
crashanddieMy german is rusty, but I should be able to get it going fast enough19:00
MangoFusionthen you can go19:00
MangoFusion"i made that!"19:00
MangoFusionand if people use it19:00
MangoFusion"i made that and its really popular"19:00
MangoFusionand if people like it enough to want to buy it19:01
crashanddieyeah, but that requires to already have a job to live19:01
MangoFusion"i'm selling it. i don't need a regular job now. bwhahahaha"19:01
crashanddieI need a job to live... I'm out of money, out of luck, out of motivation, basically19:01
murrayccrashanddie: Seriously, send me some URLs. Make your case. If you are interested in doing C (and a little C++) Maemo work.19:03
murraycGotta go.19:03
*** secureendpoints has joined #maemo19:03
crashanddiemurrayc, hell yeah ! email?19:03
*** Dar_LAB has quit IRC19:04
*** Gnuton has joined #maemo19:05
GnutonHi there19:05
crashanddiehey Gnuton19:05
Gnuton:)19:06
*** rmoravcik has quit IRC19:06
*** penguinbait has left #maemo19:06
*** penguinbait has joined #maemo19:06
*** EspeonEefi has quit IRC19:08
*** _Tom has joined #maemo19:09
jotthello gnuton!19:11
*** qwerty12 has joined #maemo19:12
*** Woefix has joined #maemo19:12
Mekhi Gnuton19:13
*** booiiing has quit IRC19:14
*** bilboed-pi has quit IRC19:16
*** alex-weej has quit IRC19:16
*** booiiing has joined #maemo19:17
*** ariya has joined #maemo19:17
*** murrayc has quit IRC19:21
*** matt_c has joined #maemo19:21
*** pleemans has joined #maemo19:22
*** geaaru_ has quit IRC19:24
*** guardian_ has quit IRC19:24
*** darkterror46 has joined #maemo19:25
*** n800m has joined #maemo19:26
*** Khertan_n810 has joined #maemo19:28
Khertan_n810Hi again19:28
Khertan_n810is there a way to boost audio gain in mplayer ?19:28
*** alex-weej has joined #maemo19:29
qwerty12Khertan_n810: http://www.internettablettalk.com/forums/showpost.php?p=158165&postcount=719:29
*** robink has quit IRC19:30
*** ariya has quit IRC19:30
*** Dar_LAB has joined #maemo19:30
*** patoh has quit IRC19:31
*** patoh has joined #maemo19:31
Khertan_n810thx qwerty1219:31
qwerty12no problems19:31
*** bilboed has joined #maemo19:32
darkterror46greetings19:33
darkterror46:-D19:33
*** robink has joined #maemo19:34
*** Khertan_n810 has quit IRC19:35
*** penguinbait has quit IRC19:38
lardmancu tomorrow chaps19:39
*** lardman is now known as lardman|gone19:39
aquatixqwerty12: that's in the config file i gather?19:40
qwerty12aquatix: yea19:40
*** Cwiiis has quit IRC19:40
aquatixkk19:40
*** kcome has quit IRC19:44
*** eton has joined #maemo19:45
melmothgarage's svn is down...19:46
Mekit was't a couple of minutes ago...19:47
Meks/was/wasn19:47
*** Grackle has joined #maemo19:48
*** thefatherofall has quit IRC19:50
*** dholbert has quit IRC19:51
GnutonMek, why dont you aggregate your blog in maemo planet?19:51
X-FadeGnuton: Hi ;)19:52
MekGnuton: I asked for it a few weeks ago, but never got a reply...19:52
Mek(and got told the one responsible for it wsa on vacation)19:52
X-FadeMek: Erm sorry :)19:52
X-FadeMek: That is me ;)19:52
Mek:)19:52
*** error_developer_ has quit IRC19:52
*** madhav has joined #maemo19:52
X-FadeI will catch up on my email asap.19:52
*** errordeveloper has joined #maemo19:52
Gnutonhey X-Fade, it`s nice see you again19:53
X-FadeGnuton: Yes, long time no see.19:53
Gnutonah ah19:53
Gnuton:)19:53
*** madha1 has joined #maemo19:54
*** Woefix has quit IRC19:54
GnutonX-Fade, how are you? are you still in vacationÑ19:54
Gnuton?19:54
X-FadeGnuton: I see you managed 4.1.1 all by yourself? :)19:54
X-Fade*to upload19:54
*** luck^ has joined #maemo19:54
X-FadeGnuton: No, I'm back now.19:54
*** lcuk has quit IRC19:55
GnutonX-Fade: yep =)19:55
X-FadeMek: Ik zal je blog nu toevoegen.19:56
Mekokay :)19:56
Gnutonok.. router time.. I`ve to explain to my girl how to setup a wireless router...19:56
Gnutonsee you later...19:56
*** huehner has quit IRC19:57
*** hellwolf has quit IRC19:57
Swaps345119:57
Swapsok19:57
*** Grackle has quit IRC19:59
*** behdad has quit IRC20:00
X-FadeMek: Ok, your blog has been added to the planet.20:01
Mekthanks a lot20:03
*** darkterror46 has quit IRC20:03
*** vivijim has joined #maemo20:04
X-FadeMek: Cool stuff btw ;)20:07
*** bef0rd has joined #maemo20:07
*** florian has quit IRC20:08
*** guardian has joined #maemo20:09
crashanddieX-Fade, ARE YOU BACK,20:10
crashanddie???20:10
*** VDVsx has joined #maemo20:11
X-Fadecrashanddie: Yep.20:11
jottX-Fade: welcome back!20:11
*** dholbert has joined #maemo20:11
crashanddieX-Fade, wb, I know you must get harassed by emails, but can I ask if my issue has been duly noted?20:11
*** _Tom has quit IRC20:12
X-Fadecrashanddie: The GPG one?20:13
*** madhav has quit IRC20:13
*** Pebby has joined #maemo20:13
*** madha1 has quit IRC20:13
crashanddieX-Fade, aye20:13
*** madhav has joined #maemo20:14
X-Fadecrashanddie: Ok, I will send you a new invite, so you can upload your gpg key again.20:14
crashanddieX-Fade, cheers20:14
*** BabelO has joined #maemo20:14
X-Fadecrashanddie: Ok, done.20:14
*** huehner has joined #maemo20:15
crashanddieX-Fade, btw, is there a bug report about not being able to change SSH/GPG keys easily?20:15
X-Fadecrashanddie: I don't know. It is on Ferenc's todo list, for sure ;)20:16
*** AD-N770 has quit IRC20:16
Stskeepsqwerty12: http://bsd.tspre.org/~stskeeps/nit-debian/h-i-m-matchbox.png <- woop!20:16
qwerty12Stskeeps: nice one! :)20:17
X-FadeStskeeps: Looks ugly, but still... impressive :)20:17
StskeepsX-Fade: h-i-m example keyboard ftw20:18
Stskeeps:P20:18
qwerty12Stskeeps: lets jook the maemo one :P20:18
johnxStskeeps, !!!20:18
crashanddieStskeeps, nice work20:19
Stskeepsthe sad thing is however that h-i-m looks crap on non-matchbox though20:19
Stskeepsor atleast in openbox20:19
*** lcuk has joined #maemo20:20
jottwhat has h-i-ms look to do with matchbox? shouldn't that be a sapwood "problem"?20:20
johnxStskeeps, same situation as matchbox-keyboard?20:21
johnxjott, nah, not that...how its window is handled...20:21
jottah20:21
crashanddiejott, you're the slappedwood problem20:21
*** Grackle has joined #maemo20:21
qwerty12crashanddie is the problem20:22
crashanddieyeah but I'm a mature problem20:22
jottnever fixed and never touched :p20:23
crashanddieI'm pure20:23
crashanddieqwerty12, you on the other hand, you're a brand new problem20:23
crashanddieqwerty12, everyone's eyeing young20:23
lcukin a desolete unused part of the system marked with "DO NOT ENTER"20:23
crashanddieqwerty12, everyone wants to fiddle with you, see how you react20:23
crashanddielcuk, yeah but at least I'm not in Manchester :P20:24
*** krutt has joined #maemo20:24
qwerty12The standard stereotypical way, knuckledusters.20:24
lcukgood point20:24
crashanddielcuk, do I feel a disturbance in the force?20:25
lcuksorry yer, i couldnt hold it in any more20:25
lcukthe smell will dissapate soon20:25
* lcuk wafts arms around20:25
* crashanddie uses his armpits as breathing apparatus20:25
lcukthe more important question is why are you fighting the world?20:25
crashanddieoh shit, bad idea20:25
crashanddielcuk, I'm pissed20:26
crashanddielcuk, I'm tired of "Oh, awesome, thanks, I'll get back to you soon"20:26
lcuknot a good combination20:26
*** __t has joined #maemo20:26
*** richieeee72 has joined #maemo20:26
*** richieeee72 has left #maemo20:27
crashanddieI think the most obvious and insulting one was the guy who told me he'd call me back cuz he had to go to a meeting, and hung up before I gave the last 3 digits of my phone number20:27
*** Zic has quit IRC20:27
* lcuk cannot wait for the communal royalty system to be put in place20:27
*** dneary has quit IRC20:27
crashanddie"Oh, I'm sorry, they're calling me for a meeting, is there a number I can join you at?" "Yeah, 07.787.347..." "Ok thanks, bye, tuuut, tuut"20:28
lcukyouch? you havent got a phone number with name have you ie 1800 ILUVEYOURGRAN20:28
lcukcripes though20:29
crashanddieI mean, if you're not even going to bother to take the number down, at least pretend, and count the number of digits20:29
lcukdowner20:30
jottwhat? your mobile phone number has more than 4 digits? how should we respect you :p20:31
*** matt_c has quit IRC20:31
crashanddiejott, I have a 3 digit slashdot number :P20:32
jottbut really, this is very impolite...20:32
lcukcrashanddie, nahhh you cant have20:35
lcukunless its anonymous coward (666)20:35
crashanddieI'm the devil's neighbour20:35
crashanddie66520:35
*** qwerty12 has quit IRC20:36
Stskeepsjohnx: meh, gtk lacks some hildon extensions else it would be possible to drag in nokia kbd ;) but this is good enough for now20:37
johnxwell, I'd answer his question...but he quit20:38
*** qwerty12 has joined #maemo20:38
johnxStskeeps, I guess I'll focus on matchbox for now, too20:38
johnxqwerty12, there's a good reason ntfs-3g doesn't cope with hibernated drives :)20:38
Stskeepsjohnx: i'm going to test xfce4-wm + h-i-m and see how that goes20:39
qwerty12johnx, :), but I wish it would, even it it meant risking data loss (for me anyway :))20:39
johnxyou should try the matchbox-keyboard layout Navi made :)20:40
johnxqwerty12, it would be a pretty big risk. There's a really good chance some of your data on disk is in an inconsistent state20:40
Stskeepsjohnx: url? :P20:41
qwerty12johnx, I'll just sync before hibernating, most of my hibernations are done with all programs closed20:41
johnxqwerty12, like kernel32.dll ?20:41
qwerty12Maybe not :/20:42
johnxStskeeps, http://www.xenf.net/n800stuff/keyboard.xml20:42
qwerty12Meh, I guess even I could remove the check from ntfs-3g20:42
johnxdrop that in /usr/share/matchbox-keyboard IIRC20:43
Stskeeps*nod*20:43
Stskeepsjohnx: same result with example hi20:43
Stskeeps-i-m under xfce wm20:43
*** L0cutus has quit IRC20:43
johnxyeah, but the layout is better if you're going to use matchbox anyways20:44
Stskeepstested matchbox + lxde yet?20:44
*** AD-N770 has joined #maemo20:44
johnxmomentarily20:44
*** Gnuton has quit IRC20:44
Stskeepsthen checked yourself into mental hospital for some weeks? :P20:44
johnxI'm just getting setup on a fresh install20:44
johnxaaaah, sad20:45
*** lopz has joined #maemo20:45
johnxI was wondering why you weren't using it :(20:45
johnxwhat's the problem?20:45
Stskeepshmm?20:45
johnxah, I thought you'd tested it and the "mental hospital" was where you went afterwards?20:46
Stskeepshehe, no20:46
lopzhola20:46
johnxhola lopz20:47
lopzheya johnx !!20:47
*** briatx has joined #maemo20:51
johnxff3 works disturbingly well in deblet...20:52
*** zap has joined #maemo20:52
Stskeepsjohnx: http://bsd.tspre.org/~stskeeps/nit-debian/lxde-matchbox-h-i-m.png20:53
johnxquite nice20:53
Stskeepschanged it in /etc/xdg/lxsession/config20:53
johnxI did too, but for some reason it didn't take20:54
johnxtrying again in a second...20:54
*** behdad has joined #maemo20:54
Stskeepsi'm not sure why, but it feels like the background desktop keeps on rebooting or something.. nfi why20:55
johnxI turned it off to save a little memory20:55
*** Grackle has quit IRC20:57
johnxhmm...it's kinda sad how much faster an OMAP2420 is vs a PXA27020:57
*** __t has quit IRC21:01
*** gomiam has joined #maemo21:02
*** dougt has quit IRC21:02
*** dougt has joined #maemo21:03
RST38hjohnx: At the same frequency?21:05
*** qwerty12 has quit IRC21:06
*** n800m has quit IRC21:07
*** hfwilke has quit IRC21:08
johnxRST38h, nah, the PXA270 is a little faster21:09
johnx416MHz21:09
johnxarmv5 vs armv621:09
johnxintel pulled the "P4 trick" when they designed the PXA series...lengthen the pipeline, then try to compensate with a higher frequency21:09
*** henrique has joined #maemo21:09
*** bergie has quit IRC21:09
RST38hah21:10
ToyKeeperStskeeps: Which onscreen keyboard program is in that screenshot?21:11
RST38hpoor Intel, that P4 fiasco just keeps on coming back21:11
ToyKeeperI've been looking for one which is more configurable than the default, so I can do a fitaly layout.21:11
johnxRST38h, well it should! That was such an indescribably stupid "strategy" on their part21:12
ToyKeeperI got the regular keyboard to do fitaly, but there seems to be no way to get rid of the huge space bar, so it's really squished.21:12
StskeepsToyKeeper: hildon input keyboard + example vkb21:13
Stskeepshildon input method, i mean21:13
Stskeepsjohnx: i've found why matchbox doesnt look fancy docking or whatever in non-matchbox: _NET_WM_WINDOW_TYPE_INPUT21:14
Stskeeps.. i think, or _TOOLBAR21:14
ToyKeeperI'm not sure how to use layouts such as this: http://www.xenf.net/n800stuff/keyboard.xml21:15
Stskeepsthat's for matchbox-keyboard21:15
tagarashiwhat kind of package management does maemo use? I'm looking through downloads and I see a lot of GPE applications. ipkg maybe?21:16
ToyKeeperAh, then if I can find that package, I should be able to make a decent fitaly layout.21:16
Stskeepstagarashi: apt21:17
tagarashiok, cool21:17
*** MishaS has joined #maemo21:18
*** dougt has quit IRC21:19
*** konttori_ has joined #maemo21:19
*** dougt has joined #maemo21:19
*** kabtoffe has joined #maemo21:20
johnxopenbox doesn't honor it? or matchbox keyboard doesn't set it?21:20
johnxhmm21:20
johnxToyKeeper, that's for matchbox-keyboard in debian, not hildon-input-method in Nokia's linux21:20
johnxtagarashi, dpkg21:20
johnxToyKeeper, errr...There might be a version of matchbox keyboard that works with OS2008...I really don't know21:20
ToyKeeperYeah, I'm looking now.  :)21:21
johnxStskeeps, matchbox wm doesn't cooperate with the lxde "task list" it seems21:21
ToyKeeper... pondering how much will break if I pull the package from debian directly.21:21
*** setanta has joined #maemo21:21
johnxToyKeeper, possibly a lot?21:21
johnxhang on a sec21:21
Stskeepsjohnx: i would really like not to have to depend on matchbox for proper input method atleast.. it kinda defeats the whole deblet is for the people who want to paint the bikeshed a different colour motto ;)21:22
*** _Tom has joined #maemo21:22
Stskeepsso i'm hacking on h-i-m a bit21:22
johnxStskeeps, yeah...I guess we keep investigating other WMs or start hacking into one of the input methods...21:23
johnxinput methods or wms...21:23
*** hfwilke has joined #maemo21:23
*** EspeonEefi has joined #maemo21:24
Stskeepsthink there's most hope in h-i-m really as there's already qt im plugins and such .. and i have an idea in store to make h-i-m work for any x app21:24
johnxI guess so, but matchbox keyboard works with unmodified X apps21:24
*** tobmaster has quit IRC21:24
*** hklein is now known as MrButtle21:25
johnxwell, you look at that, and I'll look at matchbox-keyboard and we'll see what happens :)21:25
*** MrButtle is now known as MrTuttle21:25
johnxhey ToyKeeper: http://maemocjk.garage.maemo.org/dists/diablo/user/binary-armel/ :D21:25
tagarashiwow usbcontrol i can add external hard drive?21:27
johnxas long as they're self powered or need less than 100mA21:28
*** Dasaev has joined #maemo21:28
*** rsalveti_ has joined #maemo21:29
t_s_oerr, is planet maemo breaking down?21:29
johnxdunno. my RSS reader is getting spammed with blank posts21:30
*** bergie has joined #maemo21:30
Stskeepsjohnx: yeah - it works but doesnt dock nicely as such21:33
*** rsalveti_ has quit IRC21:36
johnxStskeeps, in matchbox?21:36
*** lopz has quit IRC21:36
*** rsalveti_ has joined #maemo21:37
*** _Tom has quit IRC21:37
*** rsalveti has quit IRC21:39
tagarashijohnx, would you know what external drives work with usbcontrol? mA usage does not seem to be a regularly available spec.21:39
*** rsalveti_ is now known as rsalveti21:39
johnxtagarashi, usb sticks (ie, flash memory) generally work. hard drives that use an AC adapter are reported to work21:40
johnxhard drives (1.8" and 2.5") that don't use an AC adapter won't work unless you find a way to provide additional power21:40
tagarashiok so if its < 100mA it would power from the host?21:41
johnxyup21:42
johnxI have 2 usb sticks21:42
johnxone works the other doesn't21:42
tagarashithats  a bummer .. ok thanks21:42
johnxusually they work...the one that doesn't is kind of cheap and old and sketchy :)21:43
johnxit might even be lying about its power requirements21:43
MishaSJaffa, btw, fbreader is now in extras, you might consider re-evaluating it for diablo :)21:43
MishaS(chinook/diablo)21:44
*** _berto_ has quit IRC21:45
Stskeepsjohnx: no sorry, changed to openbox again to mess around a bit with h-i-m21:45
konttori_by the way, writing to usb sticks also usually draws more than reading, so even if you were able to read, writing might cause corruption of the usb stick21:45
johnxkonttori, I've had good luck with it so far21:46
*** Dasaev has quit IRC21:46
konttori_But, I suppose it's really easy to just attach some battery setup to provide power to the sticks/hard drive21:46
konttori_I wonder how easy it would be to draw that power from the n810 battery21:46
konttori_it provides close enough correct voltage21:46
johnxI was running a rootfs and swap on a usb stick on my zaurus for a long time21:46
konttori_nice21:46
*** n800m has joined #maemo21:46
johnx3.7v vs 5v?21:47
konttori_was the battery 3.7 v only?21:48
konttori_bummer21:48
konttori_anyway, might still be enough.21:48
konttori_I recon 4.5 v would be enough.21:49
*** efleury has quit IRC21:49
johnxaren't li-ion batteries between ~3.7 and ~4.2 depending on charge level?21:49
ToyKeeperjohnx: Thanks, it seems to work.  I'll let you know when I get a working fitaly layout.21:50
*** efleury has joined #maemo21:50
ToyKeeperIt looks like matchbox-keyboard doesn't handle sliding off keys, but I can't tell for sure yet.21:50
konttori_could be. I don't know much about the inner workings of batteries.21:51
*** lopz has joined #maemo21:51
*** gomiam has quit IRC21:53
konttori_Anyone here who is doing themes?21:57
konttori_I need someone to try out the latest version of theme maker that includes support for icons.21:58
*** _julian_ has joined #maemo21:58
johnxalright, I'll give it a quick shot21:58
*** Raytray has joined #maemo21:58
*** eton has quit IRC21:58
konttori_can you ping me at urho.konttori@gmail.com and I'll reply with theme maker attached.21:58
*** Anunakin has joined #maemo21:59
konttori_do you use linux? (just curious)21:59
johnxyup, ubuntu 8.0421:59
johnxI figured you need linux testers, right?21:59
konttori_Well, I don't test it myself on linux so, why not!22:00
konttori_(target audience for theme maker is osx and windows -> not coders, but artists)22:00
tagarashihow does the n810/n800 act when hooked via usb? networking or mass storage device? or could i choose between the two?22:00
tagarashivia usb to the pc22:00
johnxtagarashi, you can choose22:01
tagarashisweet22:01
johnxdefault is mass storage access to the SD cards22:01
tagarashiohg22:01
*** nn800n has joined #maemo22:01
*** n800m has quit IRC22:01
*** MangoFusion has quit IRC22:01
*** avs has quit IRC22:02
konttori_johnx: Thanks! I've sent the package along with few second instructions.22:03
johnxgot it22:05
johnxwill test then go to bed :)22:05
*** krutt has quit IRC22:06
melmothanybody know when is svn supposed to be back ?22:07
konttori_thanks johnx.22:07
*** andrewfblack has quit IRC22:07
konttori_oh, after you install (and set to use) a theme with new icons, some icons will only take effect after restart.22:07
*** simon_ has joined #maemo22:09
johnxmaybe I'm being dense but I don't see anything about icons...22:09
*** _julian has quit IRC22:11
*** qwerty12_N800 has joined #maemo22:12
konttori_at the bottom of the view22:15
konttori_under the optional font file22:15
johnxI really don't know how I missed that22:16
*** eichi has quit IRC22:16
konttori_:)22:16
*** dholbert has quit IRC22:17
johnxprogress seems to have stopped at 1%22:19
johnxI'll let it sit for a while22:19
*** lopz has quit IRC22:20
*** MishaS has quit IRC22:21
*** krau has quit IRC22:21
johnxah, note for linux: make sure to run it from the CLI in the cwd with java -jar foo.jar22:23
*** proto1 has quit IRC22:24
johnxException in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 022:25
johnxI'm off to bed for now...need sleep22:26
dystopiagood night johnx22:27
*** p| has joined #maemo22:27
*** bilboed has quit IRC22:28
*** Sargun has joined #maemo22:28
konttori_night johnx!22:30
konttori_http://konttoristhoughts.blogspot.com/2008/09/theme-maker-117-now-with-support-for.html22:30
*** hellwolf has joined #maemo22:32
konttori_thanks johnx. I figured that the icons template is mandatory.22:33
konttori_that's the reason it was stuck at 1%22:33
* konttori_ goes to bed as well22:34
*** konttori_ has quit IRC22:35
*** jpuderer has quit IRC22:37
*** dougt__ has joined #maemo22:39
* Stskeeps shakes his fist at private window manager window extensions22:39
*** dougt has quit IRC22:39
*** konttori_ has joined #maemo22:41
*** simon_ has quit IRC22:42
*** dholbert has joined #maemo22:44
*** hellwolf has quit IRC22:44
*** hellwolf has joined #maemo22:45
*** madhav has quit IRC22:45
*** mat has quit IRC22:46
*** mat has joined #maemo22:48
*** housetier has joined #maemo22:50
*** konttori_ has quit IRC22:50
*** lardman has joined #maemo22:51
lardmanevening all22:52
*** eichi has joined #maemo22:55
*** krau has joined #maemo22:56
RST38hevening lardman22:57
lardmanhi RST38h22:58
lardmanvery quiet here tonight23:01
*** ian_brasil has quit IRC23:03
Mekjott: do you know/remember how the issues with building cmake based stuff on the autobuilder was fixed? As now qt requires qemu cvs-m I'm hitting the same problems locally when building kde stuff...23:05
RST38hlardman: anything new with a2dp?23:06
lardmanRST38h: all finished as far as I'm concerned23:06
lardmanRST38h: except for the video issue, but I don't know what that is23:07
RST38hlardman: so the only stuff left is at nokia's end?23:07
lardmanRST38h: yeah, in terms of them supporting it out of the box?23:07
RST38hlardman: yes. should we start the bombardment?23:07
*** dougt__ has quit IRC23:07
lardmanRST38h: it will be troublesome probably because they use one of the dsp tasks as a mixer23:07
RST38hhow do they stream headset audio then?23:08
lardmanRST38h: no, I want to push for some new tasks which can be linked together - with a separate mixer task that can be used by either sbc or eap23:08
RST38hyes but this can't happen without nokia's participation right?23:08
lardmanRST38h: I don't know, not thought about it23:08
lardmanRST38h: not quickly without them, no, but still doable in the long term23:09
RST38hmy guess is that a2dp should happen in parallel with headset stuff, at the same level23:09
lardmanRST38h: I'm not even sure the mixer thing is the problem, that's my guess23:09
RST38hoh23:09
RST38hlardman: Why not open a bug for A2DP integration and ask dneary to find somebody responsible?23:10
lardmanRST38h: is there not one already, I think there is23:10
*** dougt has joined #maemo23:10
* RST38h vaguely remembers opening it, yes23:10
RST38hShould kick it around a little bit for all to see23:11
lardmancertainly23:11
lardmanwe may see something for the next device as I presume the code will need to be re-written entirely23:11
lardmanthe dsp code that is23:11
lardmanassuming we move to an omap 3xxx that is23:13
RST38hdoes OMAP3 use a different dsp?23:13
lardmanyeah23:13
lardmantms320c6xx23:13
RST38hprobably will, although I expect to see omap3 based S60 devices first23:13
lardmanas opposed to tms320c55x23:13
RST38hah...23:14
lardmananyone here familiar with libmad?23:14
RST38hyes what about it?23:14
lardmanjust trying to get it running on the dsp23:15
lardmanhttp://maemo.pastebin.com/m1a7c20c323:15
*** pleemans has quit IRC23:16
lardmanjust wondering if that indicates a fault, and if so where23:16
jottMek: hm that's bad... i guess we really should consider wrapper scripts for the tools on an sbox installation or evaluate the performance gain.. :(23:16
RST38hI would start by looking at the executable map23:16
RST38hdoes ti dsp compiler generate symbol maps?23:16
lardmannot sure23:16
lardmanwhat is one?23:17
RST38hcheck, see what is at address 0x0293d823:17
lardmanoh I see, where the failure was you mean23:17
RST38ha map will look like a list of labels with addresses23:17
lardmanyep, hang on let me browse the docs and see what I can find23:17
Mekjott: yeah, I guess somehow it should be possible to run a native cmake from an ARMEL target?23:17
RST38hbut if this message is printed by libmad, it should have "translation fault" string somewhere23:17
RST38hlook for this one too23:18
lardmanRST38h: no, that's a message from dsp_dld23:18
lardmanRST38h: to tell us that there was a fault in the task23:18
jottMek: uhm. that should also be possible. but i am not a real sbox expert.23:18
RST38hok, then map it is23:18
jottMek: another way would be to use a more recent qemu svn snapshot...23:18
jottMek: qemu is really unfortunate :(23:19
Mekjott: yeah, that might help too... are there instructions somewhere on how to get a newer svn snapshot?23:19
*** sp3000 has quit IRC23:19
*** sp3001 is now known as sp300023:19
lbtanyone played with tslib recently?23:20
jottMek: no. basically you need to apply some of the patches that are used in sbox.23:20
Meksounds like fun...23:20
jottlbt: me a bit :)23:20
lbtdid you get anywhere?23:20
lbtstatic linking23:20
lbt?23:20
*** ian_brasil has joined #maemo23:20
jottlbt: not entirely..23:21
jottwell actually it needs some debugging i thing..23:22
jottMek: http://outpo.st/qemu-arm-eabi-sb2 might give this one a try.23:22
jottMek: then there is also sbrsh...23:22
lbtI was thinking of just getting the modules and combining them into a maemo-tslib23:23
jottlbt: want may version to continue to work on?23:23
lardmanRST38h: nice idea, but the code is relocated23:23
jotti bascially removed the dlopen stuff and initialize the modules on demand..23:23
lbtgo on then...23:24
jottlbt: not sure if i just sucked at setting it up or if there is still some major bug in it..23:24
jottlbt: http://outpo.st/tslib-1.0-static.tar.gz23:25
Mekjott: that one doesn't work; apparently it isn't new enough for the vfp stuff the current qt stuff depends on23:25
jottMek: darn..23:25
lbtta23:25
jottMek: well maybe go for wrapper scripts for now then?23:25
*** Italodance has quit IRC23:25
jottMek: like  "SBOX_BLABLA=qemu-bla qmake $@"23:26
Mekyeah, I'll try that23:26
Anunakinjott, I think better not use patched tslib23:26
jottAnunakin: huh? why not?23:26
RST38hlardman: ouch23:26
lardmanRST38h: it may be possible to work out how, but not really necessary atm23:27
RST38hlardman: ok, plan b: put a lot of printfs into the code that is supposed to execute23:27
*** Dar has quit IRC23:27
lardmanRST38h: yeah, that's what I'm doing ;)23:27
RST38hlardman: hehe ;)23:27
Anunakinjott: remember, ... I told you about use keylauncher from OpenZaurus project... this emulate all mouse buttons... with stylus... and works for all applications23:27
*** dougt has quit IRC23:28
*** dougt has joined #maemo23:29
lbtjott: do you think tslib should/would work whilst maemo is running?23:29
lbtI can't see why not :   /dev/event/0 is only read23:30
jottlbt: i can "cat /dev/input/event3" so... yes i think it should work..23:30
*** eichi has quit IRC23:30
jottlbt: yeah permission too.. its "3" though..23:30
jottAnunakin: tbh. i can't remember.. sources?23:31
lbtthanks - just pseudo device...23:31
*** dholbert has quit IRC23:36
jottlbt: make sure to set TSLIB_TSDEVICE :)23:36
lardmanwhen a comparison is done in C between a variable and a static value, is the static value cast(ed) to the same type as the var?23:37
jottwould be great if you manage to run it .. probably something small and stupid :)23:37
lbtts_parse_vars.c:36: undefined reference to `bzero'23:37
jotthuh?23:37
lbtjust peering around...23:37
lbtit linked  to libts.a23:37
*** AD-N770 has quit IRC23:37
lbtbut then linking to my test applet (one of their tests IIRC) gave that...23:38
lbtd'oh it had a ts_config() call23:38
*** Grackle has joined #maemo23:38
*** jpuderer has joined #maemo23:43
RST38hlardman: no23:43
*** ariya has joined #maemo23:43
*** andrewfblack has joined #maemo23:43
lardmanRST38h: how is the comparison performed then?23:43
RST38hlardman: or, really, if it CAN be casted it will be, otherwise you are gonna get a warning or an error23:43
RST38hlardman: example:23:44
RST38h(unsigned long)L == 5  will work23:44
andrewfblackJust released a new Matrix Theme and Updated Windows XP theme with Custom Icons.  If anyone is interested.23:44
lardmanRST38h: my question really stems from the problem that pointers are 23bit on the DSP, and I'm wondering if a pointer can be correctly compared to -0123:44
RST38h(int)L == 5ULL will cause a warning23:44
*** ian_brasil has quit IRC23:44
RST38hlardman: compare it to NULL23:45
RST38hlardman: and you should be fine23:45
lardmanRST38h: hmm, NULL has the value 0, when malloc fails it appears to return -123:45
lardmanRST38h: in 23bit form of course23:45
RST38hlardman: that is a wrong malloc23:45
RST38h'cause good malloc returns null :)23:45
lardmanRST38h: most things are wrong on a DSP ;)23:45
RST38hok, do it this way:23:46
RST38h(unsigned int)PTR == 0xffffff23:46
lardmanif(pointer=0x7fffff) or whatever the correct value is?23:46
RST38hthe above comparison will work no matter what23:46
*** CptLaptop has quit IRC23:50
*** dougt has quit IRC23:51
*** dougt has joined #maemo23:52
*** MangoFusion has joined #maemo23:52
*** Grackle has quit IRC23:52
*** p| has quit IRC23:53
*** SDuensin has quit IRC23:54
* lardman is beginning to wonder whether he can work out the relocation easily23:54
lardmanhad enough of all these dbg() [printf()]23:55
lardmanwow, nearly worked23:55
RST38hI would go with printfs23:56
RST38hyou already put some, just put some more23:56
lcukahhh printfs, like toilet roll after a curry, you can never have enough23:57
*** tjafk1 has joined #maemo23:57
aquatixlol23:57
* qwerty12_N800 hates curry to the dismay of my relatives23:59

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