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