[Bug 1889166] Re: mir: build failure on s390x

2020-12-16 Thread Alan Griffiths
In src/miral/CMakeLists.txt Change: set_source_files_properties(xcursor.c PROPERTIES COMPILE_DEFINITIONS _GNU_SOURCE) to set_source_files_properties(xcursor.c PROPERTIES COMPILE_DEFINITIONS _GNU_SOURCE COMPILE_FLAGS "-Wno-error=stringop-truncation" ) -- You receive

[Bug 1802124] [NEW] Error installing chromium-mir-kiosk on RPi3/edge

2018-11-07 Thread Alan Griffiths
Public bug reported: I'm running http://cdimage.ubuntu.com/ubuntu-core/16/edge/current /ubuntu-core-16-armhf+raspi3.img.xz from 18th September 2018. When I try to install chromium-mir-kiosk it fails: $ snap install --beta chromium-mir-kiosk error: cannot perform the following tasks: - Connect ch

[Bug 1802124] Re: Error installing chromium-mir-kiosk on RPi3/edge

2018-11-08 Thread Alan Griffiths
I re-downloaded edge image in case there were changes. I see the same behaviour. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802124 Title: Error installing chromium-mir-kiosk on RPi3/edge To man

[Bug 1793755] Re: [FFe] Feature freeze exception for Mir 1.0

2018-09-24 Thread Alan Griffiths
I thought sdl2 dropped the Mir dependency back in 18.04? It hasn't worked since the "Mir EGL" patch was dropped from mesa. Anyway, I have tested some SDL2 apps with Mir 1.0.0: On 16.04 where the SDL_VIDEODRIVER=mir option is still supported they work with it. On 18.04 and 18.10 they work with SD

[Bug 1794692] Re: [MIR] [mir] yaml-cpp

2020-01-20 Thread Alan Griffiths
There's quite a lot of duplication in the CVEs where dubious input causes stack overflow. There's one underlying cause which already had a fix under review (but no tests). I've create PRs to upstream as follows: https://github.com/jbeder/yaml-cpp/pull/806 - fixes CVE-2017-11692 https://github.co

[Bug 1794692] Re: [MIR] [mir] yaml-cpp

2020-01-21 Thread Alan Griffiths
CVE-2017-11692 is now fixed upstream by: https://github.com/jbeder/yaml- cpp/commit/c9460110e072df84b7dee3eb651f2ec5df75fb18 (My PR above got declined, but inspired a better fix.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1866069] [NEW] Investigate segfault on Mir

2020-03-04 Thread Alan Griffiths
Public bug reported: This occurs with the development version of Mir running on 18.04LTS (not seen on later series). (This version of Mir can be installed from ppa :mir-team/dev). 1. Start multiscreen Mir-on-X: miral-app -demo-server --x11-output 640x480:800x600. 2. Position windows side-by-side

[Bug 1866069] Re: Investigate segfault on Mir

2020-03-06 Thread Alan Griffiths
Found the underlying bug in Mir. (Re-uploading to a texture from multiple threads.) ** Changed in: mesa (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866069 Ti

[Bug 1701563] Re: On Artful Kate crashes when run on Mir

2017-06-30 Thread Alan Griffiths
New behavior on Artful: calling mir_create_menu_window_spec() with parent == nullptr -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1701563 Title: On Artful Kate crashes when run on Mir To manage no

[Bug 1701563] [NEW] On Artful Kate crashes when run on Mir

2017-06-30 Thread Alan Griffiths
Public bug reported: $ sudo apt install miral-examples kate $ miral-app [in the app terminal] $ gdb kate Expect: kate runs Actual: Thread 1 "kate" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 58 ../sysdeps/unix/sysv/linux/raise.c: N

[Bug 1701747] Re: Remove hard dependencies on libmir* in relevant packages

2017-07-03 Thread Alan Griffiths
IMO this is a design issue in Mesa - it hard links to all the backends enabled at build time. That also means, for example that a Mir based system pulls in a bunch of X libraries. The same is true for Wayland. A runtime dependency would be more satisfactory for everyone. -- You received this bug

[Bug 1844222] Re: Wayland session overlaid by black window when fullscreen scummvm exits

2019-09-30 Thread Alan Griffiths
I also see this behaviour with other SDL applications if fullscreened using the Wayland backend. E.g. snap install --edge mir-kiosk-neverputt mir-kiosk-neverputt I don't see the same effect on weston, sway or Mir based servers. -- You received this bug notification because you are a member of

[Bug 1844222] Re: Wayland session overlaid by black window when fullscreen scummvm exits

2019-09-30 Thread Alan Griffiths
Clarification, with neverputt the last frame overlays everything, not a black one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844222 Title: Wayland session overlaid by black window when fullscre

[Bug 1844222] Re: Wayland session overlaid by black window when fullscreen SDL apps exits

2019-10-01 Thread Alan Griffiths
** Summary changed: - Wayland session overlaid by black window when fullscreen scummvm exits + Wayland session overlaid by black window when fullscreen SDL apps exits ** Summary changed: - Wayland session overlaid by black window when fullscreen SDL apps exits + Wayland session overlaid by windo

[Bug 1844222] [NEW] Wayland session overlaid by black window when fullscreen scummvm exits

2019-09-16 Thread Alan Griffiths
Public bug reported: Seen on 18.04 and 19.10 In the "Ubuntu Wayland" desktop sudo apt install beneath-a-steel-sky SDL_VIDEODRIVER=wayland scummvm -f -p /usr/share/scummvm/beneath-a-steel-sky sky Press ESC a few times and Ctrl-Q to exit. Expect: session returns to normal Actual: a black rectang

[Bug 1889166] Re: mir: build failure on s390x

2020-07-28 Thread Alan Griffiths
Looking at the code, it is written correctly and handles the case where strncpy() "truncates before the terminating nul". It is unfortunate that this triggers a warning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1836934] [NEW] eoan boot hides grub menu

2019-07-17 Thread Alan Griffiths
Public bug reported: I dual boot several Ubuntu versions and have edited /etc/default/grub to show them on boot (and default to the last used). When eoan installs grub I no longer see the grub menu listing them during boot. Holding the shift key doesn't help. Although not displayed the menu see

[Bug 1836934] ProcEnviron.txt

2019-07-18 Thread Alan Griffiths
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1836934/+attachment/5277806/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836934

[Bug 1836934] Re: eoan boot hides grub menu

2019-07-18 Thread Alan Griffiths
apport information ** Tags added: apport-collected eoan wayland-session ** Description changed: I dual boot several Ubuntu versions and have edited /etc/default/grub to show them on boot (and default to the last used). When eoan installs grub I no longer see the grub menu listing them

[Bug 1836934] ProcEnviron.txt

2019-07-18 Thread Alan Griffiths
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1836934/+attachment/5277871/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836934

[Bug 1836934] Re: eoan boot hides grub menu

2019-07-18 Thread Alan Griffiths
apport information ** Description changed: I dual boot several Ubuntu versions and have edited /etc/default/grub to show them on boot (and default to the last used). When eoan installs grub I no longer see the grub menu listing them during boot. Holding the shift key doesn't help.

[Bug 1836934] ProcCpuinfoMinimal.txt

2019-07-18 Thread Alan Griffiths
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1836934/+attachment/5277870/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1836934] Re: eoan boot hides grub menu

2019-07-19 Thread Alan Griffiths
>Setting a GRUB_TIMEOUT to -1 should be sufficient to always show the menu, I'd expect, or is that what is not working? I'm setting it to 10 (attached) but, yes, that's what is not working: I can use the menu (up/down/enter) but can't see it - just the "Lenovo" logo. ** Attachment added: "/etc/de

[Bug 1808060] Re: libmirclient causes multiarch SDL2 headers to conflict with each other

2018-12-13 Thread Alan Griffiths
Isn't the most sensible way to fix this to change the libsdl2-dev packaging to depend on libmirclient9 directly? I can't think of any sane reason to expose the Mir headers to SDL2 users. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1808060] Re: libmirclient causes multiarch SDL2 headers to conflict with each other

2018-12-13 Thread Alan Griffiths
On reflection, there are several factors contributing to the problem. Addressing any one of them would resolve the problem reported. 1. none of the Mir -dev packages are co-installable 2. libsdl2-dev should not depend on libmirclient-dev 3. SDL2 is being built with mirclient support on 18.10 1 &

[Bug 1774011] [NEW] Compile options prevent use in a shared library

2018-05-29 Thread Alan Griffiths
Public bug reported: Trying to build the Mir and wlcs test suites on 18.10 Cosmic I get the error: /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libgtest.a(gtest-all.cc.o): relocation R_X86_64_PC32 against symbol `_ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4' can not be used when making a share

[Bug 1685186] [NEW] Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-21 Thread Alan Griffiths
Public bug reported: Snap development using Mir has been using the "stable phone overlay" PPA which is both inconvenient and a legacy of the cancelled Unity8 project. It would greatly simplify things if Mir were updated in the Xenial archive. Mir has two categories of dependent project: 1 pac

[Bug 1685186] Re: Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-21 Thread Alan Griffiths
t + unity8-desktop-session-mir + unity-scope-click-autopilot + unity-system-compositor + unity-system-compositor-autopilot ** Changed in: mir (Ubuntu) Assignee: (unassigned) => Alan Griffiths (alan-griffiths) -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1685186] Re: Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-21 Thread Alan Griffiths
** Description changed: Snap development using Mir has been using the "stable phone overlay" PPA which is both inconvenient and a legacy of the cancelled Unity8 project. It would greatly simplify things if Mir were updated in the Xenial archive. Mir has two categories of dependent

[Bug 1685186] Re: Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-21 Thread Alan Griffiths
** Description changed: - Snap development using Mir has been using the "stable phone overlay" PPA - which is both inconvenient and a legacy of the cancelled Unity8 project. + [Impact] + Snap development using Mir has been using the "stable phone overlay" PPA which is both inconvenient and a lega

[Bug 1685186] Re: Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-24 Thread Alan Griffiths
Keeping notes here for ease of reference. The rdepends of libmirclient are: libmirclient9 Reverse Depends: Depends: ubuntu-application-api3-desktop (>= 0.19.0+16.04.20160128) Depends: xmir-hwe-16.04 (>= 0.21.0+16.04.20160330) Depends: xmir (>= 0.21.0+16.04.20160330) Depends: libgtk-3-0 (>=

[Bug 1685186] Re: Mir needs to be updated in 16.04 and the dependency tree trimmed

2017-04-24 Thread Alan Griffiths
** Branch linked: lp:~alan-griffiths/mir/optional-deprecations -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685186 Title: Mir needs to be updated in 16.04 and the dependency tree trimmed To

[Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-11-24 Thread Alan Griffiths
Again: https://mir-jenkins.ubuntu.com/job/build-2-binpkg- mir/arch=amd64,compiler=clang,platform=mesa,release=yakkety/2970/consoleFull 12:05:28 9: Actual function call count doesn't match EXPECT_CALL(first_client, handle_input(_))... 12:05:28 9: Expected: to be called between 20 and 180 times 12

[Bug 1627697] Re: gnome-terminal crashes on resize

2016-11-30 Thread Alan Griffiths
gtk seems to be fixed on 17.04 ** Changed in: miral Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1627697 Title: gnome-terminal crashes on resize To ma

[Bug 1651391] [NEW] Package mirtest-dev is missing a dependency on mir-renderer-gl-dev

2016-12-20 Thread Alan Griffiths
, but that's a secondary issue.) ** Affects: mir Importance: Medium Assignee: Alan Griffiths (alan-griffiths) Status: In Progress ** Affects: mir (Ubuntu) Importance: Undecided Status: Triaged ** Changed in: mir Importance: Undecided => Medium ** Also

[Bug 1651391] Re: Package mirtest-dev is missing a dependency on mir-renderer-gl-dev

2016-12-20 Thread Alan Griffiths
** Branch linked: lp:~alan-griffiths/mir/fix-1651391 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1651391 Title: Package mirtest-dev is missing a dependency on mir-renderer-gl-dev To manage

[Bug 1651384] Re: [MIR] miral

2016-12-20 Thread Alan Griffiths
That's a Mir bug lp:1651391 do we need a workaround in miral? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1651384 Title: [MIR] miral To manage notifications about this bug go to: https://bugs.lau

[Bug 1651384] Re: [MIR] miral

2016-12-20 Thread Alan Griffiths
Landing a workaround (and a couple of other cherrypicked bugfixes) in silo 2317 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1651384 Title: [MIR] miral To manage notifications about this bug go to

[Bug 1651735] [NEW] $ mir_demo_server --help fails with an exception

2016-12-21 Thread Alan Griffiths
Public bug reported: $ mir_demo_server --help [2016-12-21 11:49:00.068655] mirplatform: Found graphics driver: mir:mesa-kms (version 0.25.0) [2016-12-21 11:49:00.069710] mirplatform: Found graphics driver: mir:mesa-x11 (version 0.25.0) [2016-12-21 11:49:00.069935] mirplatform: Found graphics dri

[Bug 1651735] Re: $ mir_demo_server --help fails with an exception

2016-12-21 Thread Alan Griffiths
It isn't just the test platform: $ sudo apt remove mir-test-tools $ mir_demo_server --help [2016-12-21 12:07:29.534586] mirplatform: Found graphics driver: mir:mesa-kms (version 0.25.0) [2016-12-21 12:07:29.535346] mirplatform: Found graphics driver: mir:mesa-x11 (version 0.25.0) ERROR: Throw lo

[Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-12-21 Thread Alan Griffiths
10:15:27 Expected: to be called between 20 and 180 times 10:15:27 Actual: called 181 times - over-saturated and active 10:15:27 10:15:27 GMOCK WARNING: 10:15:27 Uninteresting mock function call - returning directly. 10:15:27 Function call: handle_input(touch_event(when=3725515999186980 (164.85070

[Bug 1651735] Re: $ mir_demo_server --help fails with an exception

2016-12-22 Thread Alan Griffiths
On further investigation I only see this on my desktop (not on VM or laptop). ** Changed in: mir Status: Incomplete => Invalid ** Changed in: mir (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-31 Thread Alan Griffiths
Added Zesty and Yakkety as they need to have at least the version in Xenial. For Zesty this is a bugfix update, on Yakkety it has the same effect as on Xenial (of making some "early experience" downstreams a little less useful). ** Branch unlinked: lp:~alan-griffiths/mir/optional-de

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-06-05 Thread Alan Griffiths
Set back to verification-needed as we now have the binaries for all the supported releases ** Tags removed: verification-failed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1696091] [NEW] When the "target" demo recieves mir_event_type_close_window it fails to exit

2017-06-06 Thread Alan Griffiths
Public bug reported: Start mir_demo_client_target under mir_proving_server (or miral-shell, or miral-kiosk) Ensure it has focus and press Alt+F4 expect: the window disappears and the program exits actual: the window disappears and the program hangs It appears that the shutdown_handler() thread

[Bug 1696091] Re: When the "target" demo receives mir_event_type_close_window it fails to exit

2017-06-07 Thread Alan Griffiths
** Summary changed: - When the "target" demo recieves mir_event_type_close_window it fails to exit + When the "target" demo receives mir_event_type_close_window it fails to exit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1696978] Re: Mir locking up when switching VTs

2017-06-09 Thread Alan Griffiths
** Changed in: mir Status: New => Confirmed ** Changed in: mir (Ubuntu) Status: New => Confirmed ** Changed in: mir Importance: Undecided => Low ** Changed in: mir (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu

[Bug 1667645] Re: If the only surface in a session cannot take focus the server crashes

2017-02-27 Thread Alan Griffiths
** Changed in: miral Milestone: None => 1.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667645 Title: If the only surface in a session cannot take focus the server crashes To manage notifica

[Bug 1488232] Re: server shutdown failure (segfault)

2017-02-27 Thread Alan Griffiths
Is this still a thing? ** Changed in: mir Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488232 Title: server shutdown failure (segfault) To manage notificat

[Bug 1667645] Re: If the only surface in a session cannot take focus the server crashes

2017-02-28 Thread Alan Griffiths
** Changed in: miral Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667645 Title: If the only surface in a session cannot take focus the server crashes T

[Bug 1625846] Re: Xmir -rootless: Firefox menus pop up then close right away

2017-02-28 Thread Alan Griffiths
Incomplete for miral, we can't fix this in miral directly. The way focus works in Mir does seem odd and I'm surprised that the workarounds (ignoring focus loss) in the Qt and Gtk toolkits are "good enough". When we have a plan, then will reassess how miral is affected. ** Changed in: miral

[Bug 1665723] Re: Maximized window hidden under launcher after exit fullscreen

2017-02-28 Thread Alan Griffiths
** Branch linked: lp:~alan-griffiths/miral/fix-1658117 ** Changed in: miral Status: New => Fix Released ** Changed in: miral (Ubuntu) Status: New => Fix Committed ** Changed in: miral (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: miral

[Bug 1668415] Re: intermittent missing menu on calculator in u8 zesty

2017-02-28 Thread Alan Griffiths
Could be racy window management in QtMir -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668415 Title: intermittent missing menu on calculator in u8 zesty To manage notifications about this bug go t

[Bug 1668415] Re: intermittent missing menu on calculator in u8 zesty

2017-02-28 Thread Alan Griffiths
This seems to be gnome-calculator. So, not Xmir. Testing in miral-app (miral 1.2, Zesty with Mir 0.26.1) I don't reproduce the problem, so I think that's "Incomplete" for miral and gtk- mir until we locate the problem. ** Changed in: miral Status: New => Incomplete ** Changed in: gtk+3.0

[Bug 1668467] Re: gnome-calculator, you can open the Preferences window multiple times, making the window transparent the second time

2017-02-28 Thread Alan Griffiths
Can reproduce in miral-app, so probably gtk-mir, miral or mir ** Tags added: gtk-mir ** Also affects: gtk+3.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: miral Status: New => Confirmed ** Changed in: miral (Ubuntu) Status: New => Confirmed ** Changed in: q

[Bug 1668419] Re: out of order focus of child window u8 zesty

2017-02-28 Thread Alan Griffiths
*** This bug is a duplicate of bug 1625397 *** https://bugs.launchpad.net/bugs/1625397 Several issues here: but the main one seems to be the GTK issue described in lp:1625397. That a "modal" dialog isn't modal because the gdk-mir is ignoring gdks modal hint when creating it. ** This bug has

[Bug 1662733] Re: Window titlebar and shadow flickers when scrubbing through menus (or when a tooltip appears)

2017-02-28 Thread Alan Griffiths
Agreed, this is the same underlying issue with "focus-loss" events that manifests in lp:1625846. We should ensure that any plan to resolve addresses both usecases. ** Changed in: mir Status: New => Confirmed ** Changed in: miral Status: New => Incomplete ** Changed in: mir Impor

[Bug 1625846] Re: Xmir -rootless: Firefox menus pop up then close right away

2017-02-28 Thread Alan Griffiths
** Description changed: To reproduce: 1) Open firefox on a rootless Xmir 2) Right click or attempt to open the menu on the top right Expected: Menu to open Result: Menu pops up then closes right away. + I think this is an expected bug, but dont remember the bug# soo figure +

[Bug 1665286] Re: [unity8] A ghost (shadow only) window opens with some app windows/menus

2017-02-28 Thread Alan Griffiths
Oh, and tiled is a Qt application, so I think gtk3+ is innocent ** No longer affects: gtk+3.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665286 Title: [unity8] A ghost (shadow only) wi

[Bug 1665286] Re: [unity8] A ghost (shadow only) window opens with some app windows/menus

2017-02-28 Thread Alan Griffiths
Testing with miral-app I don't see this hidden window until it becomes visible. ** Changed in: mir Status: Confirmed => Incomplete ** Changed in: miral Status: Confirmed => Incomplete ** Changed in: mir (Ubuntu) Status: Confirmed => Incomplete ** Changed in: miral (Ubuntu)

[Bug 1665312] Re: [unity8][gtk] wrong tooltips position

2017-02-28 Thread Alan Griffiths
Cannot reproduce with miral-app: so probably not miral, mir or gtk ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: mir Status: Confirmed => Incomplete ** Changed in: miral Status: Confirmed => Incomplete ** Changed in: gtk+3.0 (Ubuntu) Stat

[Bug 1668467] Re: gnome-calculator, you can open the Preferences window multiple times, making the window transparent the second time

2017-02-28 Thread Alan Griffiths
I *think* this is gtk-mir. Running gnome-terminal on Unity7 selecting "Preferences" a second time raises the Preferences window. But in miral-shell I see no handle_raise_window() in --window- management-trace. Which implies that mir_window_raise() isn't being called by the toolkit. -- You recei

[Bug 1668467] Re: gnome-calculator, you can open the Preferences window multiple times, making the window transparent the second time

2017-02-28 Thread Alan Griffiths
** Changed in: miral Status: Confirmed => Incomplete ** Changed in: miral (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668467 Title: gnome-c

[Bug 1627750] Re: gnome-terminal displays input in wrong window

2017-03-01 Thread Alan Griffiths
** Changed in: miral Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1627750 Title: gnome-terminal displays input in wrong window To manage notifications about th

[Bug 1625397] Re: [gtk] Focus is stuck on the save as window vs the main window

2017-03-01 Thread Alan Griffiths
** Changed in: miral Status: Triaged => Incomplete ** Changed in: miral Importance: Medium => Undecided -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1625397 Title: [gtk] Focus is stuck o

[Bug 1613220] Re: [needs-packaging] MirAL needs packaging

2016-09-09 Thread Alan Griffiths
** Changed in: ubuntu Assignee: Alan Griffiths (alan-griffiths) => Larry Price (larryprice) ** Description changed: Mir Abstraction Layer An abstraction layer over Mir aimed at stabilizing the interface needed to develop Mir servers. The project contains both the abstract

[Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Alan Griffiths
AFAIK Mir follows the same model as X11 (which has the WM_DELETE_WINDOW message but no WM_QUIT). I guess you could kill(pid, SIGTERM)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624407 Title: Cl

[Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Alan Griffiths
It is not out of place at all - just an enhancement request. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624407 Title: Closing an application doesn’t actually close it, it merely requests all i

[Bug 1696978] Re: Mir locking up when switching VTs

2017-06-12 Thread Alan Griffiths
The essential step here is stopping lightdm. After which it seems Mir fails to restart compositing when the VT switches back. This scenario is low priority. ** Changed in: mir Status: Incomplete => Confirmed ** Changed in: mir (Ubuntu) Status: Incomplete => Confirmed ** Changed in:

[Bug 1672955] Re: unity-system-compositor crashed with SIGSEGV in libinput_device_config_accel_is_available() from libinput_device_config_accel_set_speed() from mir::input::evdev::LibInputDevice::appl

2017-06-16 Thread Alan Griffiths
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released ** Changed in: canonical-devices-system-image Assignee: Stephen M. Webb (bregma) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-17 Thread Alan Griffiths
** Description changed: [Impact] Snap development using Mir has been using the "stable phone overlay" PPA which is both inconvenient and a legacy of the cancelled Unity8 project. It would greatly simplify things if Mir were updated in the Xenial archive. [Test Case] Build a M

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-17 Thread Alan Griffiths
This works fine on a AMD64 desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685186 Title: [SRU] Mir needs to be updated to 0.26 in 16.04LTS To manage notifications about this bug go to: https

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-18 Thread Alan Griffiths
Does the intended for the mir snaps too: lp:~saviq/mir-kiosk-apps/+git/mir-kiosk-apps/+merge/324179 lp:~saviq/mir-kiosk/+git/mir-kiosk/+merge/324180 lp:~saviq/mir-libs-snap/+git/mir-libs-snap/+merge/324197 ** Tags removed: verification-needed ** Tags added: verification-done -- You received thi

[Bug 1677239] Re: mir_demo_standalone_render_overlays fails to link

2017-05-18 Thread Alan Griffiths
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677239 Title: mir_demo_standalone_render_overlays fails to link To manage notifi

[Bug 1677239] Re: mir_demo_standalone_render_overlays fails to link

2017-05-18 Thread Alan Griffiths
Tested version 0.26.3+16.04.20170510-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677239 Title: mir_demo_standalone_render_overlays fails to link To manage notifications about this bug g

[Bug 1672955] Re: unity-system-compositor crashed with SIGSEGV in libinput_device_config_accel_is_available() from libinput_device_config_accel_set_speed() from mir::input::evdev::LibInputDevice::appl

2017-05-18 Thread Alan Griffiths
Tested version 0.26.3+16.04.20170510-0ubuntu1 ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672955 Title: unity-system-composi

[Bug 1675357] Re: Mir sending key repeat events continually to nested shell after VT switch (causes Unity8 lockup for a while)

2017-05-18 Thread Alan Griffiths
Tested version 0.26.3+16.04.20170510-0ubuntu1 ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675357 Title: Mir sending key repe

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-18 Thread Alan Griffiths
Tested version 0.26.3+16.04.20170510-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685186 Title: [SRU] Mir needs to be updated to 0.26 in 16.04LTS To manage notifications about this bug g

[Bug 1672012] Re: Unity8 crashed right clicking on vlc [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-05-18 Thread Alan Griffiths
** Changed in: mir/0.26 Milestone: 0.26.3 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672012 Title: Unity8 crashed right clicking on vlc [terminate called after throwing an instance

[Bug 1668466] Re: Mir servers can crash when a client crashes [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-05-18 Thread Alan Griffiths
** Changed in: mir/0.26 Milestone: 0.26.3 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668466 Title: Mir servers can crash when a client crashes [terminate called after throwing an i

[Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-28 Thread Alan Griffiths
** Changed in: mir (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685186 Title: [SRU] Mir needs to be updated to 0.26 in 16.04LTS To manage notif

[Bug 1728574] Re: Xwayland fails to initialize on miral-desktop

2017-11-08 Thread Alan Griffiths
Alternative fix: https://github.com/MirServer/mir/pull/19 ** Changed in: mir (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728574 Title: Xwayland fai

[Bug 1732672] Re: package libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1.1 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es nochmal installiere

2017-11-16 Thread Alan Griffiths
*** This bug is a duplicate of bug 1700011 *** https://bugs.launchpad.net/bugs/1700011 ** This bug has been marked a duplicate of bug 1700011 package libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1 failed to install/upgrade: package libmirclient9:amd64 is not ready for configuration c

[Bug 1716670] Re: package libmirclient9:amd64 0.21.0+16.04.20160330-0ubuntu1 failed to install/upgrade: пакет libmirclient9:amd64 не готов к настройке настройка невозможна (текущее состояние: «half-i

2017-11-16 Thread Alan Griffiths
*** This bug is a duplicate of bug 1700011 *** https://bugs.launchpad.net/bugs/1700011 ** This bug has been marked a duplicate of bug 1700011 package libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1 failed to install/upgrade: package libmirclient9:amd64 is not ready for configuration c

[Bug 1700011] Re: package libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1 failed to install/upgrade: package libmirclient9:amd64 is not ready for configuration cannot configure (current status 'hal

2017-11-16 Thread Alan Griffiths
It looks as though there is a failing attempt to upgrade some of the Mir libraries (probably Mir 0.24 to Mir 0.26) as IIRC the 16.04.2 shipped before that update in the archive. If that theory is correct, it will be fixed by: $ sudo apt dist-upgrade In addition, it shouldn't happen with the

[Bug 1708326] Re: RM: obsolete product

2017-08-03 Thread Alan Griffiths
qtubuntu supports Qt applications running on Mir, it is selected at runtime, so it has no "depends". It is still needed for the artful cycle, we're removing it's dependency on platform-api (lp:~albaguirre/qtubuntu/papi-cleanup/+merge/324886) -- You received this bug notification because you are

[Bug 1708327] Re: RM: obsolete product

2017-08-03 Thread Alan Griffiths
As mentioned elsewhere: We don't need qtmir & qtmir-gles (nor unity- system-compositor which is also still around) in artful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708327 Title: RM: obsolet

[Bug 1708635] [NEW] Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-04 Thread Alan Griffiths
Public bug reported: This has shown up in lp:mir CI on Artful amd64 (and no other architecture or series we're using) For example: https://mir-jenkins.ubuntu.com/job/build-2-binpkg- mir/arch=amd64,compiler=gcc,platform=mesa,release=artful/4870/consoleFull Marking the memory with VALGRIND_MAKE_M

[Bug 1708635] Re: Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-04 Thread Alan Griffiths
** Also affects: util-linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: valgrind (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708635 Title: Valgrind report

[Bug 1708635] Re: Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-04 Thread Alan Griffiths
Looking at the util-linux source it seems that this could arise if: 1. opening /dev/urandom succeeds; and, 2. a subsequent read() fails -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708635 Title:

[Bug 1708635] Re: Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-04 Thread Alan Griffiths
PS I suspect this only manifests in CI because the builders have an older kernel than development machines. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708635 Title: Valgrind reports " Uninitiali

[Bug 1708635] Re: Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-04 Thread Alan Griffiths
Not sure how to test this, but... index b93b9ba47..cfa82d13c 100644 --- a/lib/randutils.c +++ b/lib/randutils.c @@ -81,8 +81,10 @@ void random_get_bytes(void *buf, size_t nbytes) while (n > 0) { ssize_t x = read(fd, cp, n); if (x <= 0

[Bug 1672012] Re: Unity8 crashed right clicking on vlc [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-08-07 Thread Alan Griffiths
** Changed in: miral Status: Incomplete => Invalid ** Changed in: miral (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672012 Title: Unity8 crash

[Bug 1672960] Re: unity-system-compositor crashed with SIGSEGV in invoke() from mir::frontend::detail::ProtobufMessageProcessor::dispatch:on_new_message() from on_read_size()

2017-08-07 Thread Alan Griffiths
n: mir Status: Confirmed => In Progress ** Changed in: mir Assignee: (unassigned) => Alan Griffiths (alan-griffiths) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672960 Title: unity-syst

[Bug 1672960] Re: unity-system-compositor crashed with SIGSEGV in invoke() from mir::frontend::detail::ProtobufMessageProcessor::dispatch:on_new_message() from on_read_size()

2017-08-07 Thread Alan Griffiths
** Branch linked: lp:~mir-team/mir/fix-1672960 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672960 Title: unity-system-compositor crashed with SIGSEGV in invoke() from mir::frontend::detail::Pro

[Bug 1640366] Re: [ FAILED ] ClientLatency.dropping_latency_is_limited_to_one (AKA dropping_latency_is_closer_to_zero_than_one)

2017-08-07 Thread Alan Griffiths
Two more fails today: https://mir-jenkins.ubuntu.com/job/build-2-binpkg- mir/arch=i386,compiler=gcc,platform=mesa,release=xenial/4876/consoleFull https://mir-jenkins.ubuntu.com/job/build-2-binpkg- mir/arch=i386,compiler=gcc,platform=mesa,release=xenial/4879/consoleFull -- You received this bug

[Bug 1560382] Re: unity-system-compositor crashed with SIGSEGV in std::_Hashtable, std::shared_ptr, std::allocator

2017-08-08 Thread Alan Griffiths
AFAIK we've not seen these crashes on zesty which includes more recent versions of the associated projects. We're also not trying to support USC on xenial. ** Changed in: mir Assignee: Andreas Pokorny (andreas-pokorny) => (unassigned) ** Changed in: unity-system-compositor Assignee: And

[Bug 1553328] Re: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2017-08-08 Thread Alan Griffiths
The nouveau isn't threadsafe and the Qt renderer uses threaded GL by default. We don't know if Mir's default renderer would also exhibit the same issue when running multimonitor. (The Mir renderer uses a thread per monitor, but this is a simpler usage pattern than Qt and may not manifest problems.

[Bug 1610829] Re: unity-system-compositor crashes with SIGABRT [malloc(): memory corruption] from new() from mutable_graphics_module() from mir::frontend::SessionMediator::connect()

2017-08-08 Thread Alan Griffiths
I don't see this in 17.04, we don't care about USC in 16.04 (and 16.10 where many of the errors were seen is out of support) ** Changed in: mir Status: New => Incomplete ** Changed in: mir Importance: High => Undecided ** Changed in: unity-system-compositor Status: New => Won't

[Bug 1628478] Re: Mir servers crash when using the Nvidia driver

2017-08-08 Thread Alan Griffiths
** Changed in: mir Assignee: Alberto Aguirre (albaguirre) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628478 Title: Mir servers crash when using the Nvidia driver To manage

  1   2   3   4   5   6   >