21:08 #startmeeting 21:08 Meeting started Tue Feb 18 21:08:24 2014 UTC. The chair is dpm. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 21:08 21:08 Available commands: action commands idea info link nick 21:10 ajalkane, it's been a long time since I've been in a File Manager meeting, so if you guys can help me with a quick summary of where we stand with the app and the work you're planning to do next, that'd be great 21:10 I'm also interested to know if there are any blockers that might be hindering development 21:10 to see where we can help 21:10 For myself, the thing I've been working has been Content-Hub integration 21:10 ah, cool 21:11 hi guys 21:11 And there is a big blocker, as I've spent the last week's few free nights trying to get it to work 21:11 The problem is that due to perhaps the recent cmake changes, emulator changesx, or whatever... that the available File Manager version will not deploy on the emulator 21:11 I'm working on desktop UI features, and I've been blocked by some autopilot test problems due to my major UI changes. I'm working on it right now and hopefully should get the tests back and working. 21:11 So I can't test my Content-Hub changes whether they work or not 21:12 hey iBelieve :) 21:12 ajalkane, ok, let's see if we can get this fixed 21:12 as in today 21:12 let me figure things out 21:12 Most pressingly... how do I compile a click package out of trunk so that I can deploy it in emulator? 21:14 ajalkane, can you try this? http://pastebin.ubuntu.com/6956579/ 21:16 dpm: sure thing 21:17 ajalkane, also, I think for a quick workaround to get the app running on the device without building the click package, you can just copy the old .desktop file to the source tree and then run Ctrl+F12 on Qt Creator as usual 21:21 bye to everyone 21:21 bye dpm 21:22 bleh... I have emulator running but "adb devices" does not show anything, nor I can do "adb push" to it 21:22 but on the surface the commands you gave seemed to create a proper click package with a desktop file in it 21:25 so how do I get adb woring so that I can push the .click package to emulator? I launched the emulator with "ubuntu-emulator run myinstance" 21:26 And it's indeed running and I have unity8 interface for my enjoyment 21:26 I already uninstalled the bundled FileManager so that I can test I can deploy a newer version 21:28 ajalkane, try: 21:28 adb kill-server; adb start-server 21:28 that should make the emulator show up 21:29 thanks, that worked 21:29 awesome 21:29 this is unfortunately due to this bug: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1269556 21:29 ajalkane, hopefully that unblocks you now 21:30 Keeping me fingers crossed, I'm installing the trunk version now with pkcon install-local 21:30 nice 21:31 so time to wrap up the meeting: does this summary capture where we stand? 21:32 - ajalkane testing the new Content Hub changes 21:32 Can I get the command to run modified FileManager? 21:32 It's not showing up in unity8? Or is adb killall unity9 the solution? 21:32 - iBelieve working on desktop convergence and fixing the tests 21:33 I'm pushy because I've previously gotten the click package to install but running it has not worked 21:33 ajalkane, if you installed it as a click package and the version is higher than the currently installed one, it should run the latest one. Alternatively, you can do a 'pkill unity8' 21:34 I uninstalled the bundled version. Well, I'm restarting the emulator and I'll see if the FileManager becomes available 21:35 This IRC conversation is logged, right (for future reference) ? 21:35 yes 21:35 I'll surely not remember these magic commands in few days :P 21:35 :) 21:36 ajalkane, I'd suggest just leaving the pre-installed package, bumping up the click package version of your branch and installing that. This way it should just work. Also, if for some reason it's not showing up, 'pkill unity8' will be faster than restarting the emulator, but both will work 21:37 well, I hit control-c (once again) in the terminal I used to run myinstance which kills annoyingly the emulator. So that's why... 21:38 But yeah, the click package I installed does not work 21:38 file:///opt/click.ubuntu.com/com.ubuntu.filemanager/0.1.1.latest/ubuntu-filemanager-app.qml:20 module "org.nemomobile.folderlistmodel" is not installed 21:38 profiling:/build:Cannot create directory 21:38 etc.. 21:38 profiling:/build/buildd/dbus-cpp-1.0.0+14.04.20140123.1/obj-arm-linux-gnueabihf/src/core/dbus/CMakeFiles/dbus-cpp.dir/types/object_path.cpp.gcda:Skip 21:39 from .cache/upstart/*filemanager*, once again I pressed control-C to exit less 21:39 it seems that the file manager plugin is not installed 21:39 how did you uninstall the pre-installed click package? 21:39 Long press on FileManager in UI and uninstall 21:41 So that perhaps uninstalled the plugin too? 21:43 hm, it shouldn't have. IIRC, the plugin is a debian package 21:43 which has no dependencies on the click package 21:43 yeah it's not a UI component so shouldn't be clicky one 21:44 is this some applauncher permission thing? 21:45 ajalkane, can you do: 21:45 apt-cache policy qtdeclarative5-nemo-qml-plugin-folderlistmodel 21:45 and see if it lists the package as installed? 21:45 N: Unable to locate package qtdeclarative5-nemo-qml-plugin-folderlistmodel 21:46 hm, weird 21:47 (ran as root if it makes any difference) 21:47 shouldn't 21:47 pkcon search name folderlistmodel 21:47 Available libqt4-declarative-folderlistmodel-4:4.8.5+git192-g085f851+dfsg-2ubuntu3.armhf Qt 4 folderlistmodel QML plugin 21:47 Installed qtdeclarative5-folderlistmodel-plugin-5.0.2-6ubuntu5.armhf Qt 5 folderlistmodel QML plugin 21:48 that's the Qt upstream folderlistmodel, I believe we use the nemo one instead 21:48 Right, that's true 21:48 I did earlier pkcon search nemo, and it didn't return any prospective hits 21:49 no, it should be a .deb package 21:49 pkcon doesn't catch deb installed packages? 21:50 Or is this something not in repos but preinstalled? 21:51 I wonder what's the path for the nemo filemanager plugin if I could manually check it 21:54 Quick glancethrough for FileManager plugin's Makefile I gether it perhaps should be under /usr/lib/arm-linux-gnueabihf/qt5/qml/org 21:55 But I have only docviewer directory there, not nemomobile as expected 21:57 Sorry for going over-time with this so much. Perhaps I better recreate the emulator and do overwrite instead of removing of previous version? 22:37 Hey CarlosMazieri, are you around? 22:43 hi 22:43 iBelieve: how are you? 12:01 hey guys 12:01 hey 12:01 popey, o/ 12:01 popey: how are you mate? 12:02 fine, be one moment 12:02 of course 12:02 ahayzen: how is the versioning working at the moment? 12:03 danielholm, versioning? 12:03 ahayzen: is that all taken care of automatically or should I still set version change in debian chanelog or what ever? 12:03 ahayzen: version number of the app. since search landed yesterday I just though we might upgrade it to a later versioning (in lack of better term) 12:04 danielholm, erm idk i think all tht the debian stuff is used for is the PPA now? 12:04 yeah 12:04 danielholm, ah yes i was thinking of requesting a click store update tomorrow 12:04 danielholm, i've got the day off so i'll test everything before we push 12:04 what about click in the store? I mean, how does that work? I want the store package to get the search funcionality 12:04 ok 12:05 danielholm, we just tell them to make it for us when we are ready 12:05 danielholm, we should try to get a .click in the store today 12:05 so that it can be tested in time before MWC 12:05 dpm, i should be around tomorrow for some testing :) 12:06 dpm: lovely 12:06 awesome 12:07 I'm just pushing for a version update to 1.2 just for the sake of it right now 12:07 danielholm, cool 12:08 https://code.launchpad.net/~danielholm/music-app/search-version-upgr/+merge/207418 12:09 danielholm, think 'Thur, 20 Deb 2014' should read 'Thu, 20 Feb 2014' 12:10 ahayzen: already pushed ;) 12:10 a, not the Thur 12:10 haha 12:10 danielholm, lol 12:10 there 12:10 danielholm, is there any way of accessing the search stuff on the desktop at the moment? 12:11 guys, to make sure we can build click packages, would you mind testing https://code.launchpad.net/~dpm/music-app/fixes-1282500/+merge/207399 and top-approving if appropriate? 12:11 ahayzen: no... 12:11 danielholm, without uncommenting the dev button ;) 12:12 danielholm, hmm i'll have a play about see if i can add a button somewhere 12:12 ahayzen: yeah. and of course Ctrl+F in your key branch 12:12 dpm: taking a look 12:12 same 12:14 dpm ahayzen, however, I cant get the dev options to work on my device right now, so I cant install it. but the package did get built. nik90 said it worked in the comments 12:14 but you maybe already saw that 12:14 danielholm, i'm on it gimme a sec 12:14 danielholm: what dev option? 12:15 danielholm: the phone image can stay read-only while installing a click package 12:15 nik90: sorry, it was about this: https://code.launchpad.net/~dpm/music-app/fixes-1282500/+merge/207399 12:15 ah, sorry. I misunderstood. I cant run apps from the SDK on my device 12:15 nor get SSH to work 12:15 danielholm: ah okay 12:16 nik90, i'm testing now :) 12:16 ahayzen: let me know if you have any trouble installing the click package 12:16 nik90, will do 12:17 nik90, how do i 'Examine the click package to ensure it contains the icon' 12:17 copy the click package somewhere and "ar -x file.click" then "tar zxvf data.tgz" 12:17 ahayzen, also quick and dirty trick: rename the extension to .deb and open it with file-roller :) 12:18 ah cool 12:18 dpm, music-app@30.png right? 12:19 contains the icon for me 12:21 * ahayzen thinks he has the new icon :) 12:22 ahayzen: install the click package to make sure 12:22 ahayzen: http://pastebin.ubuntu.com/6964813/ 12:22 nik90, i have :) 12:23 okay 12:23 nik90, i now how the icon with the blocks as the bg 12:25 ahayzen: blocks as the bg? 12:25 nik90, the one tht looks like a graphic equaliser 12:25 ahayzen: yup that's the new icon 12:26 nik90, i'll approve :) 12:31 dpm, do u want me to top approve, or do u? https://code.launchpad.net/~dpm/music-app/fixes-1282500/+merge/207399 12:31 ahayzen, if you could top-approve, that'd be great 12:31 dpm, done :) 12:32 I gotta go again. Talk to you guys later 12:32 take care 12:32 thanks danielholm 12:33 danielholm, get well soon :) 12:35 ahayzen: did you see the artwork bug I filed? 12:36 popey, i think i saw two IIRC? 12:36 popey, one u did and one someone else did? 12:36 popey, https://bugs.launchpad.net/music-app/+bug/1281037 https://bugs.launchpad.net/music-app/+bug/1281597 12:37 popey, this is most likely due to us using Grilo i guess? 12:37 popey, and is probably related to this bug https://bugs.launchpad.net/music-app/+bug/1261059 12:38 ah 12:39 popey, are they all infact the same thing? 12:39 yes 12:40 * popey marks dupe 14:16 Hi 14:21 pkunal-parmar: hey, sorry I was afk 14:21 you still around? 14:21 yes, I was also late 14:21 yes, still here 14:23 popey: Error: Can't start another meeting, one is in progress. 14:23 dpm: can you kill the previous meeting ? 14:23 (from yesterday iirc) 14:24 #endmeeting