blubbi | woglinde: 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-clientform | 00:01 |
---|---|---|
blubbi | can I use python-clientform_0.2.10.orig.tar.gz | 00:01 |
woglinde | add deb-src line | 00:01 |
woglinde | apt-get update | 00:02 |
woglinde | apt-get source | 00:02 |
blubbi | okay, thx | 00:02 |
blubbi | I guess I should install debian in a VM... | 00:02 |
blubbi | woglinde: thanks again | 00:03 |
woglinde | no | 00:04 |
blubbi | woglinde: yes, just to play a round with debian itself | 00:04 |
woglinde | you can add deb-src into your /etc/apt/sources.list in sdk | 00:04 |
woglinde | ah okay | 00:04 |
woglinde | sure | 00:04 |
blubbi | I never used something other then Gentoo :-) | 00:05 |
blubbi | okay, well ScientificLinux on our CLuster... but never Debian | 00:05 |
sr71 | I've used and maintained systems running various distros and prefer Debian | 00:09 |
woglinde | sure | 00:09 |
woglinde | me too | 00:10 |
blubbi | sr71: well, if i would have to choose something else then Gentoo I would use Debian as well | 00:10 |
sr71 | usually boils down to personal preference though | 00:10 |
*** pH5 has quit IRC | 00:10 | |
woglinde | but I come from ages where rpm-based stuff wasnt online updateable | 00:10 |
blubbi | hrrhrr | 00:10 |
blubbi | woglinde: SuSE? ;-) | 00:11 |
woglinde | both | 00:11 |
woglinde | redhat and suse | 00:11 |
woglinde | first you had to reinstall | 00:11 |
woglinde | second step was you could update via cd | 00:11 |
blubbi | woglinde: my condolence | 00:11 |
*** Mek has quit IRC | 00:11 | |
woglinde | blubbi unfornatly I didnt have to do it often | 00:12 |
woglinde | arh | 00:12 |
woglinde | aeh | 00:12 |
woglinde | fornatly | 00:12 |
woglinde | hahahaaaa | 00:12 |
blubbi | *G* | 00:12 |
*** JPohlmann has joined #maemo-devel | 00:13 | |
*** Mek has joined #maemo-devel | 00:14 | |
blubbi | quick reboot ;-) | 00:17 |
*** blubbi has quit IRC | 00:17 | |
*** glogiotatidis has quit IRC | 00:18 | |
*** blub_ has joined #maemo-devel | 00:20 | |
blub_ | re | 00:20 |
*** blub_ is now known as blubbi | 00:20 | |
*** simoneb_ has joined #maemo-devel | 00:21 | |
simoneb_ | does anybody know of a good tutorial for packaging my application in a .deb? | 00:21 |
blubbi | simoneb_: try this... I am new to .deb stuff, but it might help you: http://wiki.maemo.org/Building_packages_with_sbdmock | 00:23 |
wnd | debian new maintainers' guide... | 00:23 |
blubbi | http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing | 00:23 |
*** jebba has quit IRC | 00:23 | |
simoneb_ | thanks | 00:25 |
*** Ken-Young has joined #maemo-devel | 00:35 | |
Ken-Young | I 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-devel | 00:40 | |
Ken-Young | Is 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 |
woglinde | autovbuilder is at pr 1.0 | 00:42 |
woglinde | back again | 00:42 |
woglinde | Ken-Young what your DEPENDS line look? | 00:43 |
Ken-Young | Depends: ${shlibs:Depends}, ${misc:Depends} | 00:45 |
woglinde | thats runtime | 00:45 |
woglinde | for buildtime you need it too | 00:45 |
woglinde | otherwise autobuilder dont know which packages to install | 00:45 |
Ken-Young | :Build-Depends: debhelper (>= 5), autotools-dev | 00:45 |
woglinde | yeah where is gtk? | 00:46 |
*** slonopotamus has quit IRC | 00:46 | |
woglinde | so its not autobuilders fault do you agree? | 00:46 |
Ken-Young | autobuilder dies with the message "No package 'gtk+-2.0' found" | 00:46 |
woglinde | sure | 00:46 |
woglinde | because the autobuilder didnt install gtk | 00:46 |
woglinde | because you dont have it in your Build-depends | 00:47 |
woglinde | I wonder it has pkgconfig by default | 00:47 |
Ken-Young | woglinde, Thanks - do you know the syntax I should use to put gtk in the build-depends ? | 00:48 |
woglinde | let me see what the gtk package is named | 00:48 |
woglinde | libgtk2.0-dev | 00:48 |
woglinde | and add pkgconfig too | 00:48 |
*** awwaiid has quit IRC | 00:49 | |
woglinde | Ken-Young are you sure you dont need more deps? | 00:49 |
woglinde | hildon maybee | 00:49 |
*** VINCENT has joined #maemo-devel | 00:50 | |
*** VINCENT is now known as Guest13010 | 00:50 | |
*** ntrs_ has quit IRC | 00:51 | |
Ken-Young | woglinde, 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 |
woglinde | lookinto the configure.in/ac | 00:51 |
woglinde | Ken-Young yes in sdk you installed gtk already | 00:52 |
woglinde | for debian there is pbuilder | 00:52 |
woglinde | which helps you find such missing stuff | 00:52 |
Ken-Young | woglinde, 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-devel | 00:57 | |
*** slonopotamus has joined #maemo-devel | 00:58 | |
villager | Ken-Young: you can use e.g. dpkg -S hildon-1.pc to find out which package name will work | 00:58 |
*** edisson has quit IRC | 00:58 | |
Ken-Young | villager, woglinde Thanks very much for your help! | 00:58 |
*** VDVsx has quit IRC | 01:00 | |
*** jpetersen has quit IRC | 01:03 | |
Ken-Young | Rats. 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 |
jeremiah | Does your package depend on hildon-1 at Build time? | 01:07 |
*** VDVsx has joined #maemo-devel | 01:07 | |
woglinde | ken-young use apt-cache search | 01:08 |
woglinde | apt-cache search libosso | 01:08 |
woglinde | for build-deps you need the -dev packages | 01:08 |
Ken-Young | jeremiah, Well, it calls hildon function calls, so it needs hildon-1 to build, I think. | 01:08 |
jeremiah | (and not libosso 1) :p | 01:08 |
jeremiah | Ken-Young: It probably needs it at runtime, which is different from build | 01:09 |
Ken-Young | jeremiah, 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 |
jeremiah | It may be, I suppose we can't rule that out. | 01:10 |
villager | Ken-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-1 | 01:11 |
jeremiah | I think it could be a lot of things - I unfortunately can't see into the autobuilder due to lack of NDA | 01:11 |
jeremiah | Ken-Young: Yeah, villager has it right. | 01:11 |
woglinde | you have now a false build-dep in | 01:12 |
woglinde | do as I said | 01:12 |
woglinde | and pastebin your result | 01:12 |
woglinde | so we can look at it | 01:12 |
Ken-Young | villager's suggestion seems to be working. | 01:13 |
woglinde | apt-cache hildon dont works? | 01:13 |
woglinde | apt-cache search dbus neither? | 01:13 |
woglinde | not all stuff has pkgconfig file | 01:13 |
villager | that would probably work too | 01:14 |
villager | I just figured that if he's looking for what provides pkgconfig stuff, then that's one way to do it | 01:14 |
Ken-Young | I very much appreciate you folks helping me on this - I'd have never figured it out. | 01:15 |
villager | and apt-cache search always shows lots of uninteresting results that can sometimes be confusing if you don't know exactly what you're looking for | 01:16 |
woglinde | for buildeps -dev | 01:16 |
Ken-Young | So 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 |
woglinde | ken-youn now you got it | 01:16 |
*** slonopotamus has quit IRC | 01: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 IRC | 01:24 | |
*** JPohlmann has quit IRC | 01:27 | |
*** JPohlmann has joined #maemo-devel | 01:27 | |
*** BabelO has quit IRC | 01:31 | |
*** JPohlmann has quit IRC | 01:32 | |
*** glogiotatidis has quit IRC | 01:37 | |
*** SpeedEvil1 has joined #maemo-devel | 01:38 | |
blubbi | aaah, I get an error when building pathon-clientform: http://paste.pocoo.org/show/167780/ | 01:40 |
blubbi | mv: cannot stat `debian/python-clientform//ClientForm-*.egg-info': No such file or directory | 01:40 |
blubbi | any ideas? | 01:41 |
woglinde | hm the autobuilder didnt work well without egg file | 01:42 |
woglinde | so you have to provide it inside the source | 01:42 |
woglinde | unfornatly binary changes with debian patch isnt that easy | 01:42 |
woglinde | blubbi hm sorry cannt help | 01:46 |
woglinde | but warning: unknown information field `Rdepends' is serious | 01:46 |
*** SpeedEvil has quit IRC | 01:48 | |
*** SpeedEvil1 is now known as SpeedEvil | 01:48 | |
*** villager has quit IRC | 01:49 | |
*** BabelO_ has quit IRC | 01:50 | |
*** villager has joined #maemo-devel | 01:50 | |
blubbi | woglinde: how has the line for Rdepends to be formated? | 01:56 |
blubbi | Rdepends: pymaemo-optify | 01:56 |
blubbi | ? | 01:56 |
woglinde | args my mistak | 01:57 |
woglinde | e | 01:57 |
woglinde | rdepends is wrong | 01:57 |
woglinde | it has to go into Depends: line | 01:57 |
blubbi | Depends: ${python:Depends} | 01:57 |
woglinde | right | 01:58 |
woglinde | after that | 01:58 |
blubbi | Depends: ${python:Depends} pymaemo-optify | 01:58 |
woglinde | seperate with comma | 01:59 |
blubbi | And I guess it is a library: Type of package: single binary, multiple binary, library, kernel module or cdbs? | 01:59 |
blubbi | woglinde: k | 01:59 |
blubbi | anyway, same error with mv: cannot stat `debian/python-clientform//ClientForm-*.egg-info': No such file or directory | 02:00 |
blubbi | I guess it's a bug... | 02:00 |
blubbi | http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg202786.html | 02:00 |
*** zle has quit IRC | 02:00 | |
blubbi | wrong link: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552915 | 02:00 |
woglinde | seems you have to modify the rules file | 02:01 |
blubbi | woglinde: I am looking into that... but I don't understand the purpose of the action... | 02:02 |
woglinde | hm there is bug fix | 02:02 |
woglinde | so you downloaded older source | 02:02 |
*** BabelO has joined #maemo-devel | 02:02 | |
blubbi | woglinde: no | 02:02 |
blubbi | i checked the log file | 02:03 |
blubbi | * Be less selective when renaming *.egg-info (closes: #552915). | 02:03 |
blubbi | http://archives.free.net.ph/message/20091226.221811.58d83e55.el.html | 02:03 |
woglinde | args | 02:03 |
woglinde | this rules files hurt my eyes | 02:04 |
woglinde | it should use cdbs | 02:04 |
BabelO | hi | 02:04 |
blubbi | woglinde: mine to | 02:04 |
woglinde | or debhelper7 | 02:04 |
BabelO | some problem here | 02:04 |
BabelO | n900 reboot alone and can't do anything | 02:04 |
BabelO | since i installed batlevel ! | 02:04 |
BabelO | any soft reset available ? | 02:05 |
blubbi | woglinde: what's the purpose of moving these egg-info stuff around? | 02:05 |
woglinde | sorry | 02:07 |
woglinde | I dont know | 02:07 |
woglinde | its looks really ugly | 02:08 |
blubbi | python-mechanize wirked like a charm | 02:10 |
blubbi | worked | 02:10 |
blubbi | I'll file a new bug | 02:10 |
woglinde | hm | 02:14 |
woglinde | but you are building with sbox | 02:15 |
woglinde | not with debian | 02:15 |
woglinde | nite | 02:32 |
*** woglinde has quit IRC | 02:32 | |
*** lbt has quit IRC | 02:36 | |
*** blubbi has quit IRC | 02:43 | |
*** h5v16no0 has quit IRC | 02:44 | |
*** BabelO has quit IRC | 03:00 | |
*** SpeedEvil has quit IRC | 03:34 | |
*** Hukka has quit IRC | 03:34 | |
*** matnel has quit IRC | 03:34 | |
*** guido_g has quit IRC | 03:34 | |
*** frals has quit IRC | 03:34 | |
*** SpeedEvil has joined #maemo-devel | 03:36 | |
*** guido_g has joined #maemo-devel | 03:36 | |
*** matnel has joined #maemo-devel | 03:36 | |
*** Hukka has joined #maemo-devel | 03:36 | |
*** frals has joined #maemo-devel | 03:36 | |
*** kamui__ is now known as shinkamui | 03:39 | |
*** VDVsx has quit IRC | 03:39 | |
*** smps has joined #maemo-devel | 03:52 | |
*** kamui__ has joined #maemo-devel | 04:11 | |
*** shinkamui has quit IRC | 04:18 | |
*** kamui__ is now known as shinkamui | 04:19 | |
*** smps has quit IRC | 04:31 | |
*** DocScrutinizer51 has quit IRC | 07:32 | |
*** Docscrutemp has joined #maemo-devel | 07:32 | |
*** Docscrutemp is now known as DocScrutinizer51 | 07:32 | |
*** DocScrutinizer has joined #maemo-devel | 07:33 | |
*** DocScrutinizer2 has quit IRC | 07:34 | |
*** goodwill has quit IRC | 08:01 | |
*** goodwill_ has joined #maemo-devel | 08:02 | |
*** guido_g has quit IRC | 08:59 | |
*** tekojo has joined #maemo-devel | 09:12 | |
*** Wolfie_ has joined #maemo-devel | 09:14 | |
*** ntrs_ has joined #maemo-devel | 09:23 | |
*** Wolfie has quit IRC | 09:27 | |
*** lbt has joined #maemo-devel | 09:29 | |
*** edisson has joined #maemo-devel | 09:29 | |
*** BabelO has joined #maemo-devel | 09:39 | |
*** Wolfie_ is now known as Wolfie | 09:48 | |
*** BabelO_ has joined #maemo-devel | 10:24 | |
*** _Lucretia_ has quit IRC | 10:40 | |
*** tbf has joined #maemo-devel | 10:41 | |
*** _Lucretia_ has joined #maemo-devel | 10:42 | |
*** guido_g has joined #maemo-devel | 10:47 | |
*** guido_g has left #maemo-devel | 10:47 | |
*** Mek_ has joined #maemo-devel | 11:07 | |
*** Mek has quit IRC | 11:09 | |
*** SpeedEvil1 has joined #maemo-devel | 11:13 | |
*** SpeedEvil has quit IRC | 11:14 | |
*** Mek_ is now known as Mek | 11:17 | |
*** amigadave has joined #maemo-devel | 11:34 | |
*** jpetersen has joined #maemo-devel | 11:34 | |
*** VDVsx has joined #maemo-devel | 11:45 | |
*** JPohlmann has joined #maemo-devel | 12:11 | |
*** edisson_ has joined #maemo-devel | 12:12 | |
*** edisson has quit IRC | 12:13 | |
*** anidel has joined #maemo-devel | 12:20 | |
*** edisson_ has quit IRC | 12:47 | |
*** edisson_ has joined #maemo-devel | 12:48 | |
*** edisson_ is now known as edisson | 12:48 | |
*** glogiotatidis has joined #maemo-devel | 13:15 | |
*** microlith has quit IRC | 13:35 | |
*** SpeedEvil1 is now known as SpeedEvil | 14:14 | |
*** zle has joined #maemo-devel | 14:31 | |
*** rsalveti has quit IRC | 14:36 | |
*** rsalveti has joined #maemo-devel | 14:38 | |
*** jebba has joined #maemo-devel | 14:42 | |
*** Guest36128 has quit IRC | 14:42 | |
*** edisson_ has joined #maemo-devel | 14:56 | |
*** edisson has quit IRC | 14:57 | |
*** edisson_ is now known as edisson | 14:57 | |
*** jebba has quit IRC | 15:06 | |
*** zle has quit IRC | 15:09 | |
*** Ken-Young has quit IRC | 15:11 | |
*** zle has joined #maemo-devel | 15:17 | |
*** zle has quit IRC | 15:30 | |
*** JPohlmann has quit IRC | 15:30 | |
*** tbf has quit IRC | 15:30 | |
*** tekojo has quit IRC | 15:30 | |
*** DocScrutinizer has quit IRC | 15:30 | |
*** Jaffa has quit IRC | 15:30 | |
*** dragly has quit IRC | 15:30 | |
*** sr71 has quit IRC | 15:30 | |
*** ifreq has quit IRC | 15:30 | |
*** niekt0_ has quit IRC | 15:30 | |
*** TTilus has quit IRC | 15:30 | |
*** fdv has quit IRC | 15:30 | |
*** kulve has quit IRC | 15:30 | |
*** Kalessin has quit IRC | 15:30 | |
*** jpetersen has quit IRC | 15:30 | |
*** Mek has quit IRC | 15:30 | |
*** hegge has quit IRC | 15:30 | |
*** timoph has quit IRC | 15:30 | |
*** rsalveti has quit IRC | 15:30 | |
*** VDVsx has quit IRC | 15:30 | |
*** Wolfie has quit IRC | 15:30 | |
*** goodwill_ has quit IRC | 15:30 | |
*** villager has quit IRC | 15:30 | |
*** blub has quit IRC | 15:30 | |
*** asjo has quit IRC | 15:30 | |
*** boogeyman has quit IRC | 15:30 | |
*** andrewgodwin has quit IRC | 15:30 | |
*** scoopr has quit IRC | 15:30 | |
*** milhouse has quit IRC | 15:30 | |
*** argontus has quit IRC | 15:30 | |
*** thomaz has quit IRC | 15:30 | |
*** glogiotatidis has quit IRC | 15:30 | |
*** anidel has quit IRC | 15:30 | |
*** BabelO_ has quit IRC | 15:30 | |
*** jeremiah has quit IRC | 15:30 | |
*** kodomo has quit IRC | 15:30 | |
*** T7g has quit IRC | 15:30 | |
*** DocScrutinizer51 has quit IRC | 15:30 | |
*** hrw|gone has quit IRC | 15:30 | |
*** zgold_ has quit IRC | 15:30 | |
*** uttumuttu has quit IRC | 15:30 | |
*** pillar has quit IRC | 15:30 | |
*** leon- has quit IRC | 15:30 | |
*** ravas has quit IRC | 15:30 | |
*** zph has quit IRC | 15:30 | |
*** thp has quit IRC | 15:30 | |
*** lupine_85 has quit IRC | 15:30 | |
*** lcuk has quit IRC | 15:30 | |
*** w00t has quit IRC | 15:30 | |
*** xorAxAx has quit IRC | 15:30 | |
*** ruskie has quit IRC | 15:30 | |
*** rsalveti has joined #maemo-devel | 15:30 | |
*** VDVsx has joined #maemo-devel | 15:30 | |
*** jpetersen has joined #maemo-devel | 15:30 | |
*** Mek has joined #maemo-devel | 15:30 | |
*** Wolfie has joined #maemo-devel | 15:30 | |
*** goodwill_ has joined #maemo-devel | 15:30 | |
*** villager has joined #maemo-devel | 15:30 | |
*** hegge has joined #maemo-devel | 15:30 | |
*** blub has joined #maemo-devel | 15:30 | |
*** milhouse has joined #maemo-devel | 15:30 | |
*** argontus has joined #maemo-devel | 15:30 | |
*** scoopr has joined #maemo-devel | 15:30 | |
*** timoph has joined #maemo-devel | 15:30 | |
*** andrewgodwin has joined #maemo-devel | 15:30 | |
*** thomaz has joined #maemo-devel | 15:30 | |
*** boogeyman has joined #maemo-devel | 15:30 | |
*** asjo has joined #maemo-devel | 15:30 | |
*** glogiotatidis has joined #maemo-devel | 15:31 | |
*** anidel has joined #maemo-devel | 15:31 | |
*** BabelO_ has joined #maemo-devel | 15:31 | |
*** kodomo has joined #maemo-devel | 15:31 | |
*** jeremiah has joined #maemo-devel | 15:31 | |
*** T7g has joined #maemo-devel | 15:31 | |
*** Jaffa has joined #maemo-devel | 15:31 | |
*** niekt0 has joined #maemo-devel | 15:31 | |
*** tbf has joined #maemo-devel | 15:32 | |
*** DocScrutinizer51 has joined #maemo-devel | 15:32 | |
*** lupine_85 has joined #maemo-devel | 15:33 | |
*** ruskie has joined #maemo-devel | 15:33 | |
*** w00t has joined #maemo-devel | 15:33 | |
*** lcuk has joined #maemo-devel | 15:33 | |
*** zph has joined #maemo-devel | 15:33 | |
*** ravas has joined #maemo-devel | 15:33 | |
*** leon- has joined #maemo-devel | 15:33 | |
*** pillar has joined #maemo-devel | 15:33 | |
*** uttumuttu has joined #maemo-devel | 15:33 | |
*** zgold_ has joined #maemo-devel | 15:33 | |
*** hrw|gone has joined #maemo-devel | 15:33 | |
*** thp has joined #maemo-devel | 15:33 | |
*** xorAxAx has joined #maemo-devel | 15:33 | |
*** tekojo has joined #maemo-devel | 15:33 | |
*** DocScrutinizer has joined #maemo-devel | 15:34 | |
*** dragly has joined #maemo-devel | 15:35 | |
*** zle has joined #maemo-devel | 15:35 | |
*** JPohlmann has joined #maemo-devel | 15:35 | |
*** fdv has joined #maemo-devel | 15:35 | |
*** TTilus has joined #maemo-devel | 15:35 | |
*** ifreq has joined #maemo-devel | 15:35 | |
*** fdv has quit IRC | 15:35 | |
*** fdv has joined #maemo-devel | 15:35 | |
*** Kalessin has joined #maemo-devel | 15:35 | |
*** ntrs__ has joined #maemo-devel | 15:36 | |
*** ntrs_ has quit IRC | 15:36 | |
*** sr71 has joined #maemo-devel | 15:37 | |
*** kulve has joined #maemo-devel | 15:41 | |
*** ablack_ has joined #Maemo-devel | 15:53 | |
*** ablack_ is now known as AndrewFBack | 15:54 | |
*** fgs_ has joined #maemo-devel | 15:54 | |
*** glogiotatidis has quit IRC | 15:58 | |
*** glogiotatidis has joined #maemo-devel | 16:00 | |
*** ntrs_ has joined #maemo-devel | 16:07 | |
*** kamui__ has joined #maemo-devel | 16:11 | |
*** shinkamui has quit IRC | 16:16 | |
*** ntrs__ has quit IRC | 16:25 | |
*** DocScrutinizer has quit IRC | 16:29 | |
*** SpeedEvil has quit IRC | 16:29 | |
*** amigadave has quit IRC | 16:29 | |
*** lbt has quit IRC | 16:29 | |
*** matnel has quit IRC | 16:29 | |
*** Hukka has quit IRC | 16:29 | |
*** DocScrutinizer has joined #maemo-devel | 16:30 | |
*** amigadave has joined #maemo-devel | 16:30 | |
*** SpeedEvil has joined #maemo-devel | 16:30 | |
*** lbt has joined #maemo-devel | 16:30 | |
*** Hukka has joined #maemo-devel | 16:30 | |
*** matnel has joined #maemo-devel | 16:30 | |
*** lbt_ has joined #maemo-devel | 16:31 | |
*** DocScrutinizer2 has joined #maemo-devel | 16:31 | |
*** lbt has quit IRC | 16:31 | |
*** DocScrutinizer has quit IRC | 16:31 | |
*** ntrs__ has joined #maemo-devel | 16:32 | |
*** fiferboy has joined #maemo-devel | 16:33 | |
*** uttumuttu has quit IRC | 16:34 | |
*** zph has quit IRC | 16:34 | |
*** pillar has quit IRC | 16:34 | |
*** leon- has quit IRC | 16:34 | |
*** ravas has quit IRC | 16:34 | |
*** thp has quit IRC | 16:34 | |
*** hrw|gone has quit IRC | 16:34 | |
*** zgold_ has quit IRC | 16:34 | |
*** ruskie has quit IRC | 16:34 | |
*** xorAxAx has quit IRC | 16:34 | |
*** lcuk has quit IRC | 16:34 | |
*** lupine_85 has quit IRC | 16:34 | |
*** w00t has quit IRC | 16:34 | |
*** tekojo has quit IRC | 16:34 | |
*** DocScrutinizer51 has quit IRC | 16:34 | |
*** kamui__ has quit IRC | 16:34 | |
*** AndrewFBack has quit IRC | 16:34 | |
*** ifreq has quit IRC | 16:34 | |
*** zle has quit IRC | 16:34 | |
*** dragly has quit IRC | 16:34 | |
*** JPohlmann has quit IRC | 16:34 | |
*** TTilus has quit IRC | 16:34 | |
*** Kalessin has quit IRC | 16:34 | |
*** jeremiah has quit IRC | 16:34 | |
*** anidel has quit IRC | 16:34 | |
*** BabelO_ has quit IRC | 16:34 | |
*** ntrs_ has quit IRC | 16:34 | |
*** sr71 has quit IRC | 16:34 | |
*** tbf has quit IRC | 16:34 | |
*** T7g has quit IRC | 16:34 | |
*** kodomo has quit IRC | 16:34 | |
*** kamui__ has joined #maemo-devel | 16:34 | |
*** AndrewFBack has joined #maemo-devel | 16:34 | |
*** ifreq has joined #maemo-devel | 16:34 | |
*** TTilus has joined #maemo-devel | 16:34 | |
*** JPohlmann has joined #maemo-devel | 16:34 | |
*** zle has joined #maemo-devel | 16:34 | |
*** dragly has joined #maemo-devel | 16:34 | |
*** tekojo has joined #maemo-devel | 16:35 | |
*** DocScrutinizer51 has joined #maemo-devel | 16:35 | |
*** ntrs_ has joined #maemo-devel | 16:35 | |
*** sr71 has joined #maemo-devel | 16:35 | |
*** Kalessin has joined #maemo-devel | 16:35 | |
*** tbf has joined #maemo-devel | 16:35 | |
*** anidel has joined #maemo-devel | 16:35 | |
*** BabelO_ has joined #maemo-devel | 16:35 | |
*** kodomo has joined #maemo-devel | 16:35 | |
*** jeremiah has joined #maemo-devel | 16:35 | |
*** T7g has joined #maemo-devel | 16:35 | |
*** DocScrutinizer2 is now known as DocScrutinizer | 16:36 | |
*** jeremiah has quit IRC | 16:48 | |
*** anidel has quit IRC | 16:48 | |
*** BabelO_ has quit IRC | 16:48 | |
*** Kalessin has quit IRC | 16:48 | |
*** jeremiah has joined #maemo-devel | 16:48 | |
*** BabelO_ has joined #maemo-devel | 16:48 | |
*** anidel has joined #maemo-devel | 16:48 | |
*** fgs_ has quit IRC | 16:48 | |
*** Kalessin has joined #maemo-devel | 16:48 | |
*** blub has quit IRC | 16:50 | |
*** lupine_85 has joined #maemo-devel | 16:50 | |
*** ruskie has joined #maemo-devel | 16:50 | |
*** w00t has joined #maemo-devel | 16:50 | |
*** lcuk has joined #maemo-devel | 16:50 | |
*** zph has joined #maemo-devel | 16:50 | |
*** ravas has joined #maemo-devel | 16:50 | |
*** leon- has joined #maemo-devel | 16:50 | |
*** pillar has joined #maemo-devel | 16:50 | |
*** uttumuttu has joined #maemo-devel | 16:50 | |
*** zgold_ has joined #maemo-devel | 16:50 | |
*** hrw|gone has joined #maemo-devel | 16:50 | |
*** thp has joined #maemo-devel | 16:50 | |
*** xorAxAx has joined #maemo-devel | 16:50 | |
*** blub has joined #maemo-devel | 16:50 | |
*** ntrs_ has quit IRC | 16:51 | |
*** blub_ has joined #maemo-devel | 17:00 | |
*** blub has quit IRC | 17:01 | |
*** hrw|gone is now known as hrw | 17:04 | |
hrw | morning | 17:04 |
anidel | morning | 17:09 |
*** blub_ has quit IRC | 17:21 | |
*** kodomo_ has joined #maemo-devel | 17:29 | |
*** blub_ has joined #maemo-devel | 17:31 | |
*** edisson has quit IRC | 17:37 | |
*** dymaxion has joined #maemo-devel | 17:38 | |
*** blub_ has quit IRC | 17:40 | |
*** kodomo has quit IRC | 17:43 | |
*** wirelessd has quit IRC | 17:52 | |
*** tekojo has quit IRC | 17:54 | |
*** blub_ has joined #maemo-devel | 17:56 | |
*** AndrewFBack is now known as AndrewFBlack | 18:05 | |
*** blub_ has quit IRC | 18:25 | |
*** blub__ has joined #maemo-devel | 18:25 | |
*** amigadave has left #maemo-devel | 18:31 | |
*** dymaxion has quit IRC | 18:34 | |
*** AndrewFBlack has quit IRC | 18:39 | |
*** jpetersen has quit IRC | 18:46 | |
*** glogiotatidis has quit IRC | 18:47 | |
*** blub__ has quit IRC | 18:50 | |
*** blub has joined #maemo-devel | 18:50 | |
*** tbf has quit IRC | 18:54 | |
*** hrw is now known as hrw|gone | 19:04 | |
*** ablack_ has joined #Maemo-devel | 19:05 | |
*** AndrewFBlack has joined #Maemo-devel | 19:06 | |
*** ablack_ has quit IRC | 19:06 | |
*** blub_ has joined #maemo-devel | 19:08 | |
*** blub has quit IRC | 19:15 | |
*** BluesLee has joined #maemo-devel | 19:15 | |
*** BluesLee has quit IRC | 19:21 | |
*** blub has joined #maemo-devel | 19:24 | |
*** blub has quit IRC | 19:27 | |
*** blub_ has quit IRC | 19:29 | |
*** blub has joined #maemo-devel | 19:30 | |
*** jpetersen has joined #maemo-devel | 19:34 | |
*** slonopotamus has joined #maemo-devel | 19:37 | |
*** anidel has quit IRC | 19:52 | |
*** thomaz has quit IRC | 19:53 | |
*** blub has quit IRC | 20:15 | |
*** asjo` has joined #maemo-devel | 20:19 | |
*** blub has joined #maemo-devel | 20:20 | |
*** asjo has quit IRC | 20:26 | |
*** blub_ has joined #maemo-devel | 20:31 | |
*** asjo has joined #maemo-devel | 20:39 | |
*** zle has quit IRC | 20:39 | |
*** zle has joined #maemo-devel | 20:39 | |
*** blub has quit IRC | 20:39 | |
*** guido_g has joined #maemo-devel | 20:40 | |
*** guido_g has left #maemo-devel | 20:41 | |
*** asjo has quit IRC | 20:42 | |
*** lupine_86 has joined #maemo-devel | 20:42 | |
*** lupine_85 has quit IRC | 20:43 | |
*** blub has joined #maemo-devel | 20:45 | |
*** blub_ has quit IRC | 20:45 | |
*** asjo` has quit IRC | 20:47 | |
*** lupine_86 has quit IRC | 20:52 | |
*** lupine_85 has joined #maemo-devel | 20:55 | |
*** AndrewFBlack has quit IRC | 20:55 | |
*** blub_ has joined #maemo-devel | 20:59 | |
*** ablack_ has joined #Maemo-devel | 21:00 | |
*** jpetersen has quit IRC | 21:00 | |
*** ablack_ has quit IRC | 21:00 | |
*** ablack_ has joined #Maemo-devel | 21:01 | |
*** ablack_ is now known as AndrewFBlack | 21:01 | |
*** anidel has joined #maemo-devel | 21:01 | |
*** asjo has joined #maemo-devel | 21:03 | |
*** blub has quit IRC | 21:04 | |
*** blub_ has quit IRC | 21:07 | |
*** asjo` has joined #maemo-devel | 21:24 | |
*** asjo has quit IRC | 21:26 | |
*** sle has joined #maemo-devel | 21:28 | |
*** blub has joined #maemo-devel | 21:29 | |
*** jevin has joined #maemo-devel | 21:35 | |
*** jebba900 has joined #maemo-devel | 21:38 | |
*** slonopotamus has quit IRC | 21:38 | |
*** asjo has joined #maemo-devel | 21:38 | |
*** zle has quit IRC | 21:39 | |
*** asjo` has quit IRC | 21:44 | |
*** slonopotamus has joined #maemo-devel | 21:53 | |
*** glogiotatidis has joined #maemo-devel | 21:58 | |
*** blub_ has joined #maemo-devel | 22:00 | |
*** anidel has quit IRC | 22:07 | |
*** ntrs_ has joined #maemo-devel | 22:08 | |
*** blub__ has joined #maemo-devel | 22:10 | |
*** blub_ has quit IRC | 22:10 | |
*** blub has quit IRC | 22:12 | |
*** ntrs__ has quit IRC | 22:14 | |
*** DocScrutinizer51 has quit IRC | 22:16 | |
*** Docscrutemp has joined #maemo-devel | 22:16 | |
*** Docscrutemp is now known as DocScrutinizer51 | 22:16 | |
*** blub has joined #maemo-devel | 22:24 | |
*** slonopotamus has quit IRC | 22:24 | |
*** jebba900 has quit IRC | 22:26 | |
*** DocScrutinizer51 has quit IRC | 22:28 | |
*** Docscrutemp has joined #maemo-devel | 22:28 | |
*** Docscrutemp is now known as DocScrutinizer51 | 22:28 | |
*** blub__ has quit IRC | 22:29 | |
*** slonopotamus has joined #maemo-devel | 22:31 | |
*** onen|openBmap has joined #maemo-devel | 22:42 | |
*** blub_ has joined #maemo-devel | 22:47 | |
*** blub has quit IRC | 22:53 | |
*** slonopotamus has quit IRC | 22:57 | |
*** blub has joined #maemo-devel | 23:20 | |
*** woglinde has joined #maemo-devel | 23:21 | |
*** jevin has quit IRC | 23:23 | |
*** fiferboy has quit IRC | 23:25 | |
*** blub__ has joined #maemo-devel | 23:33 | |
*** blub_ has quit IRC | 23:34 | |
*** blub__ has quit IRC | 23:39 | |
*** blub has quit IRC | 23:41 | |
niekt0 | hi, where can I found all posible commands that can be send over dbus? Or I have sniff them? | 23:46 |
woglinde | niekt0 did you see the link on #maemo? | 23:47 |
woglinde | I dont think it is complete | 23:47 |
woglinde | they gsm stuff is lacking | 23:47 |
woglinde | http://wiki.maemo.org/Phone_control#dbus-send-music-pause | 23:48 |
niekt0 | I have seen this for example: http://wiki.maemo.org/User:Jebba/DBUS | 23:48 |
woglinde | ah its the same page | 23:48 |
niekt0 | ok, but I think this all is sniffed, so there is no official list of commands, right? | 23:49 |
*** blub has joined #maemo-devel | 23:49 | |
woglinde | hm did you read through developer dokus? | 23:50 |
niekt0 | I search for function I am looking for (req_vibrator_pattern_activate ;), but no hit. However I didn't read it all. | 23:51 |
woglinde | hm dbus-send-vibrate? | 23:52 |
niekt0 | this works with string:'PatternChatAndEmail', I just want to try different patterns | 23:54 |
*** onen|openBmap_ has joined #maemo-devel | 23:55 | |
*** DocScrutinizer51 has quit IRC | 23:57 | |
*** Docscrutemp has joined #maemo-devel | 23:57 | |
*** Docscrutemp is now known as DocScrutinizer51 | 23:57 | |
*** onen|openBmap_ has quit IRC | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!