[00:48] hi [00:48] i like flash ubuntu touch on my redmi 2 [00:48] is that possible to try === mzanetti_ is now known as mzanetti === JanC is now known as JanC_FOSDEM [09:20] anyone here? [09:29] Aditya__: 238 peoples at this moment === ghostcube_ is now known as ghostcube === Azelphur is now known as Guest30585 [12:32] someone got syncevolution + fastmail working ? === Elleo_ is now known as Elleo === ghostcube_ is now known as ghostcube [17:17] hey fellas, deploying ubuntu-touch onto an older galaxy tab 2, curious what the procedure is for wiping the device prior to install [17:29] manbehindthemadn, is the galaxy tab 2 even supported? [17:30] eh, that really doesn't matter to me, if I gotta recompile and config by hand I kinda figured I was gonna have too, im just curious how to prep the device. [17:43] you need to be able to flash it ... so an unlocked bootloader is kind of essential [17:43] the rest (boot.img, recovery.img) get replaced by ubuntu anyway [17:44] though dont underestimate how much a port takes you ... [17:45] * ogra_` would plan with a month or more if you are an experienced android *and* ubuntu developer .... else plan longer [17:53] When will Ubuntu touch phones be available in the US? [17:54] once an US manufacturer is found,the FCC requirements are fulfilled annd the paperwork is done :) [17:55] (you can buy the bq phones in the US if you can live with 2g though .... they ship worldwide) [18:02] ( at https://store.bq.com/gl/ ) === nolsen is now known as GabeN === GabeN is now known as nolsen === 14WAAVNXE is now known as ecloud [19:36] <_Sponge> Could birdie and vocal be supported in Ubuntu-Touch ? https://github.com/nathandyer [20:37] Hello! Is it possible to allow mir to accept the connections of a Gtk+ app running from the terminal? [20:42] Hey [20:43] Is there anyway to set Qt Creator to use QMake for Unity Scopes? [20:54] Dang Ubuntu SDK ruined Qt Creator === curtness is now known as strahtw [21:24] I am going to create a application that uses and stores some sensitive information. I have a encryption library. I am just wondering what is the best place to store said files. like applicationConfigure dir ? or somewhere else [21:25] the idea is to use sqlight but to encrypt the files and make enduser unlock . This application will also need networking. [21:26] so setting the default data dir for sqlight will need to happen. So just wondering where that would be best suited. Like QStanderedPaths::standerPaths(QStanderedPaths::ApplicationConfigDir).first() ? or somewhere else [21:27] thanks for your time [21:34] Also is there somewhere where I can get a list of all the default lib's that I can link against for applications ? thanks [21:35] This way I know what I have to package myself. Just starting out with Ubuntu sdk and not sure how that all works [21:36] The application that I am going to make will be a mix between ansible tower and nagios [22:00] m_jimmer: scroll down to the Runtime Environment section of https://developer.ubuntu.com/en/start/platform/guides/app-confinement/ . As for libs, if in doubt, bundle them [22:00] thanks mcphail [22:00] m_jimmer: a) #ubuntu-app-devel is the best channel to ask about app dev questions. b) ApplicationDataDir i think would be better. config files go in ConfigDir, you're writing data, so DataDir would be better. [22:01] c) when you create a chroot in the sdk for the click target, any libraries which don't already have the -dev packages installed, are things you shouldn't be depending on the system to provide, and you should build and include them in your own package [22:03] sweet thanks a bunch and I will join that channel