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