[Bug 1973638] Re: gnome-shell 42 leaks tens of megabytes with every screenshot

2022-06-28 Thread Daniel van Vugt
** Description changed:

- i running wine program and i want doing a lot screenshot. after did it
- and close program. my system very laggy. i see at htop program my ram
- and swap full.
+ [Impact]
  
- my system info.
+ gnome-shell's memory usage grows by tens of megabytes with every
+ screenshot. A few screenshots make it 100MB larger and a few dozen
+ screenshots make it 1GB larger.
  
- Host: mantari Kernel: 5.17.7-xanmod1 x86_64 bits: 64 compiler: gcc
- v: 11.2.0 parameters: BOOT_IMAGE=/boot/vmlinuz-5.17.7-xanmod1
- root=UUID=1dd447f7-2ae1-47c5-81cc-8584b22766d3 ro mitigations=off quiet
- splash vt.handoff=7
-   Desktop: GNOME 42.0 tk: GTK 3.24.33 wm: gnome-shell dm: GDM3 42.0
- Distro: Ubuntu 22.04 LTS (Jammy Jellyfish)
- Machine:
-   Type: Portable System: Dell product: Inspiron 3442 v: N/A
-   Mobo: Dell model: 0T57PC v: A16 serial:  UEFI: Dell
- v: A16 date: 09/02/2020
- Battery:
-   ID-1: BAT0 charge: 14.9 Wh (100.0%) condition: 14.9/41.4 Wh (36.0%)
- volts: 16.8 min: 14.8 model: SMP-SDI2.8 DELL FW1MN31 type: Li-ion
- serial: 4862 status: Full
- Memory:
-   RAM: total: 3.75 GiB 
- Display: wayland server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.1
- compositor: gnome-shell driver: X: loaded: modesetting unloaded: 
fbdev,vesa
- gpu: i915 display-ID: 0
-   Monitor-1: eDP-1 model: AU Optronics built: 2013 res: 1366x768 dpi: 112
- gamma: 1.2 size: 309x173mm (12.2x6.8") diag: 354mm (13.9") ratio: 16:9
- modes: 1366x768
-   OpenGL: renderer: Mesa Intel HD Graphics (HSW GT1) v: 4.6 Mesa 22.0.1
- compat-v: 3.1 direct render: Yes
- Drives:
-   Local Storage: total: 1.14 TiB used: 916.19 GiB (78.7%)
-   ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital
- model: WD7500BPVX-75JC3T0 size: 698.64 GiB block-size: physical: 4096 B
- logical: 512 B speed: 6.0 Gb/s type: HDD rpm: 5400 serial: WXA1A33W6463
- rev: 1A01 scheme: GPT
-   ID-2: /dev/sdb maj-min: 8:16 vendor: Seagate model: ST500LM012 HN-M500MBB
- size: 465.76 GiB block-size: physical: 4096 B logical: 512 B
- speed: 3.0 Gb/s type: HDD rpm: 5400 serial: S2S7J9DC911744 rev: 0001
- scheme: GPT
- Swap:
-   Kernel: swappiness: 30 (default 60) cache-pressure: 50 (default 100)
-   ID-1: swap-1 type: zram size: 2.79 GiB used: 0 KiB (0.0%) priority: 5
- dev: /dev/zram0
-   ID-2: swap-2 type: zram size: 2.79 GiB used: 0 KiB (0.0%) priority: 5
- dev: /dev/zram1
+ [Test Plan]
  
- $ apt-cache policy gnome-shell
- gnome-shell:
-   Installed: 42.0-2ubuntu1
-   Candidate: 42.0-2ubuntu1
-   Version table:
-  *** 42.0-2ubuntu1 500
- 500 https://mirror.internet.asn.au/pub/ubuntu/archive jammy/main 
amd64 Packages
- 100 /var/lib/dpkg/status
- --- 
- ProblemType: Bug
- ApportVersion: 2.20.11-0ubuntu82.1
- Architecture: amd64
- CasperMD5CheckResult: pass
- CurrentDesktop: ubuntu:GNOME
- DisplayManager: gdm3
- DistroRelease: Ubuntu 22.04
- InstallationDate: Installed on 2022-04-10 (38 days ago)
- InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Daily amd64 (20220409)
- NonfreeKernelModules: wl
- Package: gnome-shell 42.0-2ubuntu1
- PackageArchitecture: amd64
- RelatedPackageVersions: mutter-common 42.0-3ubuntu2
- Tags: third-party-packages jammy
- Uname: Linux 5.17.8-xanmod1 x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo video
- _MarkForUpload: True
+ 1. Log into gnome-shell.
+ 
+ 2. Measure its real memory usage:
+ 
+grep RSS /proc/`pidof gnome-shell`/status
+ 
+ 3. Take 20 full screen screenshots by pressing PrtScn each time. No need
+ to save them anywhere.
+ 
+ 4. Measure the memory usage again.
+ 
+ Expected: Memory usage grows a little but growth does not exceed a few
+ hundred megabytes. It should level off after a while and sometimes even
+ shrink due to garbage collection.
+ 
+ Observed: Memory usage grows without bounds, easily exceeding 1GB after
+ about 20 screenshots (depending on screen resolution). It never shrinks
+ significantly.
+ 
+ [Where problems could occur]
+ 
+ Since the fix affects GJS, problems could occur in any part of gnome-
+ shell.
+ 
+ [Other Info]
+ 
+ This leak requires multiple fixes to minimize the memory usage. For the
+ moment we are only aiming to fix the GJS portion of the bug that allows
+ memory usage to exceed 1GB.
+ 
+ Later a fix for gnome-shell should be attempted to prevent spikes of
+ even 100MB.

** Description changed:

  [Impact]
  
  gnome-shell's memory usage grows by tens of megabytes with every
  screenshot. A few screenshots make it 100MB larger and a few dozen
  screenshots make it 1GB larger.
  
  [Test Plan]
  
  1. Log into gnome-shell.
  
  2. Measure its real memory usage:
  
-grep RSS /proc/`pidof gnome-shell`/status
+    grep RSS /proc/`pidof gnome-shell`/status
  
  3. Take 20 full screen screenshots by pressing PrtScn each time. No need
  to save them anywhere.
  
  4. Measure the memory usage again.
  
  Expecte

[Bug 1980170] Re: Tapping on the current app's icon in the dock (via touchscreen) doesn't show the current windows (while clicking it does)

2022-06-28 Thread Daniel van Vugt
Please try:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action
'previews'

** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: New => Incomplete

-- 
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/1980170

Title:
  Tapping on the current app's icon in the dock (via touchscreen)
  doesn't show the current windows (while clicking it does)

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


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

[Bug 1964393] Re: gnome-shell crashed with assertion failure in meta_kms_update_set_power_save: !update->plane_assignments

2022-06-28 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Expired

-- 
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/1964393

Title:
  gnome-shell crashed with assertion failure in
  meta_kms_update_set_power_save: !update->plane_assignments

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


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

[Bug 1964393] Re: gnome-shell crashed with assertion failure in meta_kms_update_set_power_save: !update->plane_assignments

2022-06-28 Thread Launchpad Bug Tracker
[Expired for mutter (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mutter (Ubuntu)
   Status: Incomplete => Expired

-- 
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/1964393

Title:
  gnome-shell crashed with assertion failure in
  meta_kms_update_set_power_save: !update->plane_assignments

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


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

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Andy Chi
Enable -proposed on XPS9310(3456x2160), install gnome-shell-extension-
desktop-icons-ng (43-2ubuntu1).

[steps]
1. Plug type-c monitor to DUT
2. Cold Boot into OS
3. Check the external monitor has signal
4. Click keyboard or move mouse to check system can work well

External and built-in monitor works fine.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  factor is attached (but only if DING is active)

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


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

[Bug 1980170] [NEW] Tapping on the current app's icon in the dock (via touchscreen) doesn't show the current windows (while clicking it does)

2022-06-28 Thread Connor Nolan
Public bug reported:

# Expected Behavior

Tapping on an app's icon in the dock behaves just like clicking it. As
in, clicking the current app shows the open windows in a context menu,
and clicking any other app's icon, makes the app current.

# Actual Behavior

CLicking an app's icon just makes it current, and clicking the current
app's icon does nothing (unless it's a long-press, then it does what you
expect.)

# The Screenshot
I attached a screenshot of the context menu that comes up when clicking the 
current app's dock icon. This menu doesn't come up when tapping.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.2-0ubuntu0.2
ProcVersionSignature: Ubuntu 5.17.0-1006.6-oem 5.17.3
Uname: Linux 5.17.0-1006-oem x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun 28 23:26:59 2022
DisplayManager: gdm3
InstallationDate: Installed on 2021-06-14 (380 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: mutter-common 42.2-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-05-10 (49 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

** Attachment added: "Screenshot from 2022-06-28 23-39-21.png"
   
https://bugs.launchpad.net/bugs/1980170/+attachment/5600311/+files/Screenshot%20from%202022-06-28%2023-39-21.png

-- 
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/1980170

Title:
  Tapping on the current app's icon in the dock (via touchscreen)
  doesn't show the current windows (while clicking it does)

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


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

[Bug 1980080] Re: Unable to eject SDcard -getting remounted immediately

2022-06-28 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

-- 
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/1980080

Title:
  Unable to eject SDcard -getting remounted immediately

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


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

[Bug 1980080] Re: Unable to eject SDcard -getting remounted immediately

2022-06-28 Thread Daniel van Vugt
Thanks for the bug report.

Please try disabling Ubuntu Dock in the Extensions app, and tell us if
that prevents the bug.

Also, since Ubuntu 21.10 reaches end-of-life in 15 days would you be able to 
try Ubuntu 22.04?
https://wiki.ubuntu.com/Releases

-- 
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/1980080

Title:
  Unable to eject SDcard -getting remounted immediately

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


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

[Bug 1976371] Re: SRU for evolution-data-server 3.44.2

2022-06-28 Thread Jeremy Bicha
I have been running evolution-data-server 3.44.2-0ubuntu1 for several
days. I confirm that Evolution and GNOME Calendar still work as
expected.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

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

Title:
  SRU for evolution-data-server 3.44.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1976371/+subscriptions


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

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-desktop-icons-ng
- 46-2

---
gnome-shell-extension-desktop-icons-ng (46-2) unstable; urgency=medium

  [ Sergio Costas ]
  * Cherry-pick patch to fix hang when using 2 monitors with different zoom
settings (LP: #1976204)

 -- Jeremy Bicha   Tue, 28 Jun 2022 08:54:11 -0400

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  factor is attached (but only if DING is active)

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


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

[Bug 779730] Re: SFTP is destroying symlinks

2022-06-28 Thread Bachsau
** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

-- 
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/779730

Title:
  SFTP is destroying symlinks

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


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

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Brian Murray
Hello Andy, or anyone else affected,

Accepted gnome-shell-extension-desktop-icons-ng into jammy-proposed. The
package will build now and be available at
https://launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-
icons-ng/43-2ubuntu1 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, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. 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: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-jammy

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  factor is attached (but only if DING is active)

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


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

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Jeremy Bicha
** No longer affects: mutter (Ubuntu Jammy)

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
   Status: Triaged => In Progress

** Description changed:

  [Summary]
  The system will run into freeze if I connect the external monitor through 
DP/HDMI with dongle DA310 or Docking WD19TB
  
  [Steps to reproduce]
  1. Attact DA310 or WD19TB to DUT
  2. Cold Boot into OS
  3. Plug the DP/HDMI cable to DA310 or WD19TB
  4. Check the external monitor has signal
  5. Click keyboard or move mouse to check system can work well
  
  [Expected result]
  System won't be freeze with external monitor.
  
  [Actual result]
  Screen will freeze, but ssh can still reach out DUT. Keyboard and mouse
  don't work during the screen freeze.
  It can be recovered after unplug the external monitor sometime.
  
  [gnome-shell stack trace]
   五  27 22:12:31 ubuntu-XPS-9320 gnome-shell[1998]: Window manager warning: 
Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
   五  27 22:12:31 ubuntu-XPS-9320 gnome-shell[1998]: Window manager warning: 
Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
   五  27 22:12:31 ubuntu-XPS-9320 gnome-shell[1998]: Window manager warning: 
Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
   五  27 22:12:31 ubuntu-XPS-9320 gnome-shell[1998]: 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed
   五  27 22:12:55 ubuntu-XPS-9320 sudo[2916]:   ubuntu : TTY=pts/2 ; 
PWD=/home/ubuntu ; USER=root ; COMMAND=/usr/bin/dmesg
   五  27 22:12:55 ubuntu-XPS-9320 sudo[2916]: pam_unix(sudo:session): session 
opened for user root(uid=0) by ubuntu(uid=1001)
   五  27 22:12:55 ubuntu-XPS-9320 sudo[2916]: pam_unix(sudo:session): session 
closed for user root
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: Attempting to call back 
into JSAPI during the sweeping phase of GC. This is most likely caused by not 
destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but 
can also be caused by using the destroy(), dispose(), or remove() vfuncs. 
Because it would crash the application, it has been blocked and the JS callback 
not invoked.
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: == Stack trace for context 
0x56156f8f04a0 ==
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: == Stack trace for context 
0x56156f8f04a0 ==
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: The offending signal was 
window-added on MetaWorkspace 0x56156f916640.
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: Attempting to call back 
into JSAPI during the sweeping phase of GC. This is most likely caused by not 
destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but 
can also be caused by using the destroy(), dispose(), or remove() vfuncs. 
Because it would crash the application, it has been blocked and the JS callback 
not invoked.
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: The offending signal was 
window-added on MetaWorkspace 0x56156f916640.
   五  27 22:12:56 ubuntu-XPS-9320 gnome-shell[1998]: Attempting to call back 
into JSAPI during the sweeping phase of GC. This is most likely caused by not 
destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but 
can also be caused by using the destroy(), dispose(), or remove() vfuncs. 
Because it would crash the application, it has been blocked and the JS callback 
not invoked.
  
- This system is using OLED (3456x2160) panel, and I can't reproduce this issue 
on FHD panel.
+ This system is using OLED (3456x2160) panel, and I can't reproduce this
+ issue on FHD panel.
+ 
+ 
+ [What could go wrong]
+ This 2 line bugfix maximizes the desktop icons window avoiding an infinite 
loop. This is a workaround for an apparent bug in mutter but fixing mutter is 
much more complicated.
+ 
+ The Desktop Icons NG GNOME Shell extension is enabled by default on
+ Ubuntu 22.04 LTS so a bug here could make desktops unusable.
+ 
+ 
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-03-17 (75 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220313)
  Package: gnome-shell 42.1-0ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-35.36-generic 5.15.35
  RelatedPackageVersions: mutter-common 42.0-3ubuntu2
  Tags:  jammy wayland-session
  Uname: Linux 5.15.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  fa

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Jeremy Bicha
** Also affects: mutter (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
   Status: New => Triaged

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Jammy)
 Assignee: (unassigned) => Sergio Costas (rastersoft-gmail)

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  factor is attached (but only if DING is active)

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


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

[Bug 1980080] [NEW] Unable to eject SDcard -getting remounted immediately

2022-06-28 Thread Bartłomiej Żogała
Public bug reported:

THe problem is on Dell XPS13 9310 and built-in microSD card reader(without 
adapter). When I plug the card it's visiible in file manager, with little 
'eject' icon. I can read/write to it. After finishing and using eject button. 
THe card it's still present in gnome along with 'eject' button. But when 
clicking eject it says 'No object for D-bus interface' and both the device and 
partition blockdevices are still present. 
I can't also eject from command line:
nusch@xps13:~$ LANG="en" eject -v /dev/mmcblk0
eject: device name is `/dev/mmcblk0'
eject: /dev/mmcblk0: not mounted
eject: /dev/mmcblk0: is whole-disk device
eject: /dev/mmcblk0: trying to eject using CD-ROM eject command
eject: CD-ROM eject command failed
eject: /dev/mmcblk0: trying to eject using SCSI commands
eject: not an sg device, or old sg driver
eject: SCSI eject failed
eject: /dev/mmcblk0: trying to eject using floppy eject command
eject: floppy eject command failed
eject: /dev/mmcblk0: trying to eject using tape offline command
eject: tape offline command failed
eject: unable to eject

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-shell 40.5-1ubuntu2
ProcVersionSignature: Ubuntu 5.10.0-1057.61-oem 5.10.83
Uname: Linux 5.10.0-1057-oem x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu71.2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun 28 13:31:39 2022
DisplayManager: gdm3
InstallationDate: Installed on 2015-05-08 (2608 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 40.5-1ubuntu3~21.10.1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to impish on 2022-02-21 (126 days ago)

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


** Tags: amd64 apport-bug impish third-party-packages wayland-session

-- 
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/1980080

Title:
  Unable to eject SDcard -getting remounted immediately

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


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

[Bug 1976204] Re: Screen freeze and high CPU when a second monitor of different scaling factor is attached (but only if DING is active)

2022-06-28 Thread Daniel van Vugt
Mutter fix proposed:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2483

-- 
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/1976204

Title:
  Screen freeze and high CPU when a second monitor of different scaling
  factor is attached (but only if DING is active)

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


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

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched

2022-06-28 Thread Sebastien Bacher
the autopkgtest regression mentioned were just flaky tests which worked
on retry, the update should be ready to be moved to updates

** Changed in: evince (Ubuntu Jammy)
   Status: Confirmed => Invalid

** Changed in: evince (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: evince (Ubuntu Kinetic)
   Status: In Progress => Invalid

-- 
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/1969896

Title:
  Evince Document Viewer(42.0) does not remember last page in 22.04 and
  opens in a tiny window when launched

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


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

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched

2022-06-28 Thread vasilis34
I can confirm that the proposed packages work. Thanks for the fix!

-- 
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/1969896

Title:
  Evince Document Viewer(42.0) does not remember last page in 22.04 and
  opens in a tiny window when launched

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


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