[Bug 1863895] Re: gnome software taking large amount of memory

2020-02-24 Thread fcole90
Today I woke up, with the laptop running though the night, and I
discovered GNOME software is using 721.5 MB of memory.

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

Title:
  gnome software taking large amount of memory

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

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

[Bug 1864301] Re: Resizing LibreOffice style window causes Gnome-Shell to freeze for 10 seconds

2020-02-24 Thread Daniel van Vugt
Thanks.

When you have time please either test a 20.04 ISO or uninstall all of
these extensions:

'topic...@phocean.net',
'apps-m...@gnome-shell-extensions.gcampax.github.com',
'places-m...@gnome-shell-extensions.gcampax.github.com'

Since so many bugs are caused by extensions we need them to be removed
from the equation as a first step. Just disabling extensions is not
enough.

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1862081] Re: Gnome resizes framebuffer when playing fullscreen video over and over again (when using X11 fractional scaling)

2020-02-24 Thread Daniel van Vugt
It sounds like fixing this bug is the least difficult issue. It also
sounds like you should subscribe to bug 1825625.

Your suggestion of a workaround for this bug is not necessary because
with the same amount of effort we could just write a patch to disable
fullscreen unredirect during fractional scaling, to work around this
bug. Or fix it properly somehow.

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

Title:
  Gnome resizes framebuffer when playing fullscreen video over and over
  again (when using X11 fractional scaling)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1862081/+subscriptions

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

[Bug 1864577] [NEW] Ubuntu logo is not displayed in the 'About' Pane

2020-02-24 Thread Matthew Ruffell
Public bug reported:

On Focal, if you go to the 'About' pane in gnome-control-center, a large
GNOME icon is displayed. On previous releases, usually an Ubuntu logo is
displayed instead.

Is this change intentional? Or did upstream GNOME change a file name or
something?

Attached is a screenshot.

$ sudo apt-cache policy gnome-control-center
gnome-control-center:
  Installed: 1:3.35.91-0ubuntu1
  Candidate: 1:3.35.91-0ubuntu1
  Version table:
 *** 1:3.35.91-0ubuntu1 500
500 http://nz.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gnome-control-center (Ubuntu Focal)
 Importance: Undecided
 Status: New


** Tags: champagne focal

** Attachment added: "Screenshot of 'About' page"
   
https://bugs.launchpad.net/bugs/1864577/+attachment/5330760/+files/Screenshot%20from%202020-02-25%2011-51-47.png

** Tags added: focal

** Also affects: gnome-control-center (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1864577

Title:
  Ubuntu logo is not displayed in the 'About' Pane

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

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

[Bug 1862541] Re: Ctrl+A does not always select all contents of the visited folder (can lead to permanently lost work!)

2020-02-24 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown => New

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

Title:
  Ctrl+A does not always select all contents of the visited folder (can
  lead to permanently lost work!)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1862541/+subscriptions

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

[Bug 1864562] [NEW] For GDK_HYPER_MASK, gtk_im_context_filter_keypress() falsely reports that IM handled the event

2020-02-24 Thread Bjorn Hassler
Public bug reported:

If the keypress event contains GDK_HYPER_MASK as a modifier,
gtk_im_context_filter_keypress() returns true, reporting that the IM
handled the event, even though it did not, therefore it should return
false.

Background: We are working on modifying Gnome-Terminal / libvte-2.91.so.0 to 
enable Terminal-bespoke remapping of modifier keys. This is to facilitate OS X 
users to migrate to Ubuntu. (Discussion here: #220. Background and unsuccessful 
alternative approaches detailed here: 
https://github.com/bjohas/Ubuntu-keyboard-map-like-OS-X/blob/master/README.md).
When we replace GDK_CONTROL_MASK by GDK_HYPER_MASK, the input method (ibus) 
reports that it handled the event that had Hyper as the modifier. When we use 
export GTK_IM_MODULE=xim, the Hyper modifier is passed as expected. 

We believe that this is a bug in ibus XOR gtk. Unfortunately I'm not
sure whether this is an issue in ibus or gtk, so I'm reporting it in
both places (as well as upstream). Apologies for the inconvenience
caused by this. Many thanks for looking at this.

I'll track updates here
https://gitlab.gnome.org/GNOME/gnome-terminal/issues/220
and here
https://github.com/bjohas/Ubuntu-keyboard-map-like-OS-X/blob/master/Building%20a%20Gnome-Hyper-Terminal.md
so that people compinging Gnonme Terminal are aware of the status.

Many thanks!

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1864562

Title:
  For GDK_HYPER_MASK, gtk_im_context_filter_keypress() falsely reports
  that IM handled the event

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1864562/+subscriptions

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

[Bug 1864558] Re: Printer adds automatically at boot with notification or if printer deleted

2020-02-24 Thread Sebastien Bacher
Thank you for your bug report, the notification problem has already been
reported, see e.g bug #1725955 but it sounds like a cups(-browsed) issue
if a deleted printer is automatically added back as configured...

** Package changed: gnome-control-center (Ubuntu) => gnome-settings-
daemon (Ubuntu)

** Package changed: gnome-settings-daemon (Ubuntu) => cups (Ubuntu)

** Changed in: cups (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1864558

Title:
  Printer adds automatically at boot with notification or if printer
  deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1864558/+subscriptions

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

[Bug 1864558] [NEW] Printer adds automatically at boot with notification or if printer deleted

2020-02-24 Thread Mark Richards
Public bug reported:

When booting 20.04 I get a notification on the logon screen each time
advising that my wireless printer has been setup. If I remove the
printer via settings, then as soon as it's removed, it gets re-added and
I see the same notification as I do on the logon screen about the
printer having been setup. I've attached a screenshot of this
notification.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-control-center 1:3.35.91-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
Uname: Linux 5.4.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu18
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Feb 24 21:49:43 2020
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2020-02-24 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200221)
ProcEnviron:
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "Screenshot from 2020-02-24 21-54-45.png"
   
https://bugs.launchpad.net/bugs/1864558/+attachment/5330734/+files/Screenshot%20from%202020-02-24%2021-54-45.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1864558

Title:
  Printer adds automatically at boot with notification or if printer
  deleted

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

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

[Bug 1850932] Autopkgtest regression report (glib2.0/2.62.3-2~ubuntu19.10.1)

2020-02-24 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted glib2.0 (2.62.3-2~ubuntu19.10.1) for 
eoan have finished running.
The following regressions have been reported in tests triggered by the package:

tracker/2.3.0-1 (armhf)
snapd-glib/1.49-0ubuntu1.19.10.0 (armhf)
sbd/1.4.0-18-g5e3283c-1ubuntu1 (amd64)
gvfs/1.42.1-1ubuntu1 (arm64)
glib2.0/2.62.3-2~ubuntu19.10.1 (i386)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/eoan/update_excuses.html#glib2.0

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  [SRU] Backport 2.62.4-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1850932/+subscriptions

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

[Bug 1848202] Autopkgtest regression report (glib2.0/2.62.3-2~ubuntu19.10.1)

2020-02-24 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted glib2.0 (2.62.3-2~ubuntu19.10.1) for 
eoan have finished running.
The following regressions have been reported in tests triggered by the package:

tracker/2.3.0-1 (armhf)
snapd-glib/1.49-0ubuntu1.19.10.0 (armhf)
sbd/1.4.0-18-g5e3283c-1ubuntu1 (amd64)
gvfs/1.42.1-1ubuntu1 (arm64)
glib2.0/2.62.3-2~ubuntu19.10.1 (i386)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/eoan/update_excuses.html#glib2.0

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Use after free in gdbus leads to eds segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1848202/+subscriptions

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

[Bug 1844853] Autopkgtest regression report (glib2.0/2.62.3-2~ubuntu19.10.1)

2020-02-24 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted glib2.0 (2.62.3-2~ubuntu19.10.1) for 
eoan have finished running.
The following regressions have been reported in tests triggered by the package:

tracker/2.3.0-1 (armhf)
snapd-glib/1.49-0ubuntu1.19.10.0 (armhf)
sbd/1.4.0-18-g5e3283c-1ubuntu1 (amd64)
gvfs/1.42.1-1ubuntu1 (arm64)
glib2.0/2.62.3-2~ubuntu19.10.1 (i386)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/eoan/update_excuses.html#glib2.0

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  IBus no longer works in Qt applications after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1844853/+subscriptions

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

[Bug 1850932] Re: [SRU] Backport 2.62.4-1

2020-02-24 Thread Steve Langasek
Hello Iain, or anyone else affected,

Accepted glib2.0 into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.62.4-1~ubuntu19.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Eoan)
   Status: In Progress => Fix Committed

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

Title:
  [SRU] Backport 2.62.4-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1850932/+subscriptions

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

[Bug 1844853] Please test proposed package

2020-02-24 Thread Steve Langasek
Hello Adam, or anyone else affected,

Accepted glib2.0 into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.62.4-1~ubuntu19.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  IBus no longer works in Qt applications after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1844853/+subscriptions

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

[Bug 1848202] Please test proposed package

2020-02-24 Thread Steve Langasek
Hello errors.ubuntu.com, or anyone else affected,

Accepted glib2.0 into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.62.4-1~ubuntu19.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Use after free in gdbus leads to eds segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1848202/+subscriptions

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

[Bug 1864543] Re: Wrong disk capacity displayed in "About" pane

2020-02-24 Thread Sebastien Bacher
Thank you for your bug report, could you use that command
$ udiskctl dump > log
and add the 'log' file to the bug?

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1864543

Title:
  Wrong disk capacity displayed in "About" pane

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

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

[Bug 1848924] Re: Snap Evince can't open pdf files in USB drive

2020-02-24 Thread Dario Menin
Hi, is there something I can do to avoid this?

The problem is still present in 
evince3.34.2+git4.91cbe4fe290   stable
ken-vandine

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

Title:
  Snap Evince can't open pdf files in USB drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1848924/+subscriptions

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

[Bug 1864543] [NEW] Wrong disk capacity displayed in "About" pane

2020-02-24 Thread Ricardo Abreu
Public bug reported:

The About pane in the Settings says "Disk Capacity 1TB", but my disk is
actually 512GB.

This might be related: https://bugs.launchpad.net/ubuntu-
gnome/+bug/1311558

Version info below.

$ lsb_release -rd
Description:Ubuntu Focal Fossa (development branch)
Release:20.04

$ apt policy gnome-control-center
gnome-control-center:
  Installed: 1:3.35.91-0ubuntu1
  Candidate: 1:3.35.91-0ubuntu1
  Version table:
 *** 1:3.35.91-0ubuntu1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt focal/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1864543

Title:
  Wrong disk capacity displayed in "About" pane

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

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

[Bug 1796464] Re: Merge steam 1.0.0.61-2 from Debian

2020-02-24 Thread Hans Joachim Desserud
** Changed in: hundredpapercuts
   Status: New => Fix Released

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

Title:
  Merge steam 1.0.0.61-2 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1796464/+subscriptions

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

[Bug 1752091] Re: gvfsd-metadata[1703]: g_udev_device_has_property: assertion 'G_UDEV_IS_DEVICE (device)' failed

2020-02-24 Thread Neal McBurnett
** Bug watch added: bugzilla.gnome.org/ #795191
   https://bugzilla.gnome.org/show_bug.cgi?id=795191

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

Title:
  gvfsd-metadata[1703]: g_udev_device_has_property: assertion
  'G_UDEV_IS_DEVICE (device)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1752091/+subscriptions

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

[Bug 1857869] Re: Red fill the search stop icon

2020-02-24 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Fix Released

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

Title:
  Red fill the search stop icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1857869/+subscriptions

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

[Bug 1864301] GsettingsChanges.txt

2020-02-24 Thread Mathieu Tarral
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330541/+files/GsettingsChanges.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] ShellJournal.txt

2020-02-24 Thread Mathieu Tarral
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330544/+files/ShellJournal.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] ProcEnviron.txt

2020-02-24 Thread Mathieu Tarral
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330543/+files/ProcEnviron.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] Re: Resizing LibreOffice style window causes Gnome-Shell to freeze for 10 seconds

2020-02-24 Thread Mathieu Tarral
Hi Daniel,

I updated the bug information via apport-collect.

I don't have the time to test Ubuntu 20.04 ISO, sorry.

Thanks.

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] ProcCpuinfoMinimal.txt

2020-02-24 Thread Mathieu Tarral
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330542/+files/ProcCpuinfoMinimal.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] monitors.xml.txt

2020-02-24 Thread Mathieu Tarral
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330545/+files/monitors.xml.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1864301] Re: Resizing LibreOffice style window causes Gnome-Shell to freeze for 10 seconds

2020-02-24 Thread Mathieu Tarral
apport information

** Tags added: apport-collected

** Description changed:

  When I open LibreOffce Writer and decides to resize the Style window on
  the right of the screen (press F11 to toggle this window), Gnome-Shell
  completely freezes for a few seconds.
  
  I already rebooted and it's 100% reproducible.
  
  I initially reported this bug on Gnome-Shell Gitlab:
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/2225#note_715411
  
  You can find more info there (journalctl logs)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.4
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-09-26 (150 days ago)
+ InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.34.1+git20191024-1ubuntu1~19.10.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.3.0-40.32-generic 5.3.18
+ RelatedPackageVersions: mutter-common 3.34.1+git20191107-1ubuntu1~19.10.1
+ Tags:  eoan
+ Uname: Linux 5.3.0-40-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip docker libvirt lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1864301/+attachment/5330540/+files/Dependencies.txt

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

Title:
  Resizing LibreOffice style window causes Gnome-Shell to freeze for 10
  seconds

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

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

[Bug 1862081] Re: Gnome resizes framebuffer when playing fullscreen video over and over again (when using X11 fractional scaling)

2020-02-24 Thread pheidrias
Hello Daniel,

I'd love to use Wayland - but the graphics are worse. Even in unscaled
mode, there is horrible text-rendering and when scaling, some apps go
blurry (I know,that this can be handled for e.g. firefox - but there are
other apps, which aren't "fixed")...


Would it be a workaround to have a one-pixel-sized (maybe even transparent?) 
always-on-top app without window decorations etc., which you would place 
somewhere "out-of-sight", like a corner?
Is something like this maybe already available?

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

Title:
  Gnome resizes framebuffer when playing fullscreen video over and over
  again (when using X11 fractional scaling)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1862081/+subscriptions

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

[Bug 1862541] Re: Ctrl+A does not always select all contents of the visited folder (can lead to permanently lost work!)

2020-02-24 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: New => Triaged

** Also affects: nautilus via
   https://gitlab.gnome.org/GNOME/nautilus/issues/1389
   Importance: Unknown
   Status: Unknown

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

Title:
  Ctrl+A does not always select all contents of the visited folder (can
  lead to permanently lost work!)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1862541/+subscriptions

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