[Bug 1954649] Re: autopkgtest regressions with python3.10 as supported

2022-01-26 Thread Graham Inggs
** Changed in: vorta (Ubuntu)
   Status: New => Fix Released

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

Title:
  autopkgtest regressions with python3.10 as supported

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


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

[Bug 1713021] Re: Minimize/unminimize animations do nothing for the first 100ms or so

2022-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell - 41.3-1ubuntu1

---
gnome-shell (41.3-1ubuntu1) jammy; urgency=medium

  * Merge with debian, containing various upstream fixes:
- Window size is wrong after exiting full-screen (LP: #1947467)
  * debian/patches: Refresh to support GNOME 41 codebase
  * debian/patches: Remove patch to make overview starting optional
This can be handled fully by the extensions that need it, so let's
handle this in dash-to-dock instead that in upstream code
  * Remaining changes with debian:
- Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
  gnome-themes-standard-data, gnome-backgrounds
- Add some Recommends:
  + ubuntu-session (| gnome-session) to have the ubuntu session available
  + xserver-xorg-legacy
  + yaru-theme-gnome-shell for the default ubuntu theming
  + gnome-remote-desktop to provide remote desktop support by default
- Moved some Recommends to Suggests:
  + chrome-gnome-shell
- Update debian/gbp.conf with Ubuntu settings
- gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
- ubuntu/desktop_detect.patch:
  + add caching for desktop detection to avoid querying the current
desktop env variable as iterate through the list each time. For the
time of the Shell process, we can expect this env variable to stay
stable.
- ubuntu/smarter_alt_tab.patch:
  + quick alt-tab (without showing up the switcher) switch only between
the last window of the last 2 applications to be focused instead of
raising all windows of those apps.
- ubuntu/lightdm-user-switching.patch:
  + Allow user switching when using LightDM.
- ubuntu/lock_on_suspend.patch
  + Respect Ubuntu's lock-on-suspend setting.
- ubuntu/background_login.patch
  + Change default background color as we modified the default GDM color
for our ubuntu session.
- ubuntu/gdm_alternatives.patch
  + Add support for GDM3 theme alternatives
- optional-hot-corner.patch
  + enable patch proposed by upstream developer already in package (but
not in series) to add a settings for optional hot corner activation.
- main-show-an-error-message-on-gnome-shell-crash.patch,
  global-make-possible-to-set-debug-flags-dynamically.patch,
  main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
  main-add-backtrace-crashes-all-and-backtrace-all.patch,
  sessionMode-add-support-for-debugFlags-parameter.patch:
  + Improve debug JS tracing for crash reports
- ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
  + stop searches when requested from UI
- magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
  + Show monitor scaled cursor when magnifier is enabled
- ubuntu/layout-Make-starting-in-the-overview-optional.patch:
  + Makes dock replace overview easier
- ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
  + Ensure windows don't get maximized under the panels / dock
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Remove patch to make overview starting optional

gnome-shell (41.3-1) unstable; urgency=medium

  * New upstream release:
- Speed up a fade animation on older Intel GPUs (Closes: #1000172)
- Improve window tracking (LP: #1934458)
- Simplify scroll fade shader to work with old hardware
- Tweak (un)minimize animations (LP: #1713021)
- Don't wake up screen in DND mode
- Fix immediately withdrawn notifications getting stuck
- Honor XDG SingleMainWindow key in .desktop files
  * debian/patches:
- Drop applied upstream
- Do not use positional arguments in i18n.merge_file

gnome-shell (41.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/patches: Update to upstream gnome-41 branch commit 41.2-5-g9bf1988b5:
- Fix a freeze involving window tracking
- Update Turkish translation
  * Adjust Lintian overrides syntax for newer Lintian

gnome-shell (41.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/rules: Pass bash_completion Meson option to correct subproject.
With Meson 0.60.x, unknown -D options are an error. (Closes: #998589)
  * Adjust Lintian overrides

gnome-shell (41.0-2) unstable; urgency=medium

  * Team upload
  * Update Lintian overrides for RUNPATH
  * Upload to unstable

gnome-shell (41.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * Update dependency versions
  * d/rules: Stay with libsoup 2.4 for now
  * Build-depend on libmutter-test-9 if tests are enabled
  * Enable or disable tests according to nocheck build option
  * Stop installing gconf -> gsettings migration rules, removed upstream
  * Standards-Version: 4.6.0 (no changes required)
  * Build-depend on mutter 
Some tests need the libdefault.so plugin.

 -- Marco 

[Bug 1947467] Re: GNOME 40 wayland-session exiting fullscreen doesn't restore original size & position

2022-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell - 41.3-1ubuntu1

---
gnome-shell (41.3-1ubuntu1) jammy; urgency=medium

  * Merge with debian, containing various upstream fixes:
- Window size is wrong after exiting full-screen (LP: #1947467)
  * debian/patches: Refresh to support GNOME 41 codebase
  * debian/patches: Remove patch to make overview starting optional
This can be handled fully by the extensions that need it, so let's
handle this in dash-to-dock instead that in upstream code
  * Remaining changes with debian:
- Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
  gnome-themes-standard-data, gnome-backgrounds
- Add some Recommends:
  + ubuntu-session (| gnome-session) to have the ubuntu session available
  + xserver-xorg-legacy
  + yaru-theme-gnome-shell for the default ubuntu theming
  + gnome-remote-desktop to provide remote desktop support by default
- Moved some Recommends to Suggests:
  + chrome-gnome-shell
- Update debian/gbp.conf with Ubuntu settings
- gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
- ubuntu/desktop_detect.patch:
  + add caching for desktop detection to avoid querying the current
desktop env variable as iterate through the list each time. For the
time of the Shell process, we can expect this env variable to stay
stable.
- ubuntu/smarter_alt_tab.patch:
  + quick alt-tab (without showing up the switcher) switch only between
the last window of the last 2 applications to be focused instead of
raising all windows of those apps.
- ubuntu/lightdm-user-switching.patch:
  + Allow user switching when using LightDM.
- ubuntu/lock_on_suspend.patch
  + Respect Ubuntu's lock-on-suspend setting.
- ubuntu/background_login.patch
  + Change default background color as we modified the default GDM color
for our ubuntu session.
- ubuntu/gdm_alternatives.patch
  + Add support for GDM3 theme alternatives
- optional-hot-corner.patch
  + enable patch proposed by upstream developer already in package (but
not in series) to add a settings for optional hot corner activation.
- main-show-an-error-message-on-gnome-shell-crash.patch,
  global-make-possible-to-set-debug-flags-dynamically.patch,
  main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
  main-add-backtrace-crashes-all-and-backtrace-all.patch,
  sessionMode-add-support-for-debugFlags-parameter.patch:
  + Improve debug JS tracing for crash reports
- ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
  + stop searches when requested from UI
- magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
  + Show monitor scaled cursor when magnifier is enabled
- ubuntu/layout-Make-starting-in-the-overview-optional.patch:
  + Makes dock replace overview easier
- ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
  + Ensure windows don't get maximized under the panels / dock
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Remove patch to make overview starting optional

gnome-shell (41.3-1) unstable; urgency=medium

  * New upstream release:
- Speed up a fade animation on older Intel GPUs (Closes: #1000172)
- Improve window tracking (LP: #1934458)
- Simplify scroll fade shader to work with old hardware
- Tweak (un)minimize animations (LP: #1713021)
- Don't wake up screen in DND mode
- Fix immediately withdrawn notifications getting stuck
- Honor XDG SingleMainWindow key in .desktop files
  * debian/patches:
- Drop applied upstream
- Do not use positional arguments in i18n.merge_file

gnome-shell (41.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/patches: Update to upstream gnome-41 branch commit 41.2-5-g9bf1988b5:
- Fix a freeze involving window tracking
- Update Turkish translation
  * Adjust Lintian overrides syntax for newer Lintian

gnome-shell (41.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/rules: Pass bash_completion Meson option to correct subproject.
With Meson 0.60.x, unknown -D options are an error. (Closes: #998589)
  * Adjust Lintian overrides

gnome-shell (41.0-2) unstable; urgency=medium

  * Team upload
  * Update Lintian overrides for RUNPATH
  * Upload to unstable

gnome-shell (41.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * Update dependency versions
  * d/rules: Stay with libsoup 2.4 for now
  * Build-depend on libmutter-test-9 if tests are enabled
  * Enable or disable tests according to nocheck build option
  * Stop installing gconf -> gsettings migration rules, removed upstream
  * Standards-Version: 4.6.0 (no changes required)
  * Build-depend on mutter 
Some tests need the libdefault.so plugin.

 -- Marco 

[Bug 1934458] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from on_window_icon_changed() from g_closure_invoke() from signal_emit_unlocked_R() from g_signal_emit_valist() from

2022-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell - 41.3-1ubuntu1

---
gnome-shell (41.3-1ubuntu1) jammy; urgency=medium

  * Merge with debian, containing various upstream fixes:
- Window size is wrong after exiting full-screen (LP: #1947467)
  * debian/patches: Refresh to support GNOME 41 codebase
  * debian/patches: Remove patch to make overview starting optional
This can be handled fully by the extensions that need it, so let's
handle this in dash-to-dock instead that in upstream code
  * Remaining changes with debian:
- Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
  gnome-themes-standard-data, gnome-backgrounds
- Add some Recommends:
  + ubuntu-session (| gnome-session) to have the ubuntu session available
  + xserver-xorg-legacy
  + yaru-theme-gnome-shell for the default ubuntu theming
  + gnome-remote-desktop to provide remote desktop support by default
- Moved some Recommends to Suggests:
  + chrome-gnome-shell
- Update debian/gbp.conf with Ubuntu settings
- gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
- ubuntu/desktop_detect.patch:
  + add caching for desktop detection to avoid querying the current
desktop env variable as iterate through the list each time. For the
time of the Shell process, we can expect this env variable to stay
stable.
- ubuntu/smarter_alt_tab.patch:
  + quick alt-tab (without showing up the switcher) switch only between
the last window of the last 2 applications to be focused instead of
raising all windows of those apps.
- ubuntu/lightdm-user-switching.patch:
  + Allow user switching when using LightDM.
- ubuntu/lock_on_suspend.patch
  + Respect Ubuntu's lock-on-suspend setting.
- ubuntu/background_login.patch
  + Change default background color as we modified the default GDM color
for our ubuntu session.
- ubuntu/gdm_alternatives.patch
  + Add support for GDM3 theme alternatives
- optional-hot-corner.patch
  + enable patch proposed by upstream developer already in package (but
not in series) to add a settings for optional hot corner activation.
- main-show-an-error-message-on-gnome-shell-crash.patch,
  global-make-possible-to-set-debug-flags-dynamically.patch,
  main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
  main-add-backtrace-crashes-all-and-backtrace-all.patch,
  sessionMode-add-support-for-debugFlags-parameter.patch:
  + Improve debug JS tracing for crash reports
- ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
  + stop searches when requested from UI
- magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
  + Show monitor scaled cursor when magnifier is enabled
- ubuntu/layout-Make-starting-in-the-overview-optional.patch:
  + Makes dock replace overview easier
- ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
  + Ensure windows don't get maximized under the panels / dock
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
  * debian/patches: Remove patch to make overview starting optional

gnome-shell (41.3-1) unstable; urgency=medium

  * New upstream release:
- Speed up a fade animation on older Intel GPUs (Closes: #1000172)
- Improve window tracking (LP: #1934458)
- Simplify scroll fade shader to work with old hardware
- Tweak (un)minimize animations (LP: #1713021)
- Don't wake up screen in DND mode
- Fix immediately withdrawn notifications getting stuck
- Honor XDG SingleMainWindow key in .desktop files
  * debian/patches:
- Drop applied upstream
- Do not use positional arguments in i18n.merge_file

gnome-shell (41.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/patches: Update to upstream gnome-41 branch commit 41.2-5-g9bf1988b5:
- Fix a freeze involving window tracking
- Update Turkish translation
  * Adjust Lintian overrides syntax for newer Lintian

gnome-shell (41.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/rules: Pass bash_completion Meson option to correct subproject.
With Meson 0.60.x, unknown -D options are an error. (Closes: #998589)
  * Adjust Lintian overrides

gnome-shell (41.0-2) unstable; urgency=medium

  * Team upload
  * Update Lintian overrides for RUNPATH
  * Upload to unstable

gnome-shell (41.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * Update dependency versions
  * d/rules: Stay with libsoup 2.4 for now
  * Build-depend on libmutter-test-9 if tests are enabled
  * Enable or disable tests according to nocheck build option
  * Stop installing gconf -> gsettings migration rules, removed upstream
  * Standards-Version: 4.6.0 (no changes required)
  * Build-depend on mutter 
Some tests need the libdefault.so plugin.

 -- Marco 

[Bug 1713021] Re: Minimize/unminimize animations do nothing for the first 100ms or so

2022-01-26 Thread Treviño
** Changed in: gnome-shell (Ubuntu)
   Status: Fix Committed => 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/1713021

Title:
  Minimize/unminimize animations do nothing for the first 100ms or so

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


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

[Bug 1934458] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from on_window_icon_changed() from g_closure_invoke() from signal_emit_unlocked_R() from g_signal_emit_valist() from

2022-01-26 Thread Treviño
** Changed in: gnome-shell (Ubuntu)
   Status: Fix Committed => 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/1934458

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from
  on_window_icon_changed() from g_closure_invoke() from
  signal_emit_unlocked_R() from g_signal_emit_valist() from
  g_signal_emit() from g_object_dispatch_properties_changed() from
  g_object_notify_queue_thaw() from g_object_thaw_notify() from
  meta_window_update_icon_now() from idle_update_icon()

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


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

[Bug 1947467] Re: GNOME 40 wayland-session exiting fullscreen doesn't restore original size & position

2022-01-26 Thread Treviño
** Changed in: gnome-shell (Ubuntu)
   Status: Fix Committed => In Progress

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

Title:
  GNOME 40 wayland-session exiting fullscreen doesn't restore original
  size & position

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


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

[Bug 1532508] Re: Screen contents revealed briefly on resume, before even unlocking

2022-01-26 Thread Daniel van Vugt
Actually maybe keep that conversation in
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3294 where all the
gnome-shell developers can see it.

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

Title:
  Screen contents revealed briefly on resume, before even unlocking

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


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

[Bug 1532508] Re: Screen contents revealed briefly on resume, before even unlocking

2022-01-26 Thread Daniel van Vugt
If us developers could reproduce the problem ourselves then we probably
would have already fixed it.

If anyone has instructions on how to reproduce the problem in gnome-
shell then please write them here.

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

Title:
  Screen contents revealed briefly on resume, before even unlocking

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


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

[Bug 1922340] Re: GNOME lock screen wallpaper turns black on main display

2022-01-26 Thread Daniel van Vugt
** Tags removed: hirsute
** Tags added: impish

** Changed in: gnome-shell (Ubuntu)
   Status: Won't Fix => 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/1922340

Title:
  GNOME lock screen wallpaper turns black on main display

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


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

[Bug 1932328] Re: Thunderbird under Wayland does not correctly close (or manage) windows

2022-01-26 Thread Daniel van Vugt
It's also been suggested newer versions of Thunderbird don't hit this
mutter bug(?)

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1934457] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_is_fundamentally_a() from g_object_unref() from on_window_icon_changed() from g_closure_invoke() from signal_emit_unlocked_R

2022-01-26 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1934458 ***
https://bugs.launchpad.net/bugs/1934458

I would prefer to keep this bug separate.

Even if the fix is the same as bug 1934458, the call stacks are
different. Both in Launchpad and upstream where each have their own
separate reports.

Until a fix is released it would cause less confusion keeping different
looking crashes separate.

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

Title:
  gnome-shell crashed with SIGSEGV in
  g_type_check_instance_is_fundamentally_a() from g_object_unref() from
  on_window_icon_changed() from g_closure_invoke() from
  signal_emit_unlocked_R() from g_signal_emit_valist() from
  g_signal_emit() from g_object_dispatch_properties_changed() from
  g_object_notify_queue_thaw() from g_object_thaw_notify() from
  meta_window_update_icon_now() from idle_update_icon()

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


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

[Bug 1787368] Re: Caja does not show previews of text files on Bionic and newer versions

2022-01-26 Thread Martin Wimpress 
This functionality was dropped from GTK and while there was some
upstream effort to re-implement this capability no forward progress has
been made in 3 years.

Closing this.

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: caja (Ubuntu)
   Status: Confirmed => Won't Fix

** No longer affects: mate-desktop

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

Title:
  Caja does not show previews of text files on Bionic and newer versions

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


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

[Bug 1959144] [NEW] Minimizing/Restoring windows is buggy

2022-01-26 Thread Sebastian Haderecker
Public bug reported:

[ Impact ]

Since upgrading to Ubuntu 21.10 the "minimize" option no longer work as 
expected.
The animations are sometimes junky when minimizing or restoring windows and 
other times a totally unrelated window gets restored.

[ Test case ]

- gsettings set org.gnome.shell.extensions.dash-to-dock click-action "minimize"
- Open different applications, for some more windows of one application
- Click multiple times in a row on an app icon in the dock.
- Observe the buggy behaviour


I attached a video where I minimize & restore the terminal and dconf editor 
windows and you can see that other windows like the file explorer and the 
settings are affected by this.

Description: Ubuntu 21.10
Release: 21.10

gnome-shell-extension-ubuntu-dock:
Installed: 70~ubuntu3

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

** Attachment added: "2022-01-26 22-57-53.mkv"
   
https://bugs.launchpad.net/bugs/1959144/+attachment/5557678/+files/2022-01-26%2022-57-53.mkv

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

Title:
  Minimizing/Restoring windows  is buggy

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-01-26 Thread Brian Murray
The Hirsute Hippo has reached End of Life, so this bug will not be fixed
for that release.

** Changed in: dbus (Ubuntu Hirsute)
   Status: Incomplete => Won't Fix

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1882410] Re: toggling down object GInotifyFileMonitor that's already queued to toggle up ... GNOME Shell crashed with signal 5

2022-01-26 Thread Brian Murray
The Hirsute Hippo has reached End of Life, so this bug will not be fixed
for that release.

** Changed in: gjs (Ubuntu Hirsute)
   Status: Fix Committed => Won't Fix

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

Title:
  toggling down object GInotifyFileMonitor that's already queued to
  toggle up ... GNOME Shell crashed with signal 5

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


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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2022-01-26 Thread Brian Murray
The Hirsute Hippo has reached End of Life, so this bug will not be fixed
for that release.

** Changed in: sssd (Ubuntu Hirsute)
   Status: Triaged => Won't Fix

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

Title:
  PAM: smartcard owner isn't associated to user by default

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


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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2022-01-26 Thread Brian Murray
The Hirsute Hippo has reached End of Life, so this bug will not be fixed
for that release.

** Changed in: gdm3 (Ubuntu Hirsute)
   Status: Fix Committed => Won't Fix

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

Title:
  PAM: smartcard owner isn't associated to user by default

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


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

[Bug 1927840] Re: [SRU] Update to 1.68.1

2022-01-26 Thread Brian Murray
The Hirsute Hippo has reached End of Life, so this bug will not be fixed
for that release.

** Changed in: gjs (Ubuntu Hirsute)
   Status: Fix Committed => Won't Fix

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

Title:
  [SRU] Update to 1.68.1

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


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

[Bug 1952107] Re: Google Contacts API Deprecated

2022-01-26 Thread Paulo da Silva
I upgrade to 3.36.5-0ubuntu in focal:

Contacts in evolution are EMPTY.

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

Title:
  Google Contacts API Deprecated

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


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

[Bug 1816562] Re: gjs keeps having general protection in libgio

2022-01-26 Thread shemgp
** Changed in: gjs (Ubuntu)
   Status: New => Fix Released

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

Title:
  gjs keeps having general protection in libgio

To manage notifications about this bug go to:
https://bugs.launchpad.net/gjs/+bug/1816562/+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

2022-01-26 Thread Gunnar Hjalmarsson
On 2022-01-26 09:10, Sebastien Bacher wrote:
> @Gunnar, so it's the indicator status which isn't updated correctly
> which would mean not a bug in settings?

Yes, mostly that. Also, if you have IBus input sources added, it goes
haywire.

Indeed not a bug in settings.

Tried to downgrade g-s-d as you suggested. Didn't help.

-- 
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 1532508] Re: Screen contents revealed briefly on resume, before even unlocking

2022-01-26 Thread Free Beachler
This issue has evolved into a monster! It's now a pile of dupes of this
report, an epic saga that stretches back over a decade, and more than
one false claim of repair. Perhaps the steps to reproduce and/or
acceptance criteria weren't accurate.

On top of it -- the screen lock + suspend functionality is broken on
Ubuntu 18+, 20+. For years I've experienced a lock screen that requires
a double-unlock -- with each unlock screen apparently driven by a
different manager (is one X and another gnome?). Then after the double-
unlock I find all GUI apps have been killed. Meanwhile dmesg and syslog
have nothing to show for it. Multiple bug reports and SO threads have
also reported this, with more faux 'solutions' and 'workarounds',
similar to this report.

I think Team Ubuntu is unawares of the terrible state of the broken
suspend and lockscreen "features". If the Team is aware of these issues
and continues to promote Ubuntu non-headless as "ready for the
enterprise", then somebody should call Houston and let them know we've
got a problem. Some/all users cannot use suspend because they risk
losing work, which means increased risk of losing work due to battery
discharge. My laptop has become an always-on workstation thanks to
Ubuntu, and I'm constantly guarding against loss of work while using
Ubuntu.

So now, engineers and professionals that choose Ubuntu can expect a
workstation with an insecure lock screen and battery-drain from unusable
suspend. In other words, Ubuntu OS isn't ready for the enterprise,
unless it's headless.

If there were some decent writeups on how "community members" can go
from getting-started developing for Ubuntu to the more-advanced topics
of fixing problems like this, then maybe this wouldn't be such a
terrible situation.

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

Title:
  Screen contents revealed briefly on resume, before even unlocking

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


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

[Bug 1948010] Re: photo comment changed in "binary comment"

2022-01-26 Thread GuiYou65
Hi again,
this bug that happened recently is still there for comments using accentuated 
or special characters (like french characters).

Yes, it seems to come from Exiv2 function. But Exiv2 team did bring an answer 
to it :
https://github.com/Exiv2/exiv2/pull/1432

Could you please take it into account for the next Shotwell version,
because it is a big nuisance for non english writers.

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

Title:
  photo comment changed in "binary comment"

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


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

[Bug 1958864] Re: nautilus crashed with SIGSEGV in fast_validate()

2022-01-26 Thread Sebastien Bacher
Thank you for your bug report, the issue sounds similar to
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1943

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1943
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1943

** Changed in: nautilus (Ubuntu)
   Status: New => Triaged

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

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

Title:
  nautilus crashed with SIGSEGV in fast_validate()

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


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

[Bug 1958864] Re: nautilus crashed with SIGSEGV in fast_validate()

2022-01-26 Thread Sebastien Bacher
** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in fast_validate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1958864/+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

2022-01-26 Thread Sebastien Bacher
@Gunnar, so it's the indicator status which isn't updated correctly
which would mean not a bug in settings? The gnome-shell version is
identical to impish so that's not the component that changed, maybe
gnome-settings-daemon? Would downgrading to the impish version of the
package fix the issue?

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