*** lcuk2 has joined #maemo-ssu | 00:15 | |
*** lcuk has quit IRC | 00:19 | |
*** inean has quit IRC | 00:28 | |
*** andre__ has quit IRC | 00:43 | |
*** NIN101 has quit IRC | 01:03 | |
*** anidel has quit IRC | 01:12 | |
*** M4rtinK has quit IRC | 01:16 | |
*** M4rtinK has joined #maemo-ssu | 01:37 | |
*** Aranel has joined #maemo-ssu | 01:52 | |
*** anidel has joined #maemo-ssu | 02:24 | |
DocScrutinizer | for sure not, input methods aren't handled (or shall I say shouldn't?) by Qt, on a per app basis. Such thing like a vkbd needs integration into the system, rather than a specific app. Otherwise you get different keyboards on each single app which isn't what you want - though e.g opera is doing exactly that. Fie opera! | 02:40 |
---|---|---|
*** M4rtinK has quit IRC | 02:42 | |
*** BCMM has quit IRC | 02:49 | |
*** trbs has quit IRC | 02:52 | |
*** anidel has quit IRC | 02:55 | |
*** M4rtinK has joined #maemo-ssu | 02:56 | |
*** anidel has joined #maemo-ssu | 02:57 | |
*** frostbyt1 has joined #maemo-ssu | 03:13 | |
*** anidel has quit IRC | 03:14 | |
*** arcean has quit IRC | 03:22 | |
*** Aranel has quit IRC | 03:23 | |
*** M4rtinK has quit IRC | 03:24 | |
*** wmarone has quit IRC | 03:47 | |
*** wmarone has joined #maemo-ssu | 06:42 | |
*** wmarone has quit IRC | 06:45 | |
*** wmarone has joined #maemo-ssu | 06:45 | |
*** maninc has joined #maemo-ssu | 07:31 | |
*** DocScrutinizer has quit IRC | 07:32 | |
*** DocScrutinizer has joined #maemo-ssu | 07:32 | |
*** frostbyt1 has left #maemo-ssu | 08:15 | |
*** psycho_oreos has joined #maemo-ssu | 08:34 | |
*** villev has joined #maemo-ssu | 09:20 | |
*** I-C-Wiener has joined #maemo-ssu | 09:32 | |
*** Milhouse has quit IRC | 09:45 | |
*** mece has joined #maemo-ssu | 09:46 | |
*** Milhouse has joined #maemo-ssu | 09:49 | |
*** Milhouse has joined #maemo-ssu | 09:49 | |
*** m0use has quit IRC | 09:53 | |
*** m0use has joined #maemo-ssu | 10:06 | |
*** psycho_oreos has quit IRC | 10:20 | |
*** lcuk2 is now known as lcuk | 11:40 | |
*** lcuk has quit IRC | 11:40 | |
*** lcuk has joined #maemo-ssu | 11:40 | |
*** khertan has joined #maemo-ssu | 11:49 | |
*** andre__ has joined #maemo-ssu | 11:54 | |
*** andre__ has quit IRC | 11:54 | |
*** andre__ has joined #maemo-ssu | 11:54 | |
*** crashanddie has joined #maemo-ssu | 11:55 | |
*** M4rtinK has joined #maemo-ssu | 13:29 | |
*** trbs has joined #maemo-ssu | 13:33 | |
*** lizardo has joined #maemo-ssu | 13:46 | |
MohammadAG | Jaffa, may I suggest exposing all packages in HAM by default? | 13:47 |
MohammadAG | This way, we get rid of the need of a metapackage dependency which prevents selective upgrades, we'll still provide that though for inexperienced users and in the stable version | 13:48 |
MohammadAG | then we add a script, something ala Ubuntu | 13:49 |
MohammadAG | in Ubuntu, touch /var/run/reboot-required causes the applet at the top to turn to red, indicating a reboot is required to apply updates | 13:53 |
Jaffa | MohammadAG: How are they connected? | 13:54 |
MohammadAG | Jaffa, they? | 13:54 |
MohammadAG | it just watches the file | 13:54 |
MohammadAG | if it exists, change to reboot required, if not, show as a normal shutdown button | 13:55 |
Jaffa | MohammadAG: Although my initial reaction is that it's a bad idea for a couple of big reasons: 1) HAM will be slow, *much* slower. 2) A lot more packages will be visible which means more care on descriptions and XB-Maemo-Display-Names and XB-Maemo-Icons; 3) it's harder to test a configuration | 13:55 |
Jaffa | Ah, I see. | 13:55 |
Jaffa | So a "partial" upgrade can still indicate a reboot is required. | 13:55 |
MohammadAG | well, a postinst would touch that file, and a postinst can't run if installation fails | 13:57 |
MohammadAG | Jaffa, will it be slow if they're only shown in the upgrades section | 13:57 |
MohammadAG | we don't want users having hildon-desktop in the uninstall section... | 13:58 |
*** villev has quit IRC | 14:01 | |
Jaffa | MohammadAG: Showing only in the upgrades section could be an option | 14:02 |
Jaffa | More sensible than having in Install or Uninstall | 14:02 |
Jaffa | Yeah, I meant doing a lib/framework-only upgrade would touch the file. Not "partial" in the technical sence | 14:02 |
Jaffa | s/sence/sense/ | 14:02 |
MohammadAG | oh | 14:02 |
MohammadAG | Jaffa, btw, completely unrelated, but how do you get the access code for the facebook graph API without embedding a browser in Hermes? | 14:04 |
Jaffa | MohammadAG: Facebook requires a URL to redirect to after the browser is launched; it passes the tokens back in the URL to that. Since it will be accessed by the browser on the device, I spin up a tiny web server to deal with one request and retrieve the tokens. | 14:06 |
MohammadAG | Jaffa, oh, I'm assuming this server runs locally on device? | 14:11 |
MohammadAG | (I'm using QWebKit atm then closing the login window when the URL's redirected to the success page) | 14:11 |
Jaffa | MohammadAG: Correct | 14:12 |
RST38h | heya Mohammad | 14:14 |
Jaffa | MohammadAG: https://garage.maemo.org/plugins/ggit/browse.php/?p=hermes;a=blob;f=package/src/oauth2.py;h=f47dee03de414a85aff2923ca1eb84fbd3fee022;hb=HEAD | 14:18 |
MohammadAG | hi RST38h | 14:23 |
MohammadAG | Jaffa, I see | 14:24 |
*** BCMM has joined #maemo-ssu | 14:31 | |
Damnshock | MohammadAG: selective upgrades would be cool but... a nightmare to mantain | 14:53 |
Damnshock | I, for one, would like to see them though | 14:54 |
Damnshock | ;) | 14:54 |
*** chainsawbike has quit IRC | 14:58 | |
*** chainsawbike has joined #maemo-ssu | 15:00 | |
*** andre__ has quit IRC | 15:10 | |
*** andre__ has joined #maemo-ssu | 15:12 | |
onion_ | I'd like to upgrade my sbox install to the cssu versions, any hints on how to do that ? apt-get just complains | 15:16 |
onion_ | anyone? | 15:44 |
*** mece has quit IRC | 15:53 | |
*** chainsawbike has quit IRC | 16:08 | |
*** chainsawbike has joined #maemo-ssu | 16:11 | |
*** anidel has joined #maemo-ssu | 16:14 | |
*** freemangordon-n9 has joined #maemo-ssu | 16:23 | |
MohammadAG | onion_, the CSSU repo only holds armel binaries | 16:25 |
*** NIN101 has joined #maemo-ssu | 16:34 | |
*** anidel has quit IRC | 16:47 | |
*** anidel has joined #maemo-ssu | 17:02 | |
khertan | MohammadAG: any progress in raster engine , | 17:04 |
khertan | ? | 17:04 |
*** freemangordon-n9 has left #maemo-ssu | 17:24 | |
MohammadAG | khertan, nope | 17:26 |
khertan | :( | 17:26 |
Damnshock | MohammadAG: what's exactly the problem with the raster engine? | 17:28 |
Damnshock | have you located it? | 17:28 |
MohammadAG | no, I just know it was broken somewhere between 4.7.0 and 4.7.2 | 17:31 |
MohammadAG | it's somehow related to palettes I think | 17:31 |
MohammadAG | (which explains why the focus circle in FCam is gone) | 17:31 |
*** psycho_oreos has joined #maemo-ssu | 17:40 | |
*** psycho_oreos has quit IRC | 17:40 | |
*** psycho_oreos has joined #maemo-ssu | 17:41 | |
Damnshock | have you reported the but to the Qt guys? | 17:41 |
Damnshock | I mean, nokia? | 17:41 |
MohammadAG | Damnshock, you think they care? | 17:43 |
Damnshock | MohammadAG: they might... | 17:44 |
Damnshock | sometimes good things happen | 17:44 |
Damnshock | they won't fix it if we do not notify them | 17:44 |
Damnshock | that's *sure* | 17:44 |
MohammadAG | http://bugreports.qt.nokia.com/browse/QTBUG-18720 | 17:44 |
Damnshock | well, it's been assigned | 17:54 |
Damnshock | hopefully they'll fix it ;) | 17:54 |
*** Dhraakellian has quit IRC | 17:54 | |
Damnshock | by the way, MohammadAG, have you tried the opengl engine? | 17:54 |
*** frozen_de has joined #maemo-ssu | 18:06 | |
MohammadAG | Damnshock, yeah, it crashes a lot | 18:09 |
Damnshock | hahahahaha nice explanation MohammadAG | 18:10 |
Damnshock | same for me on my desktop ;) | 18:10 |
MohammadAG | Damnshock, he's the default assignee for Maemo 5 afaik | 18:10 |
Damnshock | he? who? | 18:10 |
*** zaleb is now known as zaleb^gone | 18:11 | |
MohammadAG | Harald | 18:13 |
khertan | Damnshock: the opengl engine is completely broken | 18:15 |
khertan | MohammadAG: you think it s related to palette ? | 18:15 |
khertan | i ve found something else | 18:16 |
khertan | in a qtextedit without wrapping when the text is larger than what can be display the bug didn't appear | 18:16 |
khertan | for me it s look like a clipping update problem | 18:16 |
khertan | but as i didn't found where it s could be not :) | 18:17 |
BCMM | are there guidelines on using icons from osso-icons-default, not necessarily for their intended purpose? | 18:22 |
*** M4rtinK has quit IRC | 18:23 | |
BCMM | answered my own question, sorry: "Please use the icons as inspiration for your own icon designs or simply reuse the icons in your own application to ensure a consistent look and feel across the user interfaces of Maemo applications." from http://www.forum.nokia.com/document/Maemo_5_Icon_List/ | 18:25 |
BCMM | in that case, how are they licensed? is modification permitted? | 18:25 |
BCMM | oh, wrong channel. sorry. | 18:26 |
BCMM | thought this was #maemo | 18:27 |
thp | BCMM: IANAL, but I think that if you compose the icons to form a composite icons for use in your maemo 5 app, you should be fine | 18:44 |
*** arcean has joined #maemo-ssu | 18:53 | |
*** BCMM has quit IRC | 19:11 | |
*** frozen_de has quit IRC | 19:29 | |
*** BCMM has joined #maemo-ssu | 19:34 | |
*** BCMM has quit IRC | 19:34 | |
*** BCMM has joined #maemo-ssu | 19:34 | |
*** marcels has joined #maemo-ssu | 19:41 | |
*** bsdmaniak has joined #maemo-ssu | 20:10 | |
*** BCMM has quit IRC | 20:36 | |
*** M4rtinK has joined #maemo-ssu | 20:41 | |
*** thresh has joined #maemo-ssu | 20:54 | |
thresh | hi guys. after updating to CSSU it seems FMTX no longer works. any reason why? | 20:54 |
MohammadAG | nope, both fmtxd and fmtx_client are closed source | 21:11 |
*** marcels has quit IRC | 21:24 | |
Jaffa | Something related to the binary hacked versin | 21:37 |
Jaffa | ? | 21:38 |
*** villev has joined #maemo-ssu | 21:44 | |
MohammadAG | nope | 21:48 |
MohammadAG | oh, nvm, I thought you meant CSSU binary patching | 21:48 |
*** bsdmaniak has quit IRC | 22:08 | |
*** psycho_oreos has quit IRC | 22:15 | |
thresh | MohammadAG: grah :( | 22:16 |
MohammadAG | thresh, how does it not work btw? | 22:23 |
MohammadAG | try fmtx_client -p1 in terminal | 22:24 |
thresh | MohammadAG: everything in GUI shows it's working, but no music is being transmitted | 22:24 |
MohammadAG | hmm | 22:25 |
*** macmaN has quit IRC | 22:26 | |
thresh | on earlier firmwares, when no music was played, it was just silence and some beeps. I don't hear those now either, so I believe FMTX isnt being initialized properly | 22:27 |
thresh | ofcourse, I've tried different frequencies and rebooted the phone | 22:27 |
thresh | I'll try fmtx_client -p1 tomorrow, thanks | 22:28 |
thresh | any particular place to look for stderr or something? | 22:29 |
thresh | so I've tried enabling it one a home radio system and it does not change anything | 22:32 |
thresh | s/one/on/ | 22:32 |
*** macmaN has joined #maemo-ssu | 22:33 | |
MohammadAG | thresh, it might be a hardware problem | 23:05 |
MohammadAG | you could ask on #maemo | 23:05 |
*** NIN101 has quit IRC | 23:13 | |
*** macmaN has quit IRC | 23:33 | |
thresh | MohammadAG: I did, no reply.. | 23:37 |
*** NIN101 has joined #maemo-ssu | 23:37 | |
thresh | I wonder if I could reflash to older maemo | 23:38 |
*** Dhraakellian has joined #maemo-ssu | 23:38 | |
MohammadAG | it doesn't matter really, if it's a hardware problem | 23:38 |
MohammadAG | have you updated the kernel or something? | 23:39 |
thresh | I think I have a power one, let me check | 23:39 |
thresh | yes, 2.6.28.10power46 is the one I run | 23:40 |
thresh | MohammadAG: well it could help rule CSSU out of the equation so I could be sure it's a HW prob | 23:40 |
MohammadAG | I don't see a reason for it to fail hardware-wise then | 23:40 |
MohammadAG | well, it's not the CSSU for sure | 23:41 |
thresh | okay. last time I tried FMTX was in October '10, I only use it on vacations in rented cars :) | 23:41 |
MohammadAG | someone did mention that pressing the keyboard on their (faulty) N900 made the FMTX work | 23:42 |
MohammadAG | so you could try that I guess | 23:42 |
thresh | mmm | 23:42 |
MohammadAG | lol | 23:42 |
thresh | sounds weird :) | 23:42 |
MohammadAG | I know, but I think the FMTX lies somewhere near the USB side of the device | 23:42 |
thresh | okay | 23:44 |
thresh | good night | 23:44 |
MohammadAG | night :) | 23:47 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!