OK, with the patch we see the main window come up and the names of local
folders are already localised, the ones of IMAP folders aren't. They get
corrected a little later. Debugging shows that this happens during
nsImapIncomingServer::PossibleImapMailbox() which calls SetPrettyName().
Looks like th
Comment on attachment 9101510
1575512-mail-startup-done.patch (v1b)
I guess that would add an observer to every folder created. That's not
so desirable. Perhaps we should remember whether the event already
happened and after that not create any observers any more. That's a
refinement I can make on
Created attachment 9102074
folder-debug-jit.patch
OK, here's the debug patch. It shows:
=== NewURI start block
=== accessing string INBOX in SetPrettyName, blocked=1
=== accessing string Archives in SetPrettyName, blocked=1
=== accessing string Drafts in SetPrettyName, blocked=1
=== accessing stri
> The hard part is to create a folder API that MailGlue can call.
Or it could be the other way around: Folder code checks somewhere if
final-ui-startup has already run.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubunt
Created attachment 9102048
folder-debug.patch
This matches v2b.
--
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/1847772
Title:
E-mail folder names are not localized in thunderbird
Thinking about this, I had a better idea: We should not handle the
final-ui-startup in the folder code (where the observer is attached too
late), but elsewhere, like in MailGlue.
When the event arrives call into the folders code to re-read the
strings. Also, in IMAP's NewURI() suppress folder hand
Comment on attachment 9101990
1575512-mail-startup-done.patch (v3)
We can't use this, see comment #72.
--
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/1847772
Title:
E-mail folder
Created attachment 9101999
folder-debug.patch
Here's a debug patch.
Aceman observed correctly, that without a faulty permissions.sqlite the
observer never fires. Looking at the debug, it is is attached after the
system has already fired the event. Whether it fires or not is
irrelevant, it will al
Hi Ehsan, thanks for your continued interest and comments. I'll have the
final patch ready in the next hour according to my idea in comment #78.
I think the right solution is not to do the "damaging operations" in the
IMAP code why the system hasn't fully started up.
--
You received this bug not
Created attachment 9101968
1575512-mail-startup-done.patch (v2b)
Even better, we attach the observer only to the very first folder.
--
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/18
Comment on attachment 9101968
1575512-mail-startup-done.patch (v2b)
OK, I think this works well enough. DiscoveryDone() will always run and
if there's a short delay, so be it. We'd have to try this on an opt
build.
--
You received this bug notification because you are a member of Desktop
Package
Created attachment 9102073
1575512-jit-strings.patch (v3c)
Thinking about it, the JIT approach also has its merits. Aceman was
concerned that the SetPrettyName() would happen while we don't have the
strings, so I fixed this in this version. I'll attach a matching debug
patch in a minute.
--
You
Created attachment 9101930
1575512-mail-startup-done.patch (v2)
OK, we only add observers until our event fires.
--
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/1847772
Title:
E-m
Created attachment 9102584
1575512-glue.patch
OK, here comes the (hopefully) final solution. It features:
- Using the existing observer in mailGlue which is guaranteed to fire.
- Suppressing throw-away IMAP NewURI folder processing while strings aren't
ready
- No starting up with wrong folder nam
(In reply to Jorg K (GMT+2) from comment #61)
> Hey Ehsan, thanks for your further comment. Let's face it: SeaMonkey is dead
> beyond the equivalent of mozilla60 (sixty, no typo), which they haven't even
> released yet. TB with about 10 staff has replaced all overlays, XBL bindings
> and are now
Created attachment 9101990
1575512-mail-startup-done.patch (v3)
Aceman was worried that we might not run the code that fixes the folder
names. So here's a different approach. We don't do the "folder stuff" in
nsImapService::NewURI() which is mostly optional anyway. Surely we don't
need it when URI
** Package changed: unity-settings-daemon (Ubuntu) => lightdm (Ubuntu)
** Package changed: lightdm (Ubuntu) => lightdm
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1848849
Title:
L
Dear Christopher M. Penalver,
To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open,
confirmed bugs which have not been touched for over a year.
There have been thousands of bug fixes and commits since anyone chec
[Expired for nvidia-graphics-drivers-390 (Ubuntu) because there has been
no activity for 60 days.]
** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]
** Changed in: xorg-server (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bu
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: nvidia-prime (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net
** Attachment added: ""journalctl -b -1" (failed boot) for other user"
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1848900/+attachment/5298524/+files/jj9k.log
** Summary changed:
- blank display with Eoan Ermine live DVD on Rysen 2200G
+ Blank display with Eoan Ermine live DVD on Ryze
I was supporting another Xubuntu 19.10 user on AMD Ryzen 3 2200G
(Gigabyte Technology Co., Ltd. B450 AORUS M/B450 AORUS M, BIOS F2
08/08/2018) today, whose log of a failed (standard) boot (to black
screen) showed
kernel: WARNING: CPU: 2 PID: 255 at
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dc
I'm not sure what exact issues you're reporting.
Your VM takes too much time to boot up? How long? "systemd-analyze
blame" should collect the info for your VM.
Your VM's screen is somehow messed up temporarily during the boot-up
process? Or the boot-up process is stuck in the "text cursor" scree
Hi M, I can not reproduce the issue: just now I downloaded
http://dt0cinyuc0rrg.cloudfront.net/ubuntu-19.10-desktop-amd64.iso and
created a Generation-2 VM on Hyper-V with the .iso file. The VM boots up
fast: it boots up to the Xorg desktop in 28 seconds with 1 CPU and 2GB
memory, and in 21 seconds
Public bug reported:
Regression with Ryzen 3 2200G, UEFI Asrock B450 Pro4 motherboard and
55-75 Hz monitor.
Booting Xubuntu 19.10 live iso with safe graphics options did give a
stable desktop display, but
xubuntu@xubuntu:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0:
Bug was closed (not implemented) in Gnome Gitlab:
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/369
** Bug watch added: gitlab.gnome.org/GNOME/gnome-settings-daemon/issues #369
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/369
--
You received this bug notification
Sorry for delay :
as of today :
Spychea ~ » lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Des
*** This is an automated message ***
This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu. As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have
Public bug reported:
This was reported upstream in
https://gitlab.gnome.org/GNOME/mutter/issues/853 and closed since it is
a problem in shell and not mutter. I requested the maintainer to move it
to gnome-shell tracker instead of merely closing the issue. Otherwise I
will file a new ticket.
It is
This problem does not affect a brand new user if I create one. So it is
maybe to do with having upgraded, and having old settings? How do I
reset the relevant settings?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in U
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: chromium-browser (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launc
** Summary changed:
- gnome-screenshot Actions don't work in default Ubuntu 17.10 session
+ gnome-screenshot Actions don't work in Wayland
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/
I also had this problem. After running the command suggested above:
snap connect chromium:password-manager-service
it's now working again for me.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.l
** Package changed: ubuntu => libreoffice (Ubuntu)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1848845
Title:
Silesian LibreOffice version unavailable
Status in libreoffice pa
You have been subscribed to a public bug:
Hi, LibreOffice has been available in Silesian since the beginning of
September but the language pack is not available in the Ubuntu
Repository. Can I request its addition? Thank you!
Best,
Gregory
** Affects: libreoffice (Ubuntu)
Importance: Undeci
Looks like it's worked on:
https://github.com/ValveSoftware/csgo-osx-linux/issues/2187
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1607
** Bug watch added: github.com/ValveSoftware/csgo-osx-linux/issues #2187
https://github.com/ValveSoftware/csgo-osx-linux/issues/2187
** Bug watch added:
Public bug reported:
GTK+3 will emit spurious "key_press_event" if the focus is currently on
"GtkEntry" and the locale is set to th_TH.UTF-8. This issue seems to
disappear if the locale is set to something else (tested with C.UTF-8
and en_US.UTF-8), and the presence of iBus and gnome-shell affects
Is there a testing package including the fix that we could test please?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1847551
Title:
Mutter 3.34.1 broke Night Light, screen color prof
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: mesa (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1835521
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: mutter (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/183552
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gnome-shell (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1
Gnome-tweaks no longer possible to install (Ubuntu 19.10).
What a mess... I can't believe this is not fixed...
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1218322
Titl
Public bug reported:
After upgrade to ubuntu 19.10, when I launch counter strike global offensive
from steam the game is frozen. I can alt-tab and close the game. Tried in
fluxbox window manager where the game works, changed fullscreen to windowed
fullscreen in the options and tried on gnome ag
Public bug reported:
According to spec/documentation, "implementations must undo quoting
before expanding field codes and before passing the argument to the
executable program."
https://developer.gnome.org/desktop-entry-spec/#exec-variables
lightdm fails to do so and passes the double-quote char
Public bug reported:
Under Nouveau driver, suspend and resume of my laptop stopped working
after i upgraded from 19.04 to 19.10.
When desktop lid is closed, the fans will kick in and turn until battery
is empty or hard shutdown using the power button.
Worked before under xorg and wayland. Now do
I've tried to (1) boot the same machine with kernel 5.0.0.32 (2) create
new machine without upgrading from 19.04
Results were the same, anybody?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpa
This all comes down to a truly awful and bad patch Ubuntu adds that in
effect breaks the program.
It's not upstream, so it's easy to fix
https://packages.ubuntu.com/search?keywords=rhythmbox
Comment out 05_hide_on_quit.patch in the series files
Probably could be setup to build with PPA for a
*** This bug is a duplicate of bug 1754125 ***
https://bugs.launchpad.net/bugs/1754125
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: rhythmbox (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of De
** Attachment added: "Capture d’écran de 2019-10-19 12-20-59.png"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1848741/+attachment/5298358/+files/Capture%20d%E2%80%99%C3%A9cran%20de%202019-10-19%2012-20-59.png
--
You received this bug notification because you are a member of Des
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gnome-shell (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/b
Hi,
I have similar problems on my Huawei matebook ryzen edition (2500u)
The problem appear randomly (firefox scroll or changing window)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bug
** Changed in: xorg-server-hwe-18.04 (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1845149
Title:
set fallback drivers to avoid updating pc
** Also affects: gtk+3.0 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1390792
Title:
Synaptic Other Software tab jumps/scrolls t
Should we continue solving the timeout problem in this issue? It was
actually in the header from the beginning and password manager nuance
can be removed from the description.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-brows
Or to be exact, a 12ms timeout.
Anyway 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. You can see it working in my term.log on lines 20685-20713.
It seems to be unable to find the snapd runnin
Oh, wait! Chromium remembers my passwords now. The pain is now a slow
start of 12000 ms timeout! Thank you for solving my problem.
--
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
** Project changed: gnome-shell => gdm
** No longer affects: gnome-shell (Ubuntu)
** No longer affects: mutter (Ubuntu)
** No longer affects: nvidia-graphics-drivers-375 (Ubuntu)
** No longer affects: nvidia-graphics-drivers-384 (Ubuntu)
--
You received this bug notification because you are a
I also tried rebooting. And after all that the connection between chromium and
password-maager seems to be existing:
XXX@koira:~$ snap connections chromium | grep password
password-manager-service chromium:password-manager-service
:password-manager-service manual
--
You received this bu
** No longer affects: mutter (Ubuntu)
** No longer affects: mutter (Ubuntu Eoan)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1798790
Title:
Ubuntu login screen sometimes doe
Yes, indeed the stored passwords inside chromiums sqlite file are
encrypted. I didn't try to decrypt those, I didn't know where the key
was. After seeking there are keys in the seahorse-application (it has a
title "keyring") for chromium (and also chrome separately). Another key
looks like a dummy
** No longer affects: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)
** Also affects: gnome-shell (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: gnome-she
Public bug reported:
My screen is 3000x2000. I use a scaling factor of 2x. Today I upgraded
to 19.10 and chromium became a snap package. It launches at the right
scaling factor, but if I restart gnome shell (Alt-F2 r) it rescales to
1x (I believe) and everything becomes absurdly tiny. Restarting c
Always when I click on the slider the slider just goes back without
adjusting anything.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1848309
Title:
"Automatic Date & Ti
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: chromium-browser (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launc
65 matches
Mail list logo