UbuntuIRC / 2015 /05 /08 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
raw
history blame
7.88 kB
[00:52] <vthompson> bzoltan, zbenjamin, My ubuntu-sdk instance has recently started to freeze when started. I've tried to remove and purge the package and reinstall with no luck. The following is what I see in the logs: http://paste.ubuntu.com/11017643/ Can you give me a hand? Should I remove my kits? If so, how?
=== chriadam|away is now known as chriadam
[01:11] <vthompson> bzoltan, zbenjamin Well, I figured it out. I started looking for files in ~/.config to purge (hoping to find bad kits) but saw that I had a ~/.config/QtProject/QtCreator.ini.lock file that had been left around. I removed the file and the IDE started. I'll file a bug, QtCreator should handle a stale lock file more intelligently than simply hanging indefinitely.
[01:18] <vthompson> bzoltan, zbenjamin bug filed: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1452956
[01:18] <ubot5> Ubuntu bug 1452956 in ubuntu-ui-toolkit (Ubuntu) "Stale lock file causes QtCreator to freeze when starting" [Undecided,New]
=== chihchun_afk is now known as chihchun
[03:45] <bzoltan> vthompson: That is a strange issue. It is definetly an upstream bug, but it is good that you have filed against the plugin.
[03:47] <vthompson> bzoltan, if you could file upstream that'd be great. Thanks!
[06:38] <zbenjamin> bzoltan: is that maybe what you had as well?
[06:38] <bzoltan> zbenjamin: not impossible
[06:38] <zbenjamin> bzoltan: he filed against the uitk should i retarget it to qtcreator?
[06:40] <ts__> Hello everyone, having an issue with connecting ubuntu sdk to emulator (framework 15.04)..could anyone help?(OS ubuntu 14.10)
[06:41] <bzoltan> zbenjamin: yes please
[06:42] <bzoltan> ts__: please make sure that the emulator has development mode enabled. Settings->About thi phone ->Developer mode
[06:43] <ts__> ok, i do that
[06:45] <ts__> Couldn't find the 'Settings' ..where will I find it
[06:46] <zbenjamin> bzoltan: https://bugreports.qt.io/browse/QTBUG-21739
[06:46] <zbenjamin> bzoltan: seems that one is fixed in Qt 5.4.0
[06:47] <bzoltan> ts__: That is teh Settings app
[06:47] <zbenjamin> bzoltan: ah no that patch actually introduced the problem
[06:50] <ts__> ah , gr8..founded it , dev mode is indeed disabled. Is this something new introduced in ubuntu 14.10..? never noticed that before
[06:51] <ts__> earlier I was on 14.04 ...avoiding upgrade ..it being LTS
[07:01] <dholbach> good morning
[07:17] <ts> bzoltan , still couldn't enable the dev mode. I see a message about setting the passphrase or passcode. passphrase is set up already, cannot figure what am I missing there
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
[09:26] <dholbach> bzoltan, can you maybe confirm https://bugs.launchpad.net/ubuntu/+source/click-reviewers-tools/+bug/1449368?
[09:26] <ubot5> Ubuntu bug 1449368 in click-reviewers-tools (Ubuntu Vivid) "Invalid framework "ubuntu-sdk-15.04"" [Undecided,Fix committed]
[09:26] <dholbach> bzoltan, basically re-run commands from #21
[09:32] <seb128> question of the day ... is there any easy way to reorder items in a grid, like have a rectangle slide in a row or column when clicked? (2048 blocks style)
=== chriadam is now known as chriadam|away
[10:04] <bzoltan> dholbach: for me the PPA version already solved the problem
[10:06] <dholbach> bzoltan, right, this is for sru verification
[10:07] <dholbach> I'd be much obliged
[10:08] <dholbach> the fix is in -proposed and we need a verification for it to go to -updates :)
[10:17] <bzoltan> dholbach: OK, I disable my PPAs ... reproduce the bug, enable the -proposed and verify the fix.
[10:22] <dholbach> bzoltan, not necessary - I think it's enough to just install 0.25.1 from launchpad
[10:30] <bzoltan> dholbach: I went on the official way :) disabling the SDK PPA put back the stock c-r-t from vivid archive and the SDK throw an error when made a 15.04 app for 15.05 device. I enabled the vivid-proposed and it pulled the 0.25.1 c-r-t what fixed the issue. GREEN LIGHT :)
[10:34] * dholbach hugs bzoltan
[10:35] <bzoltan> dholbach: :) we need this fix badly. Thanks for pushing it.
[10:37] <dholbach> no worries
=== aaron__ is now known as ahoneybun
=== MacSlow is now known as MacSlow|lunch
[11:56] <markaa> Is there someone who review the commercial applications on Ubuntu Software Center? thx
[11:57] <popey> markaa: yes
[11:58] <popey> markaa: desktop or phone?
[12:00] <markaa> desktop
[12:01] <markaa> Please, When will my application be reviewed Code Library? thx
[12:03] <popey> markaa: -> beuno is responsible for that team.
[12:03] <beuno> markaa, hi
[12:03] <beuno> let me look at the queue
[12:04] <beuno> desktop apps take a while
[12:04] <markaa> thx popey
[12:05] <markaa> ok beuno
[12:07] <markaa> Approximately how many days?
[12:11] <beuno> markaa, I'll make sure it gets looked it between today and early next week
[12:12] <markaa> beuno: Okay, thank you very much :)
[12:14] <markaa> popey: can I javafx app to publish Ubuntu Phone?
=== MacSlow|lunch is now known as MacSlow
[12:34] <ts> hello .
=== _salem is now known as salem_
[13:31] <zbenjamin> nik90: i just played a bit with how we could do the structure for the UCS components
[13:32] <zbenjamin> nik90: it is possible , but the components need to make sure the sourcetree is in the correct structure to make everything (incl code completion) work
[13:32] <zbenjamin> nik90: i'm going to build you some examples
[13:33] <nik90> zbenjamin: awesome, thnx. We will communicate that to component developers via our docs and also ucs checks
[13:34] <zbenjamin> nik90: we probably will need to access and change the root project file though. Maybe we can work some easy to solution out
[13:34] <zbenjamin> -to
[13:34] <nik90> zbenjamin: you mean we need to modify the .pro file of the project?
[13:34] <zbenjamin> yes
[13:35] <zbenjamin> nik90: but i'm still thinking about possible solutions to this
[13:35] <nik90> ack.
[13:35] <zbenjamin> nik90: we probably need to do some brainstorming next week
[13:35] <nik90> ok, I am playing around with qmake projects to get myself acquainted with it.
[13:35] <zbenjamin> nik90: btw if you guys do some UI to search the ucs , make sure its embeddable. Would be cool to have the same UI everywhere
[13:36] <zbenjamin> like a library or so
[13:36] <zbenjamin> or component :D
[13:37] <nik90> zbenjamin: at the moment we only provide a command-line utility via the ppa, but yes a GUI is something we might come up with later.
[13:37] <nik90> zbenjamin: ideally we will use the same components that ubuntu-sdk uses to display the devices tab to ensure we can backport it to LTS
[13:37] <nik90> s/components/qt-version & ubuntu.components
[13:44] <ts> still sdk unable to connect to emulator device.
[13:44] <ts> can anyone help?
[14:10] <ts> error: cannot find feature click-target...any help ?
[14:11] <ts> * cannot find feature ubuntu-click
=== chihchun is now known as chihchun_afk
[16:18] <ts> hello.
[16:26] <bzoltan> ts: what is the exact problem?
[16:27] <bzoltan> ts: sort out the basics :) what ubuntu do you use? What channel have you used for creating the emulator? `apt-cache policy qtcreator-plugin-ubuntu` and `adb devices list`
[16:29] <ts> bzoltman , thx ..it was eventually solved :)
[16:30] <ts> your advice worked good
[16:32] <ts> now I need some help with UbuntuListView
[16:34] <ts> to build a list which uses both expandable and left (and right) side actions for its items
[16:40] <justCarakas> alex_abreu: do you know if there is more recent info on storage for HTML5 apps than this post ? I can't fund any info http://daniel-beck.org/ubuntu-html5-platform-storage/
=== oSoMoN__ is now known as oSoMoN
[17:57] <ts> UCS 1.2 ListItem ...documentation needed
=== aaron__ is now known as ahoneybun
=== mhall119 is now known as mhall119|afk
=== mhall119|afk is now known as mhall119
=== salem_ is now known as _salem