Activity log for bug #1529700

Date Who What changed Old value New value Message
2015-12-28 20:37:10 Florian bug added bug
2015-12-28 20:39:10 Florian description The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui: 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last): File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate self.on_select_all_but_one_in_each_group_activate("newest") File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate unselect_row = find_row_to_unselect(clist, row, which) File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect while get_selectable(row, row_data) and row < clist.rows: File "/usr/bin/fslint-gui", line 421, in get_selectable return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors: Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system. Users in the 'systemd-journal' group can see all messages. Pass -q to turn off this notice. No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install) The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui - but the selection of the files creates an error. 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last):   File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate     self.on_select_all_but_one_in_each_group_activate("newest")   File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate     unselect_row = find_row_to_unselect(clist, row, which)   File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect     while get_selectable(row, row_data) and row < clist.rows:   File "/usr/bin/fslint-gui", line 421, in get_selectable     return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors:  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.        Users in the 'systemd-journal' group can see all messages. Pass -q to        turn off this notice.  No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install)
2015-12-28 20:46:37 Florian description The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui - but the selection of the files creates an error. 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last):   File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate     self.on_select_all_but_one_in_each_group_activate("newest")   File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate     unselect_row = find_row_to_unselect(clist, row, which)   File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect     while get_selectable(row, row_data) and row < clist.rows:   File "/usr/bin/fslint-gui", line 421, in get_selectable     return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors:  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.        Users in the 'systemd-journal' group can see all messages. Pass -q to        turn off this notice.  No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install) The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui - but the selection of the files creates an error. The error seems to be fixed in upstream project: https://github.com/pixelb/fslint/issues/94 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last):   File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate     self.on_select_all_but_one_in_each_group_activate("newest")   File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate     unselect_row = find_row_to_unselect(clist, row, which)   File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect     while get_selectable(row, row_data) and row < clist.rows:   File "/usr/bin/fslint-gui", line 421, in get_selectable     return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors:  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.        Users in the 'systemd-journal' group can see all messages. Pass -q to        turn off this notice.  No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install)
2015-12-28 20:52:13 Florian description The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui - but the selection of the files creates an error. The error seems to be fixed in upstream project: https://github.com/pixelb/fslint/issues/94 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last):   File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate     self.on_select_all_but_one_in_each_group_activate("newest")   File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate     unselect_row = find_row_to_unselect(clist, row, which)   File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect     while get_selectable(row, row_data) and row < clist.rows:   File "/usr/bin/fslint-gui", line 421, in get_selectable     return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors:  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.        Users in the 'systemd-journal' group can see all messages. Pass -q to        turn off this notice.  No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install) The goal is to search for duplicate files and then delete all duplicates except the newest version of the file. This could be done by using fslint-gui - but the selection of the files creates an error. The error was a regression in 2.44 and seems to be fixed in upstream project: https://github.com/pixelb/fslint/issues/94 1. Click "Find" in first tab "Duplicates" 2. Click "Select" -> "within groups" -> "Select all but newest" - then all files except the newest ones are selected 3. Click "Delete" - the expectation is that the marked files will be deleted In Step 2 the following error is printed in the console: Traceback (most recent call last):   File "/usr/bin/fslint-gui", line 1580, in on_select_all_but_newest_in_each_group_activate     self.on_select_all_but_one_in_each_group_activate("newest")   File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate     unselect_row = find_row_to_unselect(clist, row, which)   File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect     while get_selectable(row, row_data) and row < clist.rows:   File "/usr/bin/fslint-gui", line 421, in get_selectable     return row_data[row][0] != '#' IndexError: list index out of range ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: fslint 2.44-2 ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0 Uname: Linux 4.3.0-2-generic x86_64 NonfreeKernelModules: nvidia bbswitch ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Dec 28 21:19:11 2015 InstallationDate: Installed on 2015-11-23 (35 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151122) JournalErrors:  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.        Users in the 'systemd-journal' group can see all messages. Pass -q to        turn off this notice.  No journal files were opened due to insufficient permissions. PackageArchitecture: all SourcePackage: fslint UpgradeStatus: No upgrade log present (probably fresh install)
2016-01-28 16:11:58 Launchpad Janitor fslint (Ubuntu): status New Confirmed
2016-02-01 16:25:24 Alberto Salvia Novella fslint (Ubuntu): importance Undecided Medium
2017-04-18 06:12:23 philippe porquet bug added subscriber philippe porquet
2017-09-25 07:59:44 Darin bug watch added http://github.com/pixelb/fslint/issues/112
2017-09-25 08:00:01 Darin bug added subscriber Darin
2018-04-22 01:59:57 Rolf Leggewie bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767932
2018-04-22 01:59:57 Rolf Leggewie bug task added fslint (Debian)
2018-04-22 02:17:57 Rolf Leggewie fslint (Ubuntu): status Confirmed Fix Released
2018-04-22 02:17:57 Rolf Leggewie fslint (Ubuntu): assignee Rolf Leggewie (r0lf)
2018-04-22 02:32:05 Rolf Leggewie nominated for series Ubuntu Xenial
2018-04-22 02:32:05 Rolf Leggewie bug task added fslint (Ubuntu Xenial)
2018-04-22 02:32:05 Rolf Leggewie nominated for series Ubuntu Trusty
2018-04-22 02:32:05 Rolf Leggewie bug task added fslint (Ubuntu Trusty)
2018-04-22 02:32:18 Rolf Leggewie fslint (Ubuntu Trusty): status New Triaged
2018-04-22 02:32:21 Rolf Leggewie fslint (Ubuntu Xenial): status New Incomplete
2018-04-22 02:32:26 Rolf Leggewie fslint (Ubuntu Xenial): status Incomplete Triaged
2018-04-22 02:32:31 Rolf Leggewie fslint (Ubuntu Xenial): assignee Rolf Leggewie (r0lf)
2018-04-22 06:36:35 Bug Watch Updater fslint (Debian): status Unknown Fix Released