ndyer
October 9, 2024, 5:25pm
1
Dear community,
During the release of snapd 2.65.3, we identified a regression impacting systems using LDAP support. The problem only affects a subset of snapd snap users who were part of our progressive release sample and have updated to this version.
After careful evaluation we decided to revert to 2.63.
Users who have received the update and encounter the issue should revert their systems to 2.63 by using the command sudo snap revert snapd
.
The issue is not present when installing snapd from the deb package.
The issue is addressed in snapd 2.66, currently on the beta channel, which is expected to be released to stable in due course.
We’ve taken steps to reduce the chance of similar issues happening in the future.
Please follow this thread for updates and let us know if you have any questions.
2 Likes
I was facing issue, where home
directories were not accessible and portals were also not working when home
was connected. Reverted to 2.63
.
opened 01:33AM - 09 Oct 24 UTC
not our bug
snap
duplicate
Describe the bug
----------------
When I drag and drop a file that is on a m… ounted drive, for example a USB drive or a drive mounted via fstab, from the nautilus file manager into the pdfarranger window, nothing happens. The same behavior occurs when I try to use "Open with".
If the file is on the Desktop, it works.
I narrowed the problem down to a permission error (see below)
To Reproduce
------------
Steps to reproduce the behavior:
1. Open nautilus
2. Navigate to a mounted drive
3. Right Click on PDF file and select Open with -> pdfarranger
or
1. Open nautilus
2. Navigate to a mounted drive
3. Open pdfarranger
4. Drag and drop PDF file from nautilus into pdfarranger
To monitor the error:
1. Open terminal
2. type "pdfarranger"
4. Open nautilus
5. Navigate to a mounted drive
6. Drag and drop PDF file from nautilus into pdfarranger (or open with)
No error occurs when the PDF file is on the Desktop.
Expected behavior
-----------------
Drag and drop file into pdfarranger window, expect file to be loaded
Input files
-----------
Any PDF file
Screenshots
-----------
no screenshots
Terminal output
------------------------
```
Traceback (most recent call last):
File "/snap/pdfarranger/33/usr/lib/python3.10/dist-packages/pdfarranger/pdfarranger.py", line 2154, in sw_dnd_received_data
pageadder.addpages(filename)
File "/snap/pdfarranger/33/usr/lib/python3.10/dist-packages/pdfarranger/core.py", line 499, in addpages
doc_data = self.get_pdfdoc(filename, basename)
File "/snap/pdfarranger/33/usr/lib/python3.10/dist-packages/pdfarranger/core.py", line 464, in get_pdfdoc
pdfdoc = PDFDoc(filename, basename, self.stat_cache[filename],
File "/snap/pdfarranger/33/usr/lib/python3.10/dist-packages/pdfarranger/core.py", line 370, in __init__
shutil.copy(self.filename, self.copyname)
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
PermissionError: [Errno 13] Permission denied: '/media/atmelino/Crucial X6/90062-B-INST-1.pdf'
```
System and Versions
-------------------
- PDF Arranger version and where you get it (distro package, flatpak, pip, git, download, ...)
- pikepdf version and where you get it (distro package, pip, git, ...)
- OS name and version: Ubuntu 24.04
```
$ snap version && snap connections pdfarranger
snap 2.65.3
snapd 2.65.3
series 16
ubuntu 24.04
kernel 6.8.0-45-generic
Interface Plug Slot Notes
content[gnome-42-2204] pdfarranger:gnome-42-2204 gnome-42-2204:gnome-42-2204 -
content[gtk-3-themes] pdfarranger:gtk-3-themes gtk-common-themes:gtk-3-themes -
content[icon-themes] pdfarranger:icon-themes gtk-common-themes:icon-themes -
content[sound-themes] pdfarranger:sound-themes gtk-common-themes:sound-themes -
dbus - pdfarranger:pdfarranger -
desktop pdfarranger:desktop :desktop -
desktop-legacy pdfarranger:desktop-legacy :desktop-legacy -
gsettings pdfarranger:gsettings :gsettings -
home pdfarranger:home :home -
opengl pdfarranger:opengl :opengl -
shared-memory pdfarranger:shared-memory :shared-memory -
wayland pdfarranger:wayland :wayland -
x11 pdfarranger:x11 :x11 -
```
Gabriel
October 11, 2024, 11:26am
3
We have completed the revert to 2.63. If you are still using 2.65.3 we advise you to refresh your snap by using the command sudo snap refresh snapd
.
1 Like