[Bug 1716361] [NEW] Printer Details Dialog Lacks Window Controls

2017-09-11 Thread Alan Diggs
Public bug reported: Opening the Settings application, under the Devices tab, in the Printers category, when selecting a printer and clicking the cog button to the right of it, followed by clicking "Printer Details", will open a sub- window/dialog that lacks window buttons to close the window.

[Bug 1716056] [NEW] Multiple context menus appearing

2017-09-08 Thread Alan Pope  濾
Public bug reported: I have dropbox installed on my up to date 17.10 system. Clicking the dropbox icon triggers multiple menus, over the top of eachother (see screenshot). One is a gnome style menu, the other is a white native dropbox menu. I'd imagine I should really only see one menu.

[Bug 1705973] Re: miral-shell allows the splashscreen to be occluded

2017-09-08 Thread Alan Griffiths
** Also affects: mir Importance: Undecided Status: New ** Changed in: mir Status: New => Fix Committed ** Changed in: mir Importance: Undecided => Medium ** Changed in: mir Assignee: (unassigned) => Alan Griffiths (alan-griffiths) ** Changed in: mir Milest

[Bug 1714711] [NEW] package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-02 Thread Alan Alpert
Public bug reported: Sorry, I don't know anything else. All I can forward is the error message. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: tex-common 6.04 ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79 Uname: Linux 4.4.0-93-generic x86_64 NonfreeKernelModules: wl

[Bug 1712528] Re: GNOME Software is slow to start up on first launch

2017-08-30 Thread Alan Pope  濾
Is there any way to get timestamps printed in the --verbose log? I have a perception that some parts are slow but it would be good to have timestamps to verify the anecdotal evidence. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1708307] Re: Broken printer icon in Printers applet

2017-08-28 Thread Alan Pope  濾
This appears to now be fixed in a recent update. I now have a nice icon for my printer. ** Changed in: gnome-control-center (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1633686] Re: WebKitWebProcess crashed with SIGSEGV in __run_exit_handlers()

2017-08-25 Thread Alan Pope  濾
This happened to me after testing the new network manager captive portal stuff. I closed the hotspot sign in window and then got a crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1633686 Title:

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Dr. David Alan Gilbert
just tested current head - 1eed33994e28d4a0437ba6e944bbc3ec5e4a29a0 - seems to work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711602 Title: --copy-storage-all failing with qemu 2.10

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Dr. David Alan Gilbert
Looks good here, just retested: here's teh top of my git: f89f59fad5119f878aaedf711af90802ddcb99c7 nbd-client: avoid spurious qio_channel_yield() re-entry cf26039a2b50f078b4ad90b88eea5bb28971c0d8 block: Update open_flags after ->inactivate() callback 8ccc527d84ec9a5052cfae19edbc44abb5ac03ae

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Dr. David Alan Gilbert
I need to recheck with that combo - I'd seen that error but only when I'd commented out 'if (!blk->dev && !blk_name(blk)[0]) {' when debugging earlier. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Dr. David Alan Gilbert
yes, seems to fix it for me. Thanks Christian for filing this; we probably wouldn't have spotted it before the release without it (which the test Stefan has just added will hopefully cure!). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1712528] [NEW] GNOME Software is slow to start up on first launch

2017-08-23 Thread Alan Pope  濾
Public bug reported: On an up to date Ubuntu Artful system with nothing running, GNOME Software takes between 15 and 20 seconds to be usable. This feels incredibly slow. I timed it on my laptop and recorded it here:- https://www.youtube.com/watch?v=gxvn_RyJ46o I had nothing else running. Laptop

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Dr. David Alan Gilbert
OK, yeh that's the same symptom I saw - it's that final failure that causes bdrv_inactivate_all to return a failure and fail the source migration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711602

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
OK, Stefan posted a patch for that assert (see 'nbd-client: avoid spurious qui_channel_yield() re-entry) so now I'm running with the following patch and I'm seeing the bdrv_inactivate return a -1 for drive-virtio-disk0 Christian: Could you see what your source says with this patch? diff --git

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
repeated the assert in #26: Program received signal SIGABRT, Aborted. 0x7f02163005f7 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) where #0 0x7f02163005f7 in __GI_raise (sig=sig@entry=6)

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
The difference with the qemu_file_set_error is I'm looking on the source - because what's happening is the source is erroring so closing the socket, and so the error you're seeing on the destination is real - the socket just EOF'd! -- You received this bug notification because you are a member

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
(4th try) breakpoint on qemu_file_set_error, it's bdrv_inactivate_all that's returning the error. (gdb) list 1155if (inactivate_disks) { 1156/* Inactivate before sending QEMU_VM_EOF so that the 1157 * bdrv_invalidate_cache_all() on the other end won't fail. */

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
OK, 3rd try and I've hit the same behaviour as Christian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711602 Title: --copy-storage-all failing with qemu 2.10 To manage notifications about this

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
Hmm i just tried to reproduce this and hit (on the source): main_channel_client_handle_migrate_connected: client 0x5607d785f610 connected: 0 seamless 0 qemu-system-x86_64: /root/qemu/io/channel.c:303: qio_channel_yield: Assertion `!ioc->write_coroutine' failed. 2017-08-22 10:50:04.888+:

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
also, you might want to chase it a bit further down, I think we've got: qemu-file-channel.c:channel_get_buffer io/channel-socket.c or io/channel-file.c qio_channel_file_readv it would be good to know what the readv/readmsg is actually returning in the case where it's failing. Dave

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-22 Thread Dr. David Alan Gilbert
OK, so that looks like a real case of the migration stream failing and getting an IO error; so the question is why: a) Is the source qemu dieing first and closing the socket? b) Is libvirt closing the socket for some reason -- You received this bug notification because you are a member of

[Bug 1669034] Re: Display mode changes made directly to the system compositor are not reflected in the nested Mir server

2017-08-22 Thread Alan Griffiths
You can see this behaviour running Mir on Mir on the desktop. Run the following in three terminals: $ mir_demo_server --window-manager system-compositor --file /tmp/usc-socket $ mir_demo_server --host /tmp/usc-socket --launch mir_demo_client_egltriangle $ mirout /tmp/usc-socket rotate inverted

[Bug 1712122] [NEW] Desktop keyboard shortcuts autorepeat (probably shouldn't)

2017-08-21 Thread Alan Pope  濾
ric x86_64 ApportVersion: 2.20.6-0ubuntu6 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Mon Aug 21 18:12:51 2017 DisplayManager: gdm3 GsettingsChanges: b'org.gnome.shell' b'command-history' b"['gnome-control-center', 'bin/telegram', '~/bin/Telegram', '~/bin/telegram', '/home/al

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-21 Thread Dr. David Alan Gilbert
oh yeh you want to tell gdb to ignore SIGUSR1, something like: handle SIGUSR1 nostop noprint pass -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711602 Title: --copy-storage-all failing with

[Bug 1666181] Re: gnome-system-monitor crashed with SIGSEGV in make_protobuf_object() from mir::client::rpc::MirProtobufRpcChannel::on_data_available()

2017-08-21 Thread Alan Griffiths
Probably the same cause as lp:1675749 (but not marking as dup yet as need to confirm the problem isn't gtk-mir/qtubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666181 Title:

[Bug 1675749] Re: kate crashed with SIGSEGV in make_protobuf_object() from mir::client::rpc::MirProtobufRpcChannel::on_data_available()

2017-08-21 Thread Alan Griffiths
Probably the same cause as lp:1666181 (but not marking as dup yet as need to confirm the problem isn't gtk-mir/qtubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675749 Title: kate crashed

[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-18 Thread Dr. David Alan Gilbert
The 'host doesn't support requested feature' is probably a red-herring in this case The fact it's failing with an IO error but nothing else suggests either: a) it's something closing the socket between the two qemu's b) The I/O error is from storage/NBD Assuming it fails on precopy, I'd look

[Bug 1711544] [NEW] ALT+Tab in Unity on Artful shows two selectors

2017-08-18 Thread Alan Pope  濾
Public bug reported: Install Ubuntu Artful and install unity on top from the archive and login to a Unity session. Open a few applications ALT+Tab between them Observe two stacked alt-tab dialogs on top of eachother, the old Unity one, and it seems another, possibly GNOME one? See screenshot

[Bug 1711542] [NEW] Unity session window screenshots don't capture window, but capture hud

2017-08-18 Thread Alan Pope  濾
Public bug reported: Install unity on Artful and then login to the Unity session. Open an application - such as a terminal Press ALT+PrintScreen to capture the window Expected behaviour - get a screenshot of the window Actual behaviour - HUD pops up after screenshotting and the screenshot

[Bug 1710789] Re: chromium does not open downloaded files

2017-08-16 Thread Alan Griffiths
$ objdump -T /usr/lib/chromium-browser/libmirclient.so.9 | grep mir_display_config_release $ objdump -T /usr/lib/x86_64-linux-gnu/libmirclient.so.9 | grep mir_display_config_release 00072860 gDF .text 0012 MIR_CLIENT_0.21 mir_display_config_release What appears to be

[Bug 1711101] [NEW] Audio doesn't auto switch when unplugging hdmi

2017-08-16 Thread Alan Pope  濾
ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: pulseaudio 1:10.0-2ubuntu2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: alan

[Bug 1710421] Re: Keyboard accelerators for window menus aren't implemented

2017-08-14 Thread Alan Pope  濾
** Bug watch added: GNOME Bug Tracker #733297 https://bugzilla.gnome.org/show_bug.cgi?id=733297 ** Also affects: gnome-shell via https://bugzilla.gnome.org/show_bug.cgi?id=733297 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member

[Bug 1361646] Re: Atheros wireless AR9285 keeps disconnecting

2017-08-13 Thread Alan Reynolds
I am having the same Issue with my wireless card and it is very frustrating. it will just disconnect me randomly and the only fix seems to be ti reboot. under windows it worked flawlessly, for some reason under latest ubuntu build, its random. doesnt mean im going back to windows as 20 quick linux

[Bug 1710487] [NEW] evince silently crashes with apparmor error on artful

2017-08-13 Thread Alan Pope  濾
Public bug reported: On an up to date Ubuntu Artful system, evince is not runnable. $ evince (evince:1954): Gdk-WARNING **: Failed to load cursor theme DMZ-White (evince:1954): Gdk-WARNING **: Failed to load cursor theme DMZ-White **

[Bug 1710421] [NEW] Keyboard accelerators for window menus aren't implemented

2017-08-12 Thread Alan Pope  濾
Public bug reported: Other desktop systems including Microsoft Windows and Unity have accelerator keys in the window menu. This is typically accessible via ALT_Space on any window, then pressing a key to initiate the desired function. Typically Alt_Space can be used to bring up the menu, then

[Bug 1710382] [NEW] Wireless network frequently drops in 17.10

2017-08-12 Thread Alan Pope  濾
Public bug reported: On a fairly clean 17.10 install, on a Thinkpad T450, the wireless connection keeps dropping. Other devices nearby do not suffer the same way. I can turn the wifi off and on again to get reconnected. It happens multiple times over a short period of an hour or so. So quite

[Bug 1420334] Re: [enhancement] Missing client API for relative surface movement (e.g. dragging client-decorated windows)

2017-08-11 Thread Alan Griffiths
** Changed in: miral Milestone: 1.5 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420334 Title: [enhancement] Missing client API for relative surface movement (e.g. dragging

[Bug 1644189] Re: Shell doesn't know when base display config has changed

2017-08-11 Thread Alan Griffiths
** Changed in: miral Milestone: 1.5 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1644189 Title: Shell doesn't know when base display config has changed To manage notifications about

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

2017-08-10 Thread Alan Griffiths
And again today: https://mir-jenkins.ubuntu.com/job/build-2-binpkg- mir/arch=amd64,compiler=gcc,platform=mesa,release=zesty/4892/consoleFull -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1640366

[Bug 1669524] Re: GTK window functions `Always on Top, Move and Resize' don't work in Mir/Unity8

2017-08-10 Thread Alan Griffiths
** Changed in: mir Milestone: 1.0.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1669524 Title: GTK window functions `Always on Top, Move and Resize' don't work in Mir/Unity8 To

[Bug 1709194] Re: Power notification appears with no detail

2017-08-09 Thread Alan Pope  濾
If I leave it alone when the notification appears, it does indeed suspend successfully. That's not my concern in this bug. I'm more looking at the notification with no idea what it actually means. The fact I had to run some dbus monitor utility to find that out says it's not a very good

[Bug 1709621] [NEW] Facebook login appears broken

2017-08-09 Thread Alan Pope  濾
Public bug reported: On latest 17.10 I tried to login to facebook via online accounts. I managed to login successfully, but now when I click the facebook icon in online accounts it pops up a box then goes away. In addition I don't see how I can post to facebook from other applications like

[Bug 1709194] Re: Power notification appears with no detail

2017-08-09 Thread Alan Pope  濾
Go it method call time=1502279997.417108 sender=:1.57 -> destination=:1.16 serial=425 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify string "Power" uint32 0 string "" string "Automatic suspend" string "Computer will suspend very soon

[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-09 Thread Alan Griffiths
I don't think the problem description is clear that both the Mir and Unity8 compositors are affected. (It can be read as applying to the stack including Unity8.) Thanks for clarifying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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-09 Thread Alan Griffiths
Daniel, you are saying comment #20 states that Mir's thread-per-monitor rendering manifests the problem? (I don't have any nouveau based kit to test on.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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

[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 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

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

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:

[Bug 1709194] [NEW] Power notification appears with no detail

2017-08-07 Thread Alan Pope  濾
Public bug reported: I locked my laptop screen. Some time later a notification appeared (see screenshot). "Power" "1 new notification" If I move the mouse the notification disappears. If I unlock the laptop there are no notifications pending anywhere. I have no idea where this text comes from

[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 1709084] [NEW] Screensaver not suppressed when watching full screen video

2017-08-07 Thread Alan Pope  濾
Public bug reported: Using chromium 59 on an up to date 17.10 and watching a full screen video, the screensaver kicks in after 5 minutes. It should be suppressed. This only happens in chrome/chromium. Firefox is unaffected. Unfortunately my TV provider doesn't support Firefox, so I have to use

[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

[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

[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

[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 <=

[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 "

[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
** 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

[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

[Bug 1708528] [NEW] Chrome web apps added to desktop are missing icons

2017-08-03 Thread Alan Pope  濾
Public bug reported: In Google chrome (and chromium from the archive) it's possible to add a desktop icon (like a webapp) via kebab menu -> more tools -> Add to desktop. This adds a launcher on the desktop and to the menu. On other desktops (such as Unity) this works as expected. On an up to

[Bug 1678355] Re: torbrowser-launcher fails to install browser

2017-08-03 Thread Alan Pope  濾
Looks like it's known upstream. https://github.com/micahflee/torbrowser-launcher/issues/282 workaround is:- gpg --homedir "$HOME/.local/share/torbrowser/gnupg_homedir/" --refresh- keys --keyserver pgp.mit.edu ** Bug watch added: github.com/micahflee/torbrowser-launcher/issues #282

[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:

[Bug 1708306] Re: Middle click paste not working in terminal launched from context menu

2017-08-03 Thread Alan Pope  濾
Nothing happens when I double click text then use Shift+Insert. Also, using Shift+Ctrl+C and Shift+Ctrl+V don't work in a terminal opened this way either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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 1708309] [NEW] Online accounts dialog can be crashed easily by choosing two options

2017-08-02 Thread Alan Pope  濾
Public bug reported: Up to date Artful installation. Open online accounts and choose one of the options available, such as Google. Wait for the next dialog to finish and then press escape to close it. Choose a different option. Online accounts reliably crashes. https://youtu.be/Be2HPkcafp8

[Bug 1708307] [NEW] Broken printer icon in Printers applet

2017-08-02 Thread Alan Pope  濾
Public bug reported: Clean install up to date of Artful. It found my HP networked printer. However looking in the panel I see a broken icon next to the name of the printer. I'm not sure what should be there, but expect a broken icon isn't it :) See screenshot. ProblemType: Bug DistroRelease:

[Bug 1708306] [NEW] Middle click paste not working in terminal launched from context menu

2017-08-02 Thread Alan Pope  濾
Public bug reported: On a clean up to date Artful system I noticed some odd behavior in the terminal. Steps to reproduce:- 1. Open a terminal by right clicking the desktop and Open Terminal. 2. Double click the command prompt 3. Middle click to paste Expected behavior Contents of terminal

[Bug 1708287] [NEW] Mouse & Touchpad settings resizes erratically

2017-08-02 Thread Alan Pope  濾
Public bug reported: On a clean install of Artful (17.10) the mouse & touchpad panel opens too small then jumps larger whenever the user clicks elsewhere on the desktop, or in certain places in the panel. It also jumps larger then back down again when it expands. https://youtu.be/vKCDUFxbG0Y -

[Bug 1696261] Re: Settings app items have bad text wrapping

2017-08-02 Thread Alan Pope  濾
This is also the case on a clean Artful (17.10) install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1696261 Title: Settings app items have bad text wrapping To manage notifications about this

[Bug 1708271] [NEW] Keyboard randomly switches mode

2017-08-02 Thread Alan Pope  濾
Public bug reported: Clean install of artful with all updates installed. I tried to close an application with ALT+F4 and found myself in a console. Turns out sometimes the keyboard gets messed up, so ALT+F keys don't do what they should, but switches between consoles. No, my CTRL key isn't stuck

[Bug 1708182] [NEW] Ubiquity hung when upgrading to artful from 16.04

2017-08-02 Thread Alan Pope  濾
Public bug reported: Booted from artful and wanted to upgrade my 16.04 basic install. System has two drives, one containing Ubuntu 16.04, the other contains Windows 10. It popped up an error about not being able to mount /boot/efi, screenshot attached. Then it hung during "Removing conflicting

[Bug 1707922] [NEW] Broken fridge url in default install

2017-08-01 Thread Alan Pope  濾
Public bug reported: The out of the box install of xscreensaver on Xenial currently shows error messages (see screenshot/photo). The .xscreensaver on xenial ships with:- 90_ubuntu-branding.patch:+*textURL: http://fridge.ubuntu.com/node/feed Which is a broken link. Later releases of Ubuntu fix

[Bug 1707922] Re: Broken fridge url in default install

2017-08-01 Thread Alan Pope  濾
** Attachment added: "IMG_20170801_150141.jpg" https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/1707922/+attachment/4925252/+files/IMG_20170801_150141.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1707027] Re: Sound device no longer detected after closing laptop lid

2017-07-28 Thread Alan Camargo
was just taking it with me from one room to another and closed the lid for convenience, then when I opened it again the problem happened. Have a nice day. Alan On 27 July 2017 at 22:44, Daniel van Vugt <daniel.van.v...@canonical.com> wrote: > If pulseaudio is not running (as your bug descrip

[Bug 1707027] [NEW] Sound device no longer detected after closing laptop lid

2017-07-27 Thread Alan Camargo
/controlC0: alan 1726 F pulseaudio Date: Thu Jul 27 14:21:12 2017 InstallationDate: Installed on 2017-07-21 (5 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No

[Bug 1705973] Re: miral-shell allows the splashscreen to be occluded

2017-07-26 Thread Alan Griffiths
** Changed in: miral Assignee: (unassigned) => Alan Griffiths (alan-griffiths) ** Changed in: miral Milestone: None => 1.5 ** Changed in: miral Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1706206] [NEW] Jack dont Work

2017-07-24 Thread Alan Donoso Naumczuk
Public bug reported: I have a HP Spectre x360 Kaby Lake, my pc recognize the jack because when i plug in my headphones sound stop hearing from speakers, but i dont listen anything on my headphones. All people with that model of pc have the same problem with ubuntu ** Affects:

[Bug 1706205] [NEW] package libqt5multimedia5-plugins:amd64 5.5.1-4ubuntu2 failed to install/upgrade: package libqt5multimedia5-plugins:amd64 is not ready for configuration cannot configure (current s

2017-07-24 Thread Alan Donoso Naumczuk
Public bug reported: Dont know ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libqt5multimedia5-plugins:amd64 5.5.1-4ubuntu2 Uname: Linux 4.12.0-041200-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.6 Architecture: amd64 Date: Mon Jul 24 18:46:33 2017 DpkgHistoryLog: Start-Date:

[Bug 1706204] [NEW] package tk8.6-blt2.5 2.5.3+dfsg-3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-07-24 Thread Alan Donoso Naumczuk
Public bug reported: Dont know ProblemType: Package DistroRelease: Ubuntu 16.04 Package: tk8.6-blt2.5 2.5.3+dfsg-3 Uname: Linux 4.12.0-041200-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.6 Architecture: amd64 Date: Mon Jul 24 18:46:33 2017 DpkgHistoryLog: Start-Date: 2017-07-24 18:46:28

[Bug 1705973] Re: miral-shell allows the splashscreen to be occluded

2017-07-24 Thread Alan Griffiths
** Summary changed: - miral-shell fails to shutdown on Ctrl-C when splashscreen is occluded before finishing + miral-shell allows the splashscreen to be occluded ** Branch linked: lp:~alan-griffiths/miral/fix-1705973 -- You received this bug notification because you are a member of Ubuntu

[Bug 1705973] Re: miral-shell fails to shutdown on Ctrl-C when splashscreen is occluded before finishing

2017-07-24 Thread Alan Griffiths
** Summary changed: - miral-shell fails to shutdown on Ctrl-C when splashscreen is occulded before finishing + miral-shell fails to shutdown on Ctrl-C when splashscreen is occluded before finishing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1705973] Re: miral-shell fails to shutdown on Ctrl-C when splashscreen is occulded before finishing

2017-07-24 Thread Alan Griffiths
** Changed in: miral (Ubuntu) Status: New => Triaged ** Changed in: miral (Ubuntu) Importance: Undecided => Medium ** Also affects: miral Importance: Undecided Status: New ** Changed in: miral Status: New => Triaged ** Changed in: miral Importance: Undecided =>

[Bug 1644189] Re: Shell doesn't know when base display config has changed

2017-07-21 Thread Alan Griffiths
** Changed in: miral Milestone: None => 1.5 ** Changed in: qtmir (Ubuntu) Assignee: Alan Griffiths (alan-griffiths) => (unassigned) ** Changed in: qtmir (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ub

[Bug 332646] Re: sftp does not set timestamps

2017-07-20 Thread Alan Pope  濾
** Changed in: gvfs (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/332646 Title: sftp does not set timestamps To manage notifications about this

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

2017-07-18 Thread Alan Griffiths
Actually, I seem to be seeing a new bug: lp:1704949 -- 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 1672012] Re: Unity8 crashed right clicking on vlc [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-07-17 Thread Alan Griffiths
I can now see something like this with miral-shell: [terminal 1] $ miral-shell [terminal 2] $ miral-xrun vlc Right click a few times in rapid succession. Expect: nothing bad Actual: [terminal 1] Aborted (core dumped) -- You received this bug notification because you are a member of Ubuntu

[Bug 1669524] Re: GTK window functions `Always on Top, Move and Resize' don't work in Mir/Unity8

2017-07-17 Thread Alan Griffiths
The fix released in Mir 0.27 covers the API for only one of the three functions mentioned. ** Changed in: mir Status: Fix Released => In Progress ** Changed in: mir (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of

[Bug 1420334] Re: [enhancement] Missing client API for relative surface movement (e.g. dragging client-decorated windows)

2017-07-17 Thread Alan Griffiths
** Changed in: miral Status: Incomplete => In Progress ** Changed in: miral Milestone: None => 1.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420334 Title: [enhancement] Missing

[Bug 1704682] Re: isc-dhcp-client gladly accepts and sets server options that were not requested

2017-07-16 Thread Alan Franzoni
I forgot to dump the routing table after the client went up: user@bitbuntu:/etc/dhcp$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0 172.20.20.1 0.0.0.0 UG0 00 enp0s3 172.20.20.0

[Bug 1704682] [NEW] isc-dhcp-client gladly accepts and sets server options that were not requested

2017-07-16 Thread Alan Franzoni
Public bug reported: Operating System: Ubuntu 16.04 amd64, fully updated. isc-dhcp-client package 4.3.3-5ubuntu12.7 I noticed this behaviour when trying a special setting (I didn't want to accept the default gateway from my dhcp server). Even if I modify the request setting by removing the

[Bug 1577770] Re: qml demo shell fails to start

2017-07-14 Thread Alan Griffiths
Probably no longer an issue not relevant (I'm sure I've used the demo shell during the past year). ** Changed in: mir Status: New => Incomplete ** Changed in: qtmir (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1625853] Re: Mouse cursor disappears (or just never changes) when entering the windows of Qt apps

2017-07-11 Thread Alan Griffiths
** 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/1625853 Title: Mouse cursor disappears (or just never changes) when entering the

[Bug 1509578] Re: Unable to load Dell SMM Signature

2017-07-10 Thread Alan Dow
Just like the above user Aaron Durland, I'm also using a Dell Inspiron 531s (which is now about 9 years old!) and have just started getting the above error. This is almost certainly related to my recent installation of an SSD disk into this old machine, which has only ever had regular HDDs before.

[Bug 1700764] Re: snap policykit prompt in Turkish language

2017-07-08 Thread Alan Pope  濾
Is there any progress on this, or any logs we can provide to help debug? This is (for many people) the first thing they see when installing a snap, and it's a bit alarming to get it in a language we don't recognise. I just experienced it on a new laptop in 17.04. ** Attachment added: "Screenshot

[Bug 1702071] [NEW] Search spins forever, returns no results.

2017-07-03 Thread Alan Pope  濾
Public bug reported: alan@gort:~$ apt-cache policy gnome-software gnome-software: Installed: 3.20.5-0ubuntu0.16.04.1.1 Candidate: 3.20.5-0ubuntu0.16.04.1.1 Version table: *** 3.20.5-0ubuntu0.16.04.1.1 500 500 http://ppa.launchpad.net/ubuntu-desktop/gnome-software/ubuntu xenial

[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 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

[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:

[Bug 1701162] [NEW] package mount 2.29-1ubuntu2.1 failed to install/upgrade: package mount is not ready for configuration cannot configure (current status 'half-installed')

2017-06-28 Thread Alan
Public bug reported: sudo apt upgrade fails. Output is as follows... Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need

<    3   4   5   6   7   8   9   10   11   12   >