*** nox- has joined #maemo-ssu | 00:06 | |
*** Pali has quit IRC | 00:18 | |
DocScrutinizer05 | DataGhost: eh? | 00:30 |
---|---|---|
DocScrutinizer05 | cat x >>x ?? | 00:30 |
DocScrutinizer05 | echo ten_bytes>file, head -n 100000 file >>file | 00:32 |
DocScrutinizer05 | to create a 1MB file with known content | 00:32 |
DocScrutinizer05 | s/,/;/ | 00:33 |
DocScrutinizer05 | DataGhost: ulimit -f | 00:35 |
DocScrutinizer05 | though fsckng busybox doesn't support it? | 00:38 |
DocScrutinizer05 | maybe maemo doesn't support it? | 00:40 |
DataGhost | no I was doing a recursive grep and piping it through tee, so when grep hit that file, tee kept on filling it and grep kept on grepping that | 00:41 |
DocScrutinizer05 | ooh, maemo just blows chunks on 10000000 blocks for ulimit -f | 00:43 |
DocScrutinizer05 | DataGhost: well, that's exactly what I commented about in prev posts | 00:44 |
DocScrutinizer05 | since you can do same thing with less cpu load, by cat x >>x | 00:44 |
DocScrutinizer05 | and you can stop impact of both by ulimit -f <blocks> | 00:45 |
DocScrutinizer05 | though I guess on maemo there's an implicit "ulimit -f" of 2GB filesize anyway | 00:46 |
*** MrPingu has quit IRC | 01:07 | |
*** MrPingu has joined #maemo-ssu | 01:07 | |
*** MrPingu has quit IRC | 01:09 | |
*** MrPingu has joined #maemo-ssu | 01:09 | |
*** MrPingu has quit IRC | 02:05 | |
*** MrPingu has joined #maemo-ssu | 02:08 | |
*** MrPingu has quit IRC | 02:20 | |
*** MrPingu has joined #maemo-ssu | 02:20 | |
*** MrPingu has quit IRC | 02:22 | |
*** MrPingu has joined #maemo-ssu | 02:22 | |
*** MrPingu has quit IRC | 02:23 | |
*** MrPingu has joined #maemo-ssu | 02:24 | |
*** DataGhost has quit IRC | 02:31 | |
*** M4rtinK has quit IRC | 02:46 | |
*** nox- has quit IRC | 05:16 | |
*** amiconn_ has joined #maemo-ssu | 05:47 | |
*** amiconn has quit IRC | 05:47 | |
*** amiconn_ is now known as amiconn | 05:47 | |
*** M13 has joined #maemo-ssu | 05:59 | |
*** DocScrutinizer05 has quit IRC | 06:04 | |
*** DocScrutinizer05 has joined #maemo-ssu | 06:04 | |
*** gregoa has quit IRC | 06:07 | |
*** gregoa has joined #maemo-ssu | 06:41 | |
*** dhbiker has quit IRC | 06:46 | |
*** dhbiker has joined #maemo-ssu | 07:02 | |
*** luf has joined #maemo-ssu | 07:40 | |
*** toxaris has quit IRC | 08:14 | |
*** dhbiker has quit IRC | 08:16 | |
*** dhbiker has joined #maemo-ssu | 08:18 | |
kerio | DocScrutinizer05: you mean a 2GB limit on vfat | 08:24 |
DocScrutinizer05 | I mean a 2GB limit of 32bit kernels | 08:25 |
DocScrutinizer05 | a few days ago somebody argued with me and seemed to claim the limit of vfat is actually 4GB | 08:26 |
DocScrutinizer05 | while on maemo we evidently have a 2GB limit | 08:27 |
DocScrutinizer05 | which makes sense for signed int32 function return, with <0 == Error | 08:28 |
DocScrutinizer05 | such int32 return for file functions should apply to all fs, not only vfat | 08:29 |
DocScrutinizer05 | I never tried to create a >2GB file on /home | 08:29 |
kerio | there's probably not enough space anyway :) | 08:29 |
DocScrutinizer05 | I leave that up to sb who got extended /home part | 08:30 |
DocScrutinizer05 | my suspicion: even on ext3 there'll hit the kernel's 31bit limit | 08:31 |
DocScrutinizer05 | well, I could check on a SD card | 08:34 |
DocScrutinizer05 | or a USB stick | 08:34 |
DocScrutinizer05 | and I seem to recall people reporting issues with files >2GB | 08:34 |
DocScrutinizer05 | kerio: how's about your energy for investigations? create a uSD with ext3 and a 3 or even 5GB file on it? then insert to N900 | 08:36 |
DocScrutinizer05 | I have to leave now for my awesome daywork job | 08:36 |
DocScrutinizer05 | so you could be the one to discover this issue | 08:37 |
DocScrutinizer05 | or prove all concerns moot | 08:37 |
DocScrutinizer05 | keep in mind this might differ between stock and KP | 08:38 |
DocScrutinizer05 | sounds like an interesting topic, no? | 08:38 |
DocScrutinizer05 | kerio: probably checking struct buffer in sys/stat.h should suffice to tell if kernel file functions use a int32, uint32, or (u)int64 | 08:46 |
luf | DocScrutinizer05: if I remember right 2GB is limit for vfat. | 09:07 |
luf | I saw larger files on different FS (xfs, extX,...) on 32-bit. The problem with different FSes are compatibility with win world. | 09:08 |
freemangordon | luf:from wikipedia: | 09:09 |
freemangordon | 4,294,967,295 bytes (4 GB - 1) with FAT16B and FAT32[1] | 09:09 |
freemangordon | it is 4GB - 1 as ~0 is used for end of chain iirc | 09:11 |
luf | freemangordon: my experiences are different. | 09:42 |
freemangordon | luf: it depends on the cluster size ;) | 09:43 |
freemangordon | iirc you need 32k cluster to have 4GB file | 09:43 |
freemangordon | or was it 64k? | 09:43 |
luf | ok :) I used default values as I hope it's the most tested :) | 09:44 |
freemangordon | :) | 09:44 |
freemangordon | luf: btw your modified PA is in -thumb | 09:45 |
freemangordon | which reminds me.. what is the status of bluez? | 09:45 |
luf | freemangordon: thanks. I have to find some spare time for thumb ... | 09:45 |
luf | freemangordon: I installed it again on my main N900 so I hope it's quiet stable. But testing is needed. | 09:46 |
luf | Oh I forgot to upload the latest greatest :D | 09:47 |
luf | Bluez devel fixed the last problem with AudioSource.Connect so I see no pending bugs right now. | 09:47 |
freemangordon | and wthat about that guy on TMO with desconectiong issues, or it is unrelated? | 09:48 |
freemangordon | luf: upload or push? | 09:49 |
luf | The guy has problem with stock bluez (and also with the new one). So maybe it's not bluez related. | 09:49 |
luf | freemangordon: The git contains all latest changes (except changelog) :) | 09:50 |
freemangordon | aah, the paragraph 22 in the kernel, I see | 09:50 |
luf | freemangordon: what? | 09:51 |
freemangordon | stock kernel does not work OK with some HS. There was/is a patch in KP that fixed the issue, but made another set of HS/HF to not work :D | 09:52 |
freemangordon | So we decided to revert to stock behaviour in latest KP versions ;) | 09:53 |
freemangordon | the funny thing is that patch is for HID devices :D | 09:53 |
freemangordon | *the patch | 09:53 |
luf | Ahh I get the message. Ok. | 09:54 |
freemangordon | oops, it is catch 22 in english :D | 09:54 |
freemangordon | http://en.wikipedia.org/wiki/Catch-22 | 09:55 |
* freemangordon wonders who was that to translate "catch" as "clause" in bulgarian | 09:57 | |
luf | I'm trying to find info how to handle SMS notifications for obexd MAP push function ... | 09:58 |
freemangordon | you should be able to do that via dbus | 09:58 |
freemangordon | anyway, I am on my way to office, bbl | 09:59 |
luf | You're right. dbus is the right way. I see N900 Notifier and it's python code now :) | 10:03 |
*** jade has joined #maemo-ssu | 10:22 | |
*** jade has quit IRC | 10:22 | |
*** jade has joined #maemo-ssu | 10:22 | |
*** Jaded has quit IRC | 10:26 | |
*** MrPingu has joined #maemo-ssu | 10:45 | |
*** Jaded has joined #maemo-ssu | 10:53 | |
*** Jaded has joined #maemo-ssu | 10:53 | |
*** jade has quit IRC | 10:56 | |
*** Pali has joined #maemo-ssu | 11:08 | |
freemangordon | luf: I hopy you won;t use python for your stuff :P | 11:09 |
freemangordon | *hope | 11:09 |
luf | freemangordon: you're right as usual but I see the way how to handle it ;) And it's important. | 11:16 |
luf | BTW I saw no C example on SMS notification. | 11:17 |
freemangordon | luf: just setup a dbus listener , for the same signals, should be easy | 11:23 |
*** M4rtinK has joined #maemo-ssu | 11:23 | |
*** chainsawbike has quit IRC | 11:49 | |
*** chainsawbike has joined #maemo-ssu | 11:53 | |
*** arcean_ has joined #maemo-ssu | 12:01 | |
*** arcean has joined #maemo-ssu | 12:01 | |
*** arcean has quit IRC | 12:01 | |
*** arcean_ is now known as arcean | 12:01 | |
*** arcean_ has joined #maemo-ssu | 12:01 | |
*** arcean has quit IRC | 12:02 | |
*** arcean has joined #maemo-ssu | 12:03 | |
*** arcean_ has quit IRC | 12:03 | |
*** dhbiker has quit IRC | 12:18 | |
*** MrPingu has quit IRC | 12:30 | |
*** MrPingu has joined #maemo-ssu | 12:30 | |
luf | kerio: I'm trying nap in bluez-4.99 and it seems that it works :) I need to finish some configuration but I connected and it adds the bnep0 into the bridge on N900 side. | 12:37 |
merlin1991 | btw luf is the pa anything for -testing? | 12:39 |
*** MrPingu has quit IRC | 12:39 | |
*** MrPingu has joined #maemo-ssu | 12:39 | |
luf | merlin1991: what do you mean with pa - pulseaudio? | 12:40 |
merlin1991 | yep | 12:40 |
luf | Hmmm. To be honest I don't think about it. I know that just me and pali tested it. | 12:40 |
luf | I add there just new functionality which shouldn't affect any previous features. | 12:41 |
luf | Maybe it should go into -testing now or wait for next testing. | 12:42 |
luf | The change is support for AudioSource + add loopback module so anyone is able to play sound from another source on N900. But it's not user friendly and I have to write some wiki about it. | 12:43 |
merlin1991 | okay | 12:44 |
luf | (support AudioSource means take AudioSource from another BT host) | 12:44 |
merlin1991 | hm would it work to connect multiple n900s with one BT host and have them all playback what the host has? :D | 12:46 |
luf | I think it's possible as long as the host has possibility to connect to multiple N900s. | 12:47 |
luf | But I think that sound from such N900s shouldn't be synchronized. | 12:47 |
merlin1991 | would be funny to place them in the room and suddnely have musik from everywhere xD | 12:47 |
merlin1991 | yeah sync would probably suck | 12:47 |
* merlin1991 headdesks | 12:50 | |
luf | Probably you can also create a chain of N900 to get the sound from the last one (far away from the source) | 12:50 |
merlin1991 | why did I upload the new -testing stuff into the pre testing repo and then remove it locally? the repo import eats the .changes files :/ | 12:51 |
luf | You did to to have more fun? :) | 12:51 |
merlin1991 | bah | 12:51 |
merlin1991 | I still have to evaluate sqlite and possibly build qt4 | 12:51 |
merlin1991 | btw luckily I didn't remove the openssl stuff | 12:52 |
merlin1991 | because that build takes forever :D | 12:52 |
merlin1991 | wtf gitorious claims my public key is m00t | 12:53 |
*** Mihanizat0r has joined #maemo-ssu | 12:55 | |
merlin1991 | btw luf any reason why debian/rules in obexd isn't +x ? | 12:55 |
freemangordon | merlin1991: PA is n -thumb for a couple of days, so far no problems. I even use it on my primary device | 12:56 |
luf | merlin1991: because diff ? | 12:56 |
luf | merlin1991: I don't see how to change it. So I live with it and do chmod a+x debian rules each time I use patch on top of orig source. | 12:57 |
*** M13 has quit IRC | 12:57 | |
merlin1991 | damn diff and patch :D | 12:58 |
freemangordon | hmm, why not use quilt? | 12:58 |
merlin1991 | because we're using git aswell? and quilt withing git is kinda bad for your mental health | 12:59 |
luf | freemangordon: I'm not so good in debian packaging and I took the package from maemo or wheezy. | 13:00 |
luf | I'm still learning it. | 13:00 |
*** MrPingu has quit IRC | 13:00 | |
merlin1991 | luf: quilt is great when you're working based on source tarballs, but it doesn't make much sense when you have the source in a git repo anyway | 13:00 |
*** MrPingu has joined #maemo-ssu | 13:00 | |
*** MrPingu has quit IRC | 13:01 | |
luf | kerio: Good, I'm able to ping N900 using bluez-4.99 + builtin NAP + kernel-power 52 :) | 13:01 |
*** MrPingu has joined #maemo-ssu | 13:01 | |
freemangordon | :) | 13:01 |
luf | merlin1991: I'm using debian/patches againist source tarballs | 13:02 |
merlin1991 | why don't you apply the patches and make git commits? | 13:02 |
*** MrPingu has quit IRC | 13:02 | |
freemangordon | merlin1991: hmm, it is better to keep patches unapplied | 13:02 |
luf | I think it's simplier to upgrade to new upstream version when I need. | 13:02 |
*** MrPingu has joined #maemo-ssu | 13:03 | |
freemangordon | :nod: | 13:03 |
*** MrPingu has quit IRC | 13:03 | |
*** sicelo^ has quit IRC | 13:03 | |
merlin1991 | :antinod: | 13:03 |
*** FireFly has quit IRC | 13:03 | |
*** MrPingu has joined #maemo-ssu | 13:03 | |
merlin1991 | git checkout "commitof orgignial source" git checkout -b "somebranch" drop new tarball git rebase --onto forgotpropersyntax here and you're done | 13:04 |
merlin1991 | ah yeah commit the new tarball before the rebase ofc :) | 13:04 |
*** sicelo^ has joined #maemo-ssu | 13:05 | |
*** sicelo^ has joined #maemo-ssu | 13:05 | |
*** FireFly has joined #maemo-ssu | 13:07 | |
freemangordon | merlin1991: I am not that experienced with git :D. seems luf is not either :P | 13:08 |
merlin1991 | you can picture each commit in git as a simple patch file :) | 13:08 |
merlin1991 | so they can be moved around, applied in different order, applied elsewhere, ... | 13:08 |
*** dhbiker has joined #maemo-ssu | 13:09 | |
merlin1991 | btw freemangordon I've recued the number of commands to completeley reset to a cloned tree to 2: git clean -dfxe .gitignore && git reset --hard | 13:11 |
merlin1991 | s/recued/reduced/ | 13:11 |
infobot | merlin1991 meant: btw freemangordon I've reduced the number of commands to completeley reset to a cloned tree to 2: git clean -dfxe .gitignore && git reset --hard | 13:11 |
freemangordon | :D | 13:12 |
freemangordon | good | 13:12 |
merlin1991 | sometimes reading manpages can save further work :P | 13:12 |
freemangordon | 2 instead of 3, 33.3~% reduction in CPU load :D:D:D | 13:12 |
merlin1991 | nah the biggest improvement is on the # of letters you have to type ;) | 13:13 |
Pali | merlin1991, can you look at other merge requests on gitorious? | 13:15 |
merlin1991 | which one is still open apart from the qt4 one? | 13:15 |
Pali | https://gitorious.org/community-ssu/hildon-desktop/merge_requests/24 | 13:16 |
Pali | https://gitorious.org/community-ssu/modest-l10n/merge_requests/3 | 13:16 |
Pali | https://gitorious.org/community-ssu/freetype/merge_requests/2 | 13:16 |
Pali | https://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/1 | 13:16 |
Pali | https://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/4 | 13:16 |
Pali | https://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/5 | 13:17 |
arcean | no! please do not merge https://gitorious.org/community-ssu/hildon-desktop/merge_requests/24 :D | 13:17 |
merlin1991 | yeah :P | 13:17 |
Pali | thats should be all open | 13:18 |
merlin1991 | modest-l10n is not merged but fixed, freetype I have to investigate, and the qt4 ones, #1 is invalid since the -O fix, #4 can be merged, #5 is in review | 13:19 |
merlin1991 | I dunno what todo with the modest-l10n mg, it is not merged, but fixed | 13:20 |
merlin1991 | hm odd, I have no freetype clone on this machine | 13:22 |
merlin1991 | ah it's only in my -stable tree, seems mag built that for -testing | 13:23 |
Pali | merlin1991, mark modest as merged (so it will not be open) and write that problem was fixed | 13:23 |
Pali | merlin1991, for qt #5 all lines "unknown-control-file digsigsums" should be removed | 13:26 |
merlin1991 | yeah I know | 13:26 |
merlin1991 | that's harmattan dpkg cruft which is not affecting us :) | 13:26 |
Pali | because fremantle scratchbox (or other build system) does not generate any digsigsums | 13:26 |
Pali | :-) | 13:26 |
Pali | and we can ignore all lintian errors | 13:27 |
merlin1991 | I know too well about digsigsums, I even wrote a custom distutils module for python to build harmattan debs on regular linux :) | 13:27 |
Pali | because debhelper 5 (or 4) which is supported by fremantle does not have any support for lintian | 13:27 |
Pali | info to merge request added | 13:30 |
Pali | arcean, merlin1991, what is wrong with hildon-desktop #24 ? | 13:31 |
Pali | something which can lock orientation to portrait (for apps which support portrait) can be usefull | 13:32 |
jon_y | anybody planning to roll cdebootstrap? :) | 13:33 |
merlin1991 | jon_y: nfc what that even is :D | 13:33 |
jon_y | C version of debootstrap | 13:34 |
jon_y | roll your own easy debian in a chroot :) | 13:34 |
Pali | merlin1991, also see https://gitorious.org/community-ssu/vte/merge_requests/1 | 13:35 |
merlin1991 | jon_y: I don't even use easy debian :P | 13:37 |
merlin1991 | arcean: care to comment on the portrait lock mg and it's shortcomings? | 13:37 |
jon_y | not really easy debian, just debian | 13:37 |
freemangordon | merlin1991: it works *most* of the time | 13:39 |
freemangordon | I used it on my device | 13:39 |
freemangordon | but it brings problems sometimes, with orientation. Can;t remember what exactly | 13:40 |
freemangordon | arcean: how do you think, is it possible such functionality to be implemented? at least for h-d & co. | 13:41 |
Pali | merlin1991, vte commit is bad | 13:45 |
Pali | merlin1991, now after merge there is mess :-( | 13:46 |
merlin1991 | hm it looked good here? | 13:46 |
Pali | I used git format-patch to apply all old commits on top of nokia git repo | 13:47 |
Pali | so after rewriting git history is needed to git push --force | 13:47 |
Pali | to change HEAD | 13:47 |
merlin1991 | well this way we keep the repo sane, but ofc I could --force a new head with a "clean" history | 13:48 |
Pali | merlin1991, git reset --hard d9bae416db8945a4d08b12d057d57eea84ddae04 && git push --force | 13:48 |
merlin1991 | okay did that | 13:50 |
freemangordon | arcean, Pali, merlin1991: if we define what is "portrait lock" supposed to mean, I will implement ot in h-d | 13:50 |
freemangordon | *it | 13:50 |
Pali | there are 3 types of apps: 1) which support both modes 2) which support only landscape 3) only portrait | 13:51 |
Pali | and portrait/landscape lock should be only only for type 1) | 13:51 |
Pali | we should not force (by default) apps which does not support needed mode | 13:52 |
*** MrPingu has quit IRC | 13:53 | |
Pali | freemangordon, merlin1991, arcean: what do you think about lock only for 1) ? | 13:53 |
*** MrPingu has joined #maemo-ssu | 13:54 | |
Pali | if somebody enable forcerotation then any nonblacklisted application from 2) and 3) is moved to group 1) | 13:54 |
Pali | or do you have better idea for lock? | 13:55 |
freemangordon | sounds sane | 13:56 |
merlin1991 | that sounds perfectly sane | 13:57 |
freemangordon | and maybe it is time we should remove blacklist | 13:57 |
merlin1991 | why? | 13:58 |
freemangordon | and leave only whitelist for force-rotation | 13:58 |
merlin1991 | people can already use the whitelist afaik | 13:58 |
*** MrPingu has quit IRC | 13:58 | |
freemangordon | well, i'll rethink on that | 13:58 |
Pali | merlin1991, conversation app should be added to blacklist | 13:58 |
merlin1991 | but for whatever reasons most of them still use forced flag + blacklist | 13:58 |
freemangordon | but yes, what Pali said sound sane to me. | 13:59 |
*** MrPingu has joined #maemo-ssu | 13:59 | |
merlin1991 | Pali: I'd rather get the friggin css patch into cssu | 13:59 |
freemangordon | but the first think I am going to do(after i issue new thumb -mp) | 13:59 |
freemangordon | merlin1991: :nod: | 13:59 |
merlin1991 | have beere? | 13:59 |
merlin1991 | -e | 13:59 |
Pali | merlin1991, and is that css patch working? | 14:00 |
merlin1991 | Pali: yep | 14:00 |
Pali | if yes, why is not in cssu yet? | 14:00 |
merlin1991 | no *patch* on device | 14:00 |
freemangordon | Pali: I am using it on my device since the day one | 14:00 |
Pali | I thought that css patch does not working correctly | 14:00 |
Pali | ah | 14:00 |
merlin1991 | and we can't reship conversations since nokia closed | 14:00 |
freemangordon | merlin1991: actually we can | 14:00 |
merlin1991 | and nobody went and prepared proper sed / whatever scripts | 14:00 |
Pali | merlin1991, ignore that nokia closed | 14:00 |
merlin1991 | freemangordon: well it's cleaner if we don't reship a binary pacakge | 14:01 |
Pali | quim already wrote that we can modify any nokia sw for nokia devices | 14:01 |
Pali | for oss project | 14:01 |
freemangordon | merlin1991: i'll upload the scripts on your server, as it is tested and works for sure | 14:01 |
merlin1991 | and god forbid actually put the binary blobs into a git repo to version our stuff | 14:01 |
freemangordon | s/scripts/css/ | 14:01 |
infobot | freemangordon meant: merlin1991: i'll upload the css on your server, as it is tested and works for sure | 14:01 |
Pali | freemangordon, which package has problematic css file? | 14:02 |
merlin1991 | i'd rather have a funky postinst prerm package | 14:02 |
freemangordon | no idea | 14:02 |
freemangordon | merlin1991: that's ok, but we should have the .diff anyway | 14:02 |
merlin1991 | yea | 14:02 |
freemangordon | and as you have at least one "stock" device... | 14:03 |
freemangordon | :P | 14:03 |
*** MrPingu has quit IRC | 14:03 | |
arcean | Qt based apps listen to MCE, and from H-D POV you never know if they support portrait mode until you're about to rotate to portrait | 14:03 |
*** MrPingu has joined #maemo-ssu | 14:03 | |
Pali | arcean, so need to patch qt library? | 14:03 |
arcean | maybe :) | 14:04 |
freemangordon | arcean: so, we can't lock qt apps? | 14:04 |
Pali | ok, deb package is rtcom-messaging-ui | 14:05 |
arcean | freemangordon, it's not as easy as with gtk/hildon based apps | 14:05 |
freemangordon | arcean: why not? we have the source after all | 14:05 |
Pali | I suggest to create new deb package rtcom-messaging-ui-portrait which dpkg-divert old file and install new | 14:05 |
freemangordon | :P | 14:05 |
freemangordon | Pali: :nod: | 14:05 |
Pali | and include full new patched file into dsc/git/deb package | 14:05 |
Pali | I can do it | 14:06 |
freemangordon | ok, i'll mail you css files | 14:06 |
Pali | I found this: https://bugs.maemo.org/show_bug.cgi?id=11976 | 14:06 |
povbot_ | Bug 11976: viewing sms conversations in portrait mode without horizontal scrolling (patch) | 14:06 |
freemangordon | we just need merlin to create the repo :P | 14:06 |
Pali | ok, now going offline | 14:07 |
freemangordon | Pali: I think I use that, but some of those css have some buck, which hangs conversations app | 14:07 |
freemangordon | *bug | 14:07 |
merlin1991 | freemangordon: which repo? :D | 14:08 |
Pali | ok, sent me to email fixed version | 14:08 |
freemangordon | Pali: ok | 14:08 |
freemangordon | merlin1991: ok, gitorious :P | 14:08 |
freemangordon | anyway, the first thing to do is to RE alarm sysui plugin. IT DRIVES ME NUTS | 14:09 |
freemangordon | I cannot wake up because of it :D | 14:09 |
*** Pali has quit IRC | 14:09 | |
*** Mihanizat0r has quit IRC | 14:13 | |
arcean | ok, here's the problem: https://gitorious.org/community-ssu/qt-x11-maemo/blobs/master/src/gui/kernel/qwidget_x11.cpp#line266 | 14:13 |
arcean | and also lines 279-281 | 14:14 |
*** MrPingu_ has joined #maemo-ssu | 14:14 | |
arcean | the _HILDON_PORTRAIT_MODE_SUPPORT should be always set if app supports portrait mode | 14:15 |
*** MrPingu has quit IRC | 14:42 | |
*** M4rtinK has quit IRC | 14:47 | |
*** MrPingu has joined #maemo-ssu | 14:49 | |
*** arcean_ has joined #maemo-ssu | 14:52 | |
*** arcean has quit IRC | 14:56 | |
*** arcean_ is now known as arcean | 14:56 | |
*** Pali has joined #maemo-ssu | 15:00 | |
*** MrPingu has quit IRC | 15:01 | |
*** MrPingu has joined #maemo-ssu | 15:01 | |
*** MrPingu has quit IRC | 15:23 | |
*** MrPingu has joined #maemo-ssu | 15:23 | |
*** MrPingu has quit IRC | 15:24 | |
*** MrPingu has joined #maemo-ssu | 15:25 | |
freemangordon | arcean: i don;t see the problem with that code. what is it? | 15:26 |
*** dafox has joined #maemo-ssu | 15:27 | |
freemangordon | aah, i see, we should anly set request and have support always set | 15:27 |
freemangordon | *only | 15:27 |
arcean | freemangordon: yes :) | 15:27 |
arcean | from H-D POV 'request ' means rotate the app to portrait as soon as possible | 15:28 |
arcean | even if the current device orientation is landscape | 15:29 |
merlin1991 | luf: do I need to add any extra package for pulseaudio? | 15:32 |
luf | merlin1991: ugh I don't think so. But MMNT. Maybe I planned to create new package for loopback. | 15:36 |
merlin1991 | mmnt? :D | 15:36 |
luf | one moment please :) | 15:36 |
luf | merlin1991: No extra package for pulseaudio. New code in pulseaudio-module-bluetooth and loopback is included into pulseaudio package | 15:38 |
merlin1991 | thanks | 15:38 |
* merlin1991 should resort the mp depends | 15:39 | |
merlin1991 | it's getting tedious to add stuff | 15:39 |
*** Pali has quit IRC | 15:43 | |
merlin1991 | luf: does the map support in current obexd push the sms now? | 15:44 |
luf | merlin1991: no push feature now for map | 15:45 |
freemangordon | arcean: I know. Thak code needs to be reworked. | 15:45 |
merlin1991 | okay so I can write in the changelog added initial map support (no notifications no message push) ? | 15:45 |
freemangordon | *That | 15:45 |
luf | merlin1991: yes. The changelog is correct in obexd. | 15:46 |
freemangordon | arcean: the logic should be: if (orientation == Qt::WA_Maemo5AutoOrientation) the set(portrait_support) | 15:47 |
luf | I have to leave now. But ssh over BT PAN i really good :) I'm affraid I'll have to write some app for settings bridge etc :( | 15:49 |
*** luf has quit IRC | 15:49 | |
merlin1991 | does this look about right? http://paste.debian.net/205261/ | 15:50 |
*** Milhouse has quit IRC | 15:51 | |
*** Milhouse has joined #maemo-ssu | 15:56 | |
freemangordon | about right? yes :P | 15:59 |
merlin1991 | I'm mainly asking if I missed a package :) | 15:59 |
freemangordon | aah, luf left. i still don;t like the idea of using bridge in BT | 15:59 |
freemangordon | merlin1991: IDK, there wasn't much new stuff since the last update aiui | 16:01 |
merlin1991 | I have to say the D-Link DIR-635 sucks | 16:07 |
merlin1991 | whenever I want to test something on the n900 the wireless is down :/ | 16:07 |
merlin1991 | awesome, when I put the router into g and n mode the n900 can't find it anymore | 16:23 |
merlin1991 | anybody in here who is on -testing and not -thumb (besides doc?) | 16:25 |
merlin1991 | DocScrutinizer: when are guine pig ready? | 16:32 |
DocScrutinizer51 | need another 2h doing boring nuttin in job :-/ | 16:33 |
merlin1991 | no worries I've got time :) | 16:33 |
DocScrutinizer51 | boss busy, I'm blocked and bored | 16:34 |
DocScrutinizer51 | I guess I could leave in 1:30 | 16:35 |
DocScrutinizer51 | merlin1991: NUKE DAT DIR615!!! CRAP! | 16:38 |
merlin1991 | DocScrutinizer51: I totally agree, though it's a dir635 no 615 ;) | 16:39 |
DocScrutinizer51 | ooops | 16:40 |
DocScrutinizer51 | prolly the sw is identical horseshit | 16:42 |
*** lizardo has joined #maemo-ssu | 16:53 | |
*** Pali has joined #maemo-ssu | 16:54 | |
*** MrPingu has quit IRC | 17:00 | |
*** MrPingu has joined #maemo-ssu | 17:03 | |
*** MrPingu has quit IRC | 17:06 | |
*** MrPingu has joined #maemo-ssu | 17:16 | |
*** dhbiker has quit IRC | 17:17 | |
*** dhbiker has joined #maemo-ssu | 17:27 | |
*** dhbiker has quit IRC | 17:31 | |
*** dhbiker has joined #maemo-ssu | 17:33 | |
*** dhbiker has joined #maemo-ssu | 17:38 | |
*** MrPingu has quit IRC | 17:50 | |
kerio | ah dammit, luf left :( | 17:52 |
* kerio lols at merlin1991 not being quite able to find cssu-testing users that don't have -thumb installed :D | 17:52 | |
kerio | DocScrutinizer51: what's the l33t router for l33t kidz nowadays? something from mikrotik? | 17:53 |
kerio | i don't like the non-open OS on those routers :( | 17:53 |
DocScrutinizer51 | kerio: nfc | 17:54 |
DocScrutinizer51 | Imd get a fritzbox | 17:54 |
DocScrutinizer51 | I'd* | 17:55 |
kerio | what's the OS? | 17:55 |
*** freemangordon has quit IRC | 18:01 | |
*** freemangordon has joined #maemo-ssu | 18:01 | |
*** ekze has quit IRC | 18:01 | |
*** ekze has joined #maemo-ssu | 18:02 | |
*** MrPingu has joined #maemo-ssu | 18:03 | |
*** ekze has quit IRC | 18:09 | |
*** ekze has joined #maemo-ssu | 18:10 | |
*** MrPingu has quit IRC | 18:16 | |
*** MrPingu has joined #maemo-ssu | 18:16 | |
ShadowJK | i thought fritzbox was a modem you get free? | 18:17 |
ShadowJK | (just assuming since my non-geek relatives have one) | 18:17 |
*** Pali has quit IRC | 18:23 | |
DocScrutinizer51 | it's foss linux | 18:34 |
DocScrutinizer51 | afaik | 18:35 |
DocScrutinizer51 | and it's as free as an iPhone with your carrier contract | 18:36 |
DocScrutinizer51 | actually the 7390 is ~250EUR unsubsidized | 18:37 |
kerio | sheeeeeeeeet | 18:37 |
kerio | a routerboard with gigE and dual-band wifi is like 80$ | 18:38 |
kerio | it doesn't do voip though | 18:38 |
DocScrutinizer51 | and no p2p downloads on USB mass stoarge | 18:38 |
kerio | i have a sheevaplug for that | 18:39 |
DocScrutinizer51 | LOL | 18:39 |
DocScrutinizer51 | and shivaplug is how much? | 18:39 |
*** dhbiker has quit IRC | 18:40 | |
DocScrutinizer51 | (incl psu etc) | 18:40 |
DocScrutinizer51 | I got a wrt53g now | 18:42 |
DocScrutinizer51 | with ddWRT | 18:42 |
DocScrutinizer51 | just works | 18:43 |
DocScrutinizer51 | of course no awesome DSL modem, so no diagnostics for DSL | 18:44 |
* ShadowJK has a tp-link 1043nd, a linksys wrt54gl (tomato fw), and a sheevaplug | 18:44 | |
DocScrutinizer51 | err 54 | 18:45 |
ShadowJK | sheevaplug psu is pants. I ripped it out and replaced it with a wallwart bought from a consumer electronics store | 18:45 |
ShadowJK | Heh, i guess my linksys is on about its fifth psu too. The router is approaching 10 years in age couple years still | 18:46 |
DocScrutinizer51 | kerio: btw fsck the voip, the fritzbox comes with analog+ISDN, and DECT as well | 18:49 |
kerio | ShadowJK: i got my PSU replaced under warranty | 18:49 |
kerio | DocScrutinizer51: a guruplug is like 120$ | 18:49 |
kerio | *dreamplug | 18:50 |
DocScrutinizer51 | you cna get PBX that do less for mor $$$ | 18:50 |
DocScrutinizer51 | so what? add in a TA and a DSL modem, and a DECT station, and you're WAAAY beyond 250 | 18:52 |
kerio | but i already have a sheevaplug | 18:54 |
kerio | i won't substitute that | 18:54 |
*** NIN101 has joined #maemo-ssu | 18:56 | |
DocScrutinizer05 | I won't waste my time answering your questions if you don't wanna hear them | 18:59 |
kerio | :( | 18:59 |
kerio | you're mean! | 18:59 |
*** Pali has joined #maemo-ssu | 19:05 | |
*** MrPingu has quit IRC | 19:07 | |
*** MrPingu has joined #maemo-ssu | 19:10 | |
*** MrPingu has left #maemo-ssu | 19:12 | |
ShadowJK | shipping made warranty not worth it | 19:18 |
*** dhbiker has joined #maemo-ssu | 19:26 | |
*** ZogG has quit IRC | 19:45 | |
*** ZogG has joined #maemo-ssu | 20:13 | |
*** ZogG has joined #maemo-ssu | 20:13 | |
DocScrutinizer05 | merlin1991: I'll be back from shopping in 45 min | 20:27 |
*** ZogG has quit IRC | 20:27 | |
*** ZogG has joined #maemo-ssu | 20:41 | |
*** ZogG has quit IRC | 20:41 | |
*** ZogG has joined #maemo-ssu | 20:41 | |
Pali | merlin1991, will you include ke-recv patch from https://gitorious.org/~pali/community-ssu/pali-ke-recv to next devel/cssu? | 20:58 |
Pali | or testing? | 20:58 |
*** NIN101 has quit IRC | 21:11 | |
*** arcean_ has joined #maemo-ssu | 22:16 | |
*** arcean has quit IRC | 22:19 | |
merlin1991 | shit I knew I'll forget something | 22:26 |
merlin1991 | well luckily so far only I did *test* the new release :) | 22:26 |
merlin1991 | Pali: I'll test it and depending on the result include it :) | 22:26 |
Pali | ok, thanks! | 22:26 |
merlin1991 | hm if [ -z "$IP_GW" ]; then IP_GW=${IP_ADDR%.*}.$((${IP_ADDR##*.}-1)); fi wtf is the result then? :D | 22:27 |
merlin1991 | (in case IP_GW is empty) | 22:28 |
*** NIN101 has joined #maemo-ssu | 22:48 | |
*** lizardo has quit IRC | 23:02 | |
DocScrutinizer05 | advanced shell expansion obfuscation | 23:08 |
*** M4rtinK has joined #maemo-ssu | 23:10 | |
DocScrutinizer05 | merlin1991: lol, it calculates an IP with last octet decremented by one, from IP_ADD | 23:16 |
merlin1991 | okay :) | 23:17 |
DocScrutinizer05 | ${parameter##word} Remove matching prefix pattern. (greedy) | 23:26 |
DocScrutinizer05 | ${parameter%word} Remove matching suffix pattern. | 23:26 |
DocScrutinizer05 | 1.2.3.4%.* -> 1.2.3 | 23:27 |
DocScrutinizer05 | 1.2.3.4##*. -> 4 | 23:28 |
*** arcean_ is now known as arcean | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!