Public bug reported:

[ Description ]

This is a bugfix release from upstream.

The fix we really want is for bug #1825396. Here are the changes (minus
translation only changes):

* e7bb13c730bedb221d82fba2c1c5db38124d9fc8 (tag: 19.01.3) Prepare for 19.01.3 
release
* 90672b945cfda190afd2e36ad26bbb14dad96b46 Prepare for 19.01.2 release
* 1e1d5f3254f18cfc0d05cb11bafd2043a2833754 fileItem.js: Remove unneeded method 
call
* 86f6fed3a52164a2e346144443b72bb7b2e5bd90 fileItem.js: cancel file monitoring 
on destroy
* 46cd8fad4765f52ab2592301322f4bc0ff1b8393 General: fix opening terminal in 
folder
* 4fd2b5c3cc1545cf7f381bfb85ea615648eac55f general: add new files top to 
bottom, left to right
* 0b383878934e3b88424ead5f7fae77e3a13dfe52 (upstream/fix_version_compatibility) 
desktopGrid.js: Check shell version for method existence
* b0cfb3d4ff5d9298a5aafb1ef6bcd39512fc64b0 (upstream/fix_hang_on_rename) 
desktopGrid.js: remove unnecessary NULL parameters
* c95a571ba36569fdfd04aab56983af5fb685d936 desktopGrid.js: Fix keyboard hang 
when renaming
* d9f017bd1fcee9a31162ffdf2b3b7ccffebf19f8 desktopGrid: Make paste menuitem 
always visible
* 58e39822faba203d457990f611718c166caa2d90 desktopGrid: Don't use deprecated 
BoxPointer APIs
* f6457f36668dd4faab699d121663385d46410989 desktopGrid: Handle empty clipboard
* 11f6260ef71a8a15b0aafa4f3a6d2dee437bb95d prefs.js: Fix untranslated texts in 
prefs
* b114cdfa9899e25900a7aee62618f05ba5e49e3e desktopManager: Add rubber band to 
background group
* 4ad6ff5736ca873f5fc07356a019eb456a211faf desktopManager: Don't clear previous 
selection when using ctrl/shift.

[ QA ]

I think this is probably *not* covered by the GNOME MRE, since it's not
a part of core GNOME. Let's test this explicitly then.

Don't clear previous selection when using ctrl/shift.
-----------------------------------------------------

1. Have multiple icons on the desktop
2. Select one of them by clicking
3a. Hold ctrl and click some of the others. The selection should toggle.
3b. Hold shift and click / drag a selection to cover some of the unselected 
icons. They should become selected.

Handle empty clipboard
----------------------

With nothing in the clipboard, check the right click menu doesn't result
in any warnings.

general: add new files top to bottom, left to right
---------------------------------------------------

Check that new files added to the desktop get added in this order. e.g.
"touch ~/Desktop/{1..10}"

general
-------

Check that launching desktop files works, that filesystem events are
responded to, etc.

[ Regression potential ]

Shell extensions can completely break the shell. If just this extension
is broken then there might be no desktop.

** Affects: gnome-shell-extension-desktop-icons (Ubuntu)
     Importance: Undecided
         Status: Fix Released

** Affects: gnome-shell-extension-desktop-icons (Ubuntu Disco)
     Importance: Undecided
     Assignee: Iain Lane (laney)
         Status: In Progress

** Description changed:

  [ Description ]
  
  This is a bugfix release from upstream.
  
  The fix we really want is for bug #1825396. Here are the changes (minus
  translation only changes):
  
  * e7bb13c730bedb221d82fba2c1c5db38124d9fc8 (tag: 19.01.3) Prepare for 19.01.3 
release
  * 90672b945cfda190afd2e36ad26bbb14dad96b46 Prepare for 19.01.2 release
  * 1e1d5f3254f18cfc0d05cb11bafd2043a2833754 fileItem.js: Remove unneeded 
method call
  * 86f6fed3a52164a2e346144443b72bb7b2e5bd90 fileItem.js: cancel file 
monitoring on destroy
  * 46cd8fad4765f52ab2592301322f4bc0ff1b8393 General: fix opening terminal in 
folder
  * 4fd2b5c3cc1545cf7f381bfb85ea615648eac55f general: add new files top to 
bottom, left to right
  * 0b383878934e3b88424ead5f7fae77e3a13dfe52 
(upstream/fix_version_compatibility) desktopGrid.js: Check shell version for 
method existence
  * b0cfb3d4ff5d9298a5aafb1ef6bcd39512fc64b0 (upstream/fix_hang_on_rename) 
desktopGrid.js: remove unnecessary NULL parameters
  * c95a571ba36569fdfd04aab56983af5fb685d936 desktopGrid.js: Fix keyboard hang 
when renaming
  * d9f017bd1fcee9a31162ffdf2b3b7ccffebf19f8 desktopGrid: Make paste menuitem 
always visible
  * 58e39822faba203d457990f611718c166caa2d90 desktopGrid: Don't use deprecated 
BoxPointer APIs
  * f6457f36668dd4faab699d121663385d46410989 desktopGrid: Handle empty clipboard
  * 11f6260ef71a8a15b0aafa4f3a6d2dee437bb95d prefs.js: Fix untranslated texts 
in prefs
  * b114cdfa9899e25900a7aee62618f05ba5e49e3e desktopManager: Add rubber band to 
background group
  * 4ad6ff5736ca873f5fc07356a019eb456a211faf desktopManager: Don't clear 
previous selection when using ctrl/shift.
  
  [ QA ]
  
  I think this is probably *not* covered by the GNOME MRE, since it's not
  a part of core GNOME. Let's test this explicitly then.
  
  Don't clear previous selection when using ctrl/shift.
  -----------------------------------------------------
  
  1. Have multiple icons on the desktop
  2. Select one of them by clicking
  3a. Hold ctrl and click some of the others. The selection should toggle.
  3b. Hold shift and click / drag a selection to cover some of the unselected 
icons. They should become selected.
  
  Handle empty clipboard
  ----------------------
  
  With nothing in the clipboard, check the right click menu doesn't result
  in any warnings.
  
  general: add new files top to bottom, left to right
  ---------------------------------------------------
  
  Check that new files added to the desktop get added in this order. e.g.
  "touch ~/Desktop/{1..10}"
  
  general
  -------
  
  Check that launching desktop files works, that filesystem events are
  responded to, etc.
+ 
+ [ Regression potential ]
+ 
+ Shell extensions can completely break the shell. If just this extension
+ is broken then there might be no desktop.

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

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

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

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu Disco)
     Assignee: (unassigned) => Iain Lane (laney)

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

Title:
  [SRU] 19.04.3

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

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

Reply via email to