21:00 <popey> #startmeeting FileManager meeting 21:00 <meetingology> Meeting started Tue Mar 25 21:00:43 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 21:00 <meetingology> 21:00 <meetingology> Available commands: action commands idea info link nick 21:00 <popey> How we doing guys? 21:01 <popey> File Manager App links:- 21:01 <popey> Bugs: https://bugs.launchpad.net/ubuntu-filemanager-app/+bugs 21:01 <popey> Reviews: https://code.launchpad.net/ubuntu-filemanager-app/+activereviews 21:01 <popey> Blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/coreapps-1404-filemanager-dev 21:01 <popey> General Links:- 21:01 <popey> Milestones: https://launchpad.net/ubuntu-phone-coreapps/+milestones 21:01 <popey> Burndown: http://status.ubuntu.com/coreapps-14.04/ 21:01 <popey> Blockers: https://wiki.ubuntu.com/Touch/CoreApps/Blockers 21:01 <ajalkane> I've checked about the content hub integration, and with latest emulator image things seem to work pretty well 21:01 <popey> \o/ 21:01 <popey> Music to my ears ㋛ 21:02 <ajalkane> But a pretty major blocker is that when I install a newly compiled file manager, I get when running it: 21:02 <ajalkane> 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:02 <CarlosMazieri> I released first part of Trash (browse only) 21:03 <ajalkane> Before installing the new File Manager I made sure the one on the image started finely 21:03 <ajalkane> How could I debug this issue? I assume org.nemomobile.folderlistmodel is installed otherwise the old version would not have ran 21:04 <ajalkane> So is this something about app confinement? 21:04 <popey> ok, lets look 21:04 <popey> so, on my phone I have:- 21:04 <popey> phablet@ubuntu-phablet:~$ click list | grep file 21:04 <popey> com.ubuntu.filemanager 0.1.1.97 21:04 <popey> and thats pre-installed... 21:04 <ajalkane> I have com.ubuntu.filemanager0.1.1.latest 21:05 <popey> so that's in /usr/share/preinstalled/com.ubuntu.filemanager 21:05 <popey> yours will be in /opt/click.ubuntu.com of course 21:05 <popey> the plugin will be in the directory with the file manager 21:06 <ajalkane> I don't think it's there... 21:06 <ajalkane> something wrong with the CMake files then? 21:06 <popey> so yours should be in /opt/click.ubuntu.com/com.ubuntu.filemanager/current/plugins/org/nemomobile/folderlistmodel 21:06 <popey> libnemofolderlistmodel.so qmldir 21:06 <popey> thats in there 21:06 <ajalkane> There's no plugins dir in there 21:06 <popey> did you modify the plugin at all? 21:07 <popey> if not you can cowboy copy the plugins folder over from another install of filemanager on the device 21:07 <ajalkane> Not the plugin. Small changes to manifest.json etc. 21:07 <popey> i.e. from /usr/share/preinstalled/com.ubuntu.filemanager 21:07 <popey> ok, quick and easy way is just copy the plugin over 21:07 <popey> the whole plugin directory 21:07 <popey> that should be sufficient 21:07 <ajalkane> I don't have /usr/share/preinstalled 21:07 <popey> no, /usr/share/click/preinstalled 21:07 <popey> sorry 21:08 <ajalkane> okay great, thanks. I'll try that 21:08 <ajalkane> plugins.json is needed? 21:09 <popey> yes 21:09 <popey> oh, maybe not 21:10 <popey> i think that may only be used at build time 21:10 <popey> not runtime 21:10 <ajalkane> I'll try without 21:10 <CarlosMazieri> ajalkane: did you get a chance to take a look on the new plugin merge proposal? 21:11 <ajalkane> CarlosMazieri: Sorry no... I've been ill. I'll take a quick glance-through after this meeting 21:11 <CarlosMazieri> OK, this is lots of new code/changes 21:12 <ajalkane> alright... I might delay it for tomorrow if it seems I need to take a closer look 21:12 <CarlosMazieri> yes, do not worry 21:13 <popey> ajalkane: so if you get any other click package related issues, do ping me. I've become a bit of an expert in that department ☻ 21:14 <ajalkane> popey: okay thanks, I will 21:15 <ajalkane> I'm still getting the error... I'll try with copying the plugins.json file 21:15 <popey> hmm 21:17 <ajalkane> I'll make a pastebin out of relevant stuff, maybe you can figure out what can be wrong 21:18 <popey> sure 21:19 <ajalkane> see here: http://pastebin.com/B9HbYi6h 21:19 <ajalkane> if there's something else you need tell me 21:19 <popey> ajalkane: how did you install the click package? 21:19 <ajalkane> pkcon install-local 21:20 <popey> hmm 21:21 <popey> and how are you launching the app? 21:21 <ajalkane> I'm clicking on the Unity launcher. The only weird part is that the FileManager there does not show an icon 21:21 <ajalkane> The stock version had icon 21:21 <popey> how was the click package built? 21:22 <ajalkane> like this: 21:22 <ajalkane> QT_SELECT=qt5 cmake . -DCLICK_MODE=1 21:22 <ajalkane> make -j2 21:22 <ajalkane> make install DESTDIR=install 21:22 <ajalkane> click build install 21:23 <popey> and you ran pkcon as phablet or root? 21:23 <ajalkane> as phablet 21:23 <popey> without sudo ? 21:23 <ajalkane> yeah 21:23 <popey> hm, okay. 21:24 <popey> well this is odd.. 21:25 <popey> can you try doing a search for the app in unity, and launch from that 21:25 <popey> rather than the icon in unity? 21:25 <ajalkane> sure 21:25 <ajalkane> Same result 21:26 <ajalkane> I did a full apt-get dist-upgrade and ubuntu-emulator create today so it's all up-to-date 21:26 <popey> hm 21:27 <popey> i dont understand why it cant find the plugin. 21:28 <popey> balloons: you about.. seen this? ^ 21:28 <popey> or indeed mhall119 21:29 <balloons> what's the issue? 21:29 <balloons> we rebuilt the plugin for trusty recently 21:29 <popey> its like it cant find the plugin 21:29 <popey> he has the same version / filesize as I have on my phone 21:30 <popey> this is when ajalkane is building it on his pc and copying over 21:30 <popey> and fudging the plugin in from another older directory 21:30 <popey> balloons: http://pastebin.com/B9HbYi6h 21:33 <balloons> ohh as part of click, sure 21:33 <balloons> https://code.launchpad.net/~nskaggs/ubuntu-filemanager-app/fix-armhf-build/+merge/211621 21:33 <balloons> I asked xnox to help, but he's not provided anything yet. I'm not sure exactly how to make sure it includes the plugin 21:33 <balloons> I believe what we need to do is simply copy it 21:33 <balloons> so we can try in a bit 21:33 <balloons> so I don't steal your meeting popey :) 21:33 <popey> I suggested copying 21:33 <popey> please do, it's blocking ajalkane 21:35 <popey> balloons: ? 21:36 <gang65> Good Evening 21:36 <gang65> I have one question 21:36 <popey> hi 21:36 <popey> go for it 21:36 <gang65> @Popey You created bug report: 21:36 <meetingology> gang65: Error: "Popey" is not a valid command. 21:36 <gang65> https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1292483 21:36 <gang65> Popey You created bug report 21:37 <gang65> Do you know how to easly enable OSK keyboard on desktop? 21:37 <popey> gang65: no, will look at it. 21:37 * popey adds to to-do list 21:38 <gang65> I could handle this bug 21:38 <balloons> popey, yes I'm working on it. We don't want ajalkane blocked on anything. The other cmake changes need to land too 21:38 <popey> gang65: lets take this to #ubuntu-touch 21:38 <gang65> But I don't want reinvent the wheel. :-) 21:38 <gang65> ok 21:38 <popey> (just mid meeting) 21:45 <popey> balloons: is that ongoing or something you think we can fix now? 21:45 <balloons> let's move to #ubuntu-app-devwl 21:45 <balloons> popey, I can try my best guess right now 21:45 <popey> Ok. thanks. 21:45 <popey> ajalkane: so lets wrap up the meeting and try and figure out your issue in #ubuntu-app-devel with balloons 21:45 <popey> who clearly knows more about this than me ☻ 21:45 <ajalkane> Okay, thanks all! 21:45 <popey> thanks ajalkane CarlosMazieri 21:45 <popey> #endmeeting