/srv/irclogs.ubuntu.com/2015/02/12/#ubuntu-unity.txt

=== duflu_ is now known as duflu
Cimitsdgeos, morning09:26
tsdgeosCimi: hey09:37
tsdgeosSaviq: i installed the bbc scope on the N4 but still not showing in the scope list after a reboot, any clue why?09:37
Saviqtsdgeos, huuh, no09:38
Saviqpstolowski, any idea ↑?09:38
tsdgeosoh09:40
tsdgeosso i have to pkcon *not* as sudo09:40
tsdgeosSaviq: pstolowski: ↑09:40
pstolowskitsdgeos, oh, so you've installed it manually?09:40
Saviqtsdgeos, ah yeah, pkcon install-local, otherwise you installed for root09:40
Saviqgreyback_, there's a needs fixin' from you on https://code.launchpad.net/~mzanetti/unity8/saveRestoreWindowSizePosition/+merge/247840, that still correct?09:41
greyback_Saviq: not any more09:41
Saviqt09:42
Saviqx09:42
Cimitsdgeos, now my doubt is... what will be in charge of adding temp scopes to the temp scopes list?09:42
Saviqwe'll have an (almost, but that expected) all green landing for the first time in a long time ;P09:42
mzanetti*drumroll*09:42
Cimitsdgeos, and also when to call activate09:42
tsdgeosCimi: "what is the temp scopes list" for you?09:42
tsdgeosCimi: you never call activate, you just click the button on the preview09:43
Cimitsdgeos, I mean on the mock and in dash.qml09:46
Cimitsdgeos, what is activate supposed to do?09:46
tsdgeosit already does it, no? call triggered09:47
tsdgeosi don't see what you want to change there09:47
Cimitsdgeos, in itemClicked inside GSV, we call activate09:47
Ciminot triggered or sth09:47
Cimior open scope09:47
tsdgeosbut that's not the preview, weren't we doing the preview case?09:48
tsdgeosactivate is just fine, there's a test for it that already works09:48
Cimitsdgeos, yes, so I was wondering if on this openScope I have to also call activate or just closing the previous scope09:48
Cimitsdgeos, what is activate compared to open?09:48
tsdgeosCimi: activate is something we call on the scope because the user did something09:49
tsdgeosCimi: open is something the scope tells us because the user did something09:49
tsdgeosacivate is a slot, open is a signal09:49
Cimiok09:50
Cimitsdgeos, in the scopes mock, do we want to do sth on closeScope?09:55
tsdgeosCimi: yes, we want to make sure it is one of the scopes we told the ui to open09:55
tsdgeoslike we're doing now09:55
Cimitsdgeos, on close09:56
tsdgeosyes?09:57
Cimitsdgeos, I can try calling delete or removing the scope from the temp scopes list, or allScope too09:57
tsdgeosdon't delete09:57
tsdgeosdon't remove it from allScope09:57
Cimiok09:57
tsdgeoswhat is the temp scopes list?09:57
Cimitsdgeos, I think a list of opened temp scopes09:57
tsdgeoswhat you mean you think? isn't that a variable you created?09:58
tsdgeosbut yes, if you have a list of all opened temp scopes, check the scope is there, assert if not and remove it from the list09:58
tsdgeossounds like a good plan09:58
Cimitsdgeos, pawel did :)09:59
Ciminot me09:59
Cimianyway let me see then what he does09:59
tsdgeospawel added code to our mock?10:00
tsdgeosSaviq: so the borked aspect ratio is SDK's fault10:21
tsdgeosdigging a bit more10:21
* Saviq waves fist!10:21
tsdgeosbreaks when setting the color: attribute10:21
Saviqoh10:21
Saviqso the colorize shader is goof10:21
tsdgeosi guess some gl magic happens somehwere that doesn't work much10:21
Saviqor something10:21
tsdgeoswhat, QtLocation has an Icon QML Type10:26
tsdgeoswhat can go wrong with that name ... D:10:26
Saviq:)10:28
Saviqbiab, testing desktop and food10:28
mzanettiSaviq: what's the eta on silo 4? looking good already or not tested yet?10:32
=== vrruiz_ is now known as rvr
Saviqmzanetti, just the testplan remaining10:40
mzanetticool. then I won't rebase stuff for silo 0 now10:41
CimiI have tags, please check in your branches too10:46
tsdgeosCimi: run fast!10:47
tsdgeos:D10:47
Cimiyeah10:47
CimiTagminator will come for me10:47
tsdgeosi cleaned mine yesterday10:47
tsdgeosso did mterry10:47
tsdgeosi think paul still has one that needs cleaning10:47
Cimiok I cleaned10:49
Saviqmzanetti, http://pastebin.ubuntu.com/10186287/ :/10:49
mzanettihmm10:50
mzanettifixing10:50
Cimitsdgeos, ok I got your branch approved, now is your turn to needfix mine :P10:50
tsdgeosCimi: saw it, give me a sec :)10:51
Saviqmzanetti, it's just a warning, I'm not gonna block the silo on this, but please clean it up10:51
mzanettiack10:51
tsdgeosis there a way to change the grid units from qml'10:53
tsdgeos?10:53
tsdgeosprobably not10:54
tsdgeosor there is10:55
Cimitsdgeos, mmm maybe if you override sdk definition10:55
Cimitsdgeos, like importing something that overrides units.gu10:57
tsdgeosunits.gridUnit = 30; just works :D10:57
Cimiyeah10:59
Cimibravo10:59
tsdgeosguys, ideas for testing https://code.launchpad.net/~aacid/unity8/attributeAspectRatio/+merge/249472 that doesn't actually involve checking the division is right?11:13
Cimitsdgeos, you check the aspect ratio?11:16
Cimiinstead of checking the actual division, you check the result11:17
tsdgeosyou mean diving width/height? but that's just checking math works, no?11:17
Ciminot sure it makes sense, I need contextr11:17
tsdgeosit'd be like checking height is units.gu(2)11:17
tsdgeosCimi: context is https://launchpadlibrarian.net/197105998/out.png, see the bbc logo11:18
Cimitsdgeos, you could check that the locale is not polish :D11:19
Cimii'm thinking btw11:21
Saviqmzanetti, will reminders ask me for an account on every start? ;)11:23
tsdgeosSaviq: since you seem to have the 3 devices, can you review https://code.launchpad.net/~aacid/unity8/attributeAspectRatio/+merge/249472 ?11:24
Saviqtsdgeos, will do11:25
Saviqtsdgeos, will you file a bug with the SDK then?11:25
tsdgeosSaviq: undecided11:25
tsdgeosSaviq: tbh we're setting the height, and i am not sure there's any guarantee that the width will be accordingly changed11:25
Saviqtsdgeos, is there not?11:26
Saviqtsdgeos, FWIW, as you said it worked fine without color...11:26
tsdgeosSaviq: well it doesn't "work fine"11:26
tsdgeosit just behaves different11:26
tsdgeosi.e. you end up with lots of empty space11:26
tsdgeosin the top/bottom (i.e. the image doesn't grow)11:27
tsdgeosso there's defenitely a bug11:27
tsdgeosi'm just not sure what the bug really is :D11:27
Saviqtsdgeos, "Icon does not preserve aspect ratio" ;)11:27
Saviqor "does not behave like Image" :P11:27
tsdgeosSaviq: right, but that can perfectly be by design11:28
tsdgeosthe only bug i can see is11:28
tsdgeosadding color: changes the behaviour11:28
tsdgeosi can file two and see if it ever gets any traction :D11:28
Saviqtsdgeos, yeah, I'd say it should behave intuitively, which is to preserve AR unless you tell it not to :)11:29
Saviqtsdgeos, same as Image11:29
Cimitsdgeos, what you could do (fasten seatbelts) is to create a QML image in your test, reusing the Icon's url, and check if your icon matches the aspect ratio of the Image11:30
tsdgeosSaviq: it's just that image doesn't preserve the AR :D11:30
Saviqtsdgeos, sure it does if you only give it one dimension11:30
tsdgeosSaviq: nope11:30
Saviqhmm?11:30
Cimitsdgeos, Saviq might be an sdk bug11:30
Cimiif it doesn't preserve11:30
tsdgeosSaviq: http://paste.ubuntu.com/10186800/11:31
tsdgeosgives you http://i.imgur.com/9KtUmLq.png11:32
Cimitsdgeos, maybe is the fillMode11:32
tsdgeosi know it's the fillMode11:32
Cimitry with PreserveAspectFit11:32
tsdgeosi'm just saying that you can't say Icon should preserve aspect ratio like Image does by default11:32
tsdgeossince Image doesn't11:32
tsdgeosCimi: there's no fillMode in Icon {}11:33
Cimitsdgeos, did you try the same code adding fillMode: Image.PreserveAspectFit11:33
Saviqtsdgeos, right, my bad11:33
Cimitsdgeos, but for Image11:33
SaviqCimi, we're good here, thanks ;)11:33
mzanettiSaviq: does it?11:33
mzanettiit shouldn't11:33
Saviqyeah, it just keeps implicitFoo11:34
CimiSaviq, why it shouldn't adding that fillMode?11:34
SaviqCimi, because we're talking about the default behaviour11:34
tsdgeosCimi: please drop the scopeThatOpenedScope variable11:37
Saviqanyone else got "fat thursday" today? ;)11:38
Cimitsdgeos, Saviq fillMode: Image.PreserveAspectFit preserves the aspect ratio11:38
CimiI just tested11:38
tsdgeosCimi: we know11:38
SaviqCimi, yes, thanks for helping11:38
tsdgeosCimi: it is not what we were discussing though11:38
tsdgeosSaviq: if by fat thursday you mean "omelette day", yeah11:38
Saviqtsdgeos, it's actually a PL tradition, somewhere during the carnival period there's a Thursday during which people eat all kinds of unhealthy pastries :P11:39
tsdgeosyeah it'd be the same11:39
tsdgeoswe just eat omelette :D11:40
Saviqoh ok11:40
CimiSaviq, we have all those fat days in italy11:40
mzanettiah yeah, we do have that, but its more the "insane thusday" here11:40
CimiSaviq, we have those sweets http://www.enricarocca.com/files/foto_4.jpg11:40
Saviqtsdgeos, grep for Icon please and do this in other places (like in emblem we need it for sure)11:40
Cimiwell, I don't have them here :'(11:40
tsdgeosthough actually it seems we should be eating omelette of sausages http://ca.wikipedia.org/wiki/Dijous_gras11:41
tsdgeoscan't compute11:41
SaviqCimi, looks similar http://www.interwellness.pl/wp-content/uploads/2012/02/T%C5%82usty_Czwartek.jpg11:41
tsdgeosSaviq: ok, let me check11:41
SaviqCimi, and http://agatagotuje.pl/wp-content/uploads/2014/01/DSC_0073-1024.jpg11:42
CimiSaviq, filled with cream? looks delish11:42
Cimiyeah they are the same!!!11:42
SaviqCimi, traditionally filled with rose fruit jam11:42
Saviqwell, actually depends on the region11:42
Saviqbut those are the best ;P11:42
mzanettiIch bin ein Berliner!11:43
mzanetti:D11:43
Cimitsdgeos, for your test, if you really want one I'd do as I said11:43
Cimitsdgeos, have an Image in the test with PreserveAspectFit and compare its width with your icon width11:44
tsdgeosCimi: yeah, i thought about that but i'm not sure i'm testing anything else other than the division works11:44
Cimitsdgeos, well you don't check the division, you check the result11:45
Cimiinside Icon you could replace the division with something else, but if it works the test will not fail11:45
CimiI'd personally try that11:46
tsdgeosSaviq: so for those other Icon { } we have around, if they specify height and width we're fine, even if they are not "respecting" the aspect ratio of the image, we assume that whoever provides the image will abide to the AR defined in the code, right?11:46
Saviqtsdgeos, yes, where we had both, we're forcing square usually11:46
Saviqtsdgeos, but there's a bunch where we want to keep AR (indicator panel, emblem, attributes come to mind)11:47
tsdgeosyeah, checking11:48
tsdgeosCimi: ok, i'll see if i can get something that makes sense11:49
CimiSaviq, how is fat thursday in pl? I'm gonna text Ola hoping she'll bring something home tonight :)11:52
SaviqCimi, "tłusty czwartek"11:52
CimiSaviq, dziekuje bardzo11:53
mzanettiSaviq: https://code.launchpad.net/~mzanetti/unity8/fix-cmake-sql-warnings/+merge/24947812:12
Saviqmzanetti, tx12:13
Cimitsdgeos, fixed12:26
tsdgeosyep, asw12:27
=== MacSlow is now known as MacSlow|lunch
=== dandrader_ is now known as dandrader
=== alan_g is now known as alan_g|lunch
dandraderflashed my phone, then build unity8 trunk + some branch and installed it there13:11
dandradertsdgeos , now unity8-dash is stuck in the splash screen. other apps launch normally13:11
dandradertsdgeos any ideas?13:11
Saviqdandrader, that persistent? if you go restart unity8-dash?13:17
Saviqdandrader, we've seen quite a bunch of dbus-related lockups recently :/13:17
Saviqpaulliu, that failure is very much related unity8.shell.tests.test_screenshots.ScreenShotTestCase.test_take_screenshot13:18
dandraderSaviq, right, restarting unity8-dash solves it13:19
dandraderSaviq, but if you restart everyone (sudo restart lightdm) it does not13:20
Saviqdandrader, yay for races13:20
dandraderSaviq, some race condition of sorts13:20
dandraderyeah13:20
paulliuSaviq: yeah.. I just correct it. Sorry.13:20
paulliuSaviq: I loaded another branch's build results..13:21
paulliuToo many tabs..13:21
Saviqkk13:23
ChrisTownsendSaviq: Hey, who should I poke to get some reviews of MP's I have for Unity 8?13:26
SaviqChrisTownsend, ideally, no one, but I can ping some for you: tsdgeos, Cimi, dandrader, greyback_, mterry, mzanetti, MacSlow|lunch, dednick, paulliu ;)13:27
Saviq↑↑↑13:28
paulliuChrisTownsend: I'll do.13:28
paulliuBecause I'm not very busy.13:28
SaviqChrisTownsend, just a request: please name the branches after the things they fix, not just the bug#13:28
ChrisTownsendSaviq: Ok, sure, I will do that.  Do you want those branches renamed now or just for future branches?13:29
ChrisTownsendpaulliu: Ok, thanks!13:29
SaviqChrisTownsend, just for future ref :)13:29
ChrisTownsendSaviq: Gotcha13:29
tsdgeosCimi: you need a commit message https://code.launchpad.net/~cimi/unity8/fix-open-new-scope-from-tmp/+merge/24947113:46
Cimitsdgeos, done13:54
tsdgeosCimi: dashTempScopeItem.backClicked(); is cheating13:56
tsdgeosCimi: http://paste.ubuntu.com/10188539/13:56
Saviqtsdgeos, https://code.launchpad.net/~aacid/unity8/attributeAspectRatio/+merge/249472/comments/61806313:57
=== alan_g|lunch is now known as alan_g
tsdgeosSaviq: the title you mean the "BBC" ?13:59
Saviqtsdgeos, no, there's no title even13:59
Saviqtsdgeos, krillin is leftmost, compare with the other two13:59
Saviqtsdgeos, there's no title label13:59
Saviqbrb, lost adb, gotta reboot14:00
tsdgeosah14:00
tsdgeosthat's very weird14:00
Cimitsdgeos, you want me to click on the button instead?>14:01
Cimiok14:01
tsdgeosCimi: of course14:01
tsdgeosCimi: see the paste14:02
Cimiok14:02
Cimitsdgeos, pushed14:03
tsdgeosSaviq: the indicators are basically abusing the thing14:14
tsdgeosit's a square icon14:14
tsdgeosAFAICS14:14
tsdgeosi mean battery14:14
tsdgeosthat or i can't find the icnon we're using14:14
tsdgeosthat may also be14:14
Saviqtsdgeos, it's not square14:14
tsdgeosSaviq: do you know the exact file we're using?14:15
Saviq/usr/share/icons/suru/status/scalable/battery-060-charging.svg for example14:15
tsdgeosbecause image://theme/battery-full-charged-symbolic,battery-full-charging-symbolic,gpm-battery-full,gpm-battery-100,battery-full-charged,battery-full-charging makes it a bit hard to find14:15
Saviqtsdgeos, that would be /usr/share/icons/suru/status/scalable/battery-full-charged-symbolic.svg14:15
Saviqwhich is a symlink to /usr/share/icons/suru/status/scalable/battery-charged.svg14:16
tsdgeosok, so i was seeing the wrong icon then14:16
tsdgeosthere's no implicitHeight for svg files14:19
tsdgeoshe he14:19
Saviqd'oh14:21
Saviqand why's that, pray tell?14:22
tsdgeosbecause they have no size14:24
tsdgeosit's scalable14:24
tsdgeosso no size14:24
tsdgeosit's a bit convoluted14:25
tsdgeosSaviq: on krillin14:29
tsdgeoshow did you try the patch?14:29
tsdgeosbecause on rtm the CardCreator patch doesn't apply directly14:31
tsdgeoswonder if that's what made you lose stuff14:31
tsdgeosor was it vivid on krillin?14:31
Saviqtsdgeos, vivid14:31
Saviqtsdgeos, I x-built a proper package14:32
Saviqand tried on the three devices14:32
tsdgeosok14:32
tsdgeoslet me try krillin here then14:32
tsdgeospstolowski: wops :D https://code.launchpad.net/~stolowski/unity-api/scopes-close-scope/+merge/248725 doesn't build14:43
pstolowskitsdgeos, uhm, looking14:45
pstolowskitsdgeos, fixed14:51
tsdgeostx14:53
=== MacSlow|lunch is now known as MacSlow
tsdgeosmzanetti: this is a hell of a conflcit :D https://code.launchpad.net/~mzanetti/unity8/inputinfo/+merge/248407/comments/61810815:02
mzanettitsdgeos: interesting... I don't even tough those files15:07
tsdgeosweird15:07
tsdgeosmaybe it's a criss cross or soemthgin?15:08
mzanettitsdgeos: ah... it's based on top of ShellRotation15:08
tsdgeosah15:08
mzanettitsdgeos: forgot the prereq it seems. but this is not meant to go into trunk atm15:08
dandrader"Author: handsome_feng<445865575@qq.com>" <- this guy need to configure his bzr environment, that can't be right :)15:09
seb128grrrrr unity8, sometime switching between vt and unity8 leads to a system where ctrl-alt-fn stops working15:16
Saviqseb128, that's grrrrr mir, rather15:18
Saviqand the reason why greyback_ has two laptops with him all the time ;P15:19
seb128Saviq, do you know if that's a known issue?15:19
seb128guess so15:19
Saviqseb128, I kinda believe it's known I think15:19
Saviqseb128, mostly because it's the display server on the current vt that needs to handle the ctrl+alt+fn switch, and when it stops is when you're screwed15:19
Saviqyou know, because display servers are always working so well, it's fine to rely on them to handle that shortcut15:20
=== snadg3 is now known as snadge
greyback_X has nearly all the right magic to ensure VT switching just works. Mir not there yet15:20
seb128Saviq, while you are here, what's the best way to run a qt5 app from a vt and have it display under unity8?15:21
greyback_seb128: only fix I know is to ssh in and run "startx" as root15:21
Saviqseb128, just export MIR_SOCKET15:21
seb128QT_QPA_PLATFORM=ubuntumirclient .... --desktop...?15:21
Saviqseb128, you'll need MIR_SOCKET as well15:21
seb128k15:21
Saviqseb128, so what I'd do15:21
Saviqseb128, is start terminal15:21
Saviqseb128, to get all the env15:21
Saviqseb128, and do from there15:21
seb128Saviq, what if I want to ssh? ;-)15:22
Saviqcan use byobu or screen or so15:22
Saviqseb128, well in that case yeah, just inspect unity8 for a few vars and you'll be golden15:22
SaviqMIR_SOCKET being the primary one15:22
seb128thanks15:22
Saviqor well, it's always in /run/user/$UID/mir_socket15:22
Saviqor so15:22
seb128fuck15:23
seb128why does running the app on a vt freezes the vt switch15:23
seb128k, need to ssh I guess15:24
tsdgeosSaviq: can you try the new version of https://code.launchpad.net/~aacid/unity8/attributeAspectRatio/+merge/249472 ? I tried it on my krillin and it doesn't have the issues you had15:26
Saviqtsdgeos, will do15:30
Saviqtsdgeos, well, that's the version I tried15:30
Saviqtsdgeos, ah no15:31
Saviqwill do in a sec15:31
Saviqbut that looks dumb to have to do :/15:31
tsdgeosagreed :/15:32
tsdgeosbut it's the only way i can think of knowing if the image actually has a size or not15:32
tsdgeospstolowski: https://code.launchpad.net/~stolowski/unity-scopes-shell/fix-temp-scopes/+merge/248235/comments/61813315:32
tsdgeosCimi: https://code.launchpad.net/~cimi/unity8/fix-open-new-scope-from-tmp/+merge/249471/comments/61813415:32
pstolowskitsdgeos, ok, sure15:33
Cimitsdgeos, ok15:33
pstolowskitsdgeos, pushed15:35
pstolowskiCimi, tsdgeos btw, I think you mentioned this to me but just double checking.. you do explicitly close all the temp scopes when user taps BFB, screen is locked, user navigates somewhere else etc.? no potential for leaking there?15:37
tsdgeospstolowski: the code path is the same wether you click back or push the bfb, so we shouldn't be leaking there no15:39
pstolowskicool15:39
CimiSaviq, can I test this? https://code.launchpad.net/~aacid/unity8/hack_location_data_i18n/+merge/24917415:46
CimiSaviq, or you wanted to do, since you asked us to fix...15:46
SaviqCimi, go for it15:46
Saviqtsdgeos, yeah, looking better, but <barf> at the solution :/15:53
tsdgeosSaviq: my understanding is that Image is a bit of a mixup itself15:53
tsdgeosthis is the best i could come up15:53
tsdgeosi'll accept suggestions :/15:53
tsdgeosSaviq: also at some point we should create our own Icon class or something, when grepping like 90% of them have the same units.gu(2) in width and hegiht15:54
tsdgeosthat would probably make sense to be together15:54
tsdgeosin one place15:54
tsdgeosjust one day someone thinks 3 gu is better15:54
tsdgeosor something :D15:54
=== dandrader is now known as dandrader|lunch
Saviq;)15:54
Saviqtsdgeos, on that note, any idea why emblem and attributes are different height?15:55
Saviqis that hardcoded at different values?15:55
tsdgeoslet me se15:55
tsdgeos+e15:55
tsdgeosyeah15:56
tsdgeosattribute is height: units.gu(2)15:56
tsdgeosembñem is15:56
tsdgeosheight: titleLabel.font.pixelSize15:56
tsdgeosso the emblem matches the height of the title15:56
tsdgeosCimi: if you push the quick change to https://code.launchpad.net/~cimi/unity8/fix-open-new-scope-from-tmp/+merge/249471 i'll top approve16:04
Cimitsdgeos, doing now16:05
Cimitsdgeos, done16:08
tsdgeosSaviq: yeah the more i look it, something looks fishy in Icon16:13
tsdgeosSaviq: see http://i.imgur.com/4AnJKbA.png16:13
tsdgeosits with px 25 and px 5016:13
tsdgeosbattery icon grows16:14
tsdgeosbut BBC needs to be told to grow16:14
Saviqtsdgeos, yup16:14
tsdgeosso either BBC should also grow or battery should not16:14
tsdgeosSaviq: Cimi: pstolowski: so https://code.launchpad.net/~cimi/unity8/fix-open-new-scope-from-tmp/+merge/249471 is now approved, who is landing it and the deps?16:16
Saviqtsdgeos, next unity8 landing, I believe, so me/mzanetti16:17
tsdgeosokidoki16:17
pstolowskigreat, thanks16:20
tsdgeosSaviq: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293 ?16:23
ubot5Launchpad bug 1421293 in ubuntu-ui-toolkit (Ubuntu) "Icon width is inconsistent when height is specified" [Undecided,New]16:23
tsdgeosi'll refer to taht bug in the code16:23
Saviqtx16:24
tsdgeospushed16:29
=== dandrader|lunch is now known as dandrader
Saviqpstolowski, ah, your branch for unity-api will need a merge and another changelog bump17:13
pstolowskiSaviq, looking17:15
pstolowskiSaviq, updated, both unity-api and shell plugin17:19
seb128help18:20
seb128with is that not working18:20
seb128IR_SOCKET=/run/user/1000/mir_socket QT_QPA_PLATFORM=ubuntumirclient system-settings --desktop_file_hint=/usr/share/applications/ubuntu-system-settings.desktop18:20
seb128translate messages  fr_FR.UTF-818:20
seb128that line starts with a M18:20
=== alan_g is now known as alan_g|EOD
seb128running in a ssh from an user who has an active unity8 session on the same machine18:21
seb128Saviq, greyback_ ^ do you have any idea?18:21
greyback_seb128: are you getting any error messages?18:22
greyback_did you check the mir socket is actually there18:23
seb128(system-settings:8918): Gtk-WARNING **: cannot open display:18:23
greyback_check output of unity8.log too, in case it decided to reject the connection for some reason18:23
seb128I get18:23
seb128why gtk? it's not even a gtk codebase18:23
seb128the socket is there18:23
greyback_that gtk warning shouldn't be happening18:23
greyback_why the heck is it18:24
seb128indeed18:24
seb128ok, got it18:25
seb128QT_QPA_PLATFORMTHEME=appmenu-qt518:25
greyback_aha18:25
seb128Mirv, sil2100, ^ appmenu not being nice!18:25
greyback_good catch18:25
seb128thanks ;-)18:25
sil2100What what?18:26
seb128sil2100, trying to run a qt5 app from ssh to a desktop running unity818:26
seb128greyback_, next fun is18:26
seb128  what():  org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X1118:26
greyback_aii18:26
sil2100Sorry, I didn't test this usecase ;)18:26
seb128greyback_, works after setting DBUS_SESSION_BUS_ADDRESS18:28
seb128greyback_, thanks for listening ;-)18:28
greyback_sweet18:29

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