[Bug 2031872] [NEW] Support Elan fp device [04F3:0C99]

2023-08-18 Thread Yao Wei
Public bug reported:

This patch is upstreamed:

-
https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/437

Note that part of the patch requires the changeset from:

-
https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/374

so that the enroll time can be different between devices.

[Impact]

 * Support Elan [04f3:0c99] fingerprint component.

[Test Plan]

 * Find a machine with this fingerprint device

 * Launch `settings` and enable `Fingerprint Login`

 * Enroll finger and then logout

 * Login system with enrolled finger

[Where problems could occur]

 * The patch also includes part required for [04f3:0c8c] and
[04f3:0c8d], but the support for these devices are removed.  If needed
we can add support for these two devices in this patchset.

 * The impact will be [04f3:0c99] will be supported.

** Affects: oem-priority
 Importance: Undecided
 Status: New

** Affects: libfprint (Ubuntu)
 Importance: Undecided
 Assignee: Yao Wei (medicalwei)
 Status: New


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

** Changed in: libfprint (Ubuntu)
 Assignee: (unassigned) => Yao Wei (medicalwei)

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

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

Title:
  Support Elan fp device [04F3:0C99]

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


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

[Bug 2019776] [NEW] If gnome-shell is started directly (instead of through gnome-session), it might deadlock with no output to the screen

2023-05-15 Thread Yao Wei
Public bug reported:

If gnome-shell is launched directly instead of launched through gnome-
session, the process spawning `ibus-daemon` might cause deadlock and
unable to start the graphics.

Since `ibusManager.js` checks whether service
`org.freedesktop.IBus.session.GNOME.service` exists. In our case with
Ubuntu ubiquity, we've turned off `gnome-session.service` so that the
check failed and gnome-shell spawns `ibus-daemon` after the check.

I tried using gdb to gnome-shell and discovered it's hanging in a child
process spawning `ibus-daemon`, but is still in child_setup of
`Glib.spawn_async` function:

```
root@dell-desktop:/home/oem# cat /tmp/log
== Stack trace for context 0x5584da793180 ==
#0   5584dbd2d478 i   resource:///org/gnome/shell/misc/ibusManager.js:119 
(2776aa47bfb0 @ 12)
#1   5584dbd2d3a8 i   resource:///org/gnome/shell/misc/ibusManager.js:114 
(2776aa47bf60 @ 426)
#2   5584dbd2d308 i   resource:///org/gnome/shell/misc/ibusManager.js:90 
(2776aa47bec0 @ 162)
#3   5584dbd2d268 i   self-hosted:689 (34e3dc212650 @ 15)
```

which is, in ibusManager.js:

```
const [success_, pid] = GLib.spawn_async(
null, cmdLine, env,
GLib.SpawnFlags.SEARCH_PATH | GLib.SpawnFlags.DO_NOT_REAP_CHILD,
() => {
try {
global.context.restore_rlimit_nofile(); # <- here
} catch (err) {
}
}
);
```

Further code tracing found out that the deadlock is not during the
execution of the function (`restore_rlimit_nofile`) but the access to
the GObject (probably `global.context`).

Currently my propose to work around this issue is to add a 5 second
`setTimeout` to the caller of `_spawn` function in `ibusManager.js`.

I've lost debugging information but I can try reproducing the issue and
give the backtrace from gdb if needed.

** Affects: gnome-shell
 Importance: Unknown
 Status: Unknown

** Affects: oem-priority
 Importance: Undecided
 Status: New

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


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

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

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

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

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

Title:
  If gnome-shell is started directly (instead of through gnome-session),
  it might deadlock with no output to the screen

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


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

[Bug 1966635] Re: can't move file/directory by drag and drop by using touch monitor

2022-12-08 Thread Yao Wei
** Tags added: originate-from-1996036

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

Title:
  can't move file/directory by drag and drop by using touch monitor

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


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

[Bug 1966635] Re: can't move file/directory by drag and drop by using touch monitor

2022-11-21 Thread Yao Wei
** Tags added: originate-from-1997210

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

Title:
  can't move file/directory by drag and drop by using touch monitor

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-10-24 Thread Yao Wei
Verified that this issue is fixed in gnome-shell 42.5-0ubuntu1

Thanks!

** 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 gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-10-18 Thread Yao Wei
** Changed in: gnome-shell (Ubuntu Jammy)
   Status: In Progress => Confirmed

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-09-14 Thread Yao Wei
This is the debdiff for gnome-shell 42.4-0ubuntu0.22.04.1 from jammy.

We would like this to be included in -proposed before next weekend
(2022-09-23), so I am doing SRU in spite of Salsa merge request.

** Description changed:

- Monitor switcher popup (Super-P) is not displayed on desktop with joined
- display on GNOME 3 in Wayland mode
+ [Impact]
+ Users using desktop PC is not able to switch monitor mode between mirrored 
and joined mode using Super-P or keyboard shortcut.  This SRU fixes the issue.
  
- [Reproduce Steps]
- 1. Use a desktop PC and start GNOME 3 in Wayland mode (therefore using NVIDIA 
GPU does not trigger the bug)
+ [Test Plan]
+ 1. Use a desktop PC and start GNOME 3
  2. Connect the PC with 2 monitors
  3. Use Super-P to switch to joined display (note that using Displays from 
Settings does not trigger the issue)
  4. Use Super-P to switch display mode again
  
- [Expected Result]
- Display Switcher popup should appear
+ Expected: Display Switcher popup should appear
  
- [Actual Result]
- Display Switcher does not popup, but tapping Super-P 3 times can still switch 
back to Mirror mode
+ Actual: Display Switcher does not popup
+ 
+ [Where problems could occur]
+ Although this change is minimal, the impact should be only on switching 
display mode using the shortcut.
  
  [Version]
  gnome-shell42.2-0ubuntu0.2
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-08-10 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  Package: gnome-shell 42.0-2ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.15.0-43.46-generic 5.15.39
  RelatedPackageVersions: mutter-common 42.0-3ubuntu2
  Tags:  jammy wayland-session
  Uname: Linux 5.15.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

** Patch added: "gnome-shell_42.4-0ubuntu0.22.04.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1984147/+attachment/5615731/+files/gnome-shell_42.4-0ubuntu0.22.04.2.debdiff

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-09-14 Thread Yao Wei
Update Jammy: https://salsa.debian.org/gnome-team/gnome-
shell/-/merge_requests/64

** Changed in: gnome-shell (Ubuntu Kinetic)
   Status: In Progress => Fix Committed

** Changed in: gnome-shell (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: gnome-shell (Ubuntu Jammy)
 Assignee: (unassigned) => Yao Wei (medicalwei)

** Changed in: oem-priority
 Assignee: (unassigned) => Yao Wei (medicalwei)

** Changed in: oem-priority
   Status: New => In Progress

** Patch removed: "lp1984147.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1984147/+attachment/5612602/+files/lp1984147.patch

** Tags added: fixed-upstream

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-08-30 Thread Yao Wei
The above MR is accepted upstream.

** Patch added: "lp1984147.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1984147/+attachment/5612602/+files/lp1984147.patch

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1983717] Re: Monitor layout hotkey does not show single display options

2022-08-29 Thread Yao Wei
Note that https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/2056 is doing the opposite of the feature
request.

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

Title:
  Monitor layout hotkey does not show single display options

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-08-29 Thread Yao Wei
MR on upstream: https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/2451

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-08-29 Thread Yao Wei
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Yao Wei (medicalwei)

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

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Re: Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-08-09 Thread Yao Wei
** Tags added: oem-priority originate-from-1981417 somerville

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

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] ProcEnviron.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607596/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] ProcCpuinfoMinimal.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607595/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] monitors.xml.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607598/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] ShellJournal.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607597/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] GsettingsChanges.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607594/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] Dependencies.txt

2022-08-09 Thread Yao Wei
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1984147/+attachment/5607593/+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/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1984147] [NEW] Monitor switcher popup (Super-P) is not displayed on desktop with joined display on Wayland

2022-08-09 Thread Yao Wei
Public bug reported:

Monitor switcher popup (Super-P) is not displayed on desktop with joined
display on GNOME 3 in Wayland mode

[Reproduce Steps]
1. Use a desktop PC and start GNOME 3 in Wayland mode (therefore using NVIDIA 
GPU does not trigger the bug)
2. Connect the PC with 2 monitors
3. Use Super-P to switch to joined display (note that using Displays from 
Settings does not trigger the issue)
4. Use Super-P to switch display mode again

[Expected Result]
Display Switcher popup should appear

[Actual Result]
Display Switcher does not popup, but tapping Super-P 3 times can still switch 
back to Mirror mode

[Version]
gnome-shell42.2-0ubuntu0.2
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
DisplayManager: gdm3
DistroRelease: Ubuntu 22.04
InstallationDate: Installed on 2022-08-10 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
Package: gnome-shell 42.0-2ubuntu1
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 5.15.0-43.46-generic 5.15.39
RelatedPackageVersions: mutter-common 42.0-3ubuntu2
Tags:  jammy wayland-session
Uname: Linux 5.15.0-43-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True

** Affects: oem-priority
 Importance: Undecided
 Status: New

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


** Tags: apport-collected jammy oem-priority originate-from-1981417 somerville 
wayland-session

** Tags added: apport-collected jammy wayland-session

** Description changed:

  Monitor switcher popup (Super-P) is not displayed on desktop with joined
  display on GNOME 3 in Wayland mode
  
  [Reproduce Steps]
  1. Use a desktop PC and start GNOME 3 in Wayland mode (therefore using NVIDIA 
GPU does not trigger the bug)
  2. Connect the PC with 2 monitors
  3. Use Super-P to switch to joined display (note that using Displays from 
Settings does not trigger the issue)
  4. Use Super-P to switch display mode again
  
  [Expected Result]
  Display Switcher popup should appear
  
  [Actual Result]
  Display Switcher does not popup, but tapping Super-P 3 times can still switch 
back to Mirror mode
  
  [Version]
  gnome-shell42.2-0ubuntu0.2
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82
+ Architecture: amd64
+ CasperMD5CheckResult: pass
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-08-10 (0 days ago)
+ InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
+ Package: gnome-shell 42.0-2ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.15.0-43.46-generic 5.15.39
+ RelatedPackageVersions: mutter-common 42.0-3ubuntu2
+ Tags:  jammy wayland-session
+ Uname: Linux 5.15.0-43-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 gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1984147

Title:
  Monitor switcher popup (Super-P) is not displayed on desktop with
  joined display on Wayland

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


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

[Bug 1963628] Re: Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

2022-03-31 Thread Yao Wei
Updating debdiff for focal to correct the bug number and use the
upstream fix.

** Patch added: "iio-sensor-proxy_2.8-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+attachment/5575435/+files/iio-sensor-proxy_2.8-1ubuntu2.debdiff

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

Title:
  Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

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


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

[Bug 1963628] Re: Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

2022-03-17 Thread Yao Wei
I'd like to add another debdiff to jammy which resolves the issue from
the patch upstream

Upstream MR: https://gitlab.freedesktop.org/hadess/iio-sensor-
proxy/-/merge_requests/355

** Patch added: "iio-sensor-proxy_3.3-0ubuntu6.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+attachment/5570270/+files/iio-sensor-proxy_3.3-0ubuntu6.debdiff

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

Title:
  Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

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


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

[Bug 1963628] Re: Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

2022-03-04 Thread Yao Wei
This is debdiff for iio-sensor-proxy for jammy, which is also based on
the same version in impish.

** Patch added: "iio-sensor-proxy_3.3-0ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+attachment/5565596/+files/iio-sensor-proxy_3.3-0ubuntu4.debdiff

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

Title:
  Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+subscriptions


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

[Bug 1963628] Re: Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

2022-03-03 Thread Yao Wei
This is debdiff for iio-sensor-proxy for focal

** Patch added: "iio-sensor-proxy_2.8-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+attachment/5565591/+files/iio-sensor-proxy_2.8-1ubuntu2.debdiff

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

Title:
  Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+subscriptions


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

[Bug 1963628] [NEW] Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

2022-03-03 Thread Yao Wei
Public bug reported:

We are encountering issues, that when enabling some Dell laptops, the readings
from iio-poll-als are unstable, or could freeze on certain value.  On these
systems they have ENV{IIO_SENSOR_PROXY_TYPE}="iio-poll-als iio-buffer-als", and
removing iio-poll-als makes reading stable.

This adds workaround to the affected Dell laptop models which may equip with
ALS.

[Impact]

 * Only models matching the same device BIOS IDs are affected.

[Test Plan]

 * Pick devices which BIOS IDs are listed in the patch, and test whether
it's ambient light sensors are working properly without unexpected
brightness flickers.

[Where problems could occur]

 * Machines matching the same BIOS ID, either having ALS built-in or
not, but attached ambient light sensors externally (for example,
ColorHug ALS) might experience failures.

[Other Info]
 
 * Upstream merge request: 
https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/352

** Affects: iio-sensor-proxy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal jammy

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

Title:
  Force IIO_SENSOR_PROXY_TYPE to iio-buffer-als for some Dell models

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1963628/+subscriptions


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

[Bug 1924689] Re: When changing screen scale in GNOME Xorg, gnome-initial-setup's window shadow should not be glitched

2021-07-06 Thread Yao Wei
Reported to upstream with stripped test case:
https://gitlab.gnome.org/GNOME/mutter/-/issues/1875

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

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

Title:
  When changing screen scale in GNOME Xorg, gnome-initial-setup's window
  shadow should not be glitched

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

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

[Bug 1934470] [NEW] gnome-initial-setup should detect screen scale change

2021-07-02 Thread Yao Wei
Public bug reported:

gnome-initial-setup detects size-changed event on GdkScreen, but when
screen scale is changed the resize event is not triggered, causing it
not reevaluating the small screen detection.

Replacing it with monitors-changed can resolve this issue.

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

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

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

** Also affects: gnome-initial-setup (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gnome-initial-setup should detect screen scale change

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

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

[Bug 1924689] Re: When changing screen scale in GNOME Xorg, gnome-initial-setup's window shadow should not be glitched

2021-06-29 Thread Yao Wei
** Summary changed:

- When changing screen scale in X11, gnome-initial-setup's window shadow should 
not be glitched
+ When changing screen scale in GNOME Xorg, gnome-initial-setup's window shadow 
should not be glitched

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

Title:
  When changing screen scale in GNOME Xorg, gnome-initial-setup's window
  shadow should not be glitched

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

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

[Bug 1924689] Re: When changing screen scale in X11, gnome-initial-setup's window shadow can be glitched

2021-06-29 Thread Yao Wei
** Summary changed:

- Can see some garbage at the edge of the window after changing scale
+ When changing screen scale in X11, gnome-initial-setup's window shadow can be 
glitched

** Summary changed:

- When changing screen scale in X11, gnome-initial-setup's window shadow can be 
glitched
+ When changing screen scale in X11, gnome-initial-setup's window shadow should 
not be glitched

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

Title:
  When changing screen scale in GNOME Xorg, gnome-initial-setup's window
  shadow should not be glitched

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

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

[Bug 1924689] Re: Can see some garbage at the edge of the window after changing scale

2021-06-29 Thread Yao Wei
Tried modifying the source code of gnome-initial-setup, found that this
issue cannot be reproduced, if the titlebar of the window (gis-
assistant) is not set in the main (gis-driver) window.

I think this issue can be worked around in gis-assistant, but the root
cause might be either gnome-initial-setup, mutter or libgtk-3

** Also affects: gnome-initial-setup (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Can see some garbage at the edge of the window after changing scale

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

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