[Bug 1847069] Re: [snap] Chromium snap starts slowly

2019-10-27 Thread Lorenz Brun via ubuntu-bugs
I'm also experiencing very slow Chromium with the new Snap (both during
startup and stuttering during runtime). I've done some cursory profiling
and it looks like the culprit is SquashFS with lzma. LZMA by itself is
very slow to decompress (zstd would be much more appropriate for snaps,
being much faster and only a tiny bit bigger) and SquashFS is very slow
because of the way IO is done and caching. Google even carries custom
patches for Android (https://android-
review.googlesource.com/q/topic:squashfs) since it's so slow, but they
weren't upstreamed because they removed an old caching mechanism that
the maintainers wanted to keep
(https://lore.kernel.org/patchwork/patch/833639/).

If Ubuntu wants to ship important software (like Chromium) as Snaps, you
really need to fix both of those things, because right now it's nearly
unacceptably slow (even on a beefy system with NVMe Flash/8 Cores/32GiB
RAM). Using EROFS would also work, but since that is not available in
the current Ubuntu kernel that is unlikely to happen.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1847069

Title:
  [snap] Chromium snap starts slowly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1847069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1831387] Re: pkg-config returns bad paths

2019-06-26 Thread Lorenz Brun via ubuntu-bugs
A workaround (and a fix if this is packaged) is to replace
/usr/lib/x86_64-linux-gnu/pkgconfig/librtlsdr.pc with this:

prefix=/usr
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include

Name: RTL-SDR Library
Description: C Utility Library
Version: 0.6.0
Cflags: -I${includedir}/
Libs: -L${libdir} -lrtlsdr
Libs.private:  -lusb-1.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1831387

Title:
  pkg-config returns bad paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl-sdr/+bug/1831387/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796252] Re: gnome-shell crashed with assertion failure: ../../src/hb-object-private.hh:253: Type* hb_object_reference(Type*) [with Type = hb_face_t]...

2019-05-19 Thread Lorenz Brun via ubuntu-bugs
Also affects Gnome on Ubuntu 19.04, at least under Wayland. Line number
is a bit different (269 instead of 253), but the rest is the same.
Crashes the session.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796252

Title:
  gnome-shell crashed with assertion failure: ../../src/hb-object-
  private.hh:253: Type* hb_object_reference(Type*) [with Type =
  hb_face_t]...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs