[Desktop-packages] [Bug 867424]

2020-05-08 Thread Karlt
Comment on attachment 8754795 (1/2) - Change modelines to those recommended by coding style Thanks! -- 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/867424 Title: Oneric: On boot u

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Cbook
sorry had to back out for memory leaks like https://treeherder.mozilla.org/logviewer.html#?job_id=9625415&repo=fx- team -- 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/867424 Title:

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Continuation
Comment on attachment 8763602 (2/4) - Annotate deliberate leak in SaveToEnv Review of attachment 8763602: - Be sure to #include "mozilla/MemoryChecking.h" in this file please. -- You received this bug notification because you are a

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Cbook
https://hg.mozilla.org/mozilla-central/rev/10617f9fdc57 https://hg.mozilla.org/mozilla-central/rev/8996273af30f https://hg.mozilla.org/mozilla-central/rev/c37c930d089f https://hg.mozilla.org/mozilla-central/rev/ecd3562339dc -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Created attachment 8754796 (2/2) - Stop using libgnome and libgnomeui on Linux v4 Changes from v3 --- * Rebase to master - Unbitrot to match "Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod" * Set client state to disconnected before clos

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Karlt
Thank you for your thoroughness and persistence, Oliver! -- 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/867424 Title: Oneric: On boot up Firefox always displays the “Well, This Is

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
A fairly reduced change is https://hg.mozilla.org/try/rev/def1122a86ba4a17de9da4ed6fa04323c819b753 (with the no-op https://hg.mozilla.org/try/rev/487f69ba0d14 as parent) - see https://treeherder.mozilla.org/#/jobs?repo=try&revision=959751bdb468. I think setenv and putenv share some code in glibc -

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Karlt
(In reply to Oliver Henshaw from comment #43) > A fairly reduced change is > https://hg.mozilla.org/try/rev/def1122a86ba4a17de9da4ed6fa04323c819b753 Interesting, thanks. So either setenv or unsetenv changes something about the other environment variables. I think these leak reports should just b

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
https://treeherder.mozilla.org/#/jobs?repo=try&revision=24c95faf3d3e is a compile-only try run. Not sure what tests, if any, are suitable. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Created attachment 8754795 (1/2) - Change modelines to those recommended by coding style -- 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/867424 Title: Oneric: On boot up Firefox al

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
toolkit/xre/nsAppRunner.cpp:SaveToEnv() intentionally leaks memory because it ends up calling putenv(3) which 'leaks' by design and by specification - this was suppressed for valgrind in bug #793534. But I don't understand why this doesn't trigger the leak sanitizer in the existing code - also ther

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Created attachment 8763601 (1/4) - Change modelines to those recommended by coding style. -- 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/867424 Title: Oneric: On boot up Firefox a

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Karlt
Comment on attachment 8763602 (2/4) - Annotate deliberate leak in SaveToEnv (In reply to Oliver Henshaw from comment #46) > glandium suggested using MOZ_LSAN_INTENTIONALLY_LEAK_OBJECT directly in > the code. Yes, that's much better than my suggestion, thanks. LGTM, but to comply with documentati

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
https://treeherder.mozilla.org/#/jobs?repo=try&revision=76ba509b5927 shows the lsan annotation works. Is there any need to re-run the normal try tests from comment #34? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubunt

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
As a minor aside, it would be desirable to do as much work as possible between SaveYourselfCB() and SmcSaveYourselfDone(), and as little as possible between DieCB() and SmcCloseConnection(). At least in KDE, the time-out for the first phase is slightly longer (15 seconds and configurable versus 10

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Created attachment 8737263 Stop using libgnome and libgnomeui on Linux v3 Updated this patch again, and tested on master and on top of 45.0.1. It works with both gtk2 and gtk3 builds but I'd still like feedback about whether I'm doing the right thing with all the gtk plumbing. Solved Issues -

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Ht990332
This fails to compile in latest trunk with undefined reference to NS_NewRunnableMethod. Clang thinks I meant to type NewRunnableMethod. Was the function renamed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. http

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
(In reply to Bryan Quigley from comment #20) > I'm guessing libsm/libice won't work on wayland? > > Looks like we might be able to get shutdown (but not logout) support from > systemd. -https://wiki.freedesktop.org/www/Software/systemd/inhibit/ Well, the ICE protocol was deliberately independent

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
To expand on it not yet solving bug #557601 - on normal application quit I see New state = DISCONNECTED after phase "web-workers-shutdown"; on SM-triggered shutdown/quit I've seen it DISCONNECTED just after phase "profile-change-teardown".. -- You received this bug notification because you are

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Karlt
(In reply to Oliver Henshaw from comment #18) > I managed to understand the shutdown sequence a little better by attaching > gdb and sprinkling some breakpoints around then doing a normal quit. https://wiki.mozilla.org/XPCOM_Shutdown may be useful, but it sounds like you've worked things out anywa

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Actually, comment #14 is accurate.Calling SmcCloseConnection from ~nsNativeAppSupportUnix should always be safe, as all shutdown phases will have completed by this point (in the current code) I managed to understand the shutdown sequence a little better by attaching gdb and sprinkling some breakpo

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
Created attachment 8605868 Stop using libgnome and libgnomeui on Linux v2 I've updated the patch above, and have had some success with it, but it still needs some work in order to disconnect from the SM at the right time. It's been compiled and tested a little on top of 37.0.1, it just needed a co

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Firefox-3
I'm guessing libsm/libice won't work on wayland? Looks like we might be able to get shutdown (but not logout) support from systemd. -https://wiki.freedesktop.org/www/Software/systemd/inhibit/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 867424]

2020-05-08 Thread Oliver-henshaw
(In reply to desrt from comment #16) > There is really no good reason for this code to exist anymore. I ended up > with libgnome installed as a dependency for another old program and my > Firefox install started misbehaving as a (nearly untracable) sideeffect of > that. It took me quite a while t

[Desktop-packages] [Bug 1874978] Re: Firefox title bar issue in 20.04 LTS

2020-05-08 Thread Sebastien Bacher
Could you try with another user on the same machine? I can't confirm either here Do you get any warning printed on the command line if you start firefox from there? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https

[Desktop-packages] [Bug 1877528] Re: Applet does not terminate at end of X desktop session

2020-05-08 Thread Daniel Richard G.
This bug has LP: 1871726 as a quasi-parent. That one system-config-printer process shown in session-status is deceptive; ps(1) shows a much larger number of processes still remaining from the login session. When the s-c-p process goes away, however, all the others follow. The impact of this issue,

[Desktop-packages] [Bug 1877532] Re: at-spi-bus-launcher does not terminate at end of X session

2020-05-08 Thread Daniel Richard G.
This bug has LP: 1871726 as a quasi-parent. Those two processes shown in session-status are deceptive; ps(1) shows a much larger number of processes still remaining from the login session. When the two processes go away, however, all the others follow. The impact of this issue, then, is not limite

[Desktop-packages] [Bug 1877536] [NEW] BlueZ 5.54 release

2020-05-08 Thread Daniel van Vugt
Public bug reported: Release BlueZ 5.54 to groovy ** Affects: bluez (Ubuntu) Importance: Medium Assignee: Daniel van Vugt (vanvugt) Status: In Progress ** Tags: groovy ** Changed in: bluez (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: blue

[Desktop-packages] [Bug 1877182] Re: Screen turns off after 1 minute regardless of the configured timeout

2020-05-08 Thread Daniel van Vugt
Thanks. I am out of ideas for now. ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => New -- 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/bugs/1877182 Title: Screen turns

[Desktop-packages] [Bug 1877182] Re: Screen turns off after 1 minute regardless of the configured timeout

2020-05-08 Thread Daniel van Vugt
Please report the issue to the upstream developers: https://gitlab.gnome.org/GNOME/gnome-shell/issues and then tell us the new issue ID. -- 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

[Desktop-packages] [Bug 1877532] [NEW] at-spi-bus-launcher does not terminate at end of X session

2020-05-08 Thread Daniel Richard G.
Public bug reported: This concerns at-spi2-core 2.36.0-2 in Ubuntu focal. I log into the Xfce desktop as "skunk" via xrdp, and then logout. A few minutes later, "loginctl list-sessions" shows the following: SESSION UID USER SEAT TTY 9 0 root c10 1000 skunk

[Desktop-packages] [Bug 1877182] Re: Screen turns off after 1 minute regardless of the configured timeout

2020-05-08 Thread mohamed moursi
Also, I have no external screensaver -- 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/bugs/1877182 Title: Screen turns off after 1 minute regardless of the configured timeout Status in

[Desktop-packages] [Bug 1877182] Re: Screen turns off after 1 minute regardless of the configured timeout

2020-05-08 Thread mohamed moursi
Hello Daniel, I removed all extensions and its the same. Attached is the required file ** Attachment added: "xsettings.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1877182/+attachment/5368210/+files/xsettings.txt -- You received this bug notification because you are a mem

[Desktop-packages] [Bug 1866999] Re: gnome-calendar does not sync with Google Calendar

2020-05-08 Thread Sebastien Bacher
sorry, the url copied in the previous comment should have been https://gitlab.gnome.org/GNOME/gnome-calendar/issues -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-calendar in Ubuntu. https://bugs.launchpad.net/bugs/1866999 Title:

[Desktop-packages] [Bug 1877108] Re: Ubuntu Dock appears on the display opposite to that indicated on Appearance tab

2020-05-08 Thread Sebastien Bacher
Daniel, the other issue uou mentioned is different, it's the handling of what 'left' means in a RTL locale The bug here is about the screen logic being inverted, if you pick to display the launcher on the display 1 it's shown on display 2 (same in reverse) ** Changed in: gnome-control-center (Ubu

[Desktop-packages] [Bug 1877467] Re: Input device does not switch back to internal microphone when analog headset unplugged

2020-05-08 Thread Sebastien Bacher
Thank you for your bug report, could you check if the stable update https://launchpad.net/ubuntu/+source/pulseaudio/1:13.99.1-1ubuntu3.1 fixes the issue for you? ** No longer affects: gnome-control-center (Ubuntu) ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You receiv

[Desktop-packages] [Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2020-05-08 Thread Philipp
Here is my journal -f output when the bug happens. The moment it freezes: JS ERROR: Error: incorrect grab helper pop Every (no longer working) click after the freeze will result in this message: JS ERROR: TypeError: this._grabStack[i] is undefined ** Attachment added: "journal -f" https://bu

[Desktop-packages] [Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2020-05-08 Thread Philipp
I can easily reproduce this bug on Ubuntu 20.04 with right and left clicking on the desktop to open the context menu alot. On many different machines and virtual machines. This does NOT happen for me when gnome-shell-extension-desktop-icons is deactivated. On some machines I have to explicitly d

[Desktop-packages] [Bug 1877223] Re: Cursor changes to old look on chromium

2020-05-08 Thread Danilo Alculete
after updating my system today it seems the problem is solved. -- 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/1877223 Title: Cursor changes to old look on chromium Status in

[Desktop-packages] [Bug 1877451] Re: window input no longer possible when right clicking on desktop

2020-05-08 Thread Philipp
*** This bug is a duplicate of bug 1181666 *** https://bugs.launchpad.net/bugs/1181666 ** This bug has been marked a duplicate of bug 1181666 gnome-shell randomly blocks mouse clicks from working in app windows -- You received this bug notification because you are a member of Desktop Pack

[Desktop-packages] [Bug 1877434] Re: Slow Gnome 3.36 overall experience

2020-05-08 Thread Daniel van Vugt
OK. If you can figure out which extension(s) make it slow then please report the problem to the extension author(s). ** Tags added: nvidia ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1877528] [NEW] Applet does not terminate at end of X desktop session

2020-05-08 Thread Daniel Richard G.
Public bug reported: This concerns system-config-printer 1.5.12-0ubuntu1 in Ubuntu focal. I log into the Xfce desktop, and then logout. The screen returns to the LightDM login screen. A few minutes later, "loginctl list-sessions" shows the following: SESSION UID USERSEAT TTY

[Desktop-packages] [Bug 1877434] Re: Slow Gnome 3.36 overall experience

2020-05-08 Thread Bill Niakas
** Attachment added: "output of lspci -k" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1877434/+attachment/5368200/+files/journal.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 1877434] Re: Slow Gnome 3.36 overall experience

2020-05-08 Thread Bill Niakas
You were absolutely right, after i removed the extensions, the desktop became snappy and responsive. ** Attachment added: "output of lspci -k" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1877434/+attachment/5368199/+files/lspcik.txt -- You received this bug notification becaus

[Desktop-packages] [Bug 1877108] Re: Ubuntu Dock appears on the display opposite to that indicated on Appearance tab

2020-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-control-center (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bu

[Desktop-packages] [Bug 1876046] Re: [XPS L501X, Realtek ALC665, Speaker, Internal]

2020-05-08 Thread Daniel van Vugt
** This bug is no longer a duplicate of bug 1866194 External audio device shows up in the sound output options but the sound keeps being emitted from the internal laptop speaker, or none at all. -- You received this bug notification because you are a member of Desktop Packages, which is subsc

<    1   2   3