[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 1961508] Re: Dock displaying over window after resuming from blank screen

2023-05-15 Thread Treviño
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: mutter (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Dock displaying over window after resuming from blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1961508/+subscriptions


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

[Bug 1987976] Re: firefox black window on wayland

2023-05-15 Thread Bug Watch Updater
** Changed in: mutter
   Status: New => 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/1987976

Title:
  firefox black window on wayland

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


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

[Bug 2019143] Re: xdg-desktop-portal.service

2023-05-15 Thread Kai-Heng Feng
** Package changed: linux (Ubuntu) => xdg-desktop-portal (Ubuntu)

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

Title:
  xdg-desktop-portal.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/2019143/+subscriptions


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

[Bug 2019143] [NEW] xdg-desktop-portal.service

2023-05-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

hallo,

since i upgraded to mantic, i cant start xdg-desktop-portal.service`


systemctl --user status xdg-desktop-portal.service
× xdg-desktop-portal.service - Portal service
 Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
 Active: failed (Result: timeout) since Wed 2023-05-10 19:00:58 CEST; 56min 
ago
Process: 2251968 ExecStart=/usr/libexec/xdg-desktop-portal (code=killed, 
signal=TERM)
   Main PID: 2251968 (code=killed, signal=TERM)
CPU: 25ms

May 10 18:59:28 cex systemd[2503]: Starting xdg-desktop-portal.service - Portal 
service...
May 10 19:00:18 cex xdg-desktop-por[2251968]: Failed to create settings proxy: 
Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: 
Timeout was reached
May 10 19:00:43 cex xdg-desktop-por[2251968]: Failed to create file chooser 
proxy: Error calling StartServiceByName for 
org.freedesktop.impl.portal.desktop.gnome: Timeout was reached
May 10 19:00:43 cex xdg-desktop-por[2251968]: No skeleton to export
May 10 19:00:58 cex systemd[2503]: xdg-desktop-portal.service: start operation 
timed out. Terminating.
May 10 19:00:58 cex systemd[2503]: xdg-desktop-portal.service: Failed with 
result 'timeout'.
May 10 19:00:58 cex systemd[2503]: Failed to start xdg-desktop-portal.service - 
Portal service.
--- 
ProblemType: Bug
ApportVersion: 2.26.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: sway
DistroRelease: Ubuntu 23.10
InstallationDate: Installed on 2021-01-13 (847 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
MachineType: SchenkerTechnologiesGmbH SCHENKER VIA 15 Pro
Package: linux (not installed)
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-1003-lowlatency 
root=UUID=a8161076-a843-4c8b-aba3-640ea33fbc6a ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.2.0-1003.3-lowlatency 6.2.6
RelatedPackageVersions:
 linux-restricted-modules-6.2.0-1003-lowlatency N/A
 linux-backports-modules-6.2.0-1003-lowlatency  N/A
 linux-firmware 20230323.gitbcdcfbcf-0ubuntu1
Tags: wayland-session mantic
Uname: Linux 6.2.0-1003-lowlatency x86_64
UpgradeStatus: Upgraded to mantic on 2023-05-10 (0 days ago)
UserGroups: adm audio cdrom davfs2 dip libvirt lpadmin lxd plugdev sambashare 
sudo video wireshark
_MarkForUpload: True
dmi.bios.date: 12/08/2020
dmi.bios.release: 5.16
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N.1.07.A02
dmi.board.asset.tag: Standard
dmi.board.name: PF5NU1G
dmi.board.vendor: SchenkerTechnologiesGmbH
dmi.board.version: Standard
dmi.chassis.asset.tag: Standard
dmi.chassis.type: 10
dmi.chassis.vendor: SchenkerTechnologiesGmbH
dmi.chassis.version: Standard
dmi.ec.firmware.release: 1.4
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN.1.07.A02:bd12/08/2020:br5.16:efr1.4:svnSchenkerTechnologiesGmbH:pnSCHENKERVIA15Pro:pvrStandard:rvnSchenkerTechnologiesGmbH:rnPF5NU1G:rvrStandard:cvnSchenkerTechnologiesGmbH:ct10:cvrStandard:skuSVI15PM20:
dmi.product.family: RENOIR
dmi.product.name: SCHENKER VIA 15 Pro
dmi.product.sku: SVI15PM20
dmi.product.version: Standard
dmi.sys.vendor: SchenkerTechnologiesGmbH

** Affects: xdg-desktop-portal (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-collected mantic wayland-session
-- 
xdg-desktop-portal.service
https://bugs.launchpad.net/bugs/2019143
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to xdg-desktop-portal in Ubuntu.

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

[Bug 2019751] Re: Shell startup animation may not complete on early resolution changes

2023-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-ubuntu-dock -
81ubuntu1

---
gnome-shell-extension-ubuntu-dock (81ubuntu1) mantic; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
  * docking: Set dance timeline duration to 1 if animations are disabled
  * appInconIndicators: Improve the computing of the counter badge size
  * notificationsMonitor: Do not count the acknowledged resident notifications
  * docking: Initialize settings before than other classes that could use them
  * notificationsMonitor: Add an options to disable notifications counter only
  * appIconIndicators: Add an option to control whether the counters are summed
  * docking: Initialize the Launcher remote model only if needed
  * locations: Use correct name for default handler finish function
  * locationsWorker: Use more async awaitness
  * docking: Cleanup startup animation injections once done
  * docking: Handling monitors changed events while preparing startup animation
(LP: #2019751)
  * docking: Keep clip and coverPane size matching current setup (LP: #2019751)
  * schemas: Update some descriptions to match actual behavior
  * docking: Cleanup some stray lines
  * dash: Do DockDash class initialization at first thing
  * dash: Add option to keep the icons always centered in extended mode
  * Settings: improve wording on show-apps option
  * dash: Add option to show the show-apps button bound to icons in panel mode

  [ Amr Ibrahim ]
  * Update German translation
  * Change "dance" to "wiggle"

  [ hasecilu ]
  * Update Spanish translation
  * Update potfile changes to es.po

  [ Daniel van Vugt ]
  * prefs: Set default window height to 850, if it fits

  [ stuarthayhurst ]
  * Fix consistency of fullstops in strings
  * Updated translations

  [ Yaroslav Pronin ]
  * Update Russian translation

 -- Marco Trevisan (Treviño)   Tue, 16 May 2023
01:21:24 +0200

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Shell startup animation may not complete on early resolution changes

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


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

[Bug 1995092] Re: Wrong ubuntu logo in About section in darkmode

2023-05-15 Thread Jeremy Bícha
** Also affects: gnome-control-center (Ubuntu Lunar)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Wrong ubuntu logo in About section in darkmode

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


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

[Bug 2012994] Re: Automatic Date & Time switch shows as insensitive when enabled

2023-05-15 Thread Jeremy Bícha
** Also affects: gnome-control-center (Ubuntu Lunar)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Automatic Date & Time switch shows as insensitive when enabled

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


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

[Bug 1956916] Re: Using certain xkb-options, e.g. Alt+Shift, for switching input sources not reflected by the input source indicator in a wayland session

2023-05-15 Thread Rulon Oboev
Same issue on Ubuntu 22.04.2

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

Title:
  Using certain xkb-options, e.g. Alt+Shift, for switching input sources
  not reflected by the input source indicator in a wayland session

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


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

[Bug 2019761] [NEW] Extensions not active after screen lock

2023-05-15 Thread shubeer
Public bug reported:

When I lock the Ubuntu session and return to it later, the extensions
that are installed on my computer are not active even though they appear
enabled on the extensions settings.  After disabling and then re-
enabling extensions on my system, they appear to work again.

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: gnome-shell 44.0-2ubuntu3
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon May 15 22:30:30 2023
DisplayManager: gdm3
InstallationDate: Installed on 2022-02-10 (459 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
RelatedPackageVersions: mutter-common 44.0-2ubuntu4
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to lunar on 2023-04-23 (21 days ago)

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


** Tags: amd64 apport-bug lunar

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

Title:
  Extensions not active after screen lock

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


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

[Bug 1995092] Re: Wrong ubuntu logo in About section in darkmode

2023-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center - 1:44.1-1ubuntu1

---
gnome-control-center (1:44.1-1ubuntu1) mantic; urgency=medium

  * Merge with Debian. Remaining changes:
+ Add gnome-control-center-faces package to share with unity-control-center
+ Install apport hook
+ debian/control.in:
  - Build-Depend on libwhoopsie-preferences-dev
  - Depend on language-selector-gnome, system-config-printer &
whoopsie-preferences
  - Depend on libgtk-4-media-gstreamer for Mouse & Touchpad art
(LP: #2011849)
  - Don't depend on desktop-base
  - Recommend ibus
  - Suggest instead of recommend gnome-user-share & realmd
  - Don't recommend malcontent-gui or system-config-printer-common
  - Don't recommend or suggest pulseaudio (or even pipewire) stuff
  - Don't recommend libnss-myhostname since we use systemd-resolved
+ debian/gnome-control-center-data.install:
  - Don't install gnome-control-center.pkla since we use
policykit-desktop-privileges instead
  - Install additional assets used by unity-control-center
* debian/ubuntu-logo-icon.png, debian/source/include-binaries,
  debian/gnome-control-center-data.install: Include an Ubuntu logo
* debian/gnome-control-center-data.links:
  - Link audio-speaker-center* to audio-speaker-mono* so that an
icon is shown in the test speaker panel. (LP: #1704002)
+ debian/rules: Enable whoospie integration
+ Add patches:
  - keyboard-For-xkb-options-have-Layout-default-toggle-and-N.patch
  - keyboard-Avoid-modifying-xkb-options-when-user-changes-n.patch
  - u/keyboard-Add-launch-terminal-shortcut.patch
  - u/sound-Allow-volume-to-be-set-above-100.patch
  - u/Allow-tweaking-some-settings-for-Ubuntu-Dock.patch
  - u/background-Allow-configuring-the-ubuntu-accent-color.patch
  - u/multitasking-panel-Sync-workspace-and-monitor-isolation-d.patch
  - u/multitasking-panel-Sync-workspace-isolation-setting-on-ti.patch
  - u/Modify-Mulitasking-assets-for-accent-colors.patch
  - u/lock-Add-Lock-Screen-on-Suspend-option.patch
  - u/region-Add-Language-Selector-button.patch
  - u/Adapts-the-region-capplet-and-the-language-chooser-in-the.patch
  - u/printers-Temporarily-add-an-additional-advanced-printer-b.patch
  - u/notifications-Handle-.desktop-files-that-got-renamed.patch
  - u/shell-Change-the-default-height-so-all-category-are-on-sc.patch
  - u/connectivity-add-network-connectivity-checking-toggle.patch
  - u/diagnostics-Add-Whoopsie-support.patch
  - u/online-accounts-Hide-window-after-adding-an-online-accoun.patch
  - u/display-Support-UI-scaled-logical-monitor-mode.patch
  - u/Disable-non-working-camera-microphones-panels.patch
  - u/info-overview-Show-updates-in-software-propeties-instead-.patch
  - u/sound-Add-a-button-to-select-the-default-theme.patch
  - u/applications-Launch-snap-store-if-it-is-installed.patch
  - u/display-Allow-fractional-scaling-to-be-enabled.patch
  - u/mouse-Add-animations-following-the-accent-colors.patch
  - panels-mouse-Do-not-bind-sensitivity-to-touch-pad-setting.patch

gnome-control-center (1:44.1-1) experimental; urgency=medium

  * New upstream release
- Fix Automatic Date & Time switch getting out of sync (LP: #2012994)

  [ Sebastien Bacher ]
  * debian/rules: reference to the right dark logo image (LP: #1995092)

 -- Jarred Wilson   Thu, 11 May 2023
13:47:14 -0400

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Wrong ubuntu logo in About section in darkmode

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


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

[Bug 2012994] Re: Automatic Date & Time switch shows as insensitive when enabled

2023-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center - 1:44.1-1ubuntu1

---
gnome-control-center (1:44.1-1ubuntu1) mantic; urgency=medium

  * Merge with Debian. Remaining changes:
+ Add gnome-control-center-faces package to share with unity-control-center
+ Install apport hook
+ debian/control.in:
  - Build-Depend on libwhoopsie-preferences-dev
  - Depend on language-selector-gnome, system-config-printer &
whoopsie-preferences
  - Depend on libgtk-4-media-gstreamer for Mouse & Touchpad art
(LP: #2011849)
  - Don't depend on desktop-base
  - Recommend ibus
  - Suggest instead of recommend gnome-user-share & realmd
  - Don't recommend malcontent-gui or system-config-printer-common
  - Don't recommend or suggest pulseaudio (or even pipewire) stuff
  - Don't recommend libnss-myhostname since we use systemd-resolved
+ debian/gnome-control-center-data.install:
  - Don't install gnome-control-center.pkla since we use
policykit-desktop-privileges instead
  - Install additional assets used by unity-control-center
* debian/ubuntu-logo-icon.png, debian/source/include-binaries,
  debian/gnome-control-center-data.install: Include an Ubuntu logo
* debian/gnome-control-center-data.links:
  - Link audio-speaker-center* to audio-speaker-mono* so that an
icon is shown in the test speaker panel. (LP: #1704002)
+ debian/rules: Enable whoospie integration
+ Add patches:
  - keyboard-For-xkb-options-have-Layout-default-toggle-and-N.patch
  - keyboard-Avoid-modifying-xkb-options-when-user-changes-n.patch
  - u/keyboard-Add-launch-terminal-shortcut.patch
  - u/sound-Allow-volume-to-be-set-above-100.patch
  - u/Allow-tweaking-some-settings-for-Ubuntu-Dock.patch
  - u/background-Allow-configuring-the-ubuntu-accent-color.patch
  - u/multitasking-panel-Sync-workspace-and-monitor-isolation-d.patch
  - u/multitasking-panel-Sync-workspace-isolation-setting-on-ti.patch
  - u/Modify-Mulitasking-assets-for-accent-colors.patch
  - u/lock-Add-Lock-Screen-on-Suspend-option.patch
  - u/region-Add-Language-Selector-button.patch
  - u/Adapts-the-region-capplet-and-the-language-chooser-in-the.patch
  - u/printers-Temporarily-add-an-additional-advanced-printer-b.patch
  - u/notifications-Handle-.desktop-files-that-got-renamed.patch
  - u/shell-Change-the-default-height-so-all-category-are-on-sc.patch
  - u/connectivity-add-network-connectivity-checking-toggle.patch
  - u/diagnostics-Add-Whoopsie-support.patch
  - u/online-accounts-Hide-window-after-adding-an-online-accoun.patch
  - u/display-Support-UI-scaled-logical-monitor-mode.patch
  - u/Disable-non-working-camera-microphones-panels.patch
  - u/info-overview-Show-updates-in-software-propeties-instead-.patch
  - u/sound-Add-a-button-to-select-the-default-theme.patch
  - u/applications-Launch-snap-store-if-it-is-installed.patch
  - u/display-Allow-fractional-scaling-to-be-enabled.patch
  - u/mouse-Add-animations-following-the-accent-colors.patch
  - panels-mouse-Do-not-bind-sensitivity-to-touch-pad-setting.patch

gnome-control-center (1:44.1-1) experimental; urgency=medium

  * New upstream release
- Fix Automatic Date & Time switch getting out of sync (LP: #2012994)

  [ Sebastien Bacher ]
  * debian/rules: reference to the right dark logo image (LP: #1995092)

 -- Jarred Wilson   Thu, 11 May 2023
13:47:14 -0400

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

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

Title:
  Automatic Date & Time switch shows as insensitive when enabled

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


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

[Bug 2019751] [NEW] Shell startup animation may not complete on early resolution changes

2023-05-15 Thread Treviño
Public bug reported:

[ Impact ]

GNOME Shell startup animation may not complete during startup, leading
to a non-functional GNOME shell because the workarea could be clipped or
input events are ignored.

[ Test case ]

1. Run this script: https://gitlab.gnome.org/3v1n0/gnome-shell/-/snippets/5749
2. It's expected to launch a gnome-shell nested instance and perform monitor 
changes
3. The shell should animate to the final state and everything should be usable:
   - Clicking in shell widgets should work
   - No area is hidden or clipped

[ Regression potential ]

GNOME Shell may not start properly, input events are ignored and/or the
desktop area is clipped.

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: High
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu Jammy)
 Importance: High
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu Lunar)
 Importance: High
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: Triaged

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Lunar)
   Importance: Undecided
   Status: New

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

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

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Jammy)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Lunar)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Description changed:

  [ Impact ]
  
  GNOME Shell startup animation may not complete during startup, leading
  to a non-functional GNOME shell because the workarea could be clipped or
  input events are ignored.
  
  [ Test case ]
  
  1. Run this script: https://gitlab.gnome.org/3v1n0/gnome-shell/-/snippets/5749
  2. It's expected to launch a gnome-shell nested instance and perform monitor 
changes
  3. The shell should animate to the final state and everything should be 
usable:
-- Clicking in shell widgets should work
-- No area is hidden or clipped
+    - Clicking in shell widgets should work
+    - No area is hidden or clipped
  
  [ Regression potential ]
  
- GNOME Shell may not start up anymore.
+ GNOME Shell may not start properly, input events are ignored and/or the
+ desktop area is clipped.

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

Title:
  Shell startup animation may not complete on early resolution changes

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


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

[Bug 2007742] Re: Can't update stage views actor (regarding MetaWindowGroup, MetaWindowActorX11, MetaSurfaceActorX11)

2023-05-15 Thread m...@papersolve.com
I've seen this in my logs too, QUITE a lot in fact

sudo journalctl --no-hostname --since "30 days ago" | grep "update stage
views actor" | wc -l

gives me back:  221915

But as far as I can tell it doesn't have any effect (GNOME 44.0
certainly has its problems but I was getting it in 43.x too and even
before that and it's not causing hangs or crashes).  Intel i915 kernel
driver and modesetting with X11.

The message is coming from gnome-shell, so I assume if you won't get it
if you run a different DE - but are other DEs also unstable or are they
fine?

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

Title:
  Can't update stage views actor  (regarding MetaWindowGroup,
  MetaWindowActorX11, MetaSurfaceActorX11)

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


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

[Bug 1771041] Re: Remove gconf from Ubuntu

2023-05-15 Thread David D Lowe
ooo-thumbnailer is an abandoned project and is being removed from
Debian. Project link: https://launchpad.net/ooo-thumbnailer

** Changed in: ooo-thumbnailer (Ubuntu)
   Status: New => Invalid

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

Title:
  Remove gconf from Ubuntu

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


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

[Bug 2018982] Re: gnome-shell segfaulted

2023-05-15 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.

** 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/2018982

Title:
  gnome-shell segfaulted

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


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

[Bug 2003168] Re: Dash-to-dock and Ubuntu Dock may accidentally call each other [JS ERROR: TypeError: dockManager is null]

2023-05-15 Thread Daniel van Vugt
** Bug watch added: github.com/micheleg/dash-to-dock/issues #1992
   https://github.com/micheleg/dash-to-dock/issues/1992

** Also affects: dash-to-dock via
   https://github.com/micheleg/dash-to-dock/issues/1992
   Importance: Unknown
   Status: Unknown

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

Title:
  Dash-to-dock and Ubuntu Dock may accidentally call each other [JS
  ERROR: TypeError: dockManager is null]

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/2003168/+subscriptions


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

[Bug 1968040] Re: [i915] Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]

2023-05-15 Thread Lukáš Chmela
An issue with the same symptoms (still valid in Ubuntu 23.04) is also
reported against GNOME Shell at https://gitlab.gnome.org/GNOME/gnome-
shell/-/issues/3135.

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

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

Title:
  [i915] Blanked screen doesn't wake up after locking
  [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid
  argument]

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


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

[Bug 1968907] Re: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed

2023-05-15 Thread Claus Neumayer
Today for the first time I get also the error in journalctl: GLib-GIO-CRITICAL: 
g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed.
Static hostname: claus-VPCEC2S1E
   Icon name: computer-laptop
 Chassis: laptop
  Machine ID: 9705903894294dfe8ebba02478a2b72b
 Boot ID: d0f15cc0179a418bb712d8019ed09341
Operating System: Ubuntu 22.04.2 LTS  
  Kernel: Linux 5.19.0-41-generic
Architecture: x86-64
 Hardware Vendor: Sony Corporation
  Hardware Model: VPCEC2S1E

Ubuntu 22.04

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

Title:
  GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error
  == NULL' failed

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


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

[Bug 2019225] Re: log spam : meta_wayland_buffer_try_acquire_scanout: assertion 'scanout' failed

2023-05-15 Thread Bug Watch Updater
** Changed in: mutter
   Status: Unknown => 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/2019225

Title:
  log spam : meta_wayland_buffer_try_acquire_scanout: assertion
  'scanout' failed

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


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