Fixed with
https://bazaar.launchpad.net/~mozillateam/thunderbird/thunderbird.eoan/revision/492.
** Changed in: thunderbird (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in
For future reference, I documented the process of embedding man and a
man page inside a strictly confined snap: https://forum.snapcraft.io/t
/how-to-embed-man-in-a-strictly-confined-snap-and-have-it-invoked-to-
display-a-custom-man-page/13802.
--
You received this bug notification because you are
ignee: Olivier Tilloy (osomon)
Status: Triaged
** Summary changed:
- Lightning extension should be installed by default
+ Lightning extension should be installed and enabled by default
--
You received this bug notification because you are a member of Desktop
Packages, which is subscrib
Can you check whether the password-manager-service interface is
connected?
snap connections chromium | grep password
I suspect it's not. This can be fixed by running "snap connect chromium
:password-manager-service".
There appears to be a wrong assumption in the preinst script for
chromium-b
That makes sense. Maybe we could reconsider that decision?
Quoting an e-mail from a thunderbird developer:
« In the Thunderbird community there has been quite a few discussions
lately on the problems with that packaging, especially regarding the
Lightning calendar. Thunderbird upstream is shippin
No, it's not connected. There have been similar reports, and I think I
understand what's going on.
I will SRU a fix to the chromium-browser package. In the meantime, I suggest
you run:
snap connect chromium:password-manager-service
(please confirm whether this fixes the problem)
--
You re
*** This bug is a duplicate of bug 1849160 ***
https://bugs.launchpad.net/bugs/1849160
** This bug has been marked a duplicate of bug 1849160
after deb->snap transition, chromium no longer sees local password store
--
You received this bug notification because you are a member of Desktop
Fixed with https://bazaar.launchpad.net/~chromium-team/chromium-browser
/eoan-stable/revision/1522.
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
** Changed in: chromium-browser (Ubuntu)
Status: Confirmed => Fix Committed
--
You re
(unlikely use case) will also have to remove
+ the chromium-browser transitional package, to prevent it from
+ reconnecting the interface.
** Also affects: chromium-browser (Ubuntu Eoan)
Importance: Undecided
Status: New
** Changed in: chromium-browser (Ubuntu Eoan)
Assignee: (unas
Luis, can you confirm this was a clean installation of 19.10, and one of
the first things you did was to install chromium-browser ?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bug
> I suspect the chromium and password manager connection might have failed
> due to headless custom made auto-update script that is run from cron.daily
No, the connection to the password-manager-service interface wasn't even
attempted, but that's a separate bug, which is being fixed (bug
#1849160)
Headless chromium as a snap works.
What doesn't work is running it as user www-data, which has $HOME set to
/var/www.
Try exporting HOME to something the snap can write to, or alternatively
run chromium with the --user-data-dir= argument.
Please share the results here. Thanks!
** Summary change
I had overlooked the fact that you're running a Unity session. I can now
reproduce the crash in a 19.10 VM with Unity.
** Changed in: thunderbird (Ubuntu)
Status: Incomplete => Confirmed
** Summary changed:
- Thunderbird crashes when clicking on menu item
+ Thunderbird crashes when clicki
)
Assignee: (unassigned) => Olivier Tilloy (osomon)
** Changed in: thunderbird (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1846882
The relevant log file is DpkgTerminalLog.txt:
Preparing to unpack .../chromium-browser_77.0.3865.120-0ubuntu1~snap1_amd64.deb
...
=> Installing the chromium snap
==> Checking connectivity with the snap store
==> Installing the chromium snap
error: snap "chromium" has "install-snap" change in prog
That's a known problem. Strictly confined snaps are not allowed to
read/write to the system-wide /tmp, that would open the door to spying
on other applications and more advanced malicious behaviours. Hence /tmp
being remapped to /tmp/snap.chromium/tmp.
This is discussed in details there: https://f
I cannot observe the problem you describe. I've tested in a fully up-to-
date 19.10 VM, with both the default GNOME desktop, and in the Unity
session. In both cases, when starting thunderbird with a keyboard
shortcut, the cursor immediately turns into a spinner, and in the case
of Unity the icon in
Can you start firefox in safe mode and report whether the freeze still
happens?
firefox --safe-mode
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1844739
Title:
Latest Firefox u
Thanks for the report. I cannot observe the issues you describe. I'm
running a fully up-to-date 19.10, with the default GNOME desktop, and I
can tile the unmaximized thunderbird window to the leftmost half of the
screen by dragging it to the top-left corner, and I can also resize the
window so that
@Joachim: there's no separate bug for this yet, but you're right that
this needs attention. Would you mind filing one to track this
separately? If you can attach examples of custom policies that would be
great, too.
--
You received this bug notification because you are a member of Desktop
Package
Folders under ~/snap/chromium shouldn't be empty. They contain hidden
files and folders though, so maybe they appear empty to you because
you're not list hidden files. Can you share the output of:
ls -la ~/snap/chromium/current/
--
You received this bug notification because you are a member
Snapd team: this is admittedly a corner case, but users with a home
directory outside of /home might want to run snaps (especially CLI tools
as e.g. user www-data). Would it be feasible to add support for this in
snapd?
--
You received this bug notification because you are a member of Desktop
Pac
A video demonstrating the problem would be useful, indeed, because I
cannot observe it myself.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1848402
Title:
No indication that thu
The system-wide /tmp is not accessible by strictly-confined snaps, so
/tmp/chromium-home won't work either.
In any case this looks like a limitation hard-coded in snapd, which
won't create $SNAP_USER_DATA if $HOME is not in /home. So this is not
specific to the chromium snap. I'll add a snapd task
Thanks for the report Carlos. From your description, it sounds like this
is a regression, i.e. restarting gnome-shell with a running instance of
chromium packaged as a deb would not rescale to 1x. Is that correct?
** Changed in: chromium-browser (Ubuntu)
Status: New => Incomplete
--
You r
As noted in comment #2, I used to be able to observe the problem, but I
cannot any longer. I upgraded my laptop to 19.10 a while ago while it
was still in development, and I couldn't tell for sure when the problem
went away. I didn't do a fresh install, nor did I create a new user or
cleaned up set
I can reliably reproduce the issue after creating an encrypted Private
directory with ecryptfs-setup-private (see
https://help.ubuntu.com/community/EncryptedPrivateDirectory#Setup_Your_Encrypted_Private_Directory).
The problem stems from the fact that the home interface doesn't allow
reading/writi
Indeed I can see the rules you mention in
/etc/apparmor.d/abstractions/base, which is included by
/var/lib/snapd/apparmor/profiles/snap.chromium.chromium.
However I can reliably reproduce the issue, and I'm seeing the following
denial:
AVC apparmor="DENIED" operation="open"
profile="snap.chromi
*** This bug is a duplicate of bug 1798450 ***
https://bugs.launchpad.net/bugs/1798450
** This bug has been marked a duplicate of bug 1798450
[snap] File dialogs show snap's home directory instead of user's
--
You received this bug notification because you are a member of Desktop
Packages
I can also observe the issue if I create a custom shortcut with command
"thunderbird".
However if I use/redefine the existing shortcut for "Launch email client" (in
the Launchers category), then the issue isn't observable.
The difference lies in the way thunderbird is invoked. For the existing
"
Confirmed, and adding the mpris slot fixes the issue.
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
** Changed in: chromium-browser (Ubuntu)
Importance: Undecided => Medium
** Changed in: chromium-browser (Ubuntu)
Statu
Fixed with https://git.launchpad.net/~chromium-team/chromium-
browser/+git/snap-from-
source/commit/?id=aca99f48134f58c912d6a573ca1233ac601754ed.
** Changed in: chromium-browser (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Des
Yes, it is mounted:
ubuntu@bionicvm:~$ mount | grep Private
/home/ubuntu/.Private on /home/ubuntu/Private type ecryptfs
(rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=11d8701311f9dc77,ecryptfs_sig=4ca5cd476d88b7cd,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
--
You received this
I'm glad you found a way around the problem. Did you keep a copy of the
faulty global-messages-db.sqlite, by any chance?
** Changed in: thunderbird (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to
Thanks Jamie.
I'll mark the bug invalid for chromium. Even though chromium is visibly
affected, the root cause has been identified and is going to be fixed soon.
** Changed in: chromium-browser (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a
Thanks for the report Christian.
I'm running 19.10 with the chromium snap. I opened the test page, and
all chinese characters appear to be rendered correctly. Same in a fully
up-to-date clean 19.10 VM. If I remove fonts-noto-cjk however, the
characters are not rendered correctly any longer.
Can y
Ack, that's pretty bad. As requested by Paweł in comment #13, could you
check whether you get apparmor denials when starting chromium? You can
run the following command in a terminal, then launch chromium:
journalctl -f | grep DEN
Please attach the output after the chromium window has appeare
I added a snapd task, as I'd like to hear snapd developers' opinion on
this "error: too early for operation, device not yet seeded or device
model not acknowledged".
** Summary changed:
- package chromium-browser 77.0.3865.120-0ubuntu1~snap1 failed to
install/upgrade: el subproceso nuevo paquete
In third_party/webrtc/webrtc.gni¹:
# Set this to use PipeWire on the Wayland display server.
# By default it's only enabled on desktop Linux (excludes ChromeOS) and
# only when using the sysroot as PipeWire is not available in older and
# supported Ubuntu and Debian distributions.
rtc_us
** Changed in: chromium-browser (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849105
Title:
[snap] cannot pause video
Thanks Loïc. It's likely that this file contained private information,
so I downloaded a copy and deleted the attachment, to prevent ill-
intentioned people to use your data.
I'll try and reproduce the problem with this file.
** Attachment removed: "faulty file"
https://bugs.launchpad.net/ubu
Fix committed again (https://git.launchpad.net/~chromium-team/chromium-
browser/+git/snap-from-
source/commit/?id=e4093977f925511becd71b44e992e2d936ea59ba) now that the
request for auto-connection has been granted.
** Changed in: chromium-browser (Ubuntu)
Status: Triaged => Fix Committed
-
Could it be that the chromium snap was already installed when the
upgrade happened? Can you attach /var/log/apt/history.log.
Also, can you please run "apport-collect 1849693" in a terminal? This
will attach useful additional information to this bug.
The workaround would be to manually copy the co
Oh, that's really good news!
Yes, let's wait a few days and close this bug if the issue is really
fixed. If the problem happens again, please shout here.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.lau
Probably not a regression after all (as far as the snap is concerned),
the corresponding code in chrome/browser/platform_util_linux.cc hasn't
changed recently.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
ht
chromium-browser (Ubuntu)
Importance: Undecided => High
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in
** Summary changed:
- Mailto: links don't work in chromium snap anymore
+ [snap] mailto: links don't work in chromium
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849774
Ti
Yes, the initial import should happen again if you "rm -rf
~/snap/chromium/current/.config".
If you do that, please run chromium from a terminal, it should print out
"Importing existing chromium profile from … (version …)".
Also make sure the password-manager-service interface is connect: "snap
There is no mention of chromium-browser in your copy of
/var/log/apt/history.log, this is suspicious…
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849693
Title:
Upgrading
** Summary changed:
- Upgrading from kubuntu 19.04 to 19.10 lost all chhromium settings
+ Upgrading from kubuntu 19.04 to 19.10 lost all chromium settings
** Summary changed:
- Upgrading from kubuntu 19.04 to 19.10 lost all chromium settings
+ [snap] Upgrading from kubuntu 19.04 to 19.10 lost al
The gedit snap honours the setting, so it's a chromium-specific issue.
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
** Changed in: chromium-browser (Ubuntu)
Status: New => Confirmed
--
You received this bug notification beca
Setting `DICPATH` to `/usr/share/hunspell` works indeed, thanks for the
tip Kris.
I understand the startup performance concern, but I think the trade off
is worth it, at least for users of the Ubuntu packages who are used to
having access to system dictionaries without the need to install
addition
Given that there is indeed a way to load external dictionaries (the `DICPATH`
environment variable), I'm closing this bug.
Thanks Kris and Ehsan for your help.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https:
Thanks for the feedback.
Having /usr/lib/thunderbird/dictionaries be a symlink to
/usr/share/hunspell was an elegant way to reuse dictionaries installed
system-wide instead of re-packaging them specifically for thunderbird.
It's a bit of a shame to loose this functionality, but I understand this
Stracing the chromium snap reveals that it cannot locate
/usr/share/themes/Emacs/gtk-3.*/gtk.css.
That file is installed by libgtk-3-common. I suspect staging that file in the
snap should be enough to fix the problem, I'll test this.
--
You received this bug notification because you are a membe
Confirmed, staging /usr/share/themes/{Default,Emacs} from
libgtk-3-common fixes the problem.
** Changed in: chromium-browser (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browse
Fixed with https://git.launchpad.net/~chromium-team/chromium-
browser/+git/snap-from-
source/commit/?id=68a2ea805917ecb99ef985038e94a6c33c0b7190.
** Changed in: chromium-browser (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of
See also the announcement on the chromium-packagers mailing list:
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-
packagers/oEtkQUfwcus
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://b
*** This bug is a duplicate of bug 1244884 ***
https://bugs.launchpad.net/bugs/1244884
>From comment #22 in bug #1244884, it's unclear to me why you'd have a
desktop file for chromium in ~/.local/share/applications/ in the first
place. If you do, and the Exec line for that file doesn't end wit
As I commented on bug #1849860 (which was marked duplicate of this bug):
« it's unclear to me why you'd have a desktop file for chromium in
~/.local/share/applications/ in the first place. If you do, and the Exec
line for that file doesn't end with "%u", then that's indeed the cause
of the problem
** Changed in: chromium-browser (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849163
Title:
after deb->snap transition
** Changed in: firefox (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1850174
Title:
This is not a bug, please ignore - just testing
Stat
Tested and validated in a disco VM which had chromium-browser installed
(but not the chromium snap). I dist-upgraded to eoan, and chromium-
browser was upgraded to 77.0.3865.120-0ubuntu1~snap1. I verified that
the chromium snap was correctly installed, but the password-manager-
service wasn't conne
Could you please attach a screenshot demonstrating the problem?
Could you also please run the following command in a terminal, to attach
useful information to the bug report?
apport-collect 1850081
Thanks!
** Changed in: thunderbird (Ubuntu)
Status: New => Incomplete
--
You receive
Did you attempt the initial import again as discussed in comments #19 and #20 ?
If so, what's the result?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849693
Title:
[snap]
It works here. What's the output of the following commands:
ls -l ~/.chromium-browser.init
snap connections chromium | grep personal-files
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.
That commit was broken, here is the working one:
https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-
from-source/commit/?id=fc3c7c10b0322672a05f0a6eba38d598bd4ac644
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium
Tentative fix: https://git.launchpad.net/~chromium-team/chromium-
browser/+git/snap-from-
source/commit/?id=ba0e67bef8a8ee78dc7a9c5c7626cf935194c9e0
I was initially going to patch the upstream source code (OpenExternal())
to always call XDGOpen() regardless of the URL scheme, but making xdg-
email
Unfortunately the resulting snap fails the store automated review (see
bug #1850553).
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849774
Title:
[snap] mailto: links don't
An exception was added for chromium to be allowed to symlink /usr/bin
/xdg-open in the review tools (see https://git.launchpad.net/review-
tools/commit/?id=31c894178a8fd110b9f65f0ee532b7e11384f8b8).
Waiting for this to be released.
--
You received this bug notification because you are a member o
** Changed in: firefox (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1849615
Title:
WebRTC-related crashes
Status in Mozilla Firefox:
** Changed in: chromium-browser (Ubuntu)
Importance: Undecided => Medium
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-b
In fact adding a " || true" statement doesn't cut it, chromium still
fails to start with the same error.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1837746
Title:
[snap]
Well spotted! I wonder how the personal-files interface ended up in this
semi-connected state for Alexey…
In any case, Alexey to work around the problem I would suggest
disconnecting and reconnecting the personal-files interface:
snap disconnect chromium:chromium-config
snap connect chrom
This, however, should fix the problem when the personal-files interface
isn't connected: https://git.launchpad.net/~chromium-team/chromium-
browser/+git/snap-from-
source/commit/?id=8799b7e8e5c6b8af9aa789df745b2dacb3652f02
--
You received this bug notification because you are a member of Desktop
I suspect this is because the speech API isn't enabled for the API key used by
chromium.
The terms of service wouldn't allow us to enable it for anything but
development purposes (https://console.developers.google.com/tos?id=speech).
** Changed in: chromium-browser (Ubuntu)
Status: Confir
*** This bug is a duplicate of bug 1849160 ***
https://bugs.launchpad.net/bugs/1849160
This is bug #1849160, an unfortunate regression caused by the deb->snap
migration. A fix is being SRUed, in the meantime the workaround is to
run the following command in a terminal, then close and re-open
c
The only workaround I'm aware of is to use chrome packaged by Google.
** Changed in: chromium-browser (Ubuntu)
Assignee: Olivier Tilloy (osomon) => (unassigned)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-br
Note that the firefox snap is already available in version 68.2.0 in the
esr/stable channel.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1850064
Title:
Please upgrade it to 68.
*** This bug is a duplicate of bug 1850529 ***
https://bugs.launchpad.net/bugs/1850529
** This bug has been marked a duplicate of bug 1850529
Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1
--
You received this bug notification because you are a member of Desktop
Packages, which is
I can reliably reproduce the crash in a 16.04 VM. The crash doesn't
occur on 18.04.
Note that this is a beta version of firefox, so use at your own risk
(but the crash will be investigated indeed, thanks for the report!).
Profile incompatibility when downgrading is to be expected. Profiles are
on
For reference, upstream builds of firefox 71.0 beta 5 are not crashing
in the same xenial VM.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1850529
Title:
Crash after update to 71.0~
Yes, I'm preparing an update (68.2.1) which includes this fix.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1847247
Title:
External dictionaries are not loaded
Status in Mozill
** Changed in: chromium-browser (Ubuntu)
Assignee: jon grahaqm (skyking2630) => (unassigned)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/938751
Title:
Images are wash
j127: if you're using the firefox-next PPA, you're doing this at your
own risk, without any guarantees from ubuntu developers that this won't
break. The PPA is meant for testing beta builds, not for end users.
If you want a stable version of firefox, you shouldn't be using that
PPA. Packages in th
Still crashing with 71.0~b7+build1-0ubuntu0.16.04.1, FWIW.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1850529
Title:
Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1
Status
Thanks for the feedback Christopher. I'm not suggesting everyone upgrade to
19.10 right away, I was just curious whether doing so would somehow fix the
problem.
This obviously still needs looking into.
--
You received this bug notification because you are a member of Desktop
Packages, which is
That might be doable. Can you share a screenshot of the error page you
see with the setup you described?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849072
Title:
[snap]
Ian, it looks like the error was transient, so unfortunately I doubt we'll find
out.
Could it be that the store was unreachable during a short window of time, at
the very moment Luis attempted to install chromium?
Luis, can you share the output of "snap changes" and "snap known
serial", as reque
Here is the corresponding console output when running thunderbird with
the corrupted message db:
JavaScript error: resource:///modules/gloda/gloda.js, line 1922: TypeError:
aAttrDef.objectNounDef is undefined
JavaScript error: resource:///modules/gloda/gloda.js, line 1922: TypeError:
aAttrDef.ob
I can reproduce the problem with the corrupted global-messages-db.sqlite.
When using that file, the thunderbird main UI is mostly empty, the burger menu
doesn't open, and opening application preferences or account settings from a
"compose new message" window doesn't work either.
** Changed in: t
Googling reveals that some ArchLinux users apparently experience(d) the
same problem, as this pastebin reveals (https://pastebin.com/R2GESJqV):
« If you experience the following output when starting Thunderbird 68 on
Linux, the solution is to delete the file global-messages-db.sqlite in your
*** This bug is a duplicate of bug 1849371 ***
https://bugs.launchpad.net/bugs/1849371
In eoan chromium-browser is a transitional package that installs the
chromium snap.
You hit an unsupported home directory setup, apparently: snapd assumes a
home directory mounted under /home.
This is simi
Thanks for the report.
Can you check for apparmor denials in the system journal when reproducing the
problem? Run the following command in a terminal before launching chromium:
journalctl -f | grep DEN
** Tags added: snap
--
You received this bug notification because you are a member of De
Yuriy, could you please test whether google chrome, as distributed by Google,
is also affected?
If so, can you file a bug report at
https://bugs.chromium.org/p/chromium/issues/list?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromi
Lorenz, would you mind sharing your insights on squashfs with LZMA
performance on the snapcraft forums (https://forum.snapcraft.io/) ?
I'm sure the snapd team would be interested in looking at potential
performance improvements.
--
You received this bug notification because you are a member of D
Thanks for the details Rowan. I can see what you mean now, and I can
observe the same problem. This appears to be a regression indeed.
I can observe the problem even in upstream builds of thunderbird. Would
you mind filing a bug at
https://bugzilla.mozilla.org/enter_bug.cgi#h=dupes%7CThunderbird a
Thanks for the report.
1) is bug #1741074.
2) web.whatsapp.com does user-agent detection. You'll need to spoof your user
agent, for example using
https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
3) is bug #1833611
I'm closing this bug as all t
Please note that the PPA maintained by Saikrishna contains development
snapshots of chromium, and as such your browser may be unstable and/or
crashy. Use at your own risk, and don't report bugs against the
chromium-browser package on launchpad.
** Changed in: chromium-browser (Ubuntu)
Statu
This is now fixed, chromium-browser 78.0.3904.70-0ubuntu0.19.04.4 in
available in disco-updates.
** Changed in: chromium-browser (Ubuntu)
Status: New => Fix Released
** Changed in: chromium-browser (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
--
You received th
901 - 1000 of 4859 matches
Mail list logo