=== marcusto_ is now known as marcustomlinson [07:31] handsome_feng: you there? [07:34] tsdgeos: yeah, :) [07:35] handsome_feng: so you get "QML Image: Cannot open :file:///home/feng/lp/unity8/qml/Launcher/graphics/focused_app_arrow.png" when running on the device? [07:35] tsdgeos: yes [07:36] that's weird [07:36] i mean on the device is /home/phablet, no? [07:37] when use run_on_device is /home/phablet, my nuxes 4, and also can happened on my desktop trough qtcreate [07:39] now , it happy again on my desktop [07:39] QML Image: Cannot open: file:///home/feng/lp/unity8/qml/Panel/graphics/VerticalDivider.png [07:40] and /home/feng/lp/unity8/qml/Panel/graphics/VerticalDivider.png just exists fine? [07:40] and the permissions are fine? === marcusto_ is now known as marcustomlinson [07:41] yes, i confirm [07:42] very strange [07:42] handsome_feng: are you using wily? vivid? vivid+stable ppa? [07:43] wily [07:43] ok, that's a difference from me at least [07:43] handsome_feng: if you do a simple qml that loads that file, does it also fail? [07:44] tsdgeos: hm, i will have a try now [07:46] I found this when I coding for the bug: 1471577 [07:46] bug 1471577 in unity8 (Ubuntu) "Left launcher should show what apps are open" [Undecided,In progress] https://launchpad.net/bugs/1471577 [07:47] And Michael said testing my code on the phone does't work [07:52] handsome_feng: so how do you reproduce the problem on the computer [07:52] you're using lp:unity8 with some extra changes or none? [07:54] tsdgeos: ctrl + R , stop , ctrl + R , stop ... [07:54] no changes [07:57] i can't reproduce :/ [07:59] hm... :/ [08:14] tsdgeos: I made a simple qml file, and it can load the icon without any problem [08:18] try adding the ubuntu components import [08:18] jsut in case [08:18] and now i have to really go [08:27] tsdgeos: I found that if i rename the icon from focused_app_arrow@30.png to focused_app_arrow.png, every thing goes fine now! through the icon turn bigger. [08:29] is "although" not "through"... === JMulholland_ is now known as JMulholland === MacSlow is now known as MacSlow|lunch === ssweeny` is now known as ssweeny === MacSlow|lunch is now known as MacSlow [13:38] hi [13:38] While setting up the enviorenment for unity8 [13:38] I am facing this issue [13:38] package 'unity-shell-application=6' not found [13:38] can anyone help on this please? [13:39] rakesh__: have you installed libunity-api-dev ? [13:41] Nope [13:42] Let me get that package by the way thanks for the helo [13:42] *help [13:58] is there a standard way for apps to say if unity8 is in desktop mode? [13:59] seb128: not currently. Why would they want to? That's not a convergent idea [14:01] greyback_, gallery-app has a desktop mode, the current logic they use is [14:01] // Assume that platformName (QtUbuntu) with ubuntu [14:01] // in name means it's running on device [14:01] // TODO: replace this check with SDK call for formfactor [14:01] QString platform = QGuiApplication::platformName(); [14:01] return !((platform == "ubuntu") || (platform == "ubuntumirclient")); [14:01] that's buggy [14:01] and make gallery be in phone mode on unity8 desktops [14:01] unsure what it should be replaced with though [14:02] seb128: yeah, not good. Could it not device what layout to use based on the window size? [14:02] s/device/decide/ [14:04] yeah, I don't know [14:04] I'm unsure what the "desktop mode" does exactly [14:04] they show the "import from camera" action only if !desktop [14:05] they also seem to use that as a logic to put things in fullscreen or not [14:06] I'm not opposed to informing apps about the current form factor, but I'd need design to clarify if that's what is the right thing to do [14:07] anyway, there's no such information available to clients as yet. So you'll have to hack around it somehow [14:07] k, thanks [14:07] I think gallery needs some work anyway [14:07] I'm just going to record a bug about that issue [14:07] it's not something important to resolve today [14:08] yep [14:10] https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1477173 [14:10] Ubuntu bug 1477173 in gallery-app (Ubuntu) "desktop mode doesn't get enabled in unity8 desktop sessions" [Undecided,New] [14:14] k, other question [14:14] is anyone looking at enable indicator profiles? [14:14] the code is there, just not used [14:14] like loading indicator greeter profiles on the greeter [14:31] seb128, dednick might know... [14:31] i know nothing [14:31] ! [14:31] huh? what? [14:32] dednick, read the line I wrote just before dandrader's ping [14:32] seb128: we were looking to enable the profiles, but then was rolled in mp back by mterry because of lack of design i believe [14:33] right [14:33] as to what lack of design, i know now. [14:33] dednick, my question was if anyone is still working with design on that [14:33] not [14:33] or trying to push forward [14:33] seems it's not [14:33] right. erm. i dunno [14:33] I'm going to try to revive it then [14:33] i'm in the office, so if you want me to poke someone... === dandrader is now known as dandrader|bbl [14:43] dednick, that would be nice :-) [14:47] cimi: so you basically want me to merge this branch into mine? instead of making it a merge with prerequisite? [14:53] Hi one more issue while building the latest unity8 source code. [14:53] Can anyone tell me about this. [14:53] tsdgeos, I can do the latter too [14:53] CMake Error at tests/plugins/AccountsService/CMakeLists.txt:26 (add_executable): [14:53] Cannot find source file: [14:53] /home/rakesh/ubuntu_development/source_code/unity8/trunk/builddir/tests/plugins/AccountsService/AccountsAdaptor.cpp [14:53] tsdgeos, but use_sdk_13 requires my branch basically [14:54] cimi: why? [14:54] Seems not able to get the full source code from bzr [14:54] tsdgeos, well I updated some stuff... [14:54] tsdgeos, both are ok anyway [14:54] cimi: you updated some stuff, but it doesn't require it, does it? [14:55] tsdgeos, I am not sure [14:55] tsdgeos, I havent tested your branch [14:55] i know [14:55] i told you to do it [14:55] you didn't :D [14:55] but I tested dash etc with my new ubuntushape [15:29] Does anyone know how to get?? [15:29] cimi: i don't think i can test that whole branch today man, there's a lot of things that need careful looking at [15:29] AccountsAdaptor.cpp [15:29] tsdgeos, ok... [15:29] rakesh__: how are you building it? [15:29] ./build.sh [15:29] rakesh__: it's autogenerated [15:30] rakesh__: do you have ninja-build installed? [15:30] https://unity.ubuntu.com/getinvolved/development/unity8/ [15:30] rakesh__: you don't need it [15:30] I am using this document [15:30] but if you have it it changes how we build [15:30] so it's an important thing to know [15:30] nope [15:30] tsdgeos, I don't have ninja build installed [15:31] rakesh__: ok [15:31] rakesh__: qdbusxml2cpp -V [15:31] seb128: know anything abou this? "There is a currently hidden property in System Settings called "Messages on welcome screen"" [15:31] https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1358340/comments/26 [15:31] Ubuntu bug 1358340 in unity8 (Ubuntu) "[Indicators] Complete greeter profiles" [High,In progress] [15:32] tsdgeos__ , qdbusxml2cpp: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qdbusxml2cpp': No such file or directory [15:32] dednick, yes, what about it? [15:33] rakesh__: set | grep QT_ [15:33] dednick, that's one of the reasons I asked earlier about profiles, that option makes messages not being listed on the greeter profile [15:33] dednick, but since we don't load the right profile we don't see the result [15:33] dednick, so it's hidden until it can work [15:33] seb128: where is the option? i can't see it in settings [15:33] dednick, it's hidden because it doesn't work [15:33] rakesh__: also dpkg -l | grep default | grep qt [15:34] seb128: you mean because the profiles arent used? or because backend doesnt support? [15:34] dednick, edit /usr/share/ubuntu/settings/system/qml-plugins/security-privacy/PageComponent.qml and comment the "visible: showAllUI" [15:34] dednick, because profiles are not used [15:34] the option changes the messaging indicator greeter profile [15:34] but since unity8 loads the phone profile you don't see the change [15:34] which makes it look like to the user the option is doing nothing [15:36] tsdgeos, same error I am facing [15:36] rakesh__: sorry? [15:36] tsdgeos, not able to find the Cannot find source file: [15:36] /home/rakesh/ubuntu_development/source_code/unity8/trunk/builddir/tests/plugins/AccountsService/AccountsAdaptor.cpp [15:36] rakesh__: i don't know what you did [15:37] i'm asking you to post the ouput of [15:37] rakesh__: dpkg -l | grep default | grep qt [15:37] seb128: does that not conflict with "Notifications and quick settings" option? [15:37] and [15:37] rakesh__: set | grep QT_ [15:37] [01:36 rakesh@param /home/rakesh/ubuntu_development/source_code/unity8/trunk$] : set | grep QT_ [15:37] QT_IM_MODULE=ibus [15:37] QT_QPA_PLATFORMTHEME=appmenu-qt5 [15:37] dednick, not really? [15:38] dednick, and that's a design thing if it does, they can change it [15:38] dednick, are you asking that in context of enabling the profiles? [15:38] rakesh__: what about the dpkg one? [15:38] dednick, but that's likely not the only case where the profiles need to be different, on desktop it's more visibiel [15:38] tsdgeos, for dpkg one I am getting nothing [15:38] rakesh__: do you develop other qt software? [15:38] dednick, things like the session indicator shouldn't let you open settings on the greeter [15:38] nope [15:39] tsdgeos, I have just started eveything from scratch [15:39] rakesh__: install the qt5-default package [15:39] that should help [15:40] seb128: is the "allow notification" related to the bubbles, and not the messages? [15:40] whatever... it's a design/backend distinction. i guess we can just enable the profile switching. [15:41] tsdgeos, A BIG THANNKKKKKKKKKKKKKKKKKKKKSSSSSSSSSSSSSSSSSSSSSSSS [15:41] dednick, correct [15:41] tsdgeos, Able to start the building process [15:41] tsdgeos, CHEERS [15:41] rakesh__: ./build.sh should have installed that [15:41] i guess you Ctrl+C'ed when it asked for the password the first time [15:41] and it only does ask you to install stuff once [15:42] tsdgeos, Why these steps are missing in the setting up unity8 document? [15:42] rakesh__: it is not missing [15:42] see what i just said [15:42] ./build.sh wants to install that pacakge [15:42] it asked you for your root password [15:42] and you cancelled the process [15:43] then the next time it doesn't ask you anymore [15:43] so basically you "broke it" [15:43] agreed it's not the most resilient thing ever [15:43] but oh well :D [15:43] By the way thanks mate. [15:48] seb128: i'll pick it up. [15:49] dednick, enabling the profiles? did design agree to it? [15:50] dednick, the code is there working, it's just a matter to set the profile in unity, I tried that as a local hack the other day [15:50] dednick, thanks [15:52] seb128: i meant i'll pick it up with design, and sort it if they approve. [15:52] dednick, thanks! [15:52] dednick, let me know if you open a new bug for that === alan_g is now known as alan_g|EOD === dandrader|bbl is now known as dandrader === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader