#title #ubuntu-touch-meeting: Ubuntu Touch File Manager app meeting Meeting started by popey at 20:01:26 UTC. The full logs are available at http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-05-09-20.01.log.html . == Meeting summary == ''LINK:'' http://theravingrick.blogspot.co.uk/2013/05/woof-woof.html may be interesting to you guys (popey, 20:07:59) ''LINK:'' http://qt-project.org/doc/qt-5.0/qtcore/qmimedatabase.html (popey, 20:17:19) ''LINK:'' http://freedesktop.org/wiki/Specifications/shared-mime-info-spec (ajalkane, 20:32:13) Meeting ended at 20:50:13 UTC. == Votes == == Action items == * (none) == People present (lines said) == * popey (55) * ajalkane (36) * CarlosMazieri (17) * meetingology (3) == Full Log == 20:01:26 #startmeeting Ubuntu Touch File Manager app meeting 20:01:26 Meeting started Thu May 9 20:01:26 2013 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 20:01:26 20:01:26 Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired 20:01:50 how are you both>? 20:01:55 blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-filemanager-development 20:02:31 reviews: https://code.launchpad.net/~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk/+activereviews 20:02:39 bugs: https://bugs.launchpad.net/ubuntu-filemanager-app 20:02:48 hi 20:04:02 I'll change that bug about the apps not appearing in the home page, because that's not a bug in your app 20:04:19 Aye 20:05:35 CarlosMazieri: i note you put a comment on the blueprint about porting back the nemo plugin to qt4 20:05:41 is that so it's acceptable to upstream? 20:05:52 or some other reason? 20:06:03 YES, I decided to test it using Qt4 and it did not work 20:06:46 There was a bug regarding clipboard handling which for some reason worked in QT5. 20:06:58 it is already fixed. I will release a new version 20:07:31 great 20:07:36 Now it is OK, tested Qt4.74 and Qt8.43 20:07:59 http://theravingrick.blogspot.co.uk/2013/05/woof-woof.html may be interesting to you guys 20:08:12 we're planning on having the phone "usable" as a daily driver by the end of the month 20:08:24 That's cool 20:08:30 so the goal is we'll be dogfooding the device running ubuntu 20:08:45 Yeah I think that's really important 20:09:05 totally, we'll discover so much more about what's wrong with it, while carrying it around 20:09:22 Although I won't be able to eat the dogfood unless it's ported to N9, which is probably not happening 20:09:30 unlikely 20:09:48 i know a few canonical people have n9's 20:09:55 quite a few 20:10:01 some still use it as their main phone 20:10:30 How about icons ?? 20:10:58 I thought we discussed that previously? 20:11:27 General advice was to use what you can get hold of because the design team don't have a task to create new ones anytime soon. 20:11:31 YES, but it requires dome implementation does not ? 20:11:56 ah sorry, misunderstood 20:12:17 does it requires some implementation, right ? 20:12:29 hmm, thought we added a task for it to the blueprint. my mistake 20:13:48 qt5 has QmimeDatabase and QMimeType 20:13:52 so yes, we need to find some icons which are appropriate and can be used (compatibile license) 20:14:22 and implement their use. 20:15:41 Is there some library to figure out what icon to show for what filetype? 20:16:05 is that not what qtmimetype does? 20:16:25 * popey rtfm's 20:17:19 http://qt-project.org/doc/qt-5.0/qtcore/qmimedatabase.html 20:17:29 QmimeDatabase and QMimeType gives the mime type, for assigning them to mime types, I think that is necessary to build a database 20:17:37 Seems to. No QML part so it has to be implemented to the plugin I guess 20:17:48 YES. 20:18:37 so we have some work items to define 20:18:39 Though the docs are a bit ambivalent... "Returns file name of an icon", but path or documentation of Ubuntu's image provider to use it properly is needed 20:18:54 indeed 20:20:04 some xdg database needs to be provided 20:21:58 what normally provides that? on a desktop for example 20:22:03 does it come with the icon theme 20:22:33 KDE and gnome do 20:24:18 hmm 20:25:13 makes sense to use the existing ubuntu icons from the desktop really. 20:25:42 given it's already packaged 20:25:47 Yes but the problem is how to associate filetypes/mimetypes in a folder with bunch of files to their icons 20:25:49 humanity-icon-theme 20:26:03 Ie. we get ".txt" file, what is the path to the icon? You can't hard-code those 20:26:12 You need some library that provides what icon to use 20:26:25 Gnome and KDE most likely provides tools for that 20:26:38 Does Ubuntu Phone has something like that for QML? 20:26:41 not an extractable database? 20:26:53 I think that is xdg implementation 20:26:56 I don't think so, but I can check with the SDK guys 20:27:50 CarlosMazieri: I think XDG only provides the icons for launchable applications (ie. .desktop files). I might be wrong. 20:28:01 shared-mime-info looks like the package 20:28:22 Description-en: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and XFCE use this database. 20:30:06 perhaps that could be of use? 20:30:14 I'm not sure if that's applicable 20:30:27 ajalkane: I have used xdg-open which opens a file with a suitable application 20:30:35 Ie. think about theming. Each theme can have different icons 20:30:47 So there probably is another layer on top of those mimetype mappings 20:30:57 CarlosMazieri: that's a different case 20:31:14 Opening an application and determining what icon to use for a random file are different things 20:31:39 xdg-open uses the mimetypes file to determine what application to use for opening the file 20:31:51 An icon to associate could use similar mapping 20:32:00 But the theming aspect of it suspects there's another layer 20:32:13 http://freedesktop.org/wiki/Specifications/shared-mime-info-spec 20:32:30 "Integration with icon themes has not been finalised (and is not currently part of the specification)." 20:33:12 i imagine when installing an icon theme debian package there are some post-inst hooks which update the system with the new icon locations 20:33:43 i have a horrid feeling gnome-settings-daemon is responsible for some of this 20:33:49 There is though this linked from above page: https://github.com/vilkov/libxdg/wiki 20:34:27 It implements this: http://freedesktop.org/wiki/Specifications/icon-theme-spec 20:39:18 The documentation does not seem too complete, but something like that is required. 20:39:40 Plus integration to QML 20:40:10 Of course one alternative is to forget about icons in FileManager for now. 20:40:36 heh, true. 20:40:37 Except for like "This is a folder, this is a file" kind of crude iconing. 20:41:56 I'm inclined to agree. 20:42:32 You could go further with "these are devices" but I don't think you necessarily need doc, xls, odt etc 20:44:04 If that's the approach taken, we can for now hard-code the icons in QML for what the QML plugin provides. I don't think it currently provides for devices, but folder/file information is there. 20:44:50 for devices (and other 'not a file / not a folder' type files) I'd be inclined to look for something which implies "don't click this" 20:45:14 or even hide them, colour them or shade them 20:46:14 I think whatever the final icons will be, have to be decided once Ubuntu Touch icons are in place and the overall look of the platform is quite ready. It's easy to put placeholders for now. 20:46:43 And if I remember correctly folder icons might have placeholders already 20:47:23 But devices probably need some support to QML plugin first 20:48:10 ok. 20:48:34 for a 1.0 release we don't need to go mad with the theme. 20:48:44 especially as the visual design isn't complete 20:48:53 ok 20:49:03 anything else? 20:49:09 we overran a bit ㋛ 20:49:20 No from my side 20:49:44 until next week 20:49:50 thanks guys! 20:49:53 True that... I'm not going to be able to do much in the future, so I try and concentrate on little bug fixes and improvements that come in the way 20:49:57 Cya next week! 20:50:09 great ajalkane 20:50:13 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)