Activity log for bug #1972057

Date Who What changed Old value New value Message
2022-05-07 11:29:37 heny bug added bug
2022-05-07 11:35:44 heny description Installing samba will not solve the problem. Ubuntumate 22.04 Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04
2022-05-07 12:16:06 Norbert tags jammy
2022-05-07 12:17:07 Norbert marked as duplicate 1631842
2022-05-08 08:22:32 Norbert removed duplicate marker 1631842
2022-05-08 08:23:22 Norbert bug task added caja-extensions (Ubuntu)
2022-05-08 08:23:30 Norbert bug task added samba (Ubuntu)
2022-05-08 08:35:03 Norbert bug task added caja (Ubuntu)
2022-05-08 08:43:25 Norbert ubuntu-mate: status New Confirmed
2022-05-08 08:43:29 Norbert caja (Ubuntu): status New Confirmed
2022-05-08 08:43:33 Norbert caja-extensions (Ubuntu): status New Confirmed
2022-05-08 08:43:37 Norbert samba (Ubuntu): status New Confirmed
2022-05-08 08:57:15 Norbert bug watch added https://github.com/mate-desktop/caja-extensions/issues/111
2022-05-08 08:57:15 Norbert bug task added mate-desktop
2022-05-08 09:36:50 Bug Watch Updater mate-desktop: status Unknown New
2022-05-17 08:22:29 Norbert attachment added patch from https://github.com/mate-desktop/caja-extensions/pull/108 https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1972057/+attachment/5590274/+files/108.patch
2022-05-17 08:28:59 Ubuntu Foundations Team Bug Bot tags jammy jammy patch
2022-05-17 08:29:09 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2022-05-17 14:47:11 Bug Watch Updater mate-desktop: status New Fix Released
2022-08-22 14:58:54 Lena Voytek bug added subscriber Lena Voytek
2022-08-22 15:21:01 Lena Voytek caja (Ubuntu): status Confirmed Invalid
2022-08-22 15:21:15 Lena Voytek ubuntu-mate: status Confirmed Invalid
2022-08-22 15:21:21 Lena Voytek samba (Ubuntu): status Confirmed Invalid
2022-08-24 13:00:51 Lena Voytek nominated for series Ubuntu Kinetic
2022-08-24 13:00:51 Lena Voytek bug task added samba (Ubuntu Kinetic)
2022-08-24 13:00:51 Lena Voytek bug task added caja (Ubuntu Kinetic)
2022-08-24 13:00:51 Lena Voytek bug task added caja-extensions (Ubuntu Kinetic)
2022-08-24 13:00:51 Lena Voytek nominated for series Ubuntu Jammy
2022-08-24 13:00:51 Lena Voytek bug task added samba (Ubuntu Jammy)
2022-08-24 13:00:51 Lena Voytek bug task added caja (Ubuntu Jammy)
2022-08-24 13:00:51 Lena Voytek bug task added caja-extensions (Ubuntu Jammy)
2022-08-24 13:01:42 Lena Voytek samba (Ubuntu Jammy): status New Invalid
2022-08-24 13:02:00 Lena Voytek caja (Ubuntu Jammy): status New Invalid
2022-08-24 13:02:17 Lena Voytek caja-extensions (Ubuntu Kinetic): status Confirmed In Progress
2022-08-24 13:02:28 Lena Voytek caja-extensions (Ubuntu Kinetic): assignee Lena Voytek (lvoytek)
2022-08-24 13:02:40 Lena Voytek caja-extensions (Ubuntu Jammy): status New In Progress
2022-08-24 13:02:40 Lena Voytek caja-extensions (Ubuntu Jammy): assignee Lena Voytek (lvoytek)
2022-08-24 13:22:00 Launchpad Janitor merge proposal linked https://code.launchpad.net/~lvoytek/ubuntu/+source/caja-extensions/+git/caja-extensions/+merge/428855
2022-08-25 12:06:42 Launchpad Janitor caja-extensions (Ubuntu Kinetic): status In Progress Fix Released
2022-08-26 20:16:34 Lena Voytek description Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04 [Impact] When using caja with caja-share installed, creating a shared folder fails with the result: "'net usershare' returned error 255." With this feature failing, users running Ubuntu MATE or caja in general are unable to share new folders on the network. In order to fix this, one argument was changed from -l to --long in the net usershare call for creating a share. [Test Plan] Using Ubuntu MATE: # sudo apt install caja-share # killall caja # caja In the caja file browser right click on a folder then select "Sharing Options" In the File Sharing menu, select "Share this folder" then "Create Share" Without the fix, it will then reply with "'net usershare' returned error 255" [Where problems could occur] net usershare's arguments can change outside of caja-extension's perview, so if --long is removed as -l was this can become an issue again. Other issues with sharing may show up in the future with the creation of a shared folder fixed. [Other Info] The issue was fixed in Kinetic in version 1.26.0-1ubuntu1. [Original Description] Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04
2022-08-26 20:19:31 Launchpad Janitor merge proposal linked https://code.launchpad.net/~lvoytek/ubuntu/+source/caja-extensions/+git/caja-extensions/+merge/429019
2022-08-29 14:27:24 Lena Voytek description [Impact] When using caja with caja-share installed, creating a shared folder fails with the result: "'net usershare' returned error 255." With this feature failing, users running Ubuntu MATE or caja in general are unable to share new folders on the network. In order to fix this, one argument was changed from -l to --long in the net usershare call for creating a share. [Test Plan] Using Ubuntu MATE: # sudo apt install caja-share # killall caja # caja In the caja file browser right click on a folder then select "Sharing Options" In the File Sharing menu, select "Share this folder" then "Create Share" Without the fix, it will then reply with "'net usershare' returned error 255" [Where problems could occur] net usershare's arguments can change outside of caja-extension's perview, so if --long is removed as -l was this can become an issue again. Other issues with sharing may show up in the future with the creation of a shared folder fixed. [Other Info] The issue was fixed in Kinetic in version 1.26.0-1ubuntu1. [Original Description] Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04 [Impact] When using caja with caja-share installed, creating a shared folder fails with the result: "'net usershare' returned error 255." With this feature failing, users running Ubuntu MATE or caja in general are unable to share new folders on the network. In order to fix this, one argument was changed from -l to --long in the net usershare call for creating a share. This will not affect older versions of net usershare as both --long and -l were previously valid arguments. [Test Plan] Using Ubuntu MATE: # sudo apt install caja-share # killall caja # caja In the caja file browser right click on a folder then select "Sharing Options" In the File Sharing menu, select "Share this folder" then "Create Share" Without the fix, it will then reply with "'net usershare' returned error 255" [Where problems could occur] net usershare's arguments can change outside of caja-extension's perview, so if --long is removed as -l was this can become an issue again. If caja's interface fails to create a shared folder, the workaround would be to the cli interface starting with "net usershare add --long ..." This change modifies caja's interaction with net usershare, so any regression would be limited to the behavior of caja creating a shared folder. [Other Info] The issue was fixed in Kinetic in version 1.26.0-1ubuntu1. [Original Description] Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04
2022-08-29 14:36:51 Lena Voytek description [Impact] When using caja with caja-share installed, creating a shared folder fails with the result: "'net usershare' returned error 255." With this feature failing, users running Ubuntu MATE or caja in general are unable to share new folders on the network. In order to fix this, one argument was changed from -l to --long in the net usershare call for creating a share. This will not affect older versions of net usershare as both --long and -l were previously valid arguments. [Test Plan] Using Ubuntu MATE: # sudo apt install caja-share # killall caja # caja In the caja file browser right click on a folder then select "Sharing Options" In the File Sharing menu, select "Share this folder" then "Create Share" Without the fix, it will then reply with "'net usershare' returned error 255" [Where problems could occur] net usershare's arguments can change outside of caja-extension's perview, so if --long is removed as -l was this can become an issue again. If caja's interface fails to create a shared folder, the workaround would be to the cli interface starting with "net usershare add --long ..." This change modifies caja's interaction with net usershare, so any regression would be limited to the behavior of caja creating a shared folder. [Other Info] The issue was fixed in Kinetic in version 1.26.0-1ubuntu1. [Original Description] Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04 [Impact] When using caja with caja-share installed, creating a shared folder fails with the result: "'net usershare' returned error 255." With this feature failing, users running Ubuntu MATE or caja in general are unable to share new folders on the network. In order to fix this, one argument was changed from -l to --long in the net usershare call for creating a share. This will not affect older versions of net usershare as both --long and -l were previously valid arguments. [Test Plan] Using Ubuntu MATE: # sudo apt install caja-share # killall caja # caja In the caja file browser right click on a folder then select "Sharing Options" In the File Sharing menu, select "Share this folder" then "Create Share" Without the fix, it will then reply with "'net usershare' returned error 255" [Where problems could occur] net usershare's arguments can change outside of caja-extension's perview, so if --long is removed as -l was this can become an issue again. If caja's interface fails to create a shared folder, the workaround would be to use the cli interface starting with "net usershare add --long ..." This change modifies caja's interaction with net usershare, so any regression would be limited to the behavior of caja creating a shared folder. [Other Info] The issue was fixed in Kinetic in version 1.26.0-1ubuntu1. [Original Description] Installing samba will not solve the problem. It doesn't work either: sudo chmod 777 /var/lib/samba/usershares And editing /etc/samba/smb.conf doesn't work either: added the line "usershare owner only = False" Ubuntumate 22.04
2022-08-29 21:15:07 Bryce Harrington caja-extensions (Ubuntu Jammy): status In Progress Fix Committed
2022-09-15 09:33:28 Robie Basak caja-extensions (Ubuntu Jammy): status Fix Committed In Progress
2022-10-12 12:11:36 Robie Basak caja-extensions (Ubuntu Jammy): status In Progress Fix Committed
2022-10-12 12:11:39 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2022-10-12 12:11:41 Robie Basak bug added subscriber SRU Verification
2022-10-12 12:11:44 Robie Basak tags jammy patch jammy patch verification-needed verification-needed-jammy
2022-10-12 14:32:32 Lena Voytek tags jammy patch verification-needed verification-needed-jammy jammy patch verification-done-jammy verification-needed
2022-10-21 14:46:39 Lena Voytek tags jammy patch verification-done-jammy verification-needed jammy patch verification-done verification-done-jammy
2022-10-25 08:27:24 Launchpad Janitor caja-extensions (Ubuntu Jammy): status Fix Committed Fix Released
2022-10-25 08:27:30 Ɓukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team