/srv/irclogs.ubuntu.com/2015/04/01/#ubuntu-unity.txt

tsdgeosMirv: did you have a chance at running the AP tests?07:10
tsdgeosoh you're rebuilding what happened?07:10
tsdgeosom26er: ping07:36
tsdgeosom26er: unping07:36
om26er_-_07:37
tsdgeosom26er: it was me just not having read a bug you reported in full, now i have :)07:40
om26ertsdgeos, which is that ?07:40
tsdgeoshttps://bugs.launchpad.net/ubuntu/+source/unity8/+bug/143634907:40
ubot5Ubuntu bug 1436349 in unity8 (Ubuntu) "Edge tutorial re-appears" [High,In progress]07:40
Mirvtsdgeos: running, looks better. rebuilding since the test build succeeded, we can't publish  ~test version anyway.07:43
tsdgeosMirv: ah, so i can join in running AP then?07:44
Mirvtsdgeos: could you run unity8 AP on mako? I tend to always have problems with those lately. I got 1 failure with archive version, but often it aborts in the middle.07:44
=== jamesh__ is now known as jamesh
tsdgeosMirv: will later, first on the bug i'm reviewing07:53
tsdgeosom26er: ping now08:18
om26ertsdgeos, pong08:18
tsdgeosom26er: i can not reproduce the bug08:22
tsdgeosom26er: so i have to wipe phone, be on first screen of the wizard, call myself, answer, hang08:22
tsdgeosand i am on the tutorial08:22
tsdgeosi finish the tutorial08:22
tsdgeosand what should happen? i get the tutorial again? or after a reboot? or?08:23
=== marcusto_ is now known as marcustomlinson
om26ertsdgeos, after you hangup the call, drag out the launcher08:46
om26erwizard starts agian08:46
tsdgeosom26er: hmmmm ok, that should have been part of the bug report :D08:46
tsdgeosor again i need to read the bug better08:47
tsdgeosone of the two :D08:47
om26ertsdgeos, you said that right, dragging out the launcher was not mentioned in the report08:48
greybackMirv: hey, who would I pester about a qtcreator bug?08:52
Mirvgreyback: probably zbenjamin / bzoltan first and if it's upstream bug then file a bug at https://bugreports.qt.io/08:55
Mirvwe've a bit outdated Qt Creator nowadays though08:55
greybackMirv: ok, I'll be on to them. It's really quite annoying, qtc crashes if I unplug the monitor its window is on08:57
Saviqcan confirm da08:57
Saviqt08:57
Mirvthat sounds like an old, old Qt bug08:57
Mirvie it'd happen with any Qt software08:58
Mirvgreyback: ^08:58
Mirvbug #131858408:58
ubot5bug 1318584 in Next Generation Checkbox (GUI) "qt crashed when switching video out mode to external or internal only mode" [Medium,Confirmed] https://launchpad.net/bugs/131858408:58
greybackhmm, why am I only noticing it recently08:58
Mirvoh, then it might be something different. I wasn't really well able to reproduce it myself except for one machine.08:59
Mirvthere's finally some action in the upstream bugs for Qt 5.509:03
tsdgeosMirv: the dbus ones?09:07
tsdgeosyeah09:07
Mirvtsdgeos: no, that multimonitor bug09:08
tsdgeosMirv: ah09:14
tsdgeosMirv: unity8 autopilots may be suffering from needing https://code.launchpad.net/~nick-dedekind/unity8/autopilot_test_failures/+merge/254118 or similar09:37
tsdgeosit's known they are unstable-ish09:37
tsdgeosbut i'm running them anyway09:39
tsdgeosMirv: unity8 autopilot looks ok, got the failure of password vs assword that i have a patch up for and it's known10:02
Mirvtsdgeos: thanks.. I'll continue with the rest. it's indeed looking good so far.10:07
tsdgeosmzanetti: Saviq: unity: what's the opinion on https://code.launchpad.net/~aacid/unity8/qt55/+merge/254418 ?10:20
mzanettitsdgeos, well... if it's required to build... looks ok to me10:21
tsdgeosit is with the current alpha10:22
tsdgeosmay awnt to wait10:22
tsdgeosbut still builds with 5.410:22
tsdgeosso doesn't really hurt10:22
tsdgeosmzanetti: is there a way to test https://code.launchpad.net/~mzanetti/unity8/fix-launcher-losing-apps/+merge/254613 other than getting telergam chat messages?10:22
mzanettitsdgeos, yes. you can manually call the dbus methods to show and hide the highlight10:23
mzanettitsdgeos, erm, the count emblem10:23
tsdgeoshmmm10:41
tsdgeoshmmm210:42
tsdgeos:D10:42
tsdgeosmzanetti: should the new test fail without the launcher chagne?10:44
mzanettitsdgeos, yes10:44
tsdgeosi think i may be running the wrong test10:44
mzanettitsdgeos, make launchermodeltest10:44
tsdgeosah that one10:44
tsdgeosk10:45
mzanettiI actually first added the failing test, then fixed the launcher to not fail any more - so quite positive it should still fail without the change10:46
tsdgeosmzanetti: hmmm10:53
tsdgeosmzanetti: why recent and not running?10:53
mzanetti...10:54
tsdgeosor rather maybe the check should be10:54
tsdgeosif (!countVisible && !item->pinned() && !item->recent() && !item->running()) { instead of if (!countVisible && !item->pinned() && !item->recent()) {10:54
tsdgeos?10:54
mzanettitsdgeos, recent == running10:54
mzanettier10:54
tsdgeosmzanetti: why is there another property for running then?10:55
mzanettithat is a good question10:55
mzanettilet me look10:55
mzanettitsdgeos, ah right... so in the beginning it wasn't clear that recent == running, so the code could deal with both. however, the running property is not used in the launchermodel at all10:57
mzanetticould be dropped - or rather recent be renamed to running10:57
tsdgeosmzanetti: so noone is setting running from anywhere?10:57
mzanettican't find any occurrance atm, no10:58
mzanettiand I totally forgot that running property even existed10:58
mzanettitsdgeos, I'll have some hangouts regarding launcher on desktop soon. I'll clarify if we can clean this up10:59
mzanettimaybe with that recent != running again... not sure yet10:59
tsdgeosmzanetti: ok11:02
tsdgeosmzanetti: let's leave it right now as it is? maybe a comment somewhere? like a TODO in running saying "investigqate if we can kill it" or something?11:03
mzanettitsdgeos, that would be in unity-api though11:03
tsdgeoswell sure, but you can add the todo in unity8 side and then remove it from everywhere11:03
tsdgeosafter all the running() is pure virutal, no?11:05
tsdgeosanyway if you prefer not to change it11:06
tsdgeosok11:06
=== MacSlow is now known as MacSlow|lunch
=== alan_g is now known as alan_g|lunch
=== facundobatista is now known as Facu
=== alan_g|lunch is now known as alan_g
tsdgeosmzanetti: will you do https://code.launchpad.net/~aacid/unity8/urldispatcher_hideeverything/+merge/253527 ?13:02
=== MacSlow|lunch is now known as MacSlow
mzanettitsdgeos, oh sorry. yes, sure, will do13:08
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== marcusto_ is now known as marcustomlinson
tsdgeosdednick: any idea what's up with the last autopilot stuff?15:11
tsdgeosah you aborted it?15:11
tsdgeosmzanetti: you doing https://code.launchpad.net/~mterry/unity8/skip-spread-tutorial-on-desktop/+merge/253866 ? or want me to take over?15:38
tsdgeosdandrader: you still need the stdio in that MR?15:42
dandradertsdgeos, removed15:44
tsdgeosk15:47
mzanettitsdgeos, if you have time for it, feel free to take it over15:50
tsdgeosok, i'll check it tomorrow, i'll eod now15:51
dednickwhy my device always saying "Reinstallation of unity8 is not possible, it cannot be downloaded." lately?16:11
greybackdednick: did you install a locally build copy of unity8? Or that the unity8 you have installed is old, and only a newer version is available for download from the repo16:23
=== dandrader is now known as dandrader|lunch
=== dandrader|lunch is now known as dandrader

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!