/srv/irclogs.ubuntu.com/2013/02/06/#ubuntu-unity.txt

didrocksthomi: hey, still around by any chance?06:34
didrockssil2100: hey, how are you?08:22
sil2100didrocks: hi! Sleepy, but alright - how about you?08:26
didrockssil2100: I'm good thanks!08:26
sil2100didrocks: I'm looking at builds 76 and 77 now :)08:26
didrockssil2100: yeah, I wanted to update you that 77 is showing the same08:26
didrockssil2100: maybe the new autopilot is too fast for the intel machine :p08:27
sil2100;)08:33
didrockssil2100: does it seem to be time-related/easily fixable?09:11
ryeHi, https://bugs.launchpad.net/unity/+bug/1102410 - should I reopen the bug? I don't see how the blur became faster. It is quite the same speed as the old one before the nux fix09:18
ubot5Launchpad bug 1102410 in Unity "Speed up dash blur" [High,Fix committed]09:18
* rye curses every time he hits the "Super" key now because of that and https://bugs.launchpad.net/unity/+bug/109978709:19
ubot5Launchpad bug 1099787 in unity (Ubuntu) "Dash blur is too slow to fade in. Please don't fade it unless you can make it faster/smoother." [Medium,Triaged]09:19
smspillazrye: there are a number of things which could cause blur to be slow09:30
smspillazrye: it would be better if we changed the description of that bug to "reduce the number of samples taken for the dash blur"09:30
smspillazrye: the best approach to making blurs faster IMO would be to use a cache to reduce re-blurring so many fragments on each frame09:32
smspillazThat would require nux to be able to do geometry clipping, which appears to be a challenge in itself09:32
sil2100didrocks: it should be feasible, just give me a few more moments to finish up some things :)09:35
didrockssil2100: sweet! :)09:35
ryesmspillaz: aha, it reblurs everything on every frame draw? This is consistent with what I am seeing for the dash previews, even the unaffected regions take time to draw09:38
smspillazrye: yes. Nux doesn't have a concept of partial texture redraws09:38
smspillazI had a look into what it would take to add partial texture redraws like we have in compiz, but it would be very complicated and I suspect we'd have to repeat ourselves a lot in the code09:39
smspillazbecause there's no central "draw a texture" function in nux09:39
smspillazrye: to clarify: it reblurs the background of any window intersected by any new damage events09:40
smspillazfor the dash, this happens to be full-screen (for uninteresting reasons)09:40
smspillazfor the switcher this happens to be parts of the screen09:41
ryesmspillaz: originally there was blur_passes = 1, then it was removed (default is 1 anyway, hm). But I don't see how that would affect the speed drastically. I am actually thinking we are using the wrong blur now, not the faster one09:42
luvTrevinho: good morning, would you have a sec to see the new diff here https://bugs.launchpad.net/unity/+bug/1107866 ?10:01
ubot5Launchpad bug 1107866 in unity (Ubuntu) "Show window list when right clicking an icon in launcher - enables quick window switching" [Wishlist,In progress]10:01
luvi mean here https://code.launchpad.net/~lukas-vacek/unity/bamficon_windowlist-raring/+merge/14567610:02
luvoh10:02
luvyou already did! :-)10:02
luvTrevinho: great, i appreciated your comments; btw the fact that I copy WwindowPtr and not the id is because Windows() used to return the id back in unity-5.010:12
luvoh and i dont think MAXIMUM_LABEL_WIDTH_PROPERTY is an integer ... because I indeed used an integer originally but it wouldn't compile so I checked the type in the src code and it requires const char * so i changed that and it works fine10:14
luvyeah and thanks for your superfast answer! Those are all small changes and I will get tham sorted tonight.10:15
smspillazrye: we should be using the faster one10:55
smspillazrye: it would be called QRP_GLSL_LSBlur or something10:55
=== mmrazik is now known as mmrazik|lunch
=== mmrazik|lunch is now known as mmrazik
yarajuhi all!11:22
yarajuThough I've tried following the forums online, i find that when I add a new launcher using "Alacarte" it won't show up on my Unity Dash search. Can anyone help me figure out what's going on?11:22
=== _salem is now known as salem_
MCR1JohnLea: Hi :) Please comment on bug 1116538.12:03
ubot5bug 1116538 in Ayatana Design "Strg + Super + Down does not work for windows placed in corners or top/bottom half " [Undecided,Incomplete] https://launchpad.net/bugs/111653812:03
didrocksMCR1: hey, did you check to finish the work on the minimize/maximize?12:06
didrockslike exposing to g-c-c12:06
didrocksas we are in a middle ground right now, some part are not yet reviewed by smspillaz12:07
JohnLeaMCR1; re that bug, does "Strg" = "Ctrl"?12:07
MCR1didrocks: I am still waiting for smspillaz' input.12:07
didrockssmspillaz: ^12:07
didrocksMCR1: otherwise, I'll revert the change for coherence12:07
MCR1didrocks: Why revert domething that works ? The only problem remaining is that you just can change shortcut via CCSM now...12:08
didrocksMCR1: it doesn't work12:08
didrocksit doesn't migrate the right keys12:08
didrocksand there is no way to change the shortcut as we did12:08
MCR1didrocks: I do think reverting is counterproductive -> ofc it works12:08
didrocksso the "having something working everyday" rule is broken12:08
didrocksMCR1: right, but we have half changes12:09
didrocksso it doesn't work for the reasons above ^12:09
didrocksMCR1: and CCSM isn't an official tool12:09
MCR1as I said, I am commited to fixing it fully12:09
didrocksyep, please get in sync with smspillaz ASAP12:09
MCR1sure - I have not forgotten it ;)12:09
smspillazJohnLea: the only modifier I can think of as equavilent to Control is Primary12:10
MCR1JohnLea: No, that bug is about having 2 restore window functions instead of one, so for grid-resized windows we currently use another shortcut to restore than for all the other windows12:10
MCR1smspillaz: Hi12:11
smspillazyeah I saw12:11
smspillazhang on12:11
MCR1smspillaz: Cool, thanx12:11
smspillazMCR1: you've reminded me that we really should autogenerate the keybindings glue code12:12
MCR1JohnLea: IMHO we need just Ctrl+Alt+Down and it should work for all windows (first restore, then minimize), no ?12:12
MCR1smspillaz: Oh, that would be great12:12
smspillazits a pain to get right though12:12
MCR1smspillaz: Because currently changing shortcuts is like visiting hell ;)12:13
smspillazMCR1: only if you want to expose them in gnome-control-center12:13
JohnLeaMCR1; agreed we should standardise, also agree with getting rid of the "Ctrl + Alt+ R" shortcut and replacing it with "Ctrl + Alt + Down".  I was just wondering why the bug didn't mention Ctrl and was talking about Strg instead, but never mind, I'll update the bug description12:13
smspillazthe current code is actually partially autogenerated12:13
smspillazthough I don't know where the script I used to do it was12:13
MCR1JohnLea: Because the reporter is from Germany12:14
MCR1JohnLea: And there Strg==Ctrl12:14
MCR1Steuerung12:14
JohnLeaMCR1; anyhow, it's a good change, I'm just updating the bug now12:14
MCR1JohnLea: Thx12:14
JohnLeaMCR1; done12:15
MCR1JohnLea: Thx12:19
smspillazhmm12:20
smspillazMCR1: this:12:20
smspillaz21-    { "unmaximize_window_key", "unmaximize" },12:20
smspillaz22+    { "unmaximize_or_minimize_window_key", "unmaximize or minimize" },12:20
smspillazwill probably cause some trouble12:20
MCR1smspillaz: The big question is-> if I added a new function + new shortcut, what do we exactly need to adjust to make g-c-c work with the new shortcut12:20
smspillazyou probably wanted unmaximize_or_minimize12:20
yarajuAny help with why my launcher added using "alacarte" won't showup on a Unity Dash search?12:20
MCR1smspillaz: ok12:21
smspillaz(the current version won't work with gconf, and changes won't get propogated back to compiz from gsettings if it changes directly in gsettings)12:21
MCR1smspillaz: Isn't that the description only ? So the spaces do not matter ?12:21
smspillazMCR1: no, its the name of the foreign gnome key with underscore separated identifiers (instead of dashes)12:22
MCR1ok12:22
smspillaz(we just translate _ to - for the gsettings case)12:22
MCR1yep, I understood that12:22
smspillazMCR1: if you want unmaximize_or_minimize_window_key to integrate with the existing org.gnome.desktop.wm.keybindings:unmaximize key12:23
smspillazthen you should leave that declaration as12:23
smspillaz    { "unmaximize_or_minimize_window_key", "unmaximize" },12:23
MCR1well, that is what didrocks suggested (I think), but imho this would be confusing, no ? Wouldn't it be better to name the key correctly ?12:24
MCR1ofc if you also say that it should be done that way. I'll do it that way12:25
smspillazMCR1: creating a new key would be a pain12:26
MCR1ok, then let's go with this version...12:26
smspillazyou'd then have unmaximize and "unmaximize_or_minimize" next to each other, and then you'd have to update org.compiz.integrated and then also .convert files and .keybindings files and blah blah blah12:26
smspillaznot all that fun12:26
MCR1ok, let's do it the more easy way12:27
smspillazalmost more painful than I'm finding rails development at the moment12:27
MCR1hehe12:27
smspillaz"you wanted to add a new page? oh, I guess you'll have to update routes.rb, the controller, the seed.rb, pages_model.rb" blah blah blah12:28
MCR1urgh12:28
smspillaz"oh its not working - run rake db:seed you tard"12:28
smspillazI don't understand how a framework that embodies DRY as a core value doesn't encourage the use of constants12:29
smspillazhow much longer until feature freeze12:31
* smspillaz wonders if its worth even trying to get people to look at the gesture test refactoring code12:31
smspillazor if the plan is just "ignore until it goes away"12:32
MCR1smspillaz: Oh, thanks 4 the other review, btw. :)12:34
MCR1smspillaz: Probably this will also eliminate some of the Coverity static analyzer bugs...12:34
smspillazmaybe, although coverity checks for different kinds of things12:35
MCR1smspillaz: I am having slight problems to implement the damaging from scratch in workspacenames and at the same time workspacenames gets featured everywhere and still has this nasty flickering bug, which I've already fixed...12:36
MCR1smspillaz: Would it be okay to get this fix in first and implement the damagerect in a subsequent MP ?12:36
MCR1smspillaz: I am confident I can get it done until FF (hopefully)12:37
MCR1smspillaz: https://code.launchpad.net/~mc-return/compiz/compiz.merge-fix-1075578-workspacenames-flickering-during-display/+merge/13312412:37
MCR1^^ this just fixes the flickering for now :-[12:38
MCR1smspillaz: Example for feature: http://www.iloveubuntu.net/how-easily-add-names-workspaces-ubuntu-121012:38
smspillazyeah doing that is not such a great idea12:38
smspillazfull-screen redraws all the time == dead batteries12:39
MCR1smspillaz: Could you help me implement it then ?12:39
smspillazMCR1: was the "timer" variable a bool? or what12:39
MCR1smspillaz: Yes, I know - it is not ideal12:39
smspillazCompTimer ?12:39
smspillazCompTimer *?12:39
MCR1smspillaz: unos momentos12:40
=== MacSlow is now known as MacSlow|lunch
MCR1smspillaz: No, it is a simple int12:41
MCR1inttimer;12:41
smspillazMCR1: ... what is it supposed to represent? Where else is it used ?12:42
MCR1well, it is used for different things in workspacenames, but in the case I've corrected it is timer = optionGetFadeTime () * 1000;12:45
smspillazMCR1: is it decremented anywhere ?12:46
MCR1timer -= msSinceLastPaint;12:46
MCR1WSNamesScreen::preparePaint (int msSinceLastPaint)12:46
MCR1It means it will only damage the screen during fade, but not during display anymore12:47
MCR1as far as I understand... and as the flickering fix shows12:48
smspillazMCR1: hmm12:48
smspillazMCR1: in any case, your best bet is to find the condition in which the text is actually meant to be displayed, and then call cScreen->damageRegion (textRectangle); in donePaint on the same condition12:49
MCR1smspillaz: I just saw that I have to remove the dependency on mousepoll as well, it is still there...12:49
MCR1smspillaz: Ok, I'll try to fully fix it, before I'll ping you again ;) I have to understand how damageRegion works exactly anyway...12:50
smspillazMCR1: damageRegion means "this area of the screen will be redrawn"12:51
MCR1yes, I understand the theory ;)12:51
smspillazyou need to do it because core uses that information to copy from the scene framebuffer to the backbuffer12:52
MCR1smspillaz: First I'll have to fix the shortcut-thingy or else didrocks will kill me ;)12:54
smspillazdidrocks doesn't kill people12:54
smspillazhe hugs them to death12:54
MCR1phew12:54
smspillazwhich is slightly different12:54
didrocksdifferent approach :-)12:54
MCR1hehe12:55
MCR1smspillaz: I also have a fix for the cylinder rendering of the Cube Gears: http://imagebin.org/24547412:56
smspillazgreat12:57
MCR1smspillaz: Here you can see that they are rendered wrongly ^^12:57
MCR1smspillaz, didrocks: *Should* be okay now, hopefully: https://code.launchpad.net/~mc-return/compiz/compiz.merge-fix1115128-expose-unmaximize_or_minimize_key-in-g-c-c/+merge/14638413:07
smspillazMCR1: have you tried it to make sure it works ?13:11
smspillazI haven't got time to manually test merge proposals atm13:11
MCR1smspillaz: No, and I am not sure how as g-c-c integration here is a bit broken atm...13:12
luvTrevinho: ping ;-)13:17
luvTrevinho: what the hell^W^W is the deal with the AP/unit tests?13:17
Trevinholuv: 1 sec I'll be back to you13:17
=== MacSlow|lunch is now known as MacSlow
Trevinholuv: ok, I'm here...13:23
luvgreat  ..13:23
Trevinholuv: so, I'd prefer an unit test as it's less prone to failures13:23
Trevinhoand should also be quite easy here...13:23
luvalright, well ... got to hear ... almost feel like giving up :-/13:23
luvgood to hear13:24
smspillazMCR1: describe 'broken'13:24
Trevinholuv: what you need is adding a new tet case to test_application_launcher_icon.cpp13:24
luvalright what should the test case do ... how do i simulate what Windows() return ?13:25
TrevinhoIt should be enough to: do ...13:25
Trevinhoauto win = std::make_shared<MockApplicationWindow>(g_random_int());13:25
Trevinho  mock_app->windows_ = { win };13:25
smspillazMCR1: it should 'just work' when you change WM realted options in gsettings13:25
MCR1smspillaz: I have flat-file CCSM config here and g-c-c does not seem to recognize it13:25
smspillazMCR1: you need to use gsettings13:26
luvand then I compare the values from win with what my function returns ... ok13:26
MCR1smspillaz: then CCSM crashes on me/ does not like gsettings13:26
luvstill not super excited about that though :-)13:26
Trevinholuv: then you only have to do mock_icon->GetMenus()... that will return a list of dubsmenu items...13:26
smspillazMCR1: COMPIZ_CONFIG_PROFILE=ubuntu ccsm13:26
Trevinholuv: you've to ensure that there's one matching your window name13:26
luvum, ok, im lost again :-)13:27
Trevinholuv: err.. actually if you add one window you should ensure that no item is there, while if there are two windows (add one more), it has the menus13:27
MCR1smspillaz: It does not work here -> once I change (in CCSM) from flat-file to gsettings, CCSM simply closes13:28
luvum so how many tests should i write?13:28
luvis it enough to write a test for each ...  0,1,2 windows?13:28
MCR1smspillaz: Once I reopen it, it uses flat-file again13:28
smspillazluv: test for code coverage13:28
smspillazluv: so, you should ensure that every possible path in your change is covered by some kind of test13:29
smspillazMCR1: I guess you can force it, by editing ~/.compiz-1/compizconfig/config13:29
* MCR1 is not sure if he wants that...13:29
luvwell, i haven't done any unit test _for unity_ yet so please bear with me13:31
MCR1smspillaz: https://code.launchpad.net/~mc-return/compiz/compiz.merge-fix1117311-gears-cylinders-not-rendered-correctly/+merge/14685313:32
smspillazMCR1: yeah I saw13:33
smspillazMCR1: in any case, please find a way to switch to using gsettings and test the integration code13:33
luvdo I want to test GetMenus or EnsureMenuItemsWindowsReady ? In case I want to test GetMenus - should I check all created dbusmenuitems have all properties set exactly as they should or is it enough to see that they are not/available?13:33
MCR1smspillaz: Ok, I'll try13:33
luvim trying to shorten this endless merge review ping-pong, that's all ....13:34
luvsmspillaz: kinda not enough, because cases like bunch of windows with same titles, bunch of windows with different titles but same shorten titles are not covered in the code (explicitly)13:37
smspillazbregma: get in touch when you can :)13:37
luvs/covered/expressed/13:38
Trevinholuv: sorry, I missed your messages13:38
Trevinholuv: so, two tests are enough in your case13:39
Trevinholuv: one that checks that there are no window items, another one that checks that there are13:39
luvgreat, i will add an extra one which tests for windows with same title as well - that should be handy too13:40
luvTrevinho: thanks13:40
luvI will do that tonight and we can go through next round of the ping pong tomorrow ;-)13:40
MCR1smspillaz: Could you please comment on bug 1101198 - I would like to know how you want that fixed...13:43
ubot5bug 1101198 in Compiz "CCSM: Recommendation function needed for various plugins" [Undecided,New] https://launchpad.net/bugs/110119813:43
smspillazMCR1: I don't really know "how" it should be done, as I don't know the ccsm codebase13:44
MCR1smspillaz: Well, there are cases for everything there, but not for a soft dependency...13:44
MCR1smspillaz: So we could a) extend CCSM to understand a recommend in the xml13:45
smspillazit sounds like a good idea but I don't really know exactly how to do it13:45
=== dandrader is now known as dandrader|afk
MCR1smspillaz: Or b) scratch that and make (in this case text) a hard dependency13:45
smspillazMCR1: of workspacenames ?13:46
MCR1smspillaz: Currently it will just say "plugin x needs feature textrendering, which is provided by plugins a and b, Do you want to activate a or b or deactivate plugin x ?"13:47
MCR1smspillaz: No, it is about: scaleaddon, stackswitch, shift, scalefilter, thumbnail, ring13:48
smspillazbetter to make it optional *shrug*13:48
MCR1smspillaz: They all need text, but will also work without13:48
smspillazyeah, just leave it optional13:49
MCR1smspillaz: Yeah, the best thing would be a soft dependency. I will have to learn some Python ;)13:49
MCR1smspillaz: Currently nothing happens and the user is not informed about text...13:49
MCR1smspillaz: So all text-related options silently fail13:49
MCR1smspillaz: if text plugin is disabled13:50
MCR1smspillaz: Then something like this happens to users: https://code.launchpad.net/~mc-return/compiz/compiz.merge-fix1099100-thumbnail-title-text-issues/+merge/143042/comments/31027913:50
MCR1smspillaz: Seems CCSM coders have thought about everything, just not that ;)13:52
smspillazMCR1: there had been talk of that for a long time in compiz13:53
smspillazmany years back13:53
smspillazeg cube should "suggest" rotate13:53
MCR1smspillaz: yeah, exactly -> soft dependencies with the user deciding13:54
MCR1recommends feature x which is provided by plugin y, should we enable plugin y or do you want the feature x to stay disabled ?13:55
MCR1smspillaz: I will implement that in the next weeks...13:59
MCR1smspillaz: Let's make CCSM perfect :)13:59
=== dandrader|afk is now known as dandrader
smspillazMCR1: have a look at how some of the other tags are handled in libcompizconfig and the xml14:00
MCR1yes, I already did that :)14:01
smspillazI think if you want to add a new tag, you need to update the .proto, compiz.cpp (in compizconfig), compizconfig.pyc, and Settings.py14:01
MCR1that is why I am confident about implementing it14:01
MCR1thx 4 the info :)14:01
mterrysil2100, so enough unity tests failed last night to stop the daily build14:02
MCR1smspillaz: I do not want to nerve, just FYI: There is another related problem -> for example water plugin needs FBO to be enabled to work, but we cannot check for a special setting via CCSM <- I am still thinking about how to fix that best14:03
smspillazMCR1: TBH we should remove that setting14:03
MCR1nooooooooooo14:03
smspillazMCR1: it makes sense to - and here is why14:04
MCR1Here Compiz is fast with FBO turned off and slow like sh*t when turned on14:04
MCR1with fglrx or gallium-radeon14:04
smspillaz"always swap buffers" is basically the option that 99% of users would care about14:04
MCR1but FBO turned on (which is default) makes stuff really slow here14:05
MCR1and that is with a fast system and very fast gfx card14:05
smspillazMCR1: it doesn't have any impact if core or plugin code is not using it14:05
smspillazif "always swap buffers" is off, there's no reason to use framebuffer objects for rendering14:05
smspillaz(at least in the basic case)14:05
MCR1IMHO FBO should be off by default, but that is just my 2 cents from testing on ATI14:06
smspillazMCR1: I think what you meant to say was "always use glXSwapBuffers, even if it means backing up the previous frame" should be off by default14:07
smspillazand that would be a bad idea regardless, because it tears like crazy14:07
didrocksMCR1: tbh, I would prefer you ensure it's working on a fresh account if needed :)14:07
didrocksMCR1: the g-c-c integration should work there ;)14:07
MCR1didrocks: ok14:07
didrocksthanks!14:07
MCR1didrocks: please give me a little bit of time...14:08
didrockssure14:09
smspillazMCR1: Iunno if we can do it for this release, but it might be worth looking into how hard it would be to implement GLX_EXT_buffer_age for the root-window-only case on the mesa drivers14:09
MCR1didrocks: it is high up on the priority list14:09
didrocksthanks MCR1 ;)14:09
smspillazkrh said he wouldn't support it on X because compositing + reparenting makes it hard to support, but I know that logic makes no sense for the root window, because there's no reparenting or compositing involved there14:10
MCR1didrocks, yw ;)14:10
MCR1smspillaz: It would be great to support additional OpenGL features, I agree 100%14:11
=== davidcalle_ is now known as davidcalle
smspillazwell, buffer_age in particular means we don't need to resort to crazyness in order to support glXSwapBuffers/glXSwapControlEXT14:12
MCR1is buffer_age working on all main drivers ?14:14
smspillazonly nvidia at the moment14:14
MCR1hmm14:14
smspillazits trivial to support in a driver though14:14
MCR1Well, you know that I am still missing OpenGL knowledge to make judgements here...14:15
smspillazthe graphics system has to give you a new backbuffer on glXSwapBuffers, its not hard for the driver to tell you when it was last displayed14:15
didrockshey fginther, around?14:15
fgintherdidrocks, morning!14:15
didrockshow are you?14:16
fginthersleepy, need some coffee :)14:16
didrocksahah ;)14:16
didrocksfginther: once, you are awaken, did you see https://code.launchpad.net/~ps-jenkins/bamf/latestsnapshot/+merge/146765? It seems that it didn't go with the fastrack (in addition to failing14:16
MCR1smspillaz: But we had excellent OpenGL feature detection in UFO:AI. It might make sense to look at that code and see what we could use...14:16
smspillazMCR1: feature detection doesn't really matter in this case14:17
fgintherdidrocks, I'll get it going.14:17
didrockssil2100: hey hey! did you get any progress or the failures look ugly?14:17
smspillazMCR1: the fact is that if you have tearing in a compositor, you're kinda doing it wrong14:17
MCR1smspillaz: yep - the good ol' tearing problem...14:17
didrocksfginther: thanks, then, all projects will have the fasttrack (in unity, webapps, webcreds, oif, indicators… ?)14:17
smspillazbregma: you around ? .....14:18
MCR1afk, bbl14:19
fgintherdidrocks, I'm still waiting on a review for the fasttrack changes. keep your fingers crossed :)14:20
didrocksfginther: heh, ok :)14:20
ritzhi Mirv, busy ? looking for assistance with  https://launchpad.net/bugs/109695414:46
ubot5Launchpad bug 1096954 in unity (Ubuntu Precise) " Enabling Xinerama causes Unity Panel/Dash to become all black" [Medium,Confirmed]14:46
kenvandinemhr3, did you see my valgrind log from yesterday?15:12
kenvandinemhr3, http://ubuntuone.com/0AQvy3yDmcQCLz3Ejxn6pE15:13
mhr3nope15:13
mhr3will check out15:13
kenvandinemhr3, thanks15:17
ritzping didrocks15:19
sil2100didrocks: will give you an update in a moment, been on lunch and didn't see your ping :)15:20
didrockssil2100: no worry15:21
didrockshey ritz15:21
ritzhi didrocks, busy ? looking for assistance with  https://launchpad.net/bugs/109695415:21
ubot5Launchpad bug 1096954 in unity (Ubuntu Precise) " Enabling Xinerama causes Unity Panel/Dash to become all black" [Medium,Confirmed]15:21
ritzunity 2d15:21
ritzforcing  compositing as off seems to fix the issue15:22
ritzin code15:22
ritzany clue on how I could proceed further in this ?15:22
didrocksritz: kind of busy TBH ;) you should retarget the package from unity to unity-2d btw ;)15:25
didrocksritz: not really sure, does it happens with other QML apps?15:25
ritzhmm, have not tested this with other qml apps15:25
didrocksmaybe that will give an hint15:27
ritzthanks, will try this15:27
=== dandrader is now known as dandrader|afk
sil2100didrocks: I think I have a hint what might be wrong, since those failures I can reproduce locally - so they're not 'hopeless' ;)15:31
didrockssil2100: sweet, I hope that we can have an unity daily release tomorrow passing tests at least :)15:31
didrocksritz: yw ;)15:31
sil2100Ha!15:53
sil2100didrocks: I know how to fix some of those failures, so I'll submit some fixes and get them merged till EOD16:03
sil2100mterry: hi! If anything, I have a fix for the preview-related AP failures in the unity release task16:05
sil2100So that we don't step on eachother's toes16:05
=== dandrader|afk is now known as dandrader
jibeldidrocks, would it be possible to land the introspection modules of autopilot daily into raring or is it not done on purpose?16:23
didrocksjibel: introspection modules? sorry out of context16:35
didrocksyou mean the -gtk and -qt ones?16:35
jibeldidrocks, yes autopilot-(gtk|qt)16:35
didrocksIIRC, some work were needed (like the qt one is dep on qt 5), I think some tests or something on the -gtk ones were not working, cyphermox would know more? ^16:35
cyphermoxwell there were issues initially with the -qt one16:36
cyphermoxand further work on -gtk to make sure the module would be installable properly, I'll check again to see how ready that is16:37
cyphermoxI think it can land today16:37
jibelcyphermox, what do you mean by "installable properly"?16:38
cyphermoxthere were issues with how the package was built, now it was updated to make it a proper gtk module IIRC and just clean up the packaging16:38
jibelk16:39
mptCimi, yo, could you join #ubuntu-design?16:39
cyphermoxjibel let me run it through sbuild now and I'll be able to tell you exactly how ready I think it is to land16:40
jibelcyphermox, thanks16:41
cyphermoxthere's a minor copyright issue I'll fix now16:41
cyphermoxdidrocks: I can sponsor the first upload and we'll make it autoland after?16:42
didrockscyphermox: well, let's do autolanding right away :)16:43
cyphermoxok, I thought it was better to have the first-ever upload manually ;)16:43
didrocksno no :)16:45
MCR1hrmpf, didrocks is gone...17:26
=== chiluk is now known as chiluk_away
andyrockmpt, the panel-tray branch should land in trunk soon ;)19:07
=== chiluk_away is now known as chiluk
=== chiluk is now known as chiluk_away
=== chiluk_away is now known as chiluk
=== salem_ is now known as _salem
=== chiluk is now known as chiluk_away
=== chiluk_away is now known as chiluk
=== chiluk is now known as chiluk_away
=== chiluk_away is now known as chiluk
luvhey, how can i executed tests/test_application_launcher_icon.cpp ?22:24
luvoh and how was the trick to add pseudo windows to mock_app ??22:25
luvhmm and how can i get dbusmenuitems off it anyway?22:34

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