=== chriadam|away is now known as chriadam === _salem is now known as salem_ === salem_ is now known as _salem [06:09] .. === nik90 is now known as nik90|Office === ara is now known as Guest55554 === chriadam is now known as chriadam|away [08:46] How to install Turbo C | http://askubuntu.com/q/323321 [08:49] Good morning all, happy Sweet Child O' Mine Day! :-D [09:03] oSoMoN: dude, i think i found out what is different in the click on the InverseMouseArea and the normal MouseArea. with MA it does not matter if you click, move and release as long as you stay within the MA. With the IMA click and release have to happen at the same spot it seems. [09:04] nerochiaro: that’s what I suspected [09:05] nerochiaro: so the next step would be to propose mimicking this in the IMA and discuss it with the SDK team, and submit the necessary change [09:06] oSoMoN: certainly, though the sdk team ATM is timp and Kaleo right ? [09:07] nerochiaro: yeah, apparently Zsombor will be back next week [09:08] nerochiaro: don’t forget to comment on your findings in the bug report [09:08] oSoMoN: sure. and i'll try a patch that fixes it [09:19] hey there, is there a "error color" in the toolkit? [09:20] I've a design document which specifies "extra caption in the error color should appear below the usual caption" [09:21] seb128: I don’t think there’s one defined in the UITK [09:21] oSoMoN, would it make sense to open a wishlist asking for one? [09:21] or is that up to app to define one? [09:21] seb128: it would make sense to discuss it with design/the UITK team [09:22] seb128: try jounih [09:22] ok [09:22] oSoMoN, thanks [09:40] nerochiaro: can you review https://code.launchpad.net/~schwann/camera-app/camera-tap-focus/+merge/176346 [10:09] oSoMoN: can you review https://code.launchpad.net/~schwann/camera-app/camera-tap-focus/+merge/176346 [10:09] gusch: sure [10:10] oSoMoN: thx [10:16] gusch: approved [10:17] Hi all! [10:18] oSoMoN: thx again ;) === MacSlow is now known as MacSlow|lunch [11:18] oSoMoN: i haven't been building in pbuild for a while, and i guess now that we moved to saucy i would need to create a saucy pbuilder to be able to create packages for the phone [11:18] oSoMoN: is there a specific sources.list i should use when i do that ? [11:50] nerochiaro: nope, everything is in the archive [11:51] oSoMoN: ok thanks [12:00] Hi, does anyone know where there's a minimal guide to Ubuntu packaging? [12:01] I'm trying to put a solitaire game I wrote for Touch up on launchpad. === _salem is now known as salem_ [12:13] How can I install a module/plugin to my ubuntu application? When I try to run the app, it give me this: module "reader.plugin" is not installed [12:14] So I tried Build>make>install on the plugin and it give me this: make: *** No rule to make target `install'. Stop. [12:27] Anyone? === MacSlow|lunch is now known as MacSlow [12:54] * om26er wonders why do we need a socket server for notes-app autopilot tests and not just copy images to desired places o_O [13:02] hi guys I am trying to run the gallery example on ubuntu-ui-toolkit project and I am getting this error: ile:///home/renato/work/phablet/sdk/ubuntu-ui-toolkit/examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml:21 Type MainView unavailable [13:02] file:///home/renato/work/phablet/sdk/ubuntu-ui-toolkit/modules/Ubuntu/Components/MainView.qml:18 module "Ubuntu.Unity.Action" is not installed [13:02] Kaleo, timp , greyback ^^ [13:02] do I need to install something else? [13:11] Saviq, do you know something about that? ^^ [13:28] renato: timp should definitely know about it since he worked on last week (i think). It was done to combine toolbar actions to show up in the hud actions. [13:28] it was done to *allow* [13:30] nik90|Office: yes I answered in different channel :) qtdeclarative5-unity-action-plugin from saucy or https://launchpad.net/~ubuntu-sdk-team/+archive/ppa needs to be installed === ckpringle_ is now known as ckpringle [14:00] isn't that a dependency already? unless you just build from trunk I guess and don't have any packages [14:04] kalikiana:I think it is a dependency. I do not remembering installing it, however on checking it is apparently installed. I am guessing I do not need to add it to my debian/control file [14:05] kalikiana: yes renato was building uitk trunk [14:05] k [14:20] bfiller: mumble is really annoying, two victims today. anyway, the report is simple, i figured out what was the problem with inverse mouse area, updated the bug, and am working on a patch to solve the issue. i'll propose it to zoltan when he comes back next week [14:22] nerochiaro: cool [15:01] gusch, Hey! you may know already but it seems we can change camera during video recording [15:02] om26er: oh - do we have a bug for that? [15:02] is reporting now [15:03] om26er: I guess one can change to phot mode as well [15:05] gusch, yeah ;) [15:05] gusch, bug 1204132 [15:05] Launchpad bug 1204132 in camera-app "Camera switching should not be allowed during video recording" [Undecided,New] https://launchpad.net/bugs/1204132 [15:25] timp: speaking of pagestacks, how does one share data between 2 pages defined in 2 different qml files? [15:36] Is there a gui to show real time who is connected to my network? | http://askubuntu.com/q/323450 [15:49] Hi all! [15:49] nik90|Office: what kind of data? [16:46] timp: I wanted to share a listmodel between two files. But my question can also be more general as in sharing common properties or variables between files === nik90|Office is now known as nik90 [17:18] om26er: i'm trying to run the autopilot tests for ubuntu-ui-toolkit on the device. but all tests report this error "RuntimeError: Autopilot could not determine the correct introspection type to use. You can specify one by overriding the AutopilotTestCase.pick_app_launcher method.". do you know how to fix that ? [17:18] nerochiaro, you need to add: app_type='qt' in the method where you launch the app [17:19] om26er: i'm launching it via phablet-test-run [17:19] om26er: not sure how to change that [17:19] nerochiaro, change in the __init__.py i mean [17:19] nerochiaro, inside self.launch_test_application() [17:19] om26er: yeah, but that means that up until now the ubuntu-ui-toolkit tests have never worked on the device ? [17:20] nerochiaro, yep. the code is in lp:ubuntu-ui-toolkit ? [17:20] om26er: yes [17:21] nerochiaro, change here: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/tests/autopilot/UbuntuUiToolkit/tests/__init__.py#L79 [17:21] after this line [17:22] om26er: ok, i'll try that, but why isn't it already like that in trunk ? [17:22] nerochiaro, probably they never ran those tests on the device to face the problem [17:23] Kaleo: timp: is it correct that you guys never ran the autopilot tests for the ubuntu-ui-tookit on the device ? [17:23] om26er, i used your hack to force screen unlock to fix the friends-app autopilot tests on the device, is there any plans to solve that in a more general way? [17:24] kenvandine, yes, the plan is to unlock the greeter by piloting unity shell as my hack just blindly swipes [17:24] it works though ;) [17:25] yeah... unless you're testing the shell :) [17:25] works for me though [17:25] i just bet all of our apps are broken the same way [17:26] kenvandine, so you made the change in your app tests ? [17:27] one else is using that, we only use it in jenkins jobs [17:27] om26er, i did [17:27] it was breaking the smoke tests [17:27] now friends-app is green on the dashboard :) [17:27] kenvandine, for smoke tests they have used my hack in UTAH so you may need that in your app :) [17:28] Hi all, anyone could help me setting colors to some qml objects? [17:28] yeah, i suspect all the apps will need it [17:28] neokore, sure, more specific? [17:29] I got a ComposerSheet but all texts appears in white color, so it's difficult to read them [17:30] I want to change its base text color, but I don't know how [17:31] I tried setting the color attribute but... it's not a member of this object [17:34] neokore, are you setting a theme? [17:35] you could tweak it depending if you want a light or dark background [17:35] Component.onCompleted: Theme.name = "Ubuntu.Components.Themes.SuruDark" [17:35] or i think SuruLight exists too [17:35] but i haven't tried that [17:35] I'll try it, thank you kenvandine! [17:36] np === neo is now known as Guest24776 [21:18] Developing nautilus thumbnailer | http://askubuntu.com/q/323578 [22:20] https://plus.google.com/102031545913933941769/posts/7rE4eq5GBiW [22:57] Is there a way for me to reply to comments people have left for my app on the Software Center? I'd like to help those having problems. [23:02] I wish I could help you [23:03] Me too. :-) [23:03] It appear to be quite inactive here :p [23:04] I've noticed. [23:06] Do you know anything about integration with Unity? Like the syncmenu? [23:07] Nope. My game is in Unity, but I just did a straight port. Nothing fancy. [23:09] Damn I need some support with that [23:12] Just need to figure out the bindings for it. [23:14] Look for mono bindings for it. Or examples of using it from mono. [23:15] For integration with Unity? [23:15] Does a game have to integrate mm? Maybe [23:16] Well a mono example would give you the bindings for the sync menu library. Those should work in Unity. [23:16] Well I use Java for my application and have a Python script to integrate [23:17] Maybe I'm confused by which Unity we're talking about. I keep forgetting that's the name of the UI on Ubuntu and not just a game engine. [23:17] That works but there probably are some improvements I can make to the Python script so thats why I wanted to ask the Ubuntu developer communtiy [23:17] By Unity I mean the Ubuntu desktop environment :p [23:17] Yea, I didn't. :-D [23:17] Haha :P [23:18] If there are docs for the API to talk to the sync menu you can adapt the C interface to work in Java via JNI. [23:19] Well my current implementation (https://github.com/MMS-Projects/copyit-app/blob/develop/desktop/src/net/mms_projects/copy_it/integration/UnityIntegration.java) works :) [23:19] But I'm just looking for improvements [23:19] With https://github.com/MMS-Projects/copyit-app/blob/develop/desktop/res/scripts/desktop-integration.py this Python script [23:20] Works very well except that the sync menu state doesn't update all the time. That should be a issue with the Python script [23:20] Interesting. === salem_ is now known as _salem [23:21] I work in both languages but I'm totally unfamiliar with working with dbus and such. [23:22] Well DBus is only really used to talk to the Python script [23:22] And the Python script uses some DBus stuff to talk to Unity [23:23] (and back to the application)