IRC log of #maemo for Monday, 2009-03-16

lcukoooer i think something broked clutter since i was last playing00:02
*** qwerty12_N800 has quit IRC00:04
lbtStskeeps: pngs ?00:05
Stskeepslbt: ah, just wondering where wazd disappeared off to and 0.10 won't have shiny artwork until we push out a theme update00:05
lbtI can do technical things to pngs with Gimp - but not artistic things :)00:06
Stskeepshehe00:06
*** qwerty12_N800 has joined #maemo00:06
Stskeepsi think i'll be fine, the release tomorrow will teach me the lesson we need to plan better and have a testing week :)00:06
lbtwasn't sure if you needed some images chopping up and making transparent - that kind of help :)00:06
lbtgood idea that ;)00:07
*** StsN800 has quit IRC00:08
*** bilboed has quit IRC00:09
Stskeepsright, and obviously the 0.10 test image i just made fails to boot00:09
Stskeepsthat's just lovely.00:09
*** myosound has quit IRC00:11
*** glima is now known as glima[AWAY]00:12
*** trofi has quit IRC00:18
*** geaaru has quit IRC00:18
*** jaem has quit IRC00:18
*** rmt_ has quit IRC00:19
lcukive got a bit of a problem with vnc.    ive got the server running on my laptop,  ive got the client running on my tablet. i can see the screen.  if i open a console directly on the laptop itself and run an app it opens a clutter window and runs.  if i do this from the other putty console ive got open from my desktop to laptop i cannot see it and the app segfaults00:25
lcuki have already tried: export DISPLAY=:0.000:25
lcukwhich used to work for a similar issue00:25
lcukany ideas?00:25
Proteouswhat's a clutter window00:26
*** frade has quit IRC00:26
lcukclutter is the opengl based UI framework for maemo500:26
Proteousah00:26
lcuki can see the hand spinning round now over the vnc connection00:27
*** benh has joined #maemo00:27
lcukbut i started the app from within the laptop itself00:27
lcuki want to use the other normal ssh console window to run and read output from00:27
qwerty12_N800this ssh session is under the user you want to run the app as? ssh x forwarding disabled?00:29
lcukmmm not sure00:30
lcukill restart the sessions and confirm which is which00:30
*** b-man has quit IRC00:32
*** b-man16 has joined #maemo00:32
Proteousmaybe try setting "let remote server deal with mouse cursor"00:33
*** sanchiii has joined #maemo00:35
*** igagis1 has quit IRC00:37
lcukhurrah!!! thank you once again southern linux guru00:38
lcukProteous, it was the users and permissions and stuff00:38
Proteouscool00:38
lcuknow i can run clutter apps (slowly) but get them on my tablet in front of me :)00:38
qwerty12_N800hehe :)00:38
mavhcdo remote x apps cope with the network connection dying yet?00:42
*** brut- has quit IRC00:42
*** x29a has joined #maemo00:44
sanchiiihi guys and gals, is there anyone who can explain me some thing about packaging a python lib?00:45
*** goshawk has joined #maemo00:46
sanchiiiI would like to package python libraries with py2deb, optimally using bdist_maemo, but it looks like I need to specify data_files and other files, but I would like it to grab a set as bdist_dumb does...00:47
*** hellwolf-n810 has joined #maemo00:48
*** bbns has joined #maemo00:55
lcuksanchiii, not sure, normal developers have to (on the whole) manually setup their packages, the py2deb one is a simplified process.  perhaps you could find out how to extend it by looking at the python code itself00:55
*** filip42 has quit IRC00:56
lcukperhaps you could extend it to add the wildcard support or something?00:56
sanchiiihm... I guess it should somehow work (bdist_dumb works as well) with the standard way. Just that bdist_maemo doesn't do anything here00:58
sanchiiiI guess that usually it should work with "packages=find_packages(exclude=['ez_setup'])," - that finds all packages that are in the directory00:59
sanchiiior is the way to build it using bdist_dumb and then with py2deb only copy all files into the dest dir?01:02
lcukive never used either and im not a python dev and ive worked on exactly 1 package in my life :)01:02
* lcuk isnt the best person to ask :P01:03
*** _gaffeln has joined #maemo01:03
*** rzr has quit IRC01:03
*** greentux has quit IRC01:04
sanchiii:) thanks anyway (waiting for more online python devs...)01:04
*** zap has quit IRC01:05
*** freelikegnu is now known as _freelikegnu01:06
bbnshi is there anyone developing maemo 5 on device here?01:06
* fireun is developing maemo .1701:07
GeneralAntillesbbns, plenty of people, but they're all under NDA. :)01:07
lcukbbns, on which device01:07
bbnswell, i am thinking of BeagleBoard.01:07
bbnsbecause i want to test the real power of potential device, for instance, OpenGL ES01:08
lcukbbns, how fast does you scratchbox run01:08
bbnsi only have a vmware one.01:08
*** bergie has quit IRC01:08
bbnswhich is pretty slow (from my point of view).01:08
lcuksee here: http://www.internettablettalk.com/forums/showthread.php?p=27181201:09
bbnsthanks a bunch!01:10
lcuki asked basically the same question and got a decent preview from someone whos running it still inside scratchbox but with a more realistic looking and feeling speed01:10
*** alterego has quit IRC01:10
lcukwhen running it myself i was getting 5 seconds a frame!!!01:10
lcuki couldnt tell anything01:10
*** flavioribeiro_ has joined #maemo01:11
bbnshmm so that's on scratchbox + xephyr on X86 target?01:11
lcukyes01:11
lcukbbns, since we dont know the actual specific hard figures for performance (it appears to still be being pored over if you follow #beagle) the best advice if you want to develop new clutter/opengl applications is keep it minimal.  the simpler the better - use opengl to enchance what you do, dont depend on 10000000000000 polys per mesh01:12
*** flavioribeiro_ is now known as flavior01:12
*** flavior is now known as flavioribeiro01:13
bbnsi see. yep i have tried that. but i would like to see how it runs on ARM because scratchbox doesn't give me enough confident. :-/01:13
lcukbbns, thats all we have.  and what i see now gives me confidence :)01:13
lcuki was like you until i had seen the video01:13
bbns:-P okay! it looks like it's the only way to go.01:14
lcukyeah :)01:14
lcuknow ive got clutter itself running natively on my x86 laptop.  and im using VNC to get it through to my tablet01:14
lcukso i get fast clutter performance and as close to a real experience as i can01:14
bbnsso VNC on Tablet and outsource to the laptop?01:14
lcukyes01:15
lcukyou can touch your apps as you build them01:15
bbnsah ... i see. on N8x0?01:15
sanchiiiAbout package categories for extras-devel for diablo: Do libraries go into programming?01:15
lcukyou can do the same from your scratchbox as well, but it sounds like you have enough complications there01:15
lcukyes01:15
bbnsthanks a bunch. i was going to port my iphone 3D engine to maemo.01:16
lcukgreat :)01:16
bbnsand getting hesitated which is the best way.01:16
lcukwell i dont know the best way either lol01:16
bbnslol. ok01:16
lcukheres my work that i want to see in ogl: http://www.youtube.com/watch?v=iMXp0Dg_UaY01:17
bbnshow's the Qt port on maemo 5? is it stable enough?01:17
lcuktheres a few other vids as well01:17
lcukqt on the n810 is coming along nicely, i cant see it being worse on maemo 501:17
lcukwe have a couple of apps now and still obvious bugs to iron out01:17
bbnswow really smooth. is that the same tablet i have here? :-p01:18
lcukyeah, you can install a slightly older version (same speed just no zooming) its called liqbase :)01:18
bbnsmy tablet will stuck even zoom in and zoom out.01:18
bbnsi see. gotta take a memo.01:19
sanchiiilcuk, are you using qt default (maemo) theme on tablet? I found it almost impossible to use because of all the missing GUI lines, so I had to use style window01:19
lcuksanchiii, don't ask me, im not a qt developer - poke lbt :)01:19
lcukbut style window sounds right because he mentioned css a few times01:19
* lbt pokes sanchiii pre-emptively01:20
* bbns wonders if anyone familiar with QGL01:20
lcukjesus h i just nearly set light to my head and hand and keyboard and worst of all, my tablet01:20
bbnsis QGL a wrap up between OpenGL / OpenGL ES?01:21
* bbns is confused while diving his nose on the API manual.01:21
lbtlcuk I once did that. Filled up a lighter on top of a big fridge. Gas went all over the place.          .............. Then I tested the lighter.....01:22
lcukthis is a petrol zippo, first time ive filled it up in a couple of weeks01:22
*** eichi has quit IRC01:23
lbtluckily I don't smoke. I just wanted to make a WD-40 flamethrower....01:23
*** ttmrichter has joined #maemo01:24
lcukheh01:24
lbtsanchiii: I don't know why it does it01:24
lbtit could be expecting a default style01:24
lcuksanchiii, file a bug on the qt4 garage page01:24
sanchiiiI  think the default style is that one, with few lines,01:24
*** VDVsx has quit IRC01:25
*** Shadow__X has quit IRC01:27
b-man16lbt: i've allrety done that XD01:29
lbt?01:30
lbtb-man16: ?01:31
b-man16i've made a flamethrower with starter fluid - kinda crazy01:33
b-man16that was tha last time i did that ><01:34
b-man16*the01:34
*** r0dent has joined #maemo01:34
*** r0dent is now known as Mousey01:35
*** b-man16 is now known as IceFox_01:37
*** goshawk has quit IRC01:38
lbtah :)01:39
lbtit was rather impressive.01:39
fireunt-4 minutes01:40
*** radic has quit IRC01:40
*** radic has joined #maemo01:41
*** kaie has joined #maemo01:44
*** florian has quit IRC01:45
kaieI've made progress on my attempt to build an updated pidgin package (first time I try to build for maemo). "make" succeeded.01:46
kaiethe "dpkg-buildpackage -rfakeroot" now fails with dh_installdirs: dpkg-architecture failed  - see http://maemo.pastey.net/11026501:46
*** Shadow__X has joined #maemo01:47
till__you did that inside scratchbox?01:48
*** TimRiker has joined #maemo01:49
*** guardian has joined #maemo01:50
till__i'm trying to build libpurple 2.5.5 myself01:50
kaietill__, yes, inside scratchbox01:53
kaiemy host is fedora 10, i386, outside the scratchbox I don't have debian build stuff01:53
till__if you may send me your sourcecode i can try to compile it in my environment01:53
sanchiiiwhere do i find the "public SSH keys" section in garage account maintenance page?01:54
kaietill__, are you trying to build pidgin, too? yes, I can upload my merged pidgin-2.5.5 tarball attempt01:54
till__would be great01:54
till__you have done all the hildon-stuff yet?01:55
*** guardian has quit IRC01:56
*** robink has joined #maemo01:59
kaietill__, http://kuix.de/misc/maemo/pidgin/255/pidgin_2.5.5_kaie_test3.tar.gz02:01
kaietill__, which hildon-stuff ?02:01
till__don't you have to replace gtk with hildon in order to get pidgin running on maemo?02:01
*** birunko has quit IRC02:01
kaieI followed http://tablets-dev.nokia.com/diablo/INSTALL.txt02:01
kaieI did some merging based on original 2.5.1, 2.5.5 and maemo 2.5.1 source archives02:02
kaiedidn't try to understand the code02:02
till__yeah i read your bug report :)02:03
till__as far as i know you don't have gtk on the tablet02:03
lcuknot entirely replace02:05
lcukgtk exists and native gtk apps run and work02:05
lcukhildonization is just altering a few bits of that to be specifically tabletified02:05
kaietill__, I used the maemo 2.5.1 source archive as a base. I produced a patch that has the differences from upstream 2.5.1 to upstream 2.5.5. I applied that to the working 2.5.1 snapshot. In addition I had to copy over some new images02:05
till__okay02:06
*** rsalveti has joined #maemo02:06
till__so hildon has the same commands as gtk02:06
kaiethere were some new #ifdef in the patch which did not apply cleanly. they disables a few functions calls based on some gtk version number02:06
*** L0cutus has quit IRC02:07
till__i will try to build it, just have to test something with libpurple before :)02:07
kaieI did not add those #ifdef s when merging02:07
*** acydlord has joined #maemo02:07
kaietill__, maybe you can simply extract that tarball, run the build command, and see if it succeeds on your system, or produces the same error02:08
lcuktill__, are you the owner of this bug report: https://bugs.maemo.org/show_bug.cgi?id=418302:08
till__nope i'm not registered on maemo yet02:09
*** vivijim has quit IRC02:09
*** lbt has quit IRC02:10
*** IceFox_ is now known as Ice_Fox02:11
*** jacques has joined #maemo02:13
*** fab has quit IRC02:20
*** pdz- has joined #maemo02:23
RST38hkaie:there is one detail about pidgin02:24
*** robink has quit IRC02:24
RST38hkaie: normally, pidgin depends on a 20MB .deb with icons, sounds, and other data02:24
RST38hkaie: this dependency has to be removed because otherwise you waste a lot of precious / space02:25
till__replacing just lipurple did NOT work02:25
till__:/02:26
RST38h"Due to the nature of SCP-620's properties, subject is not permitted to be within 500m (1,640 ft) of any polyhedral die."02:26
*** aloisiojr has quit IRC02:27
*** robink has joined #maemo02:28
*** pdz has quit IRC02:36
*** sanchiii has quit IRC02:36
*** johnx has quit IRC02:37
*** TheFatal has joined #maemo02:42
*** Ice_Fox is now known as ForeFox1602:45
*** ForeFox16 is now known as FireFox1602:45
*** housetier has quit IRC02:45
*** johnx has joined #maemo02:49
FireFox16wb johnx  :)02:50
*** FireFox16 is now known as b-man02:50
*** Ciroip has joined #maemo02:54
*** kcome has joined #maemo03:03
till__kaie i had no luck until now03:09
kaietill__, what happens when you try to build?03:09
till__a lot of dependencies03:09
till__tried to tweak the build process03:09
*** sanchiii has joined #maemo03:16
*** TheFatal has quit IRC03:18
*** zakkm has joined #maemo03:18
*** TheFatal has joined #maemo03:19
*** fie has joined #maemo03:20
*** pvanhoof has quit IRC03:24
*** rm_you has joined #maemo03:25
*** b-man has quit IRC03:29
*** rm_you has quit IRC03:29
*** b-man16 has joined #maemo03:29
*** fnordianslippers has quit IRC03:29
*** glima[AWAY] is now known as glima03:31
*** sanchiii has quit IRC03:35
*** mgwpub has quit IRC03:39
*** flavioribeiro has quit IRC03:40
*** glima is now known as glima[AWAY]03:43
*** glima[AWAY] is now known as glima03:45
*** Mousey has quit IRC03:51
*** tulkastaldo has quit IRC03:52
*** pdz has joined #maemo03:57
*** kaie has quit IRC03:58
*** t-nor has quit IRC04:02
*** pdz- has quit IRC04:04
*** radic_ has joined #maemo04:13
*** Mousey has joined #maemo04:16
*** rsalveti has quit IRC04:17
*** glima is now known as glima[AWAY]04:19
*** glima[AWAY] is now known as glima04:20
*** Pyrhos has quit IRC04:22
*** radic has quit IRC04:30
*** X-Fade has quit IRC04:36
*** b-man16 is now known as b-man04:36
*** qwerty12_N800 has quit IRC04:48
*** qwerty12_N800 has joined #maemo04:48
*** Firebird has quit IRC04:48
*** glima is now known as glima[AWAY]04:55
*** Vulcanis has quit IRC04:58
*** b-man has quit IRC05:04
*** pcfe` has joined #maemo05:12
*** jpuderer has quit IRC05:13
*** X-Fade has joined #maemo05:16
*** b-man has joined #maemo05:17
*** milos_ has quit IRC05:18
*** b-man is now known as Brian-05:18
*** pcfe has quit IRC05:20
*** ipndrmath has joined #maemo05:22
*** herz1 has joined #maemo05:24
*** herzi has quit IRC05:26
ipndrmathQuestion: I have a N810 with the newest OS/update. I've been trying to use the chat application to send text messages. This is my second N810 (manufacturing defect on the first) and it worked on the original. Now when I try to send an IM\Chat I get the message "No permission for this operation" and the messages don't send. Any ideas?05:28
ipndrmathoops, should be IM\Text05:28
*** Brian- is now known as Brian_M05:28
*** pcfe` is now known as pcfe05:30
*** rm_you has joined #maemo05:37
*** hannesw has quit IRC05:38
*** sanchiii has joined #maemo05:45
*** Brian_M is now known as b-man05:45
*** b-man has quit IRC05:53
*** sjagan has quit IRC06:02
*** hotaru2k3 has joined #maemo06:05
*** sanchiii has quit IRC06:05
*** christefano has joined #maemo06:09
*** philipl has joined #maemo06:14
*** z4chh has quit IRC06:30
*** hmmb has quit IRC06:36
*** philipl has quit IRC06:40
*** Interocitor has joined #maemo06:42
*** philipl has joined #maemo06:42
*** brolin has joined #maemo06:43
*** philipl has quit IRC06:46
*** philipl has joined #maemo06:47
*** jacques has quit IRC06:54
*** bbns has quit IRC07:01
*** thekondor has joined #maemo07:05
timelE61iipndrmath?07:16
*** Interocitor has quit IRC07:17
*** zakkm has quit IRC07:19
*** TimRiker has quit IRC07:19
*** ipndrmath has quit IRC07:23
*** TheJere_ has joined #maemo07:24
*** TheJere has quit IRC07:24
*** Shadow__X has quit IRC07:27
*** Shadow__X has joined #maemo07:28
*** drjnut has quit IRC07:34
*** drjnut has joined #maemo07:34
*** qgil has joined #maemo07:36
*** rzr has joined #maemo07:37
*** pundiramit has joined #maemo07:38
*** kcome_ has joined #maemo07:43
*** sjagan has joined #maemo07:44
*** Shadow__X has quit IRC07:45
*** Shadow__X has joined #maemo07:46
*** hhahlo has joined #maemo07:56
*** kcome has quit IRC08:00
*** fireun has quit IRC08:00
*** Meiz_n810 has quit IRC08:03
*** qwerty12_N800 has quit IRC08:03
*** qwerty12_N800 has joined #maemo08:04
*** RaymondL has quit IRC08:04
*** brolin has quit IRC08:18
*** benh has quit IRC08:23
*** philipl has quit IRC08:28
*** philipl has joined #maemo08:31
*** gopi has joined #maemo08:32
*** geaaru has joined #maemo08:38
*** philipl has quit IRC08:39
*** philipl has joined #maemo08:40
*** RaymondL has joined #maemo08:41
*** gopi has quit IRC08:44
*** benh has joined #maemo08:48
*** pundiramit has quit IRC08:48
*** Mousey has quit IRC08:51
*** t_s_o has joined #maemo08:55
*** juergbi has joined #maemo08:58
*** calvaris has joined #maemo09:01
*** Mousey has joined #maemo09:06
*** gomiam has joined #maemo09:27
*** christefano has quit IRC09:28
*** tang_ has joined #maemo09:29
*** tang_ is now known as yan09:32
yananybody kindly tells me whereis microb-engine buglist?09:33
yanI saw bug info in microb-engine chagelog like :this NB#100612 Browser crash while surfing the web09:34
yanbut i dont know where bugs are reported09:35
yansomebody knows the answer,please hlep09:36
hhahloto me disabling flash components helped browsing a bit09:40
*** Wikier has joined #maemo09:40
ShadowJKprobably this: https://bugs.maemo.org/buglist.cgi?quicksearch=microb09:40
*** zommi has joined #maemo09:41
*** _BuBU has joined #Maemo09:41
*** simon_ has joined #maemo09:42
*** booiiing has quit IRC09:42
*** Mousey has quit IRC09:42
*** eichi has joined #maemo09:48
yanShadowJK:no,not there. max bugid there is 399609:49
ShadowJKOh... I heard Nokia has their own internal bugtracker09:50
*** guardian has joined #maemo09:51
*** booiiing has joined #maemo09:52
yaninternal?close to non nokia developer,it's so bad09:52
*** L0cutus has joined #maemo09:54
*** bergie has joined #maemo09:54
Myrttiyan: you're free to use the maemo one to file your own09:55
Myrttithe internal is probably for those who have been found in pre-release stage or similar09:56
Myrttis/who/which/09:56
infobotMyrtti meant: the internal is probably for those which have been found in pre-release stage or similar09:56
Myrttiwhee, a bot that's actually useful09:56
yanok,thanks all .i get it09:57
*** filip42 has joined #maemo09:59
L0cutusre10:00
*** rsalveti has joined #maemo10:01
*** mgedmin has joined #maemo10:01
*** Mousey has joined #maemo10:01
*** qwerty12_N800 has quit IRC10:02
*** Mousey has quit IRC10:06
*** t][s][o has joined #maemo10:10
*** t_s_o has quit IRC10:12
*** t][s][o is now known as t_s_o10:17
*** jumpula has joined #maemo10:17
*** sisto has joined #maemo10:17
*** hotaru2k3 has quit IRC10:18
*** sergio_ has joined #maemo10:18
*** Jari-- has joined #maemo10:19
*** yan has quit IRC10:19
*** dneary has joined #maemo10:20
*** eocanha has joined #maemo10:20
*** pundiramit has joined #maemo10:23
*** tang_ has joined #maemo10:24
aquatixgood moaning10:25
Stskeepsmorning aquatix10:25
*** dneary has quit IRC10:26
*** herzi has joined #maemo10:27
*** frade has joined #maemo10:27
ShadowJKyan: maybe the "alias int-XXXXX" on bugs.maemo refers to the internal numbers10:27
*** hannesw has joined #maemo10:28
*** hannesw has quit IRC10:29
*** hannesw has joined #maemo10:29
*** alterego has joined #maemo10:31
*** wnd^ has joined #maemo10:31
* Stskeeps sighs10:32
* Myrtti pats Stskeeps 10:32
Myrttiit'll be all right.10:32
MyrttiI promise.10:32
MyrttiHere, have some cake.10:32
Stskeepshehe, yeah, probably :) just bugged at my release image of mer 0.10 refusing to boot10:32
*** wnd has quit IRC10:33
Myrttidon't worry dear.10:34
MyrttiI broke the script I've been doing totally on Saturday10:34
Myrttinow it doesn't do any of the things it did last week10:35
*** ceyusa has joined #maemo10:39
*** herz1 has quit IRC10:42
*** bilboed has joined #maemo10:44
aquatixMyrtti: ah, gotta love when that happens10:44
*** pvanhoof has joined #maemo10:47
MyrttiI think this apparatus here is called "a vacuum cleaner"10:47
MyrttiI wonder if I can still operate it10:48
Stskeepsi was astonished to find my dorm apartment came with vacuum cleaner, heh10:48
MyrttiI *hate* vacuuming10:48
Stskeepsget a roomba? :P10:48
JaffaMorning, all10:48
*** eichi has quit IRC10:49
Myrttiif I could be arsed to sweep the floors every week, I wouldn't need a vacuum cleaner10:49
MyrttiStskeeps: my plan is to get a man who doesn't mind doing the vacuuming10:49
*** wnd^ has quit IRC10:49
tank-manget a robot to vacuum10:49
*** fab has joined #maemo10:49
Myrttithen I can just smack his bum and say "slave, vacuum". At this time it looks like he's intrested in home automation, so it just might be that he'll configure the system to use a $ROBOT10:50
Stskeepsi wonder if i can convince my gf to a roomba10:50
Myrttijust as long as I don't have to strain myself with the whole idea of vacuuming10:50
Stskeepsso far she's up for the pervasive computing-utilizing apartment10:50
Myrttivacuuming itself isn't that bad, it's just utterly frustrating in a 34m² apartment with a lowsy non-industry grade apartment10:51
Myrttia) the apartment is too small to actually need vacuuming b) vacuuming with a bad vacuum cleaner is bad10:52
*** ssvb has quit IRC11:00
*** RaymondL has quit IRC11:02
*** fnordianslippers has joined #maemo11:02
*** goshawk has joined #maemo11:05
*** parazitus has joined #maemo11:05
timelE61iYan: you really don't want to see the internal bug tracker11:09
timelE61iI'm in a meeting w/ perhaps two dozen people where qa is describing how bad it is11:09
*** ethy__ has joined #maemo11:09
ethy__hi11:09
timelE61ieHlo11:09
*** JamieBennett-awa is now known as JamieBennett11:09
*** tbf has joined #maemo11:10
andre__heh11:10
timelE61iaNdre: really11:10
*** rsalveti has quit IRC11:10
ShadowJKThe contents or the tracker? :-)11:11
andre__both can be fun, i can assure :-P11:11
timelE61iyan: if you file a bug in bugs.maemo, andre can share it w/ the internal one for you11:12
andre__yupp11:12
timelE61iShadow: we've totally botched the organization and behaviors11:12
*** pundiramit has quit IRC11:12
timelE61inot to mention "a bug's life"11:12
Stskeeps someone really needs to come up with a self-aware bug tracking system11:13
timelE61i"you're stupid, your bug is stupid. INVALID"11:13
Stskeepsthen again11:14
*** danielwilms has joined #maemo11:14
Stskeepsbeing bugtracker for any given project will lead the bugtracker AI to develop into skynet, bent on getting rid of humanity..11:14
ShadowJKMy favourite bug had changed since I last looked at it a few months ago, now there was a comment that you are busy running in circles :)11:14
timelE61iWe are!11:14
timelE61iBig circles!11:15
Stskeepsah, accelerometer tests ;)11:15
* timelE61i rotffl11:15
ShadowJK:)11:15
ShadowJKmmm, what kind of accuracy and/or resolution do those things have anyway11:19
*** wnd has joined #maemo11:19
timelE61ino clue11:20
timelE61iWe don't use them :)11:20
StskeepsShadowJK: if it's the typical nokia ones, they're not bad11:20
*** murrayc has joined #maemo11:20
Stskeepsafaik11:20
derfAs long as you're moving.11:21
*** ljp has joined #maemo11:21
* Stskeeps notes his beagle has fried his SD card.11:21
timelE61iBugs.maemo claims i've filed >150 bugs11:21
* timelE61i works for nokia11:22
*** florian_kc has joined #maemo11:23
ShadowJKI'd want to try augment GPS data with it to make an analog-looking speedometer.. use acceleration data in between the gps updates11:24
*** User562 has joined #maemo11:24
*** User562 is now known as thopiekar11:25
derfWell, GPS isn't terribly accurate when you aren't moving, either.11:26
derfThough at least its error is bounded.11:26
timelE61ia quick query shows i've filed 3x as many bugs externally as internally...11:26
derfBut yeah, slap a Kalman filter on them and you'd do alright.11:27
timelE61isomething's wrong w/ that query, but...11:27
*** florian_kc is now known as florian11:29
floriangood morning11:30
*** hellwolf-n810 has quit IRC11:30
*** zap has joined #maemo11:30
*** calvaris has quit IRC11:30
*** Dar has joined #maemo11:30
*** wnd^ has joined #maemo11:32
*** wnd has quit IRC11:32
*** calvaris has joined #maemo11:33
thopiekarmorning11:33
thopiekarwhere is our debmaster?11:33
thopiekarthere is a package (graphviz) on extras-devel which conflicts with libtool11:34
*** rmt_ has joined #maemo11:34
Stskeepsheh, just as long as you don't upload a libtool package11:34
Stskeepsthat'd break quite a bit of things :)11:34
*** netvandal has joined #maemo11:35
*** tang_ has quit IRC11:36
*** fnordianslippers has quit IRC11:37
* Myrtti huggles her new Pocket Reference11:37
timelE61iwhat does it reference?11:37
Myrttised/awk ♥11:37
Myrtti*snif*11:37
*** greentux has joined #maemo11:38
*** bilboed has quit IRC11:42
*** tobmaster has joined #maemo11:43
*** bergie has quit IRC11:44
Stskeepshm, iTT is hosed11:45
*** tobmaster has quit IRC11:45
*** tobmaster has joined #maemo11:46
ElPolloAnyone using the latest mCalendar?11:48
lcukclutter question: if the entire scene has to be constructed before starting, what happens with infinite scrolling - when i move an object out of the screen and expose new areas i want to (as i do in liqbase) just extend and create new elements, am i reading the docs wrong or is this impossible11:49
*** wnd^ has quit IRC11:50
*** mgedmin has quit IRC11:55
*** bilboed-pi has joined #maemo11:56
*** _BuBU has quit IRC11:57
*** mgedmin has joined #maemo11:58
lcukStskeeps, where are we gonna discuss our internet tables and chairs :'(12:00
*** _BuBU has joined #Maemo12:01
zaplcuk: the objects that are clipped entirely out of the scrolling area are discarded; objects partially out of display area are clipped12:01
zapah, you're talking about Clutter12:02
*** rzr_ has joined #maemo12:02
lcukzap - but i can currently scroll a calendar view +=however far i want  - as required it creates new week "actors" and fills them from the database, you are not telling me i need to preload the entire calendar before coming on screen are you?12:03
*** AD-N770 has joined #maemo12:03
zapwell, I'm not common with clutter... sorry for noise :)12:03
lcuk-database +datasource12:03
* zap reads clutter docs12:03
*** jaem has joined #maemo12:03
lcukheh zap, thats the stage im at, but i cant find anything that dynamically adds - it so far expects everything to exist - theres even warnings about it12:04
zapisn't ClutterChildMeta designed for tracking unloaded actors?12:05
lcukits a gl "scene" and im assuming will be like a game level, where the whole block of level exists12:05
lcukzap, its not unloading, its adding new ones12:05
*** herzi has quit IRC12:05
lcuksometimes i can preprepare everything i have to do, but sometimes its impossible due to constraints12:06
*** Dar has quit IRC12:06
zapby the way, what platform you're developing for with clutter?12:06
lcukmurrayc, could you possibly clarify my issue when you have 5 minutes please :)12:06
*** Dar has joined #maemo12:06
qgilStskeeps: the funny thing is that it got hosed while I was writing a long reply - lucky me the browser kept it when getting back from the 500 error12:08
*** calvaris has quit IRC12:08
lcukzap - maemo 5 of course.  im just reevaluating the thinking i started over christmas, i've found out the later version was released which has support for line drawing (albeit pango or tango or whatever the gobject stuff is) so i should be able to get sketches in, but the preloading everything before starting is worrying me12:08
*** calvaris has joined #maemo12:08
zapcool... do you have a dev board?12:08
lcuklol qgil, you overloaded the server :P12:08
lcukno zap12:09
Stskeepsqgil: yeah, nothing angers me more than when i lose a big chunk of text in a form and then it refuses to submit12:09
Stskeepslcuk: you should really get a beagleboard..12:09
lcukclutter is compilable directly on ubuntu and its in the alpha devkit12:09
zapis clutter designed only for 2D scenes?12:09
lcukbut a beagle has no touchscreen12:09
Stskeepstrue, and i don't suppose you have a hdmi + usb touchscreen12:09
lcukessentially zap yeah12:09
lcuk++cost12:09
*** ethy__ has left #maemo12:09
lcukim hopeful one will drop out of the sky soon though :)12:10
lcukzap, i should be able to do all the things liqbase did but also add rotation (for what its worth i do quite well without it :D)12:10
*** herzi has joined #maemo12:10
lcukso im hoping to write my stuff and on m5 at least use clutter to do my rendering12:11
zapwhoa, even shader support12:11
lcukyeah theres nice stuff, but i need to solve whether i can dynamically add new elements :)12:11
*** jaem_ has joined #maemo12:12
*** jaem has quit IRC12:12
jaem_there we go...12:12
lcukanyway, dayjob calls12:12
* jaem_ forgot to stop his Quassel Core Server12:12
*** jaem_ is now known as jaem12:12
*** sisto has quit IRC12:13
jaemregarding the Council elections, what are we actually for people for?12:13
jaemis it just general council membership, or positions?12:14
Stskeepsgeneral council membership12:14
jaemokay - I missed the referendum, so I'm making sure I vote in this12:14
* Stskeeps voted accordingly with his belief in those people pushing the maemo platform and encouraging the activation of the community beyond whining12:16
Stskeeps:P12:16
jaemindeed12:16
lcukjaem, theres a problem, one of the questions on the referendum was "should we let jaem vote?"12:16
jaemlcuk: I'm sure there was ;)12:16
lcuk:D12:16
jaemby the way... /me is annoyed.  I/he was going to switch nicks to Ffejery, to go with the Blag, but someone on Freenode got it before me :(12:17
jaemalso, one of my friends pointed out that Ffejery is an extremely awkward word in print12:17
jaem"To confirm this vote, please continue to the next step. To modify your choice, hit the "Back" button in your browser."12:19
jaemfinally, a web app that doesn't break when you hit the Back button!12:19
jaemis it really that hard?12:19
*** netvandal has quit IRC12:20
jaemdid you folks hear about the new "Star Wars"/SDI Program?12:21
Stskeepsnew? isn't it just the same old?12:21
Stskeeps:P12:21
jaemno12:21
jaemthis time, it's designed to shoot down mosquitos12:21
Stskeepshah12:22
Stskeepsand it still can't hit?12:22
Stskeeps:P12:22
* Pavlov puts on his tin foil hat12:22
jaemand the lead scientist worked with Edward Teller12:22
jaemPavlov: that will only reflect the laser12:22
ShadowJKand this isn't the laser-based CIWS thing?12:22
jaemapparently it's able to distinguish male from female mosquitos12:22
*** oilinki has joined #maemo12:23
jaemalthough, as they pointed out, they'll probably just kill them all12:23
jaemCIWS?12:23
ShadowJKclose in weapons system12:23
jaemthe article: http://online.wsj.com/article/SB123680870885500701.html12:23
*** wnd has joined #maemo12:23
ShadowJKlike to shoot down incoming artillery and mortar shells12:23
jaemthey're using mostly non-lethal targeting lasers now, with computer-enabled explosion sound effects12:23
*** greentux_ has joined #maemo12:23
jaembut they have demo videos of mosquitos bursting into flame in midair12:23
Stskeepsjaem: best statement ever..12:24
jaemit all sounds absurd, but I myself had that idea several years back, as did a friend12:24
jaemStskeeps: :D12:24
* ShadowJK wonders if the chinese are still selling highpower lasers on ebay12:24
jaemShadowJK: if you're in the US (or have another way of getting it across the border), Goldmine Electronics is selling surplus Erbium laser rods12:25
jaemfor cheap!12:25
* thopiekar is prepairing a "cheat of paper" for his next test.. :P12:26
thopiekarcu12:26
*** thopiekar has quit IRC12:26
ShadowJKI was thinking of the overclocked laser pointer variety :)12:26
ShadowJKthey pop balloons but that's pretty much it12:27
jaemah. Well, the ones DX sells apparently are made so poorly that the "200mW" is mostly IR12:27
rmt_Btw - what will prevent fremantle from running on N8*'s?12:27
Stskeepsrmt_: lack of 3d acceleration, simple as that12:27
jaemrmt_: zombie hordes12:27
jaemdarn - beat me to it12:27
rmt_;-)12:27
lcukrmt_, the opengl interface might put a bit of a dampner on it12:27
Stskeepsand after seeing the initial UI design, i don't blame them12:27
jaemlcuk: they had zombie games before OpenGL...12:28
Pavlovheh12:28
Stskeepswe should implement Doom as the Hildon Desktop.12:28
lcukjaem, liqbase exists on n810, i believe its been described as "liqbase, who the fuck needs opengl"12:28
jaemStskeeps: I agree... I wish we had some recent feedback on that issue12:28
* lcuk wonders who said that12:28
jaemlcuk: who described it as that?  You?12:28
jaemthat said, it is quite awesome12:28
ElPolloLol12:28
jaemI was very impressed12:28
rmt_Okay.. only the 3d aspect. I imagine than it would then be possible to have software OpenGL & have a less demanding theme with clutter (I assume it's using clutter)?12:29
lcukno jaem, it was a comment i accidentally removed on youtube from Stskeeps whilst trying to mod it up12:29
timelE61ilcuk: when do i get liqbase for my 770?12:29
*** greentux has quit IRC12:29
jaemtimelE61i: slightly sooner than you get OpenGL?12:29
jaemhehe12:29
lcuktimelE61i, ill send you a small tiny simple xv test application, if you can get that working liqbase will follow12:29
lcukbrb12:30
timelE61iI have fremantle devices :)12:30
jaemtimelE61i: I hate you :P12:30
timelE61iI didn't say they work ;)12:30
rmt_timelE61i, What do you mean?  You are Nokioid?12:31
*** Sargun has quit IRC12:31
*** wnd^ has joined #maemo12:31
Stskeepsisn't it Nokian? :P12:31
jaemyes12:32
*** b-man has joined #maemo12:32
jaemand timelE61i's normal hostname would give that impression12:32
timelE61ii think i said that a few hours ago, for the nth time12:32
rmt_Native finnish speakers are Nokians, Swedish Nokioids.. :)12:32
*** wnd has quit IRC12:32
*** wnd^ is now known as wnd12:33
timelE61iand non natives are just stupid/crazy12:33
timelE61i?12:33
jaemNokrazies?12:33
rmt_Non-alcoholics, I think is the term you're looking for. </stereotype>12:34
timelE61iit applies12:34
* timelE61i doesn't drink12:34
jaemyou know, I've always wondered where the opening <rant> and similar tags are :P12:34
timelE61ijaem: auto opened at /join12:34
timelE61iIt's like implicit tags in html12:35
*** bergie has joined #maemo12:35
rmt_So, you have insight into the release schedule & expected technology in the next device?  Am I going to regret my decision to purchase the N810 (due to new release) in < 3 months?12:35
* timelE61i shrugs12:36
b-manInternetTabletTalk had an internal server error on my thread.. lol XD12:36
timelE61iif the n810 is cheap, i'd buy it12:36
* rmt_ analyses timelE61i's shrug carefully. ;-)12:36
jaem$220 is not bad at all12:36
* timelE61i shrugs often12:36
rmt_€230's not too bad for europe, I think.12:36
*** hannesw has quit IRC12:37
jaembut from the sounds of the hardware of the RX-51, I'm somewhat regretful12:37
timelE61icheck the logs12:37
jaemnot because the N810 is bad, but because my few quibbles look to be solved in the new tablet12:37
jaemoh well12:37
lcukwhats solved?12:38
jaemnext few hundred available dollars will likely go either into a camera, beagleboard, or buying my friend's old desktop12:38
*** punkass has quit IRC12:38
*** punkass has joined #maemo12:38
jaemlcuk: mainly beefier proc, OpenGL, and a couple of minor things that I forget12:38
*** netvandal has joined #maemo12:39
Pavlovheh12:39
jaemMer/Ubuntu will fix a few other annoyances, from the sounds of things12:39
* b-man thinks that his project thread has gotten so popular that it has actually crashed ITT 0_012:39
jaembut the N810 is quite nice, overall12:39
lcuki could give you a beefier proc and opengl now, but without apps to run on them its futile isnt it12:39
*** _berto_ has joined #maemo12:39
jaemlcuk: of course, but 400MHz is a little underpowered for some things, that's all12:40
*** ignacius has joined #maemo12:40
timelE61ipersonally atm, given the choice of an n810 or next, i'd rather the n810 :)12:40
* lcuk doesnt think so12:40
jaembut it's fine for most of what I do12:40
lcuktimelE61i, but what if the new one could run diablo without issue?12:40
jaemtimelE61i: *raises an eyebrow and wonders what's behind that*12:40
timelE61ilCuk: i can't :(12:42
rmt_Can you compile new kernels for the N810 without losing functionality?  Are (any) binary blobs forward compatible? (ie. just firmware)12:42
*** b-man16 has joined #maemo12:45
*** sisto has joined #maemo12:45
sistointernettablettalk.com seems to be down right now12:46
b-man16yes indeed12:47
* b-man16 might know whu :P12:47
b-man16*why12:47
lcukb-man, could you open another chan, your head has expanded to fill this one :P12:48
*** jaem_N810 has joined #maemo12:48
b-man16lol12:48
*** jaem is now known as jaem_afk12:48
jaem_N810does anyone know anything about firmware/SDKs for CSR chipsets?12:49
jaem_N810The whole system sounds very closed12:50
sistodamn haxors12:50
jaem_N810sisto: ?12:51
sistostop messing with my internets12:51
sistojaem_afk: internettablettalk.com is down12:51
jaem_N810sisto: oh sorry... I ejected the Internets a minute ago12:51
jaem_N810and the tray is jammed12:52
jaem_N810oops12:52
ShadowJKjust don't drop it12:52
jaem_N810well, some of the bits fell onto the floor already12:52
sistowe'll send a support crew to fix the jam12:52
jaem_N810but I don't think they were important12:52
sistowas it the porn?12:53
b-man16lol12:53
*** gletelli_ has quit IRC12:53
jaem_N810I think so12:53
jaem_N810probably for the best12:53
sistowe are doomed12:53
ShadowJKindeed12:53
* jaem_N810 sweeps up the bits, and puts them in the bitbucket12:53
b-man16XD12:53
* jaem_N810 whistles12:53
ShadowJKno internet tech has ever taken off before a use for porn was discovered12:54
lcukhow do i shutdown ubuntu from a console window?12:54
ShadowJKa guess: shutdown -h now12:54
jaem_N810ShadowJK: IRC?12:54
b-man16yup12:54
jaem_N810oh wait12:54
jaem_N810:P12:54
* b-man16 leaves for school12:54
*** b-man16 has quit IRC12:54
jaem_N810oh right... school12:54
lcukthx shadow12:54
jaem_N810that's in... 5 hours... or so12:55
*** timelE61i has quit IRC12:55
*** lcukx41 has quit IRC12:55
ShadowJKoh no, they're dropping like flies :(12:55
* jaem_N810 recharges the laser12:55
ShadowJKhave you tried WD40 on that stuck drive12:55
lcuknot me! i was shutting my x41 down12:56
*** punk-ass has joined #maemo12:56
ElPollolcuk: normally, ubuntu also provides the command 'poweroff'12:56
jaem_N810ShadowJK: well, WD50 didn't work, so I didn't bother12:56
*** punkass has quit IRC12:56
jaem_N810maybe I'll try some un-duct-tape12:56
lcukElPollo, the other worked :)12:56
*** wnd^ has joined #maemo12:56
ShadowJKI wish we had duct tape at work12:57
jaem_N810speaking of, does anyone know if you can get half-width rolls of duct tape? the big ones don't fit in my cargo pockets well12:57
*** wnd has quit IRC12:57
jaem_N810electrical tape fits fine, but its uses are limited12:57
*** wnd^ is now known as wnd12:57
lcukjaem_N810, the factory tried to cut duct tape down the middle but the universe threatened to implode so they stopped12:57
jaem_N810was that a duct-tape mobius strip?12:58
lcukquestion: does anyone actually use duct tape for repairing ducts?12:58
jaem_N810I used to fix a duck12:58
lcukwe dont want to know about your animal antics12:58
jaem_N810it's head had fallen off12:58
*** b-man has quit IRC12:59
ShadowJKI'd never have thought to use duct tape for repairing ducts...12:59
*** sisto has quit IRC12:59
jaem_N810according to Wikipedia, it was "deemed ineffective" for that purpose13:00
lcukshotguns and torches13:00
jaem_N810and pitchforks13:00
jaem_N810what are we rioting for?13:00
ShadowJKor against?13:00
lcukserenity now!13:00
lcukerrr fremantle now!13:00
jaem_N810I don't care - lynch mobs are fun13:00
jaem_N810who's getting hanged?13:00
lcukno113:01
ShadowJKthis no1 must be a very mean person13:01
lcukthat reminds me, its nearly lynchtime, should i have a jacket potato again?13:01
jaem_N810can it be someone in TI's IP department?13:01
jaem_N810a good hanging always helps with licensing issues13:02
*** zap has quit IRC13:02
*** troyh` has joined #maemo13:02
jaem_afkfrom Wikipedia: "In a 2001 NASA manual for spaceflight operations aboard the International Space Station, duct tape is even called for in case of "acute psychosis" during a space mission; NASA procedures call for the use of duct tape to restrain the affected astronaut"13:03
lcuk:S13:03
lcukbbl13:03
Myrttimwhahah http://www.hs.fi/fingerpori/113524424691613:03
*** zap has joined #maemo13:04
*** wnd^ has joined #maemo13:04
jaem_afkMyrtti: XD13:05
Stskeepsrmt_: yes, regarding binary blobs, there's stlc45xx these days13:05
Stskeepsrmt_: but someone needs to step up and forward port some drivers13:06
*** wnd has quit IRC13:07
*** wnd^ is now known as wnd13:07
Stskeeps(there's a GSoC project on it)13:07
*** Pyrhos has joined #maemo13:08
*** troyh has quit IRC13:09
*** kozak has joined #maemo13:13
murrayclcuk: What "issue"?13:17
*** mgedmin has quit IRC13:19
*** mgedmin has joined #maemo13:19
rmt_Stskeeps, woo, thanks.13:21
*** filip42 has quit IRC13:21
rmt_I'm not really a driver type, but if the itch is annoying enough, I make do. ;)13:22
*** netvandal has left #maemo13:23
*** Wikier has quit IRC13:23
*** wnd has quit IRC13:25
Stskeepsi'm rather gah-ish that noone bothered before, - i discovered it was fairly trivial to forward port umac.ko13:26
Stskeepsand cx3110x.ko13:26
*** svu has quit IRC13:27
JaffaHmm13:27
Stskeepswhich means if people just bothered to sit down and hack a bit at things instead of complaining of closed source wifi :)13:27
*** tekojo has joined #maemo13:27
*** Shadow__X has quit IRC13:28
*** gletelli has joined #maemo13:29
*** VDVsx has joined #maemo13:30
Stskeeps'lo VDVsx13:30
StskeepsVDVsx: just keeping track, you had a freerunner too / was interested in that area?13:30
suihkulokkiStskeeps: hehe, can I quote you :)13:31
Stskeepssuihkulokki: regarding the wifi thing? yes, sometimes i'm a bit disappointed noone even bothered to take the time to just sit down and play some simple tricks :P13:31
*** goshawk has quit IRC13:31
*** wnd has joined #maemo13:31
rmt_What's OS2008's kernel version?13:31
*** aloisiojr has joined #maemo13:31
Stskeeps2.6.21-omap1 i think13:32
VDVsxStskeeps, I'm interested, but don't know if I will have time for something, in the middle/end of this week I will talk to you :)13:32
*** zer0mdq has joined #maemo13:32
StskeepsVDVsx: alright - just keeping track :)13:32
VDVsxI have some pending stuff in my life right now :)13:32
jaem_afknight, folks13:32
Stskeepsi have a 0.10 release today and it's going craptaculary unwell :)13:32
Stskeepssuihkulokki: one exception though - poky linux got it right, and realized you could just relink umac.ko :P13:34
*** xnt has joined #maemo13:36
RST38hLead roof thief eyeballed targets on Google Earth13:37
RST38hHeya Sts13:37
Stskeeps'lo RST38h13:37
xntwe have a problem, internettablettalk is down, I get a 500 error13:37
RST38hHeh, iTT server-errored13:37
Stskeepsxnt: yeah, so it goes13:37
Stskeeps"2nd Generation of 'Microsoft Surface' Coming in 2-3 Years"13:38
Stskeeps.. 2-3 years?13:38
Stskeepsjesus :P13:38
RST38hIs anybody using 1st generation?13:38
Stskeepsgood question13:38
xntlol13:38
*** wnd^ has joined #maemo13:38
*** sanchiii has joined #maemo13:38
*** Meiz_n810 has joined #maemo13:39
Meiz_n810Arora is the best browser for Maemo after Tear :P13:39
Meiz_n810Is there a hope for Mer-port?13:40
Stskeepswith QT coming? yeah13:40
*** wnd has quit IRC13:40
*** wnd^ is now known as wnd13:40
Meiz_n810it has no problem with some forums that Tear is unable to handle...13:41
Meiz_n810QtWebKit seems to be better than the GTK one13:41
t_s_oRST38h: iirc, there are a chain of hotels that use them, and also t-mobile or some other mobile operator in select stores...13:44
Stskeepsthink it was kinda used in The Day The Earth Stood Still too13:44
Stskeeps.. moviewise13:44
t_s_ooh, and didnt nbc use it during the recent election?13:45
VDVsxI played a little bit with surface in a expo :P13:46
t_s_ozoiks, 12,5gb/s wireless?!13:47
*** greentux_ has quit IRC13:47
Robot101are there plans to include Telepathy / Empathy in Mer?13:47
Stskeepsif it builds, why not? :P13:48
Robot101yeah, but on default images so it comes with IM functionality "batteries included" :)13:48
Stskeeps*nod*13:48
Robot101also, we'd be interested in any tweaks to Empathy to make it more mobile / touch friendly13:48
*** wnd^ has joined #maemo13:48
Robot101Moblin forked it and hacked at it incoherently for a while, and made Moblin Chat13:49
RST38ht_s_io: that makes two of them :)13:49
VDVsxStskeeps, do you already looked at python-efl for mer ?13:49
* rmt_ taps his foot impatiently as he wonders how long it takes for a DHL person to drive direct from DHL's Milan depot to his doorstep with his N810.. he also better be smiling when he gets here.13:49
StskeepsVDVsx: we have e17 now so it might be easier13:49
*** wnd has quit IRC13:49
*** wnd^ is now known as wnd13:49
StskeepsRobot101: well, i guess the goal is a 1.0 that is day to day usable and with as much OSS as fittable in the image :P13:49
Robot101but I think that was found to be an embarrasment and removed from their servers :P13:49
StskeepsRobot101: but yes, it's obviously interesting13:49
Stskeepsright now i'm considering to skip 0.10 release though, as everything possible has gone wrong so far for it :)13:50
b0unc3hello, anyone know where to get the sources of the filemanager?13:50
Stskeepsb0unc3: closed source, differentation13:50
lcukb0unc3, knock on nokias door and ask them nicely13:50
b0unc3:)13:51
Stskeepsor make a open source rewrite in python13:51
Stskeepscan't be that difficult.13:51
lcukheh13:51
t_s_oi suggest hacking on gpe file manager instead...13:51
*** Pyrhos has quit IRC13:51
Stskeepsor that13:51
Robot101make sure you use something based on gvfs13:51
Robot101diablo has some weird offspring of gnomevfs and dbus and a lot of crack13:52
RST38hHmmm...Looks like RX-51 will have RGB components rearranged13:52
Robot101best avoid :)13:52
RST38hUnless that SDK emulator is just screwed up of course13:52
lcukRST38h, it is13:52
JaffaRST38h: I think it might be intentional13:52
StskeepsRST38h: i think people might simply not be running Xephyr with bpp 32..13:52
RST38hyea, that is my guess as well - broken xephyr config13:53
JaffaRST38h: Dark theme, dark icons would look silly. I can easily imagine someone saying "let's make Gtk render icons inverse to make them look right" ;-)13:53
*** mgedmin has quit IRC13:53
JaffaThen again, dark themes usually look good in one or two carefully selected screenshots, but I've yet to see them applied well to any existing Linux app (especially Gtk+)13:54
zaplcuk: I have groked clutter13:54
zaplcuk: have you found a solution for your problem yet?13:54
lcukive not looked, it was idle banter but ive had a nod that it should be possible, so ill carry on looking later13:55
*** aloisiojr has quit IRC13:55
xntJaffa:Well, I think greyish black for the main ui, blue (to keep in with the wallpaper/logo) for a selected item, and white icons.13:55
*** mgedmin has joined #maemo13:56
zaplcuk: as far as I understand you just have to create your own actor class, which contains a ClutterActor inside. When your actor gets out of the screen, you destroy the ClutterActor and remove it from scene; when it gets in you create it back13:56
zapactor motion is under your control anyway13:57
*** matt_c has joined #maemo13:57
lcukzap, good i think, i would hate to use it for a game and have to precreate all the bullets i might need for the lifetime of the entire game ;)13:59
*** mgwpub has joined #Maemo13:59
zapthat would be the case if you would use only the classes provided by Clutter, but for any more or less complex app you'll have your own class hierarchy anyway, Clutter would be used just for display13:59
lcukbut ill do some digging and try spawning new stuff until the cows come home13:59
rmt_http://www.engadget.com/2009/03/15/ubuntu-9-04-ported-to-nokias-n8x0-internet-tablets/  ;-)14:00
lcuk,,14:00
lcukmmm even14:00
Stskeepsyes, we saw14:00
rmt_.. so they have WiFi working fine too, then..14:01
*** wnd^ has joined #maemo14:01
Stskeepsb-man's ubuntu is basically mer without the hildon and gtk pieces14:01
*** ezadkiel_mB has joined #maemo14:02
lcukzap, ill have to look properly, something about that doesnt sound quite right - at the moment my head is telling me its like the difference between (i think) retained mode and ??direct mode directx/opengl stuff14:02
Stskeepsfrom a technical point of view it's a dead-end project, it's going to get to a point where people demand proper power saving and traditional desktop/laptop systems fails at that, hence the mer project14:03
GeneralAntillesThe dialog button furor is funny.14:03
zapwell, the ultimate anwer would be from clutter devs, if there's a channel for it14:03
GeneralAntillesSome people are just too set in their ways.14:03
lcukyeah zap there is, but i need to formulate my questions first14:03
StskeepsGeneralAntilles: it 500ed iTT? :P14:03
*** svu has joined #maemo14:03
*** wnd has quit IRC14:03
*** wnd^ is now known as wnd14:03
lcukGeneralAntilles, do one thing: in the proper device documentation and in walkthroughs, describe how to cancel a dialog14:04
GeneralAntillesThe UI bitching and moaning is interesting coming from people who haven't held a proper device with the full UI.14:04
lcukat present it is "click the cancel button if its not right"14:04
*** Ryback_ has joined #maemo14:04
GeneralAntillesI'm inclined to give the people with the full UI and proper devices at least some small benefit of the doubt.14:04
lcuktell me properly how its done in REAL documentation14:04
lcukor how you explain to your mum on the phone14:04
GeneralAntillesI mean, basically it's the exact same method Canola uses14:05
lcuklack of a distinct cancel option is a problem.  and especially so when there is a large blank area sitting there14:05
GeneralAntillesand nobody really seems to have a problem with that.14:05
*** chenca has joined #maemo14:05
lcukno, not basically - document how to do it14:05
lcukthis is a consumer device14:06
zapI like clutter, its small, nice and powerful14:06
GeneralAntilleslcuk, no, lack of a distinct cancel button is a problem to people who are set in their ways.14:06
GeneralAntillesYou expect a Cancel button because you've been using computers too long.14:06
alteregoHahah14:06
GeneralAntillesThat doesn't necessarily mean having one is better or worse.14:06
alteregoOr not long enough ;)14:06
*** setanta has joined #maemo14:06
GeneralAntillesAnyway, the documentation will come when the SDK is actually stable, not before.14:07
GeneralAntillesand it's not _my_ job to document it, so don't bitch at me. :)14:07
lcukbut if you dont think about docentation now you get there and every singe time you are documenting the process people WILL get it wrong and explain it in different ways and fuck up14:07
*** bongo|kup has joined #maemo14:07
lcuk"click on the text thats not the dialog"14:07
alteregoIs there a release date for the new device yet?14:07
alteregoPresumably Q4 this year?14:08
GeneralAntilleslcuk, why are you assuming Nokia isn't thinking about documentation?14:08
GeneralAntillesalterego, waaaay earlier.14:08
alteregoReally?14:08
GeneralAntillesI'd say July at the outside.14:08
Pavlovlol14:08
alteregoNice.14:08
alteregoBut then, you know what Nokia releases are like ;)14:08
GeneralAntillesI also swore that those leaked N810 shots were a cellular E- or N- series device up until the day it was announced. ;)14:09
*** wnd^ has joined #maemo14:09
GeneralAntillesBut, if you consider that we're getting a beta SDK somewhere between this month and May14:10
alteregoYeah,14:10
*** timelE61i has joined #maemo14:10
*** wnd has quit IRC14:10
*** wnd^ is now known as wnd14:10
*** t-nor has joined #maemo14:11
cmugwhat new device14:11
*** rghosh has joined #maemo14:11
GeneralAntilleshttp://www.linuxdevices.com/news/NS9093153240.html http://maemo.org/community/council/community_highlights_for_december_2008-part_i-january_2009-part_ii/14:12
GeneralAntilles~RX-51 is http://maemo.org/community/council/community_highlights_for_december_2008-part_i-january_2009-part_ii/14:12
infobot...but rx-51 is already something else...14:12
GeneralAntilles~rx-5114:12
infobothmm... rx-51 is http://maemo.org/community/council/community_highlights_for_december_2008-part_i-january_2009-part_ii/ http://www.linuxdevices.com/news/NS9093153240.html14:12
GeneralAntillesGuess I already set that. . . .14:12
timelE61ihEh14:13
*** rghosh has left #maemo14:13
cmugah that one14:13
qgillcuk: how stubborn you are with this Cancel button14:13
*** greentux_ has joined #maemo14:14
qgilas sid somewhere, I hadn't even realized there were not cancel buttons anymore14:14
*** ezadkiel_mB has quit IRC14:14
*** kenneth has joined #maemo14:14
qgiluntil reading ITt14:14
qgilI was already clicking outside of the dialogs to get rid of them14:14
qgilwithout reading any documentation, nor getting a UI designer sitting next to me14:14
timelE61iheh14:14
*** ezadkiel_mB has joined #maemo14:14
cmugwhere is this rx-51 name gotten from14:15
GeneralAntillescmug, kernels.14:15
cmugok14:15
GeneralAntillescmug, it's the other model number, RX-34, RX-44, RX-48, etc.14:15
GeneralAntillesThere might also be an RX-71, but that one's like Fight Club. ;)14:16
cmugok14:16
timelE61iThey come from random number generators :)14:16
alteregoHeh14:17
qgilit's a galaxy that was discovered right before the meeting took place  ;)14:17
cmugI'm more inclined to use Nokia inhouse project names14:17
timelE61iSometimes random letter generators (770, *n*800)14:17
RST38hRX-71 is the Maemo-based smartphone!14:18
* RST38h hides quickly14:18
timelE61iCmug: the rx-51 cames from nokia...14:18
timelE61is/cames/came/14:18
infobottimelE61i meant: Cmug: the rx-51 came from nokia...14:18
cmugtimelE61i, ok14:18
* timelE61i sighs14:18
cmugI can't discuss this topic further ;-)14:19
*** andre___ has joined #maemo14:19
timelE61iit might not exist, of course, but that's a different problem14:19
*** andre__ has quit IRC14:22
lcukqgil, i am a pessamistic coder, i anticapte things going wrong and clicking the wrong things and i talk to people every day who go to the wrong places and cancelling is a very specific thing that you do not want to get wrong14:24
GeneralAntilleslcuk, yeah, but now the cancel button is 10 times bigger.14:27
alteregoI remember reading about a study that people blindly press cancel or ok and have to go through the process all over again. I think the study suggested random placement of the accept/decline buttons.14:27
*** Meiz_n810 has quit IRC14:27
lcuk10 times bigger but 10 times harder to explain14:27
GeneralAntilleslcuk, so you seem to think.14:28
GeneralAntillesBut Nokia's point of view seems to be backed up by usability tests with real users.14:28
GeneralAntillesYou think that just because you're used to seeing cancel buttons.14:28
lcukgan you have never supported anyone on computer systems over the phone, you cannot simply tell people to click outside the box to cancel it14:28
GeneralAntillesBut not everybody has been trained to a certain thing.14:28
GeneralAntilleslcuk, what do you know about who and what I've supported?14:29
RST38hOk, all, I have got a suggestion14:29
lcuki talk to customers every day who are not computer users and i would dread to have to tell them that14:29
RST38hCancel action by turning the device over.14:29
alteregoHeh14:29
RST38h=)14:29
alterego:)14:29
alteregoI like that14:29
alteregoOr a quick shake14:29
alteregoLike you do when you get  mad.14:29
lcukhehehe14:29
* alterego shakes device "NO I DON'T WANT TO DO THAT!"14:29
* Jaffa doesn't really buy the "you just expect one as you've been using computers too long" argument. That may have been applicable 15 years ago, but everyone who uses a computer has seen dialogues with "Cancel" and knows that it means.14:29
cmugTo cancel remove battery14:30
lcukremove all the buttons and have a nod to accept and a shake to decline14:30
alteregoHeh14:30
JaffaNow, there may be other arguments (and the "it's ok in usability tests" is a good one[1]) which do support the removal of the cancel button14:30
*** dneary has joined #maemo14:30
GeneralAntillesEither way, none of US have used the device or the full UI.14:30
Jaffa[1] Assuming the users actually encountered a circumstance in which they wanted to cancel a dialogue during the exercises14:30
GeneralAntillesSo we're hardly qualified to make sweeping arguments about its usability.14:30
RST38hSorry, missed the previous discussion, but if there is no cancel button, how do you exit things?14:30
JaffaRST38h: Press outside the dialogue in the shaded area.14:31
RST38hBad, BAD idea.14:31
*** luck^ has joined #maemo14:31
johnxdoesn't translate well to existing apps at least (IME)14:31
JaffaGeneralAntilles: I think that's crok too, TBH. It's a small mitigation but the "Nokia knows best" argument doesn't go very far.14:31
RST38hWhoever came up with it should really be made to work on something else14:31
* GeneralAntilles shrugs.14:31
RST38hDBus backend or something. Something harmless.14:32
GeneralAntillesThere's little point is quibbling over it until we can try it for ourselves.14:32
JaffaOther edge cases: what if the dialogue's big, and makes the cancel target area a thin number of pixels at the top14:32
RST38hGeneral: The idea is simple enough to convey a thought experiment14:32
GeneralAntillesWhat applies to the desktop metaphor doesn't necessarily apply to a mobile device, anyway.14:32
GeneralAntillesUsers don't necessarily expect the same thing when you've changed formfactors that much.14:33
RST38hGeneral: Not necessarily to wait for the final device, you can start puking right now14:33
lcuki dont mind clicking off being another optional way to close it, but the biggest kicker is the blank inactive area where the cancel is expected.14:33
johnxGeneralAntilles, when I try to make a zenity dialog with "yes" and "no" and it *eats* my no button I become displeased :)14:33
*** lbt has joined #maemo14:33
RST38hGeneral: Desktop or tablet, you perceive interface with your eyes and my eyes are asking me "where is the cancel button?"14:34
JaffaThe fact that there's a new ConfirmationNote element to give the old behaviour is a little odd; given that the reason for having to do things like HildonWindow are to maintain proximity to upstream Gtk14:34
ElPollo*mumbles quite unhelpful* I always press escape...14:35
*** bongo|kup has quit IRC14:35
* GeneralAntilles really isn't up for yet another stupid useless argument in #maemo this morning.14:35
RST38hGeneral: Wait until it is released then14:35
derfWait, there's another reason to come to this channel?14:35
johnxGeneralAntilles, we could just PM you if you want :D14:35
GeneralAntillesRST38h, exactly what I'm trying to encourage.14:36
RST38hGeneral: Will be a perfect shitstorm then14:36
GeneralAntillesjohnx, expect retribution in kind.14:36
RST38hGeneral: I do consider this a matter of personal preference, some people like to complain in advance :)14:36
RST38hEither way, absence of cancel button will cause a shitstorm, either now or later, doesn't matter really14:37
GeneralAntillesderf, occasionally productive things happen, but we seem to be trending towards the stupid useless bullshit lately.14:38
lcukGeneralAntilles, i consider this to be important part of the alpha discussions.  if our impressions and experience were not to be considered then there wouldnt have been a public test14:40
RST38hlcuk: I doubt anything we say here will affect Nokia's decision process in any way14:40
RST38hlcuk: Not after what happened with Modest and browserd14:41
lcukwouldnt know, dont recall - i can use the tablet without encountering either ;)14:42
lcukbut dialogs are global14:42
*** Wikier has joined #maemo14:44
*** hannesw has joined #maemo14:44
*** aloisiojr has joined #maemo14:46
*** tekojo has quit IRC14:47
timelE61ilcuk: oh, i'm sure the cancel/dismis behavior will be bad. In fact, i've already hit that internally14:47
Jaffalcuk++14:48
JaffaPart of the point of an alpha is to garner feedback and discover bugs.14:48
JaffaRetreating back behind "UI Specification" isn't very helpful to having a proper dialogue on the issue.14:48
*** Sho_ has joined #maemo14:49
*** renato_ has joined #maemo14:52
timelE61irSt: please don't get me started on dbus14:52
qgilJaffa: nobody is retreating behind UI spec, you have ragnar and myself trying to explain14:53
qgilwhy the decisions are made this way14:53
*** seraph1 has quit IRC14:53
timelE61iragnar?14:54
Stskeepson the other hand, it's fun to see that "cancel" is the only topic discussed, - people must be satisfied with the alpha otherwise :)14:54
*** fab has quit IRC14:54
lcuk+114:55
* johnx gets back to advising on what color to pain the barn :)14:55
lcuki am very pleased with the rest now i have seen it at speed14:55
* lcuk said as much on itt :)14:56
* mgedmin sighs14:56
* lcuk wants to discuss internet furniture14:56
Jaffaqgil: Sorry, I misread Eero's comment.14:57
lcukhello mgedmin, to change the topic, i notice you are in a different country14:57
lcukholiday or relocation?14:57
lcukor just random ip shifting14:57
mgedminon-site consulting work14:57
mgedminSweden is nice14:57
* RST38h remembers being routine given .se address by Tele214:57
RST38hs/routinely14:58
lcukcool14:58
lcukare you there for long or just a few days14:58
mgedminjust until the end of the week now14:58
* mgedmin has been here since the beginning of February14:59
lcuklol14:59
lcukit took us a while to notice!14:59
RST38hall right, ttg15:00
lcuksame here, jacket potato is gettin cold15:00
* mgedmin wonders if lcuk is on facebook15:01
lcukhahahahahahahahahahaha no15:02
qgiltimelE61i: ragnar = Roope Rainisto in ITt15:02
* lcuk leaves facebook to the other members of the family15:02
qgiltimelE61i: and I have no doubt you can find people with issues with the Cancel in our premises since there are also geeks as geeks as the ones that complain  ;)15:03
qgiland my bet is that almost nobody will keep complaining 24h after getting their device15:03
Stskeepshehe.. geeks aren't typically happy about change :)15:03
*** aloisiojr1 has joined #maemo15:03
lcuk"are you sure you want to send your credit card details to all contacts"   "yes" :P15:03
qgillcuk: you seem to be really concerned about customer care. What about "Press the top of the screen"15:04
lcukbut ill stop now15:04
qgilsince the UI is translucent you can still see it there15:04
lcukit does what it says on the tin15:04
dnearyhi15:04
qgilso you press it to go back to it15:04
dnearyanyone still having trouble voting?15:05
dnearyOr were the 3 mails I got this morning the only ones so far?15:05
lcukqgil, its the explanation thats hard.   when a person is asked a question if it is ambiguous how to respond it leads to confusion15:05
qgildneary: there was someone in ITt but now you can't access the forum15:05
dnearyqgil: I'm not allowed?15:05
qgillcuk: "press the top of the screen", what is ambiguous in that15:06
qgildneary: http://www.internettablettalk.com/forums/15:06
qgillcuk: assuming they ask such a question, of course15:07
qgillcuk: the workflow goes like this:15:07
*** blade_runner has joined #maemo15:07
qgillcuk: User is in Screen A performing some actionç15:07
qgillcuk: dialog appears in front while Screen A is seen in the background, a bit grayed and blurred15:08
*** lfelipe is now known as lfelipe[AWAY]15:08
qgillcuk: you don't want that dialog, you press the gray blurred part of the screen15:08
qgillcuk: it gets bright and focused as it was before the dialog15:09
Stskeepstrue, that does make sense15:09
Stskeepsif task switching and such follows same pattern15:09
qgilStskeeps: same pattern15:09
lcukor, "user is asked a question, they can respond "yes" or "no".   i 100% agree that clicking the grey blurred bit can also act as No, just the same way clicking cancel acts as No, and usually clicking the "X" acts as No.  but No is usually a distinct action that you can directly tell a user to click15:10
timelE61iqgil: that depends how many purchased items they lose15:10
Stskeepsi am wondering a bit about the constant gray vs non-gray in the menu usage (seen on screen cast), but i'm assuming it might make more sense when we get to see the actual UI implementation + design :)15:10
qgillcuk: you can get Yes/No dialogs if you wish15:10
timelE61iqgil: my problem is when i lose lots of work setting something u15:11
*** rmt_ has quit IRC15:11
qgiltimelE61i: well, I also have gone mad after pressing "OK" to something I actually wanted to press Cancel or the other way round. Shit happens.15:12
*** jegp has joined #maemo15:12
timelE61iMore often here :)15:12
*** jnettlet has joined #maemo15:12
*** qwerty12 has joined #maEMO15:13
Stskeepslo qwerty1215:13
qwerty12hey Stskeeps15:13
keesjneiher pressing OK or cancel ever made me feel good so what's the point15:14
*** ezadkiel_mB has quit IRC15:14
timelE61iqgil/et al, fwiw, the cancel behavior is not the biggest problem15:14
timelE61iOverall, qgil is right, it won't matter much15:14
Stskeepskeesj: how are you involved with openmoko btw? (out of curiousity)15:15
johnxthe only thing that worries me is how it will detect that the button is supposed to be "cancel" vs "no"15:15
*** Meizirkki has joined #maemo15:16
timelE61iis_maemo_5()15:16
keesjStskeeps: nothing special , I just stolen a openmoko phone from a colleage15:17
Stskeepskeesj: hehe, okay15:17
Stskeepskeesj: we'll probably make a mini-port of mer/hildon ui to it, hence my asking15:17
keesjit uses the same hardware (s3c24xx) hardware that can be found in our hardware15:18
Stskeepsto see what can be done with it15:18
*** zap has quit IRC15:18
*** qgil has left #maemo15:18
lcukdamn i was writing something15:18
lcukahhh well :) cyas later15:19
keesjStskeeps: I "only" have a Neo 1973 phone15:19
Stskeepsah15:19
* Stskeeps checks specs15:19
keesjhttp://wiki.openmoko.org/wiki/Neo197315:19
*** aloisiojr has quit IRC15:20
Stskeepshm, still armv4t though?15:21
keesjwith thumb15:21
Stskeepsgood15:21
alteregoAnyone have a 5800? How do they compare to the N95?15:21
glassi got one15:22
glassalterego: it's ok, form factor is different to n95 of course.. the screen is much nicer15:22
* alterego looks at specs15:22
*** gomiam has quit IRC15:23
glassalterego: i like the keylock slider button(it has a spring so it's more of a bunch button slider if you know what i mean)15:23
alteregoNot sure I like onscreen kbds ..15:24
glasslandscaped fullscreen it's like the maemo fullscreen thumb kb15:25
Stskeepshmm, is thumb vkb themable btw?15:25
Stskeepsas in, if i wanted to move around buttons..15:25
alteregoYes, but it's not "easy".15:25
qwerty12Stskeeps, Maemo or 5800's Symbian?15:26
StskeepsMaemo15:26
qwerty12Stskeeps, http://tinyurl.com/clty3815:26
*** simboss has joined #maemo15:27
Stskeepsoh that's hot.15:28
*** jegp has left #maemo15:28
alteregoThink I prefer the N9515:28
*** _BuBU has quit IRC15:28
Stskeepsqwerty12: ukeyboard is just layouts, right15:29
*** _BuBU has joined #Maemo15:29
qwerty12Stskeeps, ja15:29
qwerty12in "def" files15:29
*** sjgadsby has joined #maemo15:29
*** Sargun has joined #maemo15:29
qwerty12It has a creator that can run on the device but it's more like an text editor imho15:29
*** Sargun has quit IRC15:29
* Myrtti holds her breath15:30
*** matt_c has quit IRC15:33
*** mgwpub has quit IRC15:33
* GeneralAntilles isn't sure if that's a drive clicking or liquid leaking sound coming from inside his computer.15:36
*** greentux has joined #maemo15:37
Stskeepseither one isn't good?15:37
Stskeeps:P15:37
Stskeepsmaybe it's a slimy floppy disk slot.15:38
lcuk:S gan not good i gather its liquid coooled.  you could check by turning machine off, disconnecting drives and powering up again15:38
lcuk(im betting if its leakage it will only occur whilst being pumped15:38
GeneralAntilleslcuk, or I could just take the cover off the radiator.15:38
*** _BuBU1 has joined #Maemo15:39
keesjStskeeps: a hardware keyboard is what I miss on the Neo15:39
lcuklol gan, that as well, hopefully you wont have much condensation to intefere and confuse the issue15:40
GeneralAntilleslcuk, it doesn't get below the dew point. :)15:40
Stskeepskeesj: mm, even front buttons would help i guess15:40
lcukyou just ruled out one of the possible reasons for a dripping sound then :P15:41
*** rzr_ has quit IRC15:41
lcukgan, is it a home done  cooling system, or a fully closed factory system?15:41
GeneralAntilleslcuk, G5. . . .15:42
lcukcool, are you sure the leaking sound isnt you drooling?15:42
*** etrunko has joined #maemo15:42
lcukwhich model is it gan15:43
GeneralAntilles2x2.5GHz15:44
GeneralAntillesLate-200415:44
*** lfelipe[AWAY] is now known as lfelipe15:44
*** Pyrhos has joined #maemo15:45
*** ab has joined #maemo15:45
*** ab has quit IRC15:46
*** ab has joined #maemo15:47
* Myrtti sings to Queen: http://www.youtube.com/watch?v=rNBWf54RvsI15:47
lcukgan, impressive muchly.  i always had a soft spot for them, they looked the business15:49
timelE61ispeaking of n95... Does mer run on it yet?15:49
lcukMyrtti, im unhappy with youtube for muting certain songs15:49
*** _BuBU has quit IRC15:49
GeneralAntillestimelE61i, is there even any sort of non-Symbian loader yet?15:50
Myrttilcuk: sucks to be in UK for once?15:50
lcukfor once? :P :D15:50
glassGeneralAntilles: haven't heard of any15:50
Myrttioh my. T-9h 57minutes for HUGGLES!15:51
StskeepstimelE61i: if i get a bootloader i can access, maybe ;)15:52
*** glima[AWAY] is now known as glima15:53
*** greentux_ has quit IRC15:53
timelE61iaww, just reverse engineer it :)15:55
Stskeepshehe, i'm not well wandered in ARM assembly :)15:57
MyrttiI CAN SEE THE TRAIN, MOMMY!15:58
*** matt_c has joined #maemo15:59
*** aloisiojr1 has quit IRC16:00
JaffaStskeeps: Is 0.10 totally scrapped, then?16:00
*** danilocesar has joined #maemo16:00
VDVsxtimelE61i, n95 runs windows 3.1 and 95 :P16:06
*** krau has joined #maemo16:07
*** goshawk has joined #maemo16:09
*** _BuBU1 has quit IRC16:11
*** ssvb has joined #maemo16:12
*** StsN800 has joined #maemo16:13
*** _BuBU has joined #Maemo16:14
StskeepsJaffa, needs some fixes, artwork, etc16:16
X-FadeAfternoon.16:17
GeneralAntillesHey, X-Fade.16:17
Stskeepswould like to polish a little more so, current state isn't fit for release16:17
*** birunko has joined #maemo16:18
*** aloisiojr has joined #maemo16:18
*** _BuBU has quit IRC16:18
X-FadeGeneralAntilles: Removed sponsored by Nokia from the footer.16:20
*** _BuBU has joined #Maemo16:20
GeneralAntillesX-Fade, did you talk to Quim about it? My impression was that it could go (and maybe they didn't want it there), but, honestly, I kind of like it.16:21
X-FadeGeneralAntilles: Tero told me I could/should remove it.16:21
GeneralAntillesI think I'll play with a better Creative Commons picture today.16:22
*** mlpug has joined #maemo16:22
Myrttibut the question is, will it blend?16:22
Myrttierm.16:22
Myrtti:P16:22
X-FadeIt actually created some space as it was overlapping the powered by part on the tablet.16:22
*** rzr_ has joined #maemo16:22
*** lmoura has joined #maemo16:22
X-Fade@Nemein office btw ;)16:22
GeneralAntillesMyrtti, if you print it out and stick it in a blender, probably.16:23
GeneralAntillesX-Fade, make them do better reporting. :P16:23
MyrttiX-Fade: it is a debian box that we're working with, riiiight?16:23
Myrttiplz say it is16:23
X-FadeMyrtti: Does that matter?16:23
X-Fade(it is)16:23
Myrttionly on the function that checks if you have git :-P16:23
X-FadeYou're not going to ask me to run that script on the server, are you?16:24
roopehttp://i.gizmodo.com/5170542/shots-leak-of-lenovo-pocket-yoga-netbook-looks-like-it-actually-fits-in-a-pocket16:24
MyrttiI'm not sure who's going to do the asking ;-P16:24
GeneralAntillesroope, I'm going to say $1700 USD16:24
X-FadeBecause that sounds like a no-no ;)16:24
roopeyeah, it sure looks cheap. :D16:24
*** dmz has quit IRC16:24
roopelove the faux-wood detailing.16:25
MyrttiX-Fade: what, you're suspecting my skills? *snif*16:25
GeneralAntillesThis one just screams "Mug me" http://i.gizmodo.com/photogallery/lenovopocketyoga/100757657216:25
X-FadeMyrtti: I was hoping your script could run remotely? Does it post over http?16:25
*** k-s[AWAY] is now known as k-s16:29
*** dmz has joined #maemo16:30
*** gombos has joined #maemo16:31
* rzr_ announces : http://digg.com/linux_unix/Watch_nitdroid_emulator_emulated_nokia_tablet_runs_android16:34
*** guerby has quit IRC16:35
*** rzr_ has quit IRC16:36
*** guerby has joined #maemo16:37
*** thopiekar has joined #maemo16:39
*** hannesw has quit IRC16:42
*** zimmerle has joined #maemo16:43
MeizirkkiitT doesn't like me :P16:44
MeizirkkiFatal error: Call to undefined function mysqli_init() in /home/tabtalk/public_html/forums/includes/class_core.php on line 112816:44
Stskeepsyeah, it's broken today16:44
*** StsN800 has quit IRC16:45
Stskeepsrzr: neat video16:45
*** methril|work has joined #maemo16:46
*** rzr_ has joined #maemo16:48
*** zenvoid has joined #maemo16:49
Stskeeps'lo zenvoid16:49
zenvoidhello Stskeeps16:50
zenvoid... and hello methril ;-)16:50
rzr_back16:50
Stskeepszenvoid: funny effect on theme, marquee bg - it shows correctly when redrawn O_o16:51
thopiekararrrggg!! where is "jeremiad"..16:52
Stskeepsprobably enjoying the good weather16:52
thopiekarthe weather here is horrible.. just raining or cloudy..16:54
zenvoidStskeeps: I've been away during this weekend, any improvement to the new theme?16:54
methril|workhello zenvoid16:54
methril|workand others16:54
thopiekarhi methril|work :)16:54
Stskeepszenvoid: no sadly, wazd never got back with artwork (yet), and 0.10 pretty much blew up big time so i'm not releasing it currently16:54
thopiekarmethril|work: stressful work?16:55
*** raulherbster has joined #maemo16:55
methril|workStskeeps i've one friend working in some Freerunner and Mer, could you give me more information, please?16:55
Stskeepsmethril|work: basically one of the plans for the 0.11 and 0.12 sprint is to rebuild the mer packages (hildon ui + desktop) on top of debian-armel16:56
zenvoidI would want to test the the new UI, but got blocked with the proprietary library dependency16:56
Stskeepsmethril|work: and goshawk has been working on qemu stuff to get things going (he's from a eu distributor i believe)16:56
goshawk:)16:56
Stskeepsand i have set up the builder so we can start building the packages16:57
goshawkyep16:57
thopiekarmethril|work: tell me something about your company, please.16:57
Stskeepsbut let's move to #mer as it is not directly related to maemo and internet tablets16:57
*** b0unc3 has quit IRC16:57
methril|workmy company? i'm a worker, not an owner16:57
methril|workwhy?16:58
*** b0unc3 has joined #maemo16:58
methril|workok16:58
goshawkthopiekar: was the question for me?16:58
zenvoidStskeeps: is there #mer channel?16:58
Stskeepszenvoid: yeah16:58
Stskeepsit mixes a bit where we talk :)16:59
thopiekarI'm searching for a work experiance in the summer holidays this year..16:59
zenvoidahh, ok, so it #mer supposed to be the official channel for Mer? :P16:59
Stskeepszenvoid: sortof16:59
zenvoidok, going there...16:59
GeneralAntillesOK, I'm failing absolutely at getting a good CC logo.16:59
thopiekargoshawk, methril|work : ?17:00
goshawkthopiekar: nevermind :)17:01
methril|workthopiekar> methril|work: tell me something about your company, please.17:01
*** StsN800 has joined #maemo17:02
*** TimRiker has joined #maemo17:02
X-FadeGeneralAntilles: Hmm, not good.17:04
*** Sargun has joined #maemo17:04
*** lmoura has quit IRC17:04
*** fab__ has joined #maemo17:05
thopiekargoshawk, methril|work: could you please give me some infos, please..17:06
goshawkthopiekar: about what?17:06
thopiekaryour company :P17:06
sjgadsbyCC logo?17:06
goshawkah ok17:06
goshawkdo you want a private chat?17:06
thopiekarit'S your choise :)17:07
goshawkyep, i think it's better, since i don't wanna be a spammer :P17:07
*** kcome_ has quit IRC17:07
thopiekark17:08
GeneralAntillesX-Fade, how about "<CC BY logo/> Except where noted." ?17:10
GeneralAntilles+otherwise17:10
X-FadeGeneralAntilles: I'm not sure if that is clear enough?17:16
*** x29a_ has joined #maemo17:17
GeneralAntillesX-Fade, need to get us some of that usability testing that Nokia has. ;)17:18
GeneralAntillesMaybe we could just make the font small enough to fit on two lines? ;)17:18
*** fab__ has quit IRC17:19
X-FadeGeneralAntilles: Current text should fit now anyway ;)17:19
GeneralAntillesYeah, but that logo in the middle is just nasty.17:20
Stskeepshm, how stable is SDK+ these days?17:21
*** vobiscum has joined #maemo17:22
X-FadeGeneralAntilles: Maybe we need to think of a way to align the logo to the right.17:23
GeneralAntillesI say we find wazd and make him make it purty. ;)17:23
X-FadeAnd think of an actual text that makes sense to have the logo at the end ;)17:23
GeneralAntilles"We're using this thing: <logo/>"17:23
JaffaX-Fade: did you see my suggestion last week or whenever?17:24
*** VDVsx has quit IRC17:24
StskeepsX-Fade: what was the name of the software autobuilder uses to build packages?17:24
Stskeepslike, build within sb17:24
*** VDVsx has joined #maemo17:24
*** des^ has joined #maemo17:26
GeneralAntillesI guess Creative Commons is a little finicky about trademark usage.17:27
*** vasily_zajcev has joined #maemo17:28
qwerty12Stskeeps, iirc, http://extras-cauldron.garage.maemo.org/HOWTO.html#id117:28
X-FadeStskeeps: sbdmock17:28
*** vasily_pupkin has quit IRC17:28
Stskeepsah, sbdmock17:28
X-Fadehttp://www.bifh.org/wiki/sbdmock17:29
X-FadeIt is open source17:29
* Stskeeps can't connect, lovely17:29
*** geaaru has quit IRC17:30
X-FadeStskeeps: And we use BuildMe to fetch packages from the queue and dispatch them to the builders.17:30
*** ab is now known as ab[out]17:30
*** gombos has left #maemo17:30
*** guaka has joined #maemo17:30
*** thopiekar_n95 has joined #maemo17:31
*** zap has joined #maemo17:31
*** z4chh has joined #maemo17:32
*** raulherbster has quit IRC17:33
*** greentux has quit IRC17:33
*** thopiekar_n95 has quit IRC17:33
*** x29a has quit IRC17:33
*** thekondor has quit IRC17:33
*** raulherbster has joined #maemo17:33
*** thopiekar_n95 has joined #maemo17:34
*** vasily_zajcev has quit IRC17:36
*** philipl has quit IRC17:41
*** dougt_ has joined #maemo17:44
*** methril|work is now known as methril|away17:44
*** eichi has joined #maemo17:45
*** JamieBennett is now known as JamieBennett-awa17:46
*** frade has quit IRC17:47
StskeepsiTT is up again17:50
*** greentux has joined #maemo17:52
*** dougt_ has left #maemo17:53
*** thopiekar_n95 has quit IRC17:54
*** stv0 has joined #maemo17:55
*** stv0 has left #maemo17:56
*** fab has joined #maemo17:56
* thopiekar thought that rebuilding graphviz would be eady but he is needing now graphviz<ghostscript<glut<freeglut<mesa<libdrm-dev & x11proto-gl-dev & libxxf86vm-dev... -.-'17:57
*** calvaris has quit IRC17:58
*** rghosh has joined #maemo18:01
lbtthopiekar: try building ddd - it's similar (but not as bad)18:02
*** philipl has joined #maemo18:04
*** eichi has quit IRC18:04
*** methril|away has quit IRC18:06
*** Shadow__X has joined #maemo18:06
JaffaX-Fade: I can't find it in the logs, but I think my suggestion was: a) drop the Nokia logo; b) move the CC logo in its place to the far right; c) Have text to the left saying "Content under CC-xxx-yyyy\nUnless otherwise marked." (right-aligned, to the left of the logo)18:09
*** finchely has joined #maemo18:09
thopiekarddd? for what lbt?18:09
*** rghosh has left #maemo18:10
lbtn80018:10
*** mouser- has joined #maemo18:14
*** kcome has joined #maemo18:14
RST38hddd requires motif18:16
RST38hand extensive mouse navigation using both buttons18:17
lbtI wanted to export DISPLAY18:17
lbtrun on tablet - debug on PC18:17
*** radic_ has quit IRC18:17
*** roue has joined #maemo18:21
RST38hah18:22
RST38hit's twue it's twue: http://www.theregister.co.uk/2009/03/16/scientology_xenu_confirmation/18:22
Stskeepslol18:22
*** finchely has quit IRC18:24
*** eathprod has joined #maemo18:25
*** qwerty12 has quit IRC18:27
*** sisto has joined #maemo18:29
*** sisto has quit IRC18:29
*** qwerty12 has joined #maemo18:29
*** sisto has joined #maemo18:29
*** jaem_N810 has quit IRC18:34
*** zap has quit IRC18:39
*** bergie has quit IRC18:40
*** lmoura has joined #maemo18:42
*** greentux has quit IRC18:43
*** greentux has joined #maemo18:43
thopiekarhi greentux :)18:44
*** Wikier has quit IRC18:44
thopiekargreentux: über netzanbieter online?18:44
udovdhhello18:45
thopiekarhi18:45
udovdhanybody here with a working scratchbox setup?18:45
udovdhplease build gypsy with the patch from http://bugzilla.o-hand.com/show_bug.cgi?id=72918:45
udovdhfor n81018:45
thopiekarhmm18:45
thopiekarbut if I would patch that it wouldn't work for n800' s right?18:46
*** Meizirkki has quit IRC18:46
udovdhdepends on the gps18:47
udovdhthe patch adds a routine that turns on the n810 gps18:48
udovdhI am not so familiar with n80018:48
udovdhit uses libgpsbt (I found out)18:48
udovdhso uses `standard` routines for doing so18:48
thopiekarso if I would make that package for you (n810) it should work on N800, too... If you are sure let me know...18:49
* thopiekar is a N800 user :P18:49
greentuxhi thopiekar18:50
greentuxthopiekar:  über welchen netzanbieter?18:50
udovdhthopiekar, if the n800 has gps18:53
udovdhwhich cna be turned on via libgpsbt (as I found on the web)18:53
udovdhthen yes18:54
*** danielwilms has quit IRC18:54
udovdhhttp://beans.seartipy.com/2007/10/19/n800-vs-n810-or-who-should-consider-buying-nokia-n810/18:55
udovdhso no gps in n800?18:55
JaffaNo internal GPS, no18:56
udovdhso it has libgpsbt to use bt to connect to gps18:56
* GeneralAntilles conquers a bubble pack18:56
thopiekargreentux: als du online gekommen bist stand da: [n=lemke@ip-90-186-166-197.web.vodafone.de] :)18:56
thopiekarudovdh: no intregrated gps...18:57
udovdhI see18:57
greentuxthopiekar:  yes vodafone... umts18:57
thopiekar:P is it fast and how much do you pay?18:58
sanchiiihi, how long does it usually take to get the approval for the extras-devel autobuilder? i requested an invitation yesterday night but have not heard anything yet...19:01
*** ferulo has joined #maemo19:01
thopiekarIt has taken for me not more than 3days to get access..19:02
*** eichi has joined #maemo19:02
*** glass has quit IRC19:02
*** glass has joined #maemo19:02
GeneralAntillessanchiii, 24-48 hours19:02
sanchiiiah ok then this is still normal (was just wondering 'cause it said something about 'hours' on that other page)19:02
GeneralAntillesNot including weekends19:02
*** hannesw has joined #maemo19:03
GeneralAntillesIt mostly depends on when X-Fade gets around to getting through the daily queue. ;)19:03
sanchiii;) ah ok so they don't check the credit card record...19:03
*** SaBer has quit IRC19:04
GeneralAntillesIt's just one person approving, so. ;)19:04
GeneralAntillesFeel free to throw things at him (just nothing too sharp or heavy) if it'll make you feel better. ;)19:04
sanchiiihm, i got a package which is quite lightweigfht, and should be soft as well :^)19:05
* qwerty12 throws GeneralAntilles at X-Fade19:05
*** jhe_ has joined #maemo19:05
* GeneralAntilles gets a free flight to Europe.19:06
* sanchiii wonders how soft GeneralAntilles is 19:06
*** Pebby_ has joined #maemo19:06
* GeneralAntilles has lots of sharp edges.19:06
*** jhe has quit IRC19:06
JaffaHe likes long walks on the beach. That's pretty soft.19:06
GeneralAntillesI'm going to bring shuriken to the Summit to throw at you and Tim, Jaffa. :P19:07
*** SaBer has joined #maemo19:08
sanchiiithis has probably been asked 100s of times, but i am going to ask one more time: how about the porting gurus here to port a simple but fun groovebox or synthesizer to NIT?19:09
*** parazitus has quit IRC19:13
*** asasaki has quit IRC19:13
*** roue has quit IRC19:14
*** dl9pf has joined #maemo19:14
dl9pfhi19:14
*** hannesw_ has joined #maemo19:14
*** beavis has joined #maemo19:15
*** hannesw has quit IRC19:16
*** rmt has joined #maemo19:21
* rmt yawns.19:21
Stskeepswb19:21
rmtOkay.. compiling newer libs for the N810 .. Gtk and all its dependencies..19:22
*** alterego has quit IRC19:22
*** tobmaster has quit IRC19:23
* rmt really just wants vala to work nicely.19:23
Stskeepsrmt: grab the fremantle gtk imho19:24
*** greentux has quit IRC19:25
*** krau has quit IRC19:25
rmtStskeeps, Will probably do a quasi fremantle upgrade once I've got the device..19:25
Stskeepsrmt: be aware you might simply be doing double work though19:25
Stskeepsmer's designed for bringing it up to date with fremantle19:26
rmtYup.. but my immediate goal is to get valac compiling my app in scratchbox .. and it's been a while since I've compiled glib/gtk etc.. remembering all the common pitfalls right now. :)19:27
*** sven-tek has joined #maemo19:28
*** ignacius has quit IRC19:28
*** krutt has quit IRC19:29
*** netvandal has joined #maemo19:30
*** mgedmin has quit IRC19:31
*** Zic has joined #maemo19:32
thopiekarStskeeps: what could be the cause why maemo extras assistant just builded i386 packages?19:32
Stskeepsthopiekar: no clue19:33
thopiekarI just set up arch: all in control..19:33
qwerty12Exactly.19:33
*** bilboed-pi has quit IRC19:33
Stskeepsyou mean "any"19:33
thopiekarwhere is the difference?19:34
qwerty12Why do you need the same thing built twice if it's suitable for all archs?19:34
*** disco_stu_N800 has joined #maemo19:34
thopiekardon't know isn't it better do provide packages for armel and i386?19:34
*** disco_stu has quit IRC19:34
*** disco_stu_N800 is now known as disco_stu19:35
qwerty12Not if it isn't needed. Just wastes repository space then.19:35
*** nomis has quit IRC19:36
thopiekark19:36
*** eocanha has quit IRC19:37
thopiekardoes anybody know why this has happend?19:38
*** jaem_N810 has joined #maemo19:38
thopiekarhttp://pastebin.com/d2b3d52bb19:38
thopiekarqwerty12: ?19:41
qwerty12Sorry, can't open the link, I'm trying to get my ass to Mullholland19:41
thopiekarMullholland?19:42
*** nomis has joined #maemo19:42
qwerty12Place in GTA :)19:42
Jaffarmt: I've built vala in scratchbox with a trivial mud recipe, and had intended on updating it and uploading it to extras-devel tonight19:42
thopiekar:P19:42
thopiekarhi nomis19:42
thopiekarqwerty12: gta4?19:42
qwerty12thopiekar, no, my computer is too shit :( - Gta San Andreas19:43
*** bilboed has joined #maemo19:43
Jaffarmt: more info (incl. link to the mud-builder recipe) at http://www.internettablettalk.com/forums/showpost.php?p=272025&postcount=44719:43
thopiekarhehe GTA:SA rocks but isn't running through wine19:44
*** tbf_ has joined #maemo19:44
*** tbf has quit IRC19:44
*** ttmrichter has quit IRC19:45
*** zommi has quit IRC19:45
qwerty12thopiekar: lol, yeah, in windows atm using mirc (missing linux and xchat :() :)19:45
thopiekarqwerty12: :P19:45
*** neatojones has joined #maemo19:45
*** housetier has joined #maemo19:47
*** sven-tek has quit IRC19:47
*** Dar has quit IRC19:48
thopiekarhttp://pastebin.com/d4e2ce717 -> !?19:48
thopiekaredited the control now and set all to any...19:50
rmtJaffa, Yeah.. the app I made uses glib's regex's, which aren't in diablo's glib, (if I understood the errors this morning)..19:50
thopiekarbuild in i386 was successfully for the first time.. but now armel is ok and i386 fails...19:50
mikkov__GTA:SA runs fine with wine19:55
thopiekaruch?19:55
lcukEVERYTHING runs fine with wine19:55
thopiekar*nod*19:55
qwerty12My ATI drivers don't run well in that case :/19:55
lcukand if not, you wont notice it19:55
mikkov__I have played all missions except the last one19:56
thopiekarqwerty12: I don't think that our ATI-cards are the problem..19:56
*** murrayc has quit IRC19:58
lcukhurrah! n810 lived through the night last night19:58
thopiekarhttp://pastebin.com/d4e2ce717.. could someone please tell me why this build fails?19:58
*** ceyusa has quit IRC19:58
JaffaThat reminds me. I need to raise the pc-connectiviyt bug about it breaking the Fn key (since the most recent update rebroke it)19:58
*** asasaki has joined #maemo19:59
*** x29a_ is now known as x29a20:03
*** florian has quit IRC20:04
*** raulherbster has quit IRC20:04
*** vobiscum has quit IRC20:07
*** Vulcanis has joined #maemo20:07
*** mk8 has quit IRC20:11
*** dneary has quit IRC20:11
*** raulherbster has joined #maemo20:12
Stskeepssuihkulokki: am i wrong in assuming it's possible to intermix VFP libraries and non-VFP binaries?20:12
suihkulokkiStskeeps: you are not wrong20:15
Stskeepsk20:15
suihkulokkiannoying double negation20:15
Stskeepsyeah :P20:15
tank-manI also love to hate it when people use double negation20:16
*** frade has joined #maemo20:17
suihkulokkias long as the VFP libs have compiled with softfp abi, intermixing them with non-VFP binaries and libraries works just fine20:17
*** resiak has joined #maemo20:20
Stskeepsalright, - ta :)20:21
*** vobiscum has joined #maemo20:24
*** wjt has quit IRC20:25
*** AD-N770 has quit IRC20:29
*** krau has joined #maemo20:29
*** qwerty12 has quit IRC20:30
*** kcome has quit IRC20:32
*** matt_c is now known as Prometheus20:33
*** sergio_ has quit IRC20:34
*** fredix_ has joined #maemo20:40
*** L0cutus has quit IRC20:41
*** Pyrhos has quit IRC20:42
*** hannesw_ has quit IRC20:44
*** Prometheus is now known as matt_c20:44
*** qwerty12_N800 has joined #maemo20:46
*** zer0mdq has quit IRC20:47
*** filip42 has joined #maemo20:51
*** fredix has quit IRC20:52
*** richieeee72 has joined #maemo20:54
*** richieeee72 has left #maemo20:55
*** gopi has joined #maemo20:55
*** fredix_ has quit IRC21:00
*** Zic has quit IRC21:02
*** ccooke has quit IRC21:05
*** ccooke has joined #maemo21:05
*** darkblue_B has joined #maemo21:06
darkblue_Bhi - I see libcurl stuff in /usr/lib on an N800, but no curl??21:07
darkblue_Bwhats the trick?21:07
darkblue_BI got a .deb from curl.haxx.se that says Maemo 4.1.. just install that?21:08
darkblue_Bseems fishy21:08
*** k-s is now known as k-s[AWAY]21:10
rmtOkey.. my vala app seems to work okay, except for some strange Xephyr input behaviour.. xmodmap seems to fix most of it, though.21:10
*** ccooke has quit IRC21:10
*** ccooke has joined #maemo21:10
darkblue_B"Warning: downgrading libcurl3 from 7.15.5.1osso4 to 7.15.5.1osso3.."21:12
darkblue_Bwhat kind of version number is that...21:12
darkblue_Band still no curl ?!21:13
*** borism_ has joined #maemo21:14
*** zap has joined #maemo21:14
darkblue_Bok, curl is at the top of the page, seperate21:15
*** Firebird has joined #maemo21:15
darkblue_Bbut I cant build on this N80021:15
darkblue_Bso I need a binary curl, yes21:15
*** greentux has joined #maemo21:16
*** mouser- has quit IRC21:16
*** timelE61i has quit IRC21:17
*** trofi has joined #maemo21:18
*** borism has quit IRC21:19
*** vasily_pupkin has joined #maemo21:20
vasily_pupkinwow21:21
*** rsalveti has joined #maemo21:21
vasily_pupkini mount my ixus 960 as gphotofs to n81021:21
vasily_pupkincool (%21:21
Firebirdhmm, any reason itt no longer counts towards karma?21:22
GeneralAntillesitT was down last night21:23
GeneralAntillesProbably messed up the count.21:23
*** dob has quit IRC21:24
*** dob has joined #maemo21:24
*** vobiscum has quit IRC21:24
*** Mikho has quit IRC21:24
*** Mikho has joined #maemo21:24
*** rsalveti has quit IRC21:25
*** rsalveti has joined #maemo21:25
*** _berto_ has quit IRC21:28
*** mlpug has quit IRC21:29
jaem_N810is there any chance we could have a "New in Extras" RSS feed, or something similar? Arch Linux does, and it's rather handy21:30
Stskeepshmm, worth a suggestion21:32
jaem_N810when I've used distros that don't have that, I often find myself spending more time looking for interesting apps than using them :P21:33
*** b0unc3_ has joined #maemo21:34
*** dl9pf has quit IRC21:34
jaem_N810by the way, how /is/ Maemo pronounced?  May-mo? My-mo?21:36
StskeepsMæmo? :P21:36
Stskeepsi actually don't know. Fremantle is a tough one for me too.21:36
jaem_N810I heard Quim pronounce it on an interview, but I forgot21:37
GeneralAntillesjaem_N810, see the wikipedia article.21:37
jaem_N810and I haven't dug up the podcast again21:37
jaem_N810GA: oh right... duh21:37
jaem_N810:P21:37
GeneralAntillesStskeeps, http://www.merriam-webster.com/cgi-bin/audio.pl?ggfrem01.wav=Fremantle21:37
GeneralAntillesjaem_N810, there's a Downloads RSS feed for that.21:38
GeneralAntillesI'm hoping to have it directly in the Application Manager soon.21:38
jaem_N810GA: that would be good :)  But does the Downloads section cover everything?21:39
jaem_N810...in extras, that is21:39
GeneralAntillesDownloads entries are automagically created for stuff in Extras.21:39
StskeepsGeneralAntilles: what, it's not Free-mant-el? :P21:39
Stskeeps.. ok, it is actually21:40
mikkov__GeneralAntilles: no they are not. only updates are shown automatically21:40
*** mgwpub has joined #Maemo21:40
GeneralAntillesWell, that's changed.21:40
lcukhttp://www.merriam-webster.com/cgi-bin/audio.pl?ggfrem01.wav=ClickHereToDownloadPlugin21:41
GeneralAntillesRegressions and maemo.org, who would've guessed? ;)21:41
mikkov__afaik entries have never been autocreated21:41
lcukthe downloads thing is different21:42
jaem_N810mikkov__: that was my impression (and why I asked)21:42
lcukit needs bigger description etc than the debian package21:42
lcukand pictures21:43
Jaffare21:44
*** b0unc3 has quit IRC21:47
*** b0unc3 has joined #maemo21:51
*** k-s[AWAY] is now known as k-s21:55
*** coldboot has quit IRC21:56
*** stevenbell has joined #maemo21:58
*** b0unc3_ has quit IRC22:04
*** vobiscum has joined #maemo22:05
*** henry__ has joined #maemo22:07
*** k-s is now known as k-s[AWAY]22:08
*** henry__ has quit IRC22:08
*** sisto has quit IRC22:10
*** sjagan has quit IRC22:11
*** k-s[AWAY] is now known as k-s22:14
*** hmmb has joined #maemo22:15
*** jaem_N810 has quit IRC22:16
stevenbellhi, I'm having problems running the gps demo from https://garage.maemo.org/svn/maemoexamples/tags/maemo_4.1/maemo-examples/example_gps.c22:17
stevenbellit builds ok (except for a warning on line 64), but when I run it, I get "Could not start GPS" and it terminates.22:20
stevenbellBut the GPS icon does appear on my tablet, and it seems to be searching for satellites.22:20
*** hurewitz has left #maemo22:21
*** guardian has quit IRC22:22
*** sjgadsby has quit IRC22:22
*** Sargun has quit IRC22:26
*** jaem_N810 has joined #maemo22:27
*** bergie has joined #maemo22:28
* Jaffa settles down after dinner for some hardcore Maemo hackery22:30
*** jpuderer has joined #maemo22:32
*** coldboot has joined #maemo22:33
*** matt_c_ has joined #maemo22:33
*** stevenbell_ has joined #maemo22:34
coldbootI've got Scratchbox 1 installed, and I'm trying to install python2.5, but dpkg keeps coming back with errors like "unable to create `./usr/bin/easy_install': Permission denied.22:36
Stskeepsfakeroot?22:36
coldbootI think it's because ./usr/bin doesn't exist, even if I install while in '/' (I think dpkg is changing the directory)22:36
coldbootYeah I'm using fakeroot.22:36
*** x29a_ has joined #maemo22:36
coldbootIs trying to install to ./usr/bin instead of /usr/bin22:36
*** florian has joined #maemo22:37
*** Khertan_n810 has joined #maemo22:37
Khertan_n810Hello ...22:37
coldbootIt is trying to install...22:37
Khertan_n810i see that there is client for mpd on nit ?22:37
Khertan_n810does there is the server available too ?22:37
qwerty12_N800yep22:37
Khertan_n810i didn t see it on extras22:38
qwerty12_N800an old version is on garage22:38
qwerty12_N800i spent a day compiling my own pimped version but I lost the debs :(22:38
Khertan_n810:(22:38
qwerty12_N800the garage version should work well though, used it fine for a long while (with mmpc & sonata )22:39
Jaffajohnx: can you elaborate on the fremantle dialogue UI problem with zenity in #4183 please?22:40
coldbootNevermind, got it.22:40
*** gopi has quit IRC22:41
Khertan_n810thx qwerty1z22:42
*** stevenbell has quit IRC22:45
*** fauxmigh1 has joined #maemo22:45
*** Pyrhos has joined #maemo22:46
*** lahiru has joined #maemo22:47
lahiruHi22:47
lahiruI was thinking about installing Ubuntu on my N80022:48
lahirubut I have a 4GB mem card22:48
jaem_afklahiru: that's enough for LXDE, which is lighter than GNOME22:48
lahirudo u think tht will sufficient for tha Gnome desktop?22:49
jaem_afkprobably not, once you add a decent amount of swap22:49
*** jaem_afk is now known as jaem22:49
*** doc|work has joined #maemo22:49
lahiruah22:49
lahiruso can I just install LXDE?22:50
jaemyes.  just follow the instructions, except for the "installing ubuntu-desktop" part22:50
jaemI think the package is just called "lxde"22:50
*** matt_c has quit IRC22:50
jaemlahiru: I have to go to an appointment, but if you give me 15 or so, I can be back online while I'm on my way22:52
*** jaem is now known as jaem_afk22:52
lahirujaem_afk, thanks a lot! I'll install the ubuntu base first. :)22:52
*** x29a has quit IRC22:53
*** ignacius has joined #maemo22:53
*** fauxmight has quit IRC22:56
ShadowJKDon't you just love dialogs with questions that have a negative in them, and you get presented with a "Yes" or "No" choice. Do you want to not not not not not not not not not not not not not not not not not erase and permanently brick all of your computers? Yes/No22:56
*** Razumihin has joined #maemo22:57
*** jpuderer has quit IRC22:59
*** zimmerle has quit IRC23:01
*** konttori_ has joined #maemo23:02
*** stevenbell_ has quit IRC23:02
*** doc|home has quit IRC23:06
*** des^ has quit IRC23:06
*** hmmb has quit IRC23:08
*** fish999 has joined #maemo23:09
*** gopi has joined #maemo23:09
*** fish999 has left #maemo23:09
*** fish999 has joined #maemo23:10
*** fish999 has left #maemo23:10
*** juergbi has quit IRC23:11
*** krau has quit IRC23:12
*** matt_c_ has quit IRC23:13
*** matt_c has joined #maemo23:13
*** murrayc has joined #maemo23:14
Tu13esanyone using Mer?23:14
Tu13esI can't really figure out what it is/does23:14
Tu13esthe site mostly talks about goals/mission etc23:14
Tu13esbut not much about what it *is*23:14
StskeepsTu13es: mm. it comes from some thoughts on reconstructing maemo - but to make a long story short, imagine a maemo where you had the power of the ubuntu repository and ease of development23:16
Tu13eshmm23:16
Tu13esI'm not a developer, so would the main reason I'd want to use Mer is to get "normal" linux apps?23:16
Stskeepsfor instance, or keep on having a modern OS on your N8x0, since Nokia won't provide Fremantle for it :P23:17
Tu13esheh23:17
*** murrayc has quit IRC23:17
Tu13eswell, my n800 has been collecting dust for a while23:17
Tu13esI'm debating whether it's worth digging out for Mer or not23:18
Tu13esI'd actually kind of like to fiddle with the "real" ubuntu on it, but my SD cards aren't large enough23:18
Stskeeps4gb really ought to be more than enough, maybe not for gnome, but ..23:18
*** netvandal has quit IRC23:18
Tu13esyeah, my largest is 2gb at the moment23:19
Tu13esi'll buy a few 8gb cards in a bit23:19
Stskeepsalso, mer is a lot easier to install :P23:19
Tu13esheh, yeah23:19
Khertan_n810stskeeps ... hum you have removed the 'no no no' dialog ?23:20
StskeepsKhertan_n810: hmm?23:20
lahirucan you tell me where I can find a howto on installing debootstrap, Bootmenu and binutils please?23:20
*** konttori_ has quit IRC23:20
Tu13esStskeeps: how big a SD card do I need for Mer?23:21
StskeepsTu13es: i use a 2gb card myself23:21
Stskeepsit fits in 139mb tar.gz, so, yeah23:21
Tu13eshmm23:21
Tu13eswill a 1gb card work?23:21
Stskeepsit's stretching it a bit but yes23:22
Stskeeps(i think)23:22
Stskeeps./dev/mmcblk1p3            3.4G    436.4M      2.8G  13% /mnt/deblet23:22
Stskeepsso, ye23:22
Stskeepss23:22
*** Sho_ has quit IRC23:23
*** jaem_N810 has quit IRC23:24
Tu13escool23:25
lahiruI really wanna find out how to install debootstrap an binutils. any help please! :)23:25
lahiruthanks in advance23:25
Stskeepslahiru: it should say in the guide23:26
lahirummm23:26
Stskeepsb-man really needs some kinda warning that it is not a trivial operation to install ubuntu..23:27
StskeepsTu13es: tablet-ubuntu is basically mer without our specialized maemo gtk and such23:27
*** neatojones has quit IRC23:30
*** lahiru has quit IRC23:30
Tu13esah23:31
JaffaCan anyone remember: if the auto-builder fails to build a package (say, vala_0.5.7), will it pick up a new upload with the exact same version number?23:35
JaffaAh. Build status just come through: answer == yes23:35
*** punk-ass has quit IRC23:35
*** Ryback_ has quit IRC23:36
*** L0cutus has joined #maemo23:38
*** tbf_ has quit IRC23:38
Khertan_n810bye23:43
*** Khertan_n810 has quit IRC23:43
*** punkass has joined #maemo23:45
RST38h"NBC Universal has decided to change the name of their Sci Fi Channel to Syfy. Why? To pull in a more 'mainstream' audience."23:45
RST38hAm I the only one instantly associating the new name with syphilis?23:45
Stskeepsnop, not only you23:47
*** pdz has quit IRC23:48
*** pdz has joined #maemo23:49
RST38hgood, I started worrying =)23:50
*** ignacius has quit IRC23:53
*** alan_peery has joined #maemo23:55
*** zer0mdq has joined #maemo23:56

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