IRC log of #maemo-devel for Thursday, 2010-01-21

blubbiwoglinde: how do I get the source when "apt-get source" doesn't find anything? (I installed it via dpkg -i python-clientform_0.2.10-2.1_all.deb) http://packages.debian.org/sid/python-clientform00:01
blubbican I use python-clientform_0.2.10.orig.tar.gz00:01
woglindeadd deb-src line00:01
woglindeapt-get update00:02
woglindeapt-get source00:02
blubbiokay, thx00:02
blubbiI guess I should install debian in a VM...00:02
blubbiwoglinde: thanks again00:03
woglindeno00:04
blubbiwoglinde: yes, just to play a round with debian itself00:04
woglindeyou can add deb-src into your /etc/apt/sources.list in sdk00:04
woglindeah okay00:04
woglindesure00:04
blubbiI never used something other then Gentoo :-)00:05
blubbiokay, well ScientificLinux on our CLuster... but never Debian00:05
sr71I've used and maintained systems running various distros and prefer Debian00:09
woglindesure00:09
woglindeme too00:10
blubbisr71: well, if i would have to choose something else then Gentoo I would use Debian as well00:10
sr71usually boils down to personal preference though00:10
*** pH5 has quit IRC00:10
woglindebut I come from ages where rpm-based stuff wasnt online updateable00:10
blubbihrrhrr00:10
blubbiwoglinde: SuSE? ;-)00:11
woglindeboth00:11
woglinderedhat and suse00:11
woglindefirst you had to reinstall00:11
woglindesecond step was you could update via cd00:11
blubbiwoglinde: my condolence00:11
*** Mek has quit IRC00:11
woglindeblubbi unfornatly I didnt have to do it often00:12
woglindearh00:12
woglindeaeh00:12
woglindefornatly00:12
woglindehahahaaaa00:12
blubbi*G*00:12
*** JPohlmann has joined #maemo-devel00:13
*** Mek has joined #maemo-devel00:14
blubbiquick reboot ;-)00:17
*** blubbi has quit IRC00:17
*** glogiotatidis has quit IRC00:18
*** blub_ has joined #maemo-devel00:20
blub_re00:20
*** blub_ is now known as blubbi00:20
*** simoneb_ has joined #maemo-devel00:21
simoneb_does anybody know of a good tutorial for packaging my application in a .deb?00:21
blubbisimoneb_: try this... I am new to .deb stuff, but it might help you: http://wiki.maemo.org/Building_packages_with_sbdmock00:23
wnddebian new maintainers' guide...00:23
blubbihttp://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing00:23
*** jebba has quit IRC00:23
simoneb_thanks00:25
*** Ken-Young has joined #maemo-devel00:35
Ken-YoungI have made a maemo 5 package which builds in scratchbox without problems for both x86 and ARMEL targets.   However, autobuilder won't build it (https://garage.maemo.org/builder/fremantle/orrery_3.0.5-1/armel.build.log.FAILED.txt). This is frustrating, of course, because I can't test that my package builds without uploading it.  Does autobuilder normally behave differently than the SDK, or is autobuilder temporarily messed up?00:39
*** glogiotatidis has joined #maemo-devel00:40
Ken-YoungIs there ay way to ensure that one's scratchbox environment is identical to the autobuilder environment?   If not, are the differences between the scratchbox environment and the autobuilder environment documented somewhere?00:41
woglindeautovbuilder is at pr 1.000:42
woglindeback again00:42
woglindeKen-Young what your DEPENDS line look?00:43
Ken-YoungDepends: ${shlibs:Depends}, ${misc:Depends}00:45
woglindethats runtime00:45
woglindefor buildtime you need it too00:45
woglindeotherwise autobuilder dont know which packages to install00:45
Ken-Young:Build-Depends: debhelper (>= 5), autotools-dev00:45
woglindeyeah where is gtk?00:46
*** slonopotamus has quit IRC00:46
woglindeso its not autobuilders fault do you agree?00:46
Ken-Youngautobuilder dies with the message "No package 'gtk+-2.0' found"00:46
woglindesure00:46
woglindebecause the autobuilder didnt install gtk00:46
woglindebecause you dont have it in your Build-depends00:47
woglindeI wonder it has pkgconfig by default00:47
Ken-Youngwoglinde, Thanks - do you know the syntax I should use to put gtk in the build-depends ?00:48
woglindelet me see what the gtk package is named00:48
woglindelibgtk2.0-dev00:48
woglindeand add pkgconfig too00:48
*** awwaiid has quit IRC00:49
woglindeKen-Young are you sure you dont need more deps?00:49
woglindehildon maybee00:49
*** VINCENT has joined #maemo-devel00:50
*** VINCENT is now known as Guest1301000:50
*** ntrs_ has quit IRC00:51
Ken-Youngwoglinde, Well, it's hard for me to guess what I need.   It builds perfectly in the SDK, so I was surprised to find it didn't build for the autobuilder.   I guess I just have to use trial and error to find what it needs in the depends line, which will be very time consuming.00:51
woglindelookinto the configure.in/ac00:51
woglindeKen-Young yes in sdk you installed gtk already00:52
woglindefor debian there is pbuilder00:52
woglindewhich helps you find such missing stuff00:52
Ken-Youngwoglinde, my configure.in checks for gtk+-2.0, hildon-1, libosso ad dbus-1   Do I need to put all of them in the debian/control build-depends line?   Will exactly those names work?00:54
*** edisson has joined #maemo-devel00:57
*** slonopotamus has joined #maemo-devel00:58
villagerKen-Young: you can use e.g. dpkg -S hildon-1.pc to find out which package name will work00:58
*** edisson has quit IRC00:58
Ken-Youngvillager, woglinde Thanks very much for your help!00:58
*** VDVsx has quit IRC01:00
*** jpetersen has quit IRC01:03
Ken-YoungRats.  I included hildon-1 and pkgconfig on my Build-Depends line in debian/control, and now the package won't even build in my scratchbox/SDK.01:07
jeremiahDoes your package depend on hildon-1 at Build time?01:07
*** VDVsx has joined #maemo-devel01:07
woglindeken-young use apt-cache search01:08
woglindeapt-cache search libosso01:08
woglindefor build-deps you need the -dev packages01:08
Ken-Youngjeremiah, Well, it calls hildon function calls, so it needs hildon-1 to build, I think.01:08
jeremiah(and not libosso 1) :p01:08
jeremiahKen-Young: It probably needs it at runtime, which is different from build01:09
Ken-Youngjeremiah, Well, my real problem is that the autobuilder won't build my package, even though scratchbox/SDK will.   So isn't Build-Depends the likely culprit?01:10
jeremiahIt may be, I suppose we can't rule that out.01:10
villagerKen-Young: dpkg -S hildon-1.pc searches for what package contains hildon-1.pc (which is a pkgconfig file), and it should have told you that the package name is libhildon1-dev, and you should have put that into build-depends, not hildon-101:11
jeremiahI think it could be a lot of things - I unfortunately can't see into the autobuilder due to lack of NDA01:11
jeremiahKen-Young: Yeah, villager has it right.01:11
woglindeyou have now a false build-dep in01:12
woglindedo as I said01:12
woglindeand pastebin your result01:12
woglindeso we can look at it01:12
Ken-Youngvillager's suggestion seems to be working.01:13
woglindeapt-cache hildon dont works?01:13
woglindeapt-cache search dbus neither?01:13
woglindenot all stuff has pkgconfig file01:13
villagerthat would probably work too01:14
villagerI just figured that if he's looking for what provides pkgconfig stuff, then that's one way to do it01:14
Ken-YoungI very much appreciate you folks helping me on this - I'd have never figured it out.01:15
villagerand apt-cache search always shows lots of uninteresting results that can sometimes be confusing if you don't know exactly what you're looking for01:16
woglindefor buildeps -dev01:16
Ken-YoungSo I guess my fundamental misunderstanding was not realizing that autobuilder acts like a clean install of the SDK each time it runs, right?01:16
woglindeken-youn now you got it01:16
*** slonopotamus has quit IRC01:17
simoneb_my widget application isn't showing in "add widget" ... i put the .so in /usr/lib/hildon-desktop and the .desktop in /usr/share/applications/hildon, works in scratchbox, what am i missing?01:19
*** simoneb_ has quit IRC01:24
*** JPohlmann has quit IRC01:27
*** JPohlmann has joined #maemo-devel01:27
*** BabelO has quit IRC01:31
*** JPohlmann has quit IRC01:32
*** glogiotatidis has quit IRC01:37
*** SpeedEvil1 has joined #maemo-devel01:38
blubbiaaah, I get an error when building pathon-clientform: http://paste.pocoo.org/show/167780/01:40
blubbimv: cannot stat `debian/python-clientform//ClientForm-*.egg-info': No such file or directory01:40
blubbiany ideas?01:41
woglindehm the autobuilder didnt work well without egg file01:42
woglindeso you have to provide it inside the source01:42
woglindeunfornatly binary changes with debian patch isnt that easy01:42
woglindeblubbi hm sorry cannt help01:46
woglindebut  warning: unknown information field `Rdepends' is serious01:46
*** SpeedEvil has quit IRC01:48
*** SpeedEvil1 is now known as SpeedEvil01:48
*** villager has quit IRC01:49
*** BabelO_ has quit IRC01:50
*** villager has joined #maemo-devel01:50
blubbiwoglinde: how has the line for Rdepends to be formated?01:56
blubbiRdepends: pymaemo-optify01:56
blubbi?01:56
woglindeargs my mistak01:57
woglindee01:57
woglinderdepends is wrong01:57
woglindeit has to go into Depends: line01:57
blubbiDepends: ${python:Depends}01:57
woglinderight01:58
woglindeafter that01:58
blubbiDepends: ${python:Depends} pymaemo-optify01:58
woglindeseperate with comma01:59
blubbiAnd I guess it is a library: Type of package: single binary, multiple binary, library, kernel module or cdbs?01:59
blubbiwoglinde: k01:59
blubbianyway, same error with mv: cannot stat `debian/python-clientform//ClientForm-*.egg-info': No such file or directory02:00
blubbiI guess it's a bug...02:00
blubbihttp://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg202786.html02:00
*** zle has quit IRC02:00
blubbiwrong link: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=55291502:00
woglindeseems you have to modify the rules file02:01
blubbiwoglinde: I am looking into that... but I don't understand the purpose of the action...02:02
woglindehm there is bug fix02:02
woglindeso you downloaded older source02:02
*** BabelO has joined #maemo-devel02:02
blubbiwoglinde: no02:02
blubbii checked the log file02:03
blubbi* Be less selective when renaming *.egg-info (closes: #552915).02:03
blubbihttp://archives.free.net.ph/message/20091226.221811.58d83e55.el.html02:03
woglindeargs02:03
woglindethis rules files hurt my eyes02:04
woglindeit should use cdbs02:04
BabelOhi02:04
blubbiwoglinde: mine to02:04
woglindeor debhelper702:04
BabelOsome problem here02:04
BabelOn900 reboot alone and can't do anything02:04
BabelOsince i installed batlevel !02:04
BabelOany soft reset available ?02:05
blubbiwoglinde: what's the purpose of moving these egg-info stuff around?02:05
woglindesorry02:07
woglindeI dont know02:07
woglindeits looks really ugly02:08
blubbipython-mechanize wirked like a charm02:10
blubbiworked02:10
blubbiI'll file a new bug02:10
woglindehm02:14
woglindebut you are building with sbox02:15
woglindenot with debian02:15
woglindenite02:32
*** woglinde has quit IRC02:32
*** lbt has quit IRC02:36
*** blubbi has quit IRC02:43
*** h5v16no0 has quit IRC02:44
*** BabelO has quit IRC03:00
*** SpeedEvil has quit IRC03:34
*** Hukka has quit IRC03:34
*** matnel has quit IRC03:34
*** guido_g has quit IRC03:34
*** frals has quit IRC03:34
*** SpeedEvil has joined #maemo-devel03:36
*** guido_g has joined #maemo-devel03:36
*** matnel has joined #maemo-devel03:36
*** Hukka has joined #maemo-devel03:36
*** frals has joined #maemo-devel03:36
*** kamui__ is now known as shinkamui03:39
*** VDVsx has quit IRC03:39
*** smps has joined #maemo-devel03:52
*** kamui__ has joined #maemo-devel04:11
*** shinkamui has quit IRC04:18
*** kamui__ is now known as shinkamui04:19
*** smps has quit IRC04:31
*** DocScrutinizer51 has quit IRC07:32
*** Docscrutemp has joined #maemo-devel07:32
*** Docscrutemp is now known as DocScrutinizer5107:32
*** DocScrutinizer has joined #maemo-devel07:33
*** DocScrutinizer2 has quit IRC07:34
*** goodwill has quit IRC08:01
*** goodwill_ has joined #maemo-devel08:02
*** guido_g has quit IRC08:59
*** tekojo has joined #maemo-devel09:12
*** Wolfie_ has joined #maemo-devel09:14
*** ntrs_ has joined #maemo-devel09:23
*** Wolfie has quit IRC09:27
*** lbt has joined #maemo-devel09:29
*** edisson has joined #maemo-devel09:29
*** BabelO has joined #maemo-devel09:39
*** Wolfie_ is now known as Wolfie09:48
*** BabelO_ has joined #maemo-devel10:24
*** _Lucretia_ has quit IRC10:40
*** tbf has joined #maemo-devel10:41
*** _Lucretia_ has joined #maemo-devel10:42
*** guido_g has joined #maemo-devel10:47
*** guido_g has left #maemo-devel10:47
*** Mek_ has joined #maemo-devel11:07
*** Mek has quit IRC11:09
*** SpeedEvil1 has joined #maemo-devel11:13
*** SpeedEvil has quit IRC11:14
*** Mek_ is now known as Mek11:17
*** amigadave has joined #maemo-devel11:34
*** jpetersen has joined #maemo-devel11:34
*** VDVsx has joined #maemo-devel11:45
*** JPohlmann has joined #maemo-devel12:11
*** edisson_ has joined #maemo-devel12:12
*** edisson has quit IRC12:13
*** anidel has joined #maemo-devel12:20
*** edisson_ has quit IRC12:47
*** edisson_ has joined #maemo-devel12:48
*** edisson_ is now known as edisson12:48
*** glogiotatidis has joined #maemo-devel13:15
*** microlith has quit IRC13:35
*** SpeedEvil1 is now known as SpeedEvil14:14
*** zle has joined #maemo-devel14:31
*** rsalveti has quit IRC14:36
*** rsalveti has joined #maemo-devel14:38
*** jebba has joined #maemo-devel14:42
*** Guest36128 has quit IRC14:42
*** edisson_ has joined #maemo-devel14:56
*** edisson has quit IRC14:57
*** edisson_ is now known as edisson14:57
*** jebba has quit IRC15:06
*** zle has quit IRC15:09
*** Ken-Young has quit IRC15:11
*** zle has joined #maemo-devel15:17
*** zle has quit IRC15:30
*** JPohlmann has quit IRC15:30
*** tbf has quit IRC15:30
*** tekojo has quit IRC15:30
*** DocScrutinizer has quit IRC15:30
*** Jaffa has quit IRC15:30
*** dragly has quit IRC15:30
*** sr71 has quit IRC15:30
*** ifreq has quit IRC15:30
*** niekt0_ has quit IRC15:30
*** TTilus has quit IRC15:30
*** fdv has quit IRC15:30
*** kulve has quit IRC15:30
*** Kalessin has quit IRC15:30
*** jpetersen has quit IRC15:30
*** Mek has quit IRC15:30
*** hegge has quit IRC15:30
*** timoph has quit IRC15:30
*** rsalveti has quit IRC15:30
*** VDVsx has quit IRC15:30
*** Wolfie has quit IRC15:30
*** goodwill_ has quit IRC15:30
*** villager has quit IRC15:30
*** blub has quit IRC15:30
*** asjo has quit IRC15:30
*** boogeyman has quit IRC15:30
*** andrewgodwin has quit IRC15:30
*** scoopr has quit IRC15:30
*** milhouse has quit IRC15:30
*** argontus has quit IRC15:30
*** thomaz has quit IRC15:30
*** glogiotatidis has quit IRC15:30
*** anidel has quit IRC15:30
*** BabelO_ has quit IRC15:30
*** jeremiah has quit IRC15:30
*** kodomo has quit IRC15:30
*** T7g has quit IRC15:30
*** DocScrutinizer51 has quit IRC15:30
*** hrw|gone has quit IRC15:30
*** zgold_ has quit IRC15:30
*** uttumuttu has quit IRC15:30
*** pillar has quit IRC15:30
*** leon- has quit IRC15:30
*** ravas has quit IRC15:30
*** zph has quit IRC15:30
*** thp has quit IRC15:30
*** lupine_85 has quit IRC15:30
*** lcuk has quit IRC15:30
*** w00t has quit IRC15:30
*** xorAxAx has quit IRC15:30
*** ruskie has quit IRC15:30
*** rsalveti has joined #maemo-devel15:30
*** VDVsx has joined #maemo-devel15:30
*** jpetersen has joined #maemo-devel15:30
*** Mek has joined #maemo-devel15:30
*** Wolfie has joined #maemo-devel15:30
*** goodwill_ has joined #maemo-devel15:30
*** villager has joined #maemo-devel15:30
*** hegge has joined #maemo-devel15:30
*** blub has joined #maemo-devel15:30
*** milhouse has joined #maemo-devel15:30
*** argontus has joined #maemo-devel15:30
*** scoopr has joined #maemo-devel15:30
*** timoph has joined #maemo-devel15:30
*** andrewgodwin has joined #maemo-devel15:30
*** thomaz has joined #maemo-devel15:30
*** boogeyman has joined #maemo-devel15:30
*** asjo has joined #maemo-devel15:30
*** glogiotatidis has joined #maemo-devel15:31
*** anidel has joined #maemo-devel15:31
*** BabelO_ has joined #maemo-devel15:31
*** kodomo has joined #maemo-devel15:31
*** jeremiah has joined #maemo-devel15:31
*** T7g has joined #maemo-devel15:31
*** Jaffa has joined #maemo-devel15:31
*** niekt0 has joined #maemo-devel15:31
*** tbf has joined #maemo-devel15:32
*** DocScrutinizer51 has joined #maemo-devel15:32
*** lupine_85 has joined #maemo-devel15:33
*** ruskie has joined #maemo-devel15:33
*** w00t has joined #maemo-devel15:33
*** lcuk has joined #maemo-devel15:33
*** zph has joined #maemo-devel15:33
*** ravas has joined #maemo-devel15:33
*** leon- has joined #maemo-devel15:33
*** pillar has joined #maemo-devel15:33
*** uttumuttu has joined #maemo-devel15:33
*** zgold_ has joined #maemo-devel15:33
*** hrw|gone has joined #maemo-devel15:33
*** thp has joined #maemo-devel15:33
*** xorAxAx has joined #maemo-devel15:33
*** tekojo has joined #maemo-devel15:33
*** DocScrutinizer has joined #maemo-devel15:34
*** dragly has joined #maemo-devel15:35
*** zle has joined #maemo-devel15:35
*** JPohlmann has joined #maemo-devel15:35
*** fdv has joined #maemo-devel15:35
*** TTilus has joined #maemo-devel15:35
*** ifreq has joined #maemo-devel15:35
*** fdv has quit IRC15:35
*** fdv has joined #maemo-devel15:35
*** Kalessin has joined #maemo-devel15:35
*** ntrs__ has joined #maemo-devel15:36
*** ntrs_ has quit IRC15:36
*** sr71 has joined #maemo-devel15:37
*** kulve has joined #maemo-devel15:41
*** ablack_ has joined #Maemo-devel15:53
*** ablack_ is now known as AndrewFBack15:54
*** fgs_ has joined #maemo-devel15:54
*** glogiotatidis has quit IRC15:58
*** glogiotatidis has joined #maemo-devel16:00
*** ntrs_ has joined #maemo-devel16:07
*** kamui__ has joined #maemo-devel16:11
*** shinkamui has quit IRC16:16
*** ntrs__ has quit IRC16:25
*** DocScrutinizer has quit IRC16:29
*** SpeedEvil has quit IRC16:29
*** amigadave has quit IRC16:29
*** lbt has quit IRC16:29
*** matnel has quit IRC16:29
*** Hukka has quit IRC16:29
*** DocScrutinizer has joined #maemo-devel16:30
*** amigadave has joined #maemo-devel16:30
*** SpeedEvil has joined #maemo-devel16:30
*** lbt has joined #maemo-devel16:30
*** Hukka has joined #maemo-devel16:30
*** matnel has joined #maemo-devel16:30
*** lbt_ has joined #maemo-devel16:31
*** DocScrutinizer2 has joined #maemo-devel16:31
*** lbt has quit IRC16:31
*** DocScrutinizer has quit IRC16:31
*** ntrs__ has joined #maemo-devel16:32
*** fiferboy has joined #maemo-devel16:33
*** uttumuttu has quit IRC16:34
*** zph has quit IRC16:34
*** pillar has quit IRC16:34
*** leon- has quit IRC16:34
*** ravas has quit IRC16:34
*** thp has quit IRC16:34
*** hrw|gone has quit IRC16:34
*** zgold_ has quit IRC16:34
*** ruskie has quit IRC16:34
*** xorAxAx has quit IRC16:34
*** lcuk has quit IRC16:34
*** lupine_85 has quit IRC16:34
*** w00t has quit IRC16:34
*** tekojo has quit IRC16:34
*** DocScrutinizer51 has quit IRC16:34
*** kamui__ has quit IRC16:34
*** AndrewFBack has quit IRC16:34
*** ifreq has quit IRC16:34
*** zle has quit IRC16:34
*** dragly has quit IRC16:34
*** JPohlmann has quit IRC16:34
*** TTilus has quit IRC16:34
*** Kalessin has quit IRC16:34
*** jeremiah has quit IRC16:34
*** anidel has quit IRC16:34
*** BabelO_ has quit IRC16:34
*** ntrs_ has quit IRC16:34
*** sr71 has quit IRC16:34
*** tbf has quit IRC16:34
*** T7g has quit IRC16:34
*** kodomo has quit IRC16:34
*** kamui__ has joined #maemo-devel16:34
*** AndrewFBack has joined #maemo-devel16:34
*** ifreq has joined #maemo-devel16:34
*** TTilus has joined #maemo-devel16:34
*** JPohlmann has joined #maemo-devel16:34
*** zle has joined #maemo-devel16:34
*** dragly has joined #maemo-devel16:34
*** tekojo has joined #maemo-devel16:35
*** DocScrutinizer51 has joined #maemo-devel16:35
*** ntrs_ has joined #maemo-devel16:35
*** sr71 has joined #maemo-devel16:35
*** Kalessin has joined #maemo-devel16:35
*** tbf has joined #maemo-devel16:35
*** anidel has joined #maemo-devel16:35
*** BabelO_ has joined #maemo-devel16:35
*** kodomo has joined #maemo-devel16:35
*** jeremiah has joined #maemo-devel16:35
*** T7g has joined #maemo-devel16:35
*** DocScrutinizer2 is now known as DocScrutinizer16:36
*** jeremiah has quit IRC16:48
*** anidel has quit IRC16:48
*** BabelO_ has quit IRC16:48
*** Kalessin has quit IRC16:48
*** jeremiah has joined #maemo-devel16:48
*** BabelO_ has joined #maemo-devel16:48
*** anidel has joined #maemo-devel16:48
*** fgs_ has quit IRC16:48
*** Kalessin has joined #maemo-devel16:48
*** blub has quit IRC16:50
*** lupine_85 has joined #maemo-devel16:50
*** ruskie has joined #maemo-devel16:50
*** w00t has joined #maemo-devel16:50
*** lcuk has joined #maemo-devel16:50
*** zph has joined #maemo-devel16:50
*** ravas has joined #maemo-devel16:50
*** leon- has joined #maemo-devel16:50
*** pillar has joined #maemo-devel16:50
*** uttumuttu has joined #maemo-devel16:50
*** zgold_ has joined #maemo-devel16:50
*** hrw|gone has joined #maemo-devel16:50
*** thp has joined #maemo-devel16:50
*** xorAxAx has joined #maemo-devel16:50
*** blub has joined #maemo-devel16:50
*** ntrs_ has quit IRC16:51
*** blub_ has joined #maemo-devel17:00
*** blub has quit IRC17:01
*** hrw|gone is now known as hrw17:04
hrwmorning17:04
anidelmorning17:09
*** blub_ has quit IRC17:21
*** kodomo_ has joined #maemo-devel17:29
*** blub_ has joined #maemo-devel17:31
*** edisson has quit IRC17:37
*** dymaxion has joined #maemo-devel17:38
*** blub_ has quit IRC17:40
*** kodomo has quit IRC17:43
*** wirelessd has quit IRC17:52
*** tekojo has quit IRC17:54
*** blub_ has joined #maemo-devel17:56
*** AndrewFBack is now known as AndrewFBlack18:05
*** blub_ has quit IRC18:25
*** blub__ has joined #maemo-devel18:25
*** amigadave has left #maemo-devel18:31
*** dymaxion has quit IRC18:34
*** AndrewFBlack has quit IRC18:39
*** jpetersen has quit IRC18:46
*** glogiotatidis has quit IRC18:47
*** blub__ has quit IRC18:50
*** blub has joined #maemo-devel18:50
*** tbf has quit IRC18:54
*** hrw is now known as hrw|gone19:04
*** ablack_ has joined #Maemo-devel19:05
*** AndrewFBlack has joined #Maemo-devel19:06
*** ablack_ has quit IRC19:06
*** blub_ has joined #maemo-devel19:08
*** blub has quit IRC19:15
*** BluesLee has joined #maemo-devel19:15
*** BluesLee has quit IRC19:21
*** blub has joined #maemo-devel19:24
*** blub has quit IRC19:27
*** blub_ has quit IRC19:29
*** blub has joined #maemo-devel19:30
*** jpetersen has joined #maemo-devel19:34
*** slonopotamus has joined #maemo-devel19:37
*** anidel has quit IRC19:52
*** thomaz has quit IRC19:53
*** blub has quit IRC20:15
*** asjo` has joined #maemo-devel20:19
*** blub has joined #maemo-devel20:20
*** asjo has quit IRC20:26
*** blub_ has joined #maemo-devel20:31
*** asjo has joined #maemo-devel20:39
*** zle has quit IRC20:39
*** zle has joined #maemo-devel20:39
*** blub has quit IRC20:39
*** guido_g has joined #maemo-devel20:40
*** guido_g has left #maemo-devel20:41
*** asjo has quit IRC20:42
*** lupine_86 has joined #maemo-devel20:42
*** lupine_85 has quit IRC20:43
*** blub has joined #maemo-devel20:45
*** blub_ has quit IRC20:45
*** asjo` has quit IRC20:47
*** lupine_86 has quit IRC20:52
*** lupine_85 has joined #maemo-devel20:55
*** AndrewFBlack has quit IRC20:55
*** blub_ has joined #maemo-devel20:59
*** ablack_ has joined #Maemo-devel21:00
*** jpetersen has quit IRC21:00
*** ablack_ has quit IRC21:00
*** ablack_ has joined #Maemo-devel21:01
*** ablack_ is now known as AndrewFBlack21:01
*** anidel has joined #maemo-devel21:01
*** asjo has joined #maemo-devel21:03
*** blub has quit IRC21:04
*** blub_ has quit IRC21:07
*** asjo` has joined #maemo-devel21:24
*** asjo has quit IRC21:26
*** sle has joined #maemo-devel21:28
*** blub has joined #maemo-devel21:29
*** jevin has joined #maemo-devel21:35
*** jebba900 has joined #maemo-devel21:38
*** slonopotamus has quit IRC21:38
*** asjo has joined #maemo-devel21:38
*** zle has quit IRC21:39
*** asjo` has quit IRC21:44
*** slonopotamus has joined #maemo-devel21:53
*** glogiotatidis has joined #maemo-devel21:58
*** blub_ has joined #maemo-devel22:00
*** anidel has quit IRC22:07
*** ntrs_ has joined #maemo-devel22:08
*** blub__ has joined #maemo-devel22:10
*** blub_ has quit IRC22:10
*** blub has quit IRC22:12
*** ntrs__ has quit IRC22:14
*** DocScrutinizer51 has quit IRC22:16
*** Docscrutemp has joined #maemo-devel22:16
*** Docscrutemp is now known as DocScrutinizer5122:16
*** blub has joined #maemo-devel22:24
*** slonopotamus has quit IRC22:24
*** jebba900 has quit IRC22:26
*** DocScrutinizer51 has quit IRC22:28
*** Docscrutemp has joined #maemo-devel22:28
*** Docscrutemp is now known as DocScrutinizer5122:28
*** blub__ has quit IRC22:29
*** slonopotamus has joined #maemo-devel22:31
*** onen|openBmap has joined #maemo-devel22:42
*** blub_ has joined #maemo-devel22:47
*** blub has quit IRC22:53
*** slonopotamus has quit IRC22:57
*** blub has joined #maemo-devel23:20
*** woglinde has joined #maemo-devel23:21
*** jevin has quit IRC23:23
*** fiferboy has quit IRC23:25
*** blub__ has joined #maemo-devel23:33
*** blub_ has quit IRC23:34
*** blub__ has quit IRC23:39
*** blub has quit IRC23:41
niekt0hi, where can I found all posible commands that can be send over dbus? Or I have sniff them?23:46
woglindeniekt0 did you see the link on #maemo?23:47
woglindeI dont think it is complete23:47
woglindethey gsm stuff is lacking23:47
woglindehttp://wiki.maemo.org/Phone_control#dbus-send-music-pause23:48
niekt0I have seen this for example: http://wiki.maemo.org/User:Jebba/DBUS23:48
woglindeah its the same page23:48
niekt0ok, but I think this all is sniffed, so there is no official list of commands, right?23:49
*** blub has joined #maemo-devel23:49
woglindehm did you read through developer dokus?23:50
niekt0I search for function I am looking for (req_vibrator_pattern_activate ;), but no hit. However I didn't read it all.23:51
woglindehm dbus-send-vibrate?23:52
niekt0this works with string:'PatternChatAndEmail', I just want to try different patterns23:54
*** onen|openBmap_ has joined #maemo-devel23:55
*** DocScrutinizer51 has quit IRC23:57
*** Docscrutemp has joined #maemo-devel23:57
*** Docscrutemp is now known as DocScrutinizer5123:57
*** onen|openBmap_ has quit IRC23:59

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