[Bug 1948894] Re: Xwayland crash in gdm as screen off and touchscreen detach.

2021-10-26 Thread Daniel van Vugt
Oops. That link suggests it's a Wayland server bug in mutter. Fixed in
tag 41.0

** Package changed: xorg-server (Ubuntu) => mutter (Ubuntu)

** Changed in: mutter (Ubuntu)
   Status: New => Fix Committed

** Tags added: fixed-in-41.0 fixed-upstream

** Bug watch added: Red Hat Bugzilla #1516859
   https://bugzilla.redhat.com/show_bug.cgi?id=1516859

** Also affects: mutter (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1516859
   Importance: Unknown
   Status: Unknown

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1797
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1797

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1797
   Importance: Unknown
   Status: Unknown

** Also affects: xorg-server via
   https://gitlab.freedesktop.org/xorg/xserver/-/issues/1239
   Importance: Unknown
   Status: Unknown

** Tags added: focal

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

Title:
  Xwayland crash in gdm as screen off and touchscreen detach.

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


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

[Bug 1948894] Re: Xwayland crash in gdm as screen off and touchscreen detach.

2021-10-26 Thread Daniel van Vugt
This was from focal so Xwayland comes from the 'xorg-server' source
package.

In hirsute and later it changed to the 'xwayland' source package.

** Package changed: mutter (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  Xwayland crash in gdm as screen off and touchscreen detach.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1948894/+subscriptions


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

[Bug 1948894] [NEW] Xwayland crash in gdm as screen off and touchscreen detach.

2021-10-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is a reproducible issue. Step to reproduce
1. cold boot into gdm login screen.
2. wait for 5 mins, and the screen will be turned off.

Expected result:
The screen just turns black.

Actual result:
Saw Vendor boot logo on the monitor (previous draw by plymouth during booting)

Analysis as it happens:
1. Saw "LGDisplay Incell Touch" drop off the USB bus.
   Kernel message like: "usb 1-9: USB disconnect, device number 6"
   as the screen turned black.
2. There is no switch on virtual tty.
3. journal log from Xwayland "wl_display@1: error 0: invalid object 24"
4. Xwayland and gnome-shell process both die as this happens.
5. Try to add sleep(30) to OsVendorFatalError(), then both Xwayland and
   gnome-shell stop there for 30 more seconds.
6. backtrace as Xwayland crashed:

```
#0 0x7f447b8e818b in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x7f447b8c7859 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x564374403f30 in OsAbort () at ../../../../os/utils.c:1351
#3 0x564374409369 in AbortServer () at ../../../../os/log.c:872
#4 0x56437440a1ca in FatalError (f=f@entry=0x564374416266 "%s") at 
../../../../os/log.c:1010
#5 0x56437429c8b0 in xwl_log_handler (format=, 
args=) at ../../../../../hw/xwayland/xwayland.c:1312
#6 0x7f447c3d027e in wl_log (fmt=fmt@entry=0x7f447c3d121a "%s@%u: error %d: 
%s\n") at ../src/wayland-util.c:404
#7 0x7f447c3cb78b in display_handle_error (data=, 
display=0x56437639f000, object=0x56437639f000, code=0, message=)
at ../src/wayland-client.c:911
#8 0x7f447b7c0ff5 in ?? () from /lib/x86_64-linux-gnu/libffi.so.7
#9 0x7f447b7c040a in ?? () from /lib/x86_64-linux-gnu/libffi.so.7
#10 0x7f447c3cf3a8 in wl_closure_invoke 
(closure=closure@entry=0x564376e57350, flags=flags@entry=1, target=,
target@entry=0x56437639f000, opcode=opcode@entry=0, data=) 
at ../src/connection.c:1018
#11 0x7f447c3cbc48 in dispatch_event (display=display@entry=0x56437639f000, 
queue=) at ../src/wayland-client.c:1445
#12 0x7f447c3cd1ef in dispatch_queue (queue=0x56437639f0d0, 
display=0x56437639f000) at ../src/wayland-client.c:1584
#13 wl_display_dispatch_queue_pending (display=0x56437639f000, 
queue=0x56437639f0d0) at ../src/wayland-client.c:1833
#14 0x7f447c3cd280 in wl_display_dispatch_pending (display=) 
at ../src/wayland-client.c:1896
#15 0x56437429c9bb in xwl_read_events (xwl_screen=0x564376399dd0) at 
../../../../../hw/xwayland/xwayland.c:957
#16 0x564374401c61 in ospoll_wait (ospoll=0x56437638f4a0, 
timeout=) at ../../../../os/ospoll.c:657
#17 0x5643743faa23 in WaitForSomething (are_ready=0) at 
../../../../os/WaitFor.c:208
#18 0x5643743ca4a7 in Dispatch () at ../../../../include/list.h:220
#19 0x5643743ce794 in dix_main (argc=16, argv=0x7ffc44d49298, 
envp=) at ../../../../dix/main.c:276
#20 0x7f447b8c90b3 in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#21 0x56437429c60e in _start ()```

** Affects: oem-priority
 Importance: Critical
 Assignee: Yuan-Chen Cheng (ycheng-twn)
 Status: In Progress

** Affects: mutter (Ubuntu)
 Importance: Undecided
 Status: Fix Committed


** Tags: oem-priority originate-from-1947739 somerville
-- 
Xwayland crash in gdm as screen off and touchscreen detach.
https://bugs.launchpad.net/bugs/1948894
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to mutter in Ubuntu.

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

[Bug 1947553] Re: wrong panel size 21.10

2021-10-26 Thread sles
** Description changed:

- After upgrade to 21.10 upper panel in flashback session is too large and
- moves behind screen if use all screen option is on as you can see on
- screenshot.
+ [Impact]
+ 
+ All users of gnome-flashback are affected, because panel size can be
+ wrong.
+ 
+ [Test Plan]
+ Add several applets to upper panel, try to move or rearrange applets, panel 
right side will be behind screen.
+ 
+ [Where problems could occur]
+ Nowhere, it is just local panel bug.

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

Title:
  wrong panel size 21.10

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


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

[Bug 1948829] Re: AppIndicator icon looks squashed in Ubuntu focal

2021-10-26 Thread Penny Chiu
** Description changed:

  Release of Ubuntu: Ubuntu 20.04 (focal)
  Version of gnome-shell: 3.36.9-0ubuntu0.20.04.2
+ Version of gnome-shell-extension-appindicator: 33.1-0ubuntu0.20.04.2
  
  I implemented a simple AppIndicator app using python which contains an
  icon and a label. The icon image is SVG file and image size is 300 x 200
  in px. When running the AppIndicator app, the icon should be scaled
  based on AppIndicator bar height and keeps aspect ratio, but only image
  height is scaled and image width still keeps 300px so the icon looks
  squashed on AppIndicator bar.
  
  This issue was only happened if the icon image weight and height are
  different (eg. 300 x 200). I tried the icon image weight and height are
  the same (300 x 300), the issue was not reproduced.
  
  The same AppIndicator app works fine in Ubuntu 18.04 (bionic, gnome-
  shell version: 3.28.4-0ubuntu18.04.7), and both weight and height are
  scaled and keeps aspect ratio even if the icon image weight and height
  are different. So this issue is only happened in gnome-shell 3.36.

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

Title:
  AppIndicator icon looks squashed in Ubuntu focal

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


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

[Bug 1948894] Re: Xwayland crash in gdm as screen off and touchscreen detach.

2021-10-26 Thread Yuan-Chen Cheng
upstream bug: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1239

** Tags added: oem-priority originate-from-1947739 somerville

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

Title:
  Xwayland crash in gdm as screen off and touchscreen detach.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1948894/+subscriptions


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

[Bug 1948894] [NEW] Xwayland crash in gdm as screen off and touchscreen detach.

2021-10-26 Thread Yuan-Chen Cheng
Public bug reported:

This is a reproducible issue. Step to reproduce
1. cold boot into gdm login screen.
2. wait for 5 mins, and the screen will be turned off.

Expected result:
The screen just turns black.

Actual result:
Saw Vendor boot logo on the monitor (previous draw by plymouth during booting)

Analysis as it happens:
1. Saw "LGDisplay Incell Touch" drop off the USB bus.
   Kernel message like: "usb 1-9: USB disconnect, device number 6"
   as the screen turned black.
2. There is no switch on virtual tty.
3. journal log from Xwayland "wl_display@1: error 0: invalid object 24"
4. Xwayland and gnome-shell process both die as this happens.
5. Try to add sleep(30) to OsVendorFatalError(), then both Xwayland and
   gnome-shell stop there for 30 more seconds.
6. backtrace as Xwayland crashed:

```
#0 0x7f447b8e818b in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x7f447b8c7859 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x564374403f30 in OsAbort () at ../../../../os/utils.c:1351
#3 0x564374409369 in AbortServer () at ../../../../os/log.c:872
#4 0x56437440a1ca in FatalError (f=f@entry=0x564374416266 "%s") at 
../../../../os/log.c:1010
#5 0x56437429c8b0 in xwl_log_handler (format=, 
args=) at ../../../../../hw/xwayland/xwayland.c:1312
#6 0x7f447c3d027e in wl_log (fmt=fmt@entry=0x7f447c3d121a "%s@%u: error %d: 
%s\n") at ../src/wayland-util.c:404
#7 0x7f447c3cb78b in display_handle_error (data=, 
display=0x56437639f000, object=0x56437639f000, code=0, message=)
at ../src/wayland-client.c:911
#8 0x7f447b7c0ff5 in ?? () from /lib/x86_64-linux-gnu/libffi.so.7
#9 0x7f447b7c040a in ?? () from /lib/x86_64-linux-gnu/libffi.so.7
#10 0x7f447c3cf3a8 in wl_closure_invoke 
(closure=closure@entry=0x564376e57350, flags=flags@entry=1, target=,
target@entry=0x56437639f000, opcode=opcode@entry=0, data=) 
at ../src/connection.c:1018
#11 0x7f447c3cbc48 in dispatch_event (display=display@entry=0x56437639f000, 
queue=) at ../src/wayland-client.c:1445
#12 0x7f447c3cd1ef in dispatch_queue (queue=0x56437639f0d0, 
display=0x56437639f000) at ../src/wayland-client.c:1584
#13 wl_display_dispatch_queue_pending (display=0x56437639f000, 
queue=0x56437639f0d0) at ../src/wayland-client.c:1833
#14 0x7f447c3cd280 in wl_display_dispatch_pending (display=) 
at ../src/wayland-client.c:1896
#15 0x56437429c9bb in xwl_read_events (xwl_screen=0x564376399dd0) at 
../../../../../hw/xwayland/xwayland.c:957
#16 0x564374401c61 in ospoll_wait (ospoll=0x56437638f4a0, 
timeout=) at ../../../../os/ospoll.c:657
#17 0x5643743faa23 in WaitForSomething (are_ready=0) at 
../../../../os/WaitFor.c:208
#18 0x5643743ca4a7 in Dispatch () at ../../../../include/list.h:220
#19 0x5643743ce794 in dix_main (argc=16, argv=0x7ffc44d49298, 
envp=) at ../../../../dix/main.c:276
#20 0x7f447b8c90b3 in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#21 0x56437429c60e in _start ()```

** Affects: oem-priority
 Importance: Critical
 Assignee: Yuan-Chen Cheng (ycheng-twn)
 Status: In Progress

** Affects: mutter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oem-priority originate-from-1947739 somerville

** Information type changed from Proprietary to Public

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: gitlab.freedesktop.org/xorg/xserver/-/issues #1239
   https://gitlab.freedesktop.org/xorg/xserver/-/issues/1239

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

Title:
  Xwayland crash in gdm as screen off and touchscreen detach.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1948894/+subscriptions


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

[Bug 1948893] Re: Application grid fails to appear or disappear

2021-10-26 Thread Zolt
** Description changed:

- 3.38.4.1
+ 3.38.4
  
  What you expected to happen:
  gnome-shell application grid to behave normally
  
  What actually happened:
  Upon clicking the show applications button once and reopening overview, 
applications do not show up. When clicking the button twice to open/close the 
application view, the grid will briefly flash on second click, and after 
closing and reopening overview the grid will persist in the main overview 
behind open windows.
  
  This bug seems to be triggered by extensions such as dash-to-panel when
  configuring settings to use the default gnome-dash/applications button
  and disabling the button on the panel. Because this bug is very similar
  to https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922353
  which was also triggered by the same extension for many users, it seems
  appropriate to report here.
  
  I've recreated this bug on ubuntu 21.04 with vanilla gnome as well as
  pop_os 21.04 and ubuntu 21.04 with default extensions disabled.
  
  Error log:
  value "nan" of type 'gfloat' is invalid or out of range for property 
'translation-x' of type 'gfloat'
  value "nan" of type 'gfloat' is invalid or out of range for property 
'translation-y' of type 'gfloat'
  value "-nan" of type 'gdouble' is invalid or out of range for property 
'value' of type 'gdouble'
  
  Steps to recreate:
  1) Disable any built-in extensions that modify gnome-shell
  2) Install and enable dash-to-panel, toggle 'show applications button' off 
and 'activities button' on and enable 'keep original gnome-shell dash'
  3) Restart shell and click show applications button on the dash
  
  screenshot of log:
  
https://user-images.githubusercontent.com/89889704/134977896-7a4a2457-e4c4-4d30-9eb7-8eac60e4d524.png
  
  video of bug:
  
https://user-images.githubusercontent.com/89889704/134979056-653976d3-ec83-44c5-948a-4ee8baac2fa7.mp4
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
  ProcVersionSignature: Ubuntu 5.11.0-38.42-generic 5.11.22
  Uname: Linux 5.11.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.4
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: GNOME
  Date: Tue Oct 26 19:10:25 2021
  DisplayManager: gdm3
  InstallationDate: Installed on 2021-10-26 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Application grid fails to appear or disappear

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


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

[Bug 1948829] Re: AppIndicator icon looks squashed in Ubuntu focal

2021-10-26 Thread Penny Chiu
** Description changed:

  Release of Ubuntu: Ubuntu 20.04 (focal)
  Version of gnome-shell: 3.36.9-0ubuntu0.20.04.2
  
- I implemented a simple AppIndicator in python which contains an icon and
- a label. The icon image is SVG file and image size is 300x200 in px.
- When running the AppIndicator app, the icon should be scaled based on
- AppIndicator bar height and keeps aspect ratio, but only image height is
- scaled and image width still keeps 300px so the icon looks squashed on
- AppIndicator bar.
+ I implemented a simple AppIndicator app using python which contains an
+ icon and a label. The icon image is SVG file and image size is 300 x 200
+ in px. When running the AppIndicator app, the icon should be scaled
+ based on AppIndicator bar height and keeps aspect ratio, but only image
+ height is scaled and image width still keeps 300px so the icon looks
+ squashed on AppIndicator bar.
+ 
+ This issue was only happened if the icon image weight and height are
+ different (eg. 300 x 200). I tried the icon image weight and height are
+ the same (300 x 300), the issue was not reproduced.
  
  The same AppIndicator app works fine in Ubuntu 18.04 (bionic, gnome-
  shell version: 3.28.4-0ubuntu18.04.7), and both weight and height are
- scaled and keeps aspect ratio. So this issue is only happened in gnome-
- shell 3.36.
+ scaled and keeps aspect ratio even if the icon image weight and height
+ are different. So this issue is only happened in gnome-shell 3.36.

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

Title:
  AppIndicator icon looks squashed in Ubuntu focal

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


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

[Bug 1948893] [NEW] Application grid fails to appear or disappear

2021-10-26 Thread Zolt
Public bug reported:

3.38.4.1

What you expected to happen:
gnome-shell application grid to behave normally

What actually happened:
Upon clicking the show applications button once and reopening overview, 
applications do not show up. When clicking the button twice to open/close the 
application view, the grid will briefly flash on second click, and after 
closing and reopening overview the grid will persist in the main overview 
behind open windows.

This bug seems to be triggered by extensions such as dash-to-panel when
configuring settings to use the default gnome-dash/applications button
and disabling the button on the panel. Because this bug is very similar
to https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922353
which was also triggered by the same extension for many users, it seems
appropriate to report here.

I've recreated this bug on ubuntu 21.04 with vanilla gnome as well as
pop_os 21.04 and ubuntu 21.04 with default extensions disabled.

Error log:
value "nan" of type 'gfloat' is invalid or out of range for property 
'translation-x' of type 'gfloat'
value "nan" of type 'gfloat' is invalid or out of range for property 
'translation-y' of type 'gfloat'
value "-nan" of type 'gdouble' is invalid or out of range for property 'value' 
of type 'gdouble'

Steps to recreate:
1) Disable any built-in extensions that modify gnome-shell
2) Install and enable dash-to-panel, toggle 'show applications button' off and 
'activities button' on and enable 'keep original gnome-shell dash'
3) Restart shell and click show applications button on the dash

screenshot of log:
https://user-images.githubusercontent.com/89889704/134977896-7a4a2457-e4c4-4d30-9eb7-8eac60e4d524.png

video of bug:
https://user-images.githubusercontent.com/89889704/134979056-653976d3-ec83-44c5-948a-4ee8baac2fa7.mp4

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
ProcVersionSignature: Ubuntu 5.11.0-38.42-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.4
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: GNOME
Date: Tue Oct 26 19:10:25 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-10-26 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute 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/1948893

Title:
  Application grid fails to appear or disappear

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


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

[Bug 1948829] Re: AppIndicator icon looks squashed in Ubuntu focal

2021-10-26 Thread Daniel van Vugt
** Tags added: focal

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

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

Title:
  AppIndicator icon looks squashed in Ubuntu focal

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


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

[Bug 1948778] Re: Random flashes in gnome-shell

2021-10-26 Thread Daniel van Vugt
Thanks. Please try these fixes separately so we can see which one if any
avoids the problem:



1. Edit /etc/default/grub and change:

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

   to

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"

2. Run: sudo update-grub

3. Reboot.



1. Edit /etc/environment and add a line:

   MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0

2. Reboot.



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

Title:
  Random flashes in gnome-shell

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


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

[Bug 1948647] Re: Screeen recording via Ctrl+Alt+Shift+R creates empty webm file, orange circle persists

2021-10-26 Thread Daniel van Vugt
** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4725
   Importance: Unknown
   Status: Unknown

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

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Screeen recording via Ctrl+Alt+Shift+R creates empty webm file, orange
  circle persists

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


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

[Bug 1948881] [NEW] XSane plugin not available in File menu

2021-10-26 Thread Lastique
Public bug reported:

Description of the bug

On the initial startup, GIMP initializes plugins, including xsane.
Initializing xsane takes a long time on my system (perhaps, around 20
seconds), and after that the startup completes. However, there is no
option in File->Create menu to create an image from scanner. On
subsequent GIMP restarts, it no longer initializes plugins, including
xsane, but the option is still missing.

Starting xsane on its own works, it hangs for some time (perceptively,
also around 20 seconds) while "scanning for devices", then starts, and
the scanner is working as expected there.

Reproduction

Is the bug reproducible? Yes, always.

Reproduction steps:

0. If you've already started GIMP before, touch 
/usr/lib/gimp/2.0/plug-ins/xsane/xsane.
1. Start GIMP. See that xsane plugin gets initialized.
2. Go to File->Create menu to see if xsane option is there.

Expected result:

There should be an option to obtain an image from scanner via xsane.

Actual result:

There is no option.

Additional information

My scanner is Canon LiDE 210, connected over USB. xsane 0.999-11ubuntu1

This started happening after upgrading from Kubuntu 21.04 to 21.10. In
21.04, with GIMP 2.10.22 and xsane 0.999-10ubuntu1, the xsane option was
present.

I've also created an upstream bug here:
https://gitlab.gnome.org/GNOME/gimp/-/issues/7422

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gimp 2.10.24-2
ProcVersionSignature: Ubuntu 5.13.0-20.20-lowlatency 5.13.14
Uname: Linux 5.13.0-20-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Wed Oct 27 02:26:26 2021
InstallationDate: Installed on 2015-05-01 (2370 days ago)
InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: gimp
UpgradeStatus: Upgraded to impish on 2021-10-22 (4 days ago)

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xsane (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

** Also affects: xsane (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  XSane plugin not available in File menu

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


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

[Bug 1945296] Re: To support goodix fp device [27C6:639C]

2021-10-26 Thread Treviño
** Also affects: libfprint (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: libfprint (Ubuntu Focal)
   Status: New => Incomplete

** Also affects: libfprint (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Changed in: libfprint (Ubuntu Impish)
   Status: New => Incomplete

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

Title:
  To support goodix fp device [27C6:639C]

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1945296/+subscriptions


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

[Bug 1945298] Re: To support goodix fp device [27C6:63BC]

2021-10-26 Thread Treviño
** Also affects: libfprint (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: libfprint (Ubuntu Impish)
   Importance: Undecided
   Status: New

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

Title:
  To support goodix fp device [27C6:63BC]

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1945298/+subscriptions


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

[Bug 1948874] Re: Some Nautilus tooltips open somewhere else than near the hovered button

2021-10-26 Thread innocenzo Spettatori
** Attachment added: "`New Window` tooltip behavior"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1948874/+attachment/5536330/+files/Screenshot%20from%202021-10-22%2010-14-34.png

** Description changed:

  I can only include a single image
  This also happens with the other five buttons in the same submenu, and the 
other three buttons in the submenu right next to the one opened in the image
  
  This does not occur when running Ubuntu CD images
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: nautilus 1:40.2-1ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 26 22:10:40 2021
  GsettingsChanges:
-  b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
-  b'org.gnome.nautilus.window-state' b'maximized' b'true'
-  b'org.gnome.nautilus.preferences' b'click-policy' b"'single'"
-  b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
-  b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'small'"
+  b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
+  b'org.gnome.nautilus.window-state' b'maximized' b'true'
+  b'org.gnome.nautilus.preferences' b'click-policy' b"'single'"
+  b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
+  b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'small'"
  InstallationDate: Installed on 2021-10-10 (16 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Beta amd64 (20210922)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
-  evince40.4-2
-  file-roller   3.40.0-2
-  nautilus-extension-gnome-terminal 3.38.1-1ubuntu2
-  nautilus-share0.7.3-2ubuntu4
+  evince40.4-2
+  file-roller   3.40.0-2
+  nautilus-extension-gnome-terminal 3.38.1-1ubuntu2
+  nautilus-share0.7.3-2ubuntu4

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

Title:
  Some Nautilus tooltips open somewhere else than near the hovered
  button

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


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

[Bug 1948874] Re: Some Nautilus tooltips open somewhere else than near the hovered button

2021-10-26 Thread innocenzo Spettatori
** Attachment added: "`New Tab` tooltip behavior"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1948874/+attachment/5536329/+files/Screenshot%20from%202021-10-22%2010-16-26.png

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

Title:
  Some Nautilus tooltips open somewhere else than near the hovered
  button

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


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

[Bug 1948874] [NEW] Some Nautilus tooltips open somewhere else than near the hovered button

2021-10-26 Thread innocenzo Spettatori
Public bug reported:

I can only include a single image
This also happens with the other five buttons in the same submenu, and the 
other three buttons in the submenu right next to the one opened in the image

This does not occur when running Ubuntu CD images


ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: nautilus 1:40.2-1ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 26 22:10:40 2021
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
 b'org.gnome.nautilus.preferences' b'click-policy' b"'single'"
 b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'small'"
InstallationDate: Installed on 2021-10-10 (16 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Beta amd64 (20210922)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
 evince40.4-2
 file-roller   3.40.0-2
 nautilus-extension-gnome-terminal 3.38.1-1ubuntu2
 nautilus-share0.7.3-2ubuntu4

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


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

** Attachment added: "Screenshot from 2021-10-22 10-16-39.png"
   
https://bugs.launchpad.net/bugs/1948874/+attachment/5536325/+files/Screenshot%20from%202021-10-22%2010-16-39.png

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

Title:
  Some Nautilus tooltips open somewhere else than near the hovered
  button

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


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

[Bug 1947553] Re: wrong panel size 21.10

2021-10-26 Thread Alberts Muktupāvels
In meantime you can try update bug description to match this template -
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template. This will
be requirement for update.

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

Title:
  wrong panel size 21.10

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


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

[Bug 1948829] [NEW] AppIndicator icon looks squashed in Ubuntu focal

2021-10-26 Thread Penny Chiu
Public bug reported:

Release of Ubuntu: Ubuntu 20.04 (focal)
Version of gnome-shell: 3.36.9-0ubuntu0.20.04.2

I implemented a simple AppIndicator in python which contains an icon and
a label. The icon image is SVG file and image size is 300x200 in px.
When running the AppIndicator app, the icon should be scaled based on
AppIndicator bar height and keeps aspect ratio, but only image height is
scaled and image width still keeps 300px so the icon looks squashed on
AppIndicator bar.

The same AppIndicator app works fine in Ubuntu 18.04 (bionic, gnome-
shell version: 3.28.4-0ubuntu18.04.7), and both weight and height are
scaled and keeps aspect ratio. So this issue is only happened in gnome-
shell 3.36.

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

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

Title:
  AppIndicator icon looks squashed in Ubuntu focal

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


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

[Bug 1948778] Re: Random flashes in gnome-shell

2021-10-26 Thread lotuspsychje
@ Daniel

its a bit hard to say wich colour, as the flashes go so fast, like a fast 
screenshot
when leaving a journalctl -f open i cant see any errors on the time of the 
flashes


** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1948778/+attachment/5536238/+files/journal.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/1948778

Title:
  Random flashes in gnome-shell

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


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

[Bug 1948778] Re: Random flashes in gnome-shell

2021-10-26 Thread lotuspsychje
** Attachment added: "lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1948778/+attachment/5536239/+files/lspci.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/1948778

Title:
  Random flashes in gnome-shell

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


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

[Bug 1948647] Re: Screeen recording via Ctrl+Alt+Shift+R creates empty webm file, orange circle persists

2021-10-26 Thread Krister Swenson
Downstream bug: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4725

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #4725
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4725

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

Title:
  Screeen recording via Ctrl+Alt+Shift+R creates empty webm file, orange
  circle persists

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


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

[Bug 1948778] Re: Random flashes in gnome-shell

2021-10-26 Thread Daniel van Vugt
Thanks for the bug report. Are the flashes light or dark?

Next time it happens, please immediately run:

  journalctl -b0 > journal.txt
  lspci -kv > lspci.txt

and attach the resulting text files here.


** Changed in: gnome-shell (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/1948778

Title:
  Random flashes in gnome-shell

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


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

[Bug 1948778] [NEW] Random flashes in gnome-shell

2021-10-26 Thread lotuspsychje
Public bug reported:

Ubuntu 22.04 development branch up to date to latest @ 26/10/2021 kernel
5.13.0-19-generic

While working around on the desktop i'm getting short screen flashes like a 
screenshot style
i cant reproduce them, they seem to come on random like every few minutes
journal logs dont record anything while they occur

this only happens on wayland, tested a long session on xorg where they
dont occur

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 40.5-1ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 26 11:12:30 2021
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 40.5-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.xdg.autostart.gnome-shell-overrides-migration.desktop: 
2021-10-23T19:12:47.175230

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


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

** Description changed:

  Ubuntu 22.04 development branch up to date to latest @ 26/10/2021 kernel
  5.13.0-19-generic
  
  While working around on the desktop i'm getting short screen flashes like a 
screenshot style
- i cannt reproduce them, they seem to come on random like every few minutes
+ i cant reproduce them, they seem to come on random like every few minutes
  journal logs dont record anything while they occur
  
  this only happens on wayland, tested a long session on xorg where they
  dont occur
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 40.5-1ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 26 11:12:30 2021
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 40.5-1ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.xdg.autostart.gnome-shell-overrides-migration.desktop: 
2021-10-23T19:12:47.175230

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

Title:
  Random flashes in gnome-shell

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


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