You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to paste the image in my clipboard and get greeted by the log message below. I've also tried this on version 3.5 and 3.2, and yet still get the message.
I do have xclip installed on my system. I have tried creating a symbolic link at the location but that doesn't work either.
Python: Traceback (most recent call last):
File "/home/user/.config/blender/3.6/scripts/addons/ImagePaste/imagepaste/operators.py", line 183, in execute
clipboard = Clipboard.push(get_save_directory())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.config/blender/3.6/scripts/addons/ImagePaste/imagepaste/clipboard/linux/linux.py", line 47, in push
process = Process.execute(cls.get_xclip_args())
^^^^^^^^^^^^^^^^^^^^
File "/home/user/.config/blender/3.6/scripts/addons/ImagePaste/imagepaste/clipboard/linux/linux.py", line 122, in get_xclip_args
chmod(XCLIP_PATH, S_IXUSR)
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.config/blender/3.6/scripts/addons/ImagePaste/imagepaste/clipboard/linux/bin/xclip'
Expected behavior
The image should be imported into the project.
Platform
Linux
Platform version
6.1.51-1-MANJARO x86_64
Blender version
Other
ImagePaste Version
1.8.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I've tried to paste the image in my clipboard and get greeted by the log message below. I've also tried this on version 3.5 and 3.2, and yet still get the message.
I do have xclip installed on my system. I have tried creating a symbolic link at the location but that doesn't work either.
Below is the relevant parts of
inxi -b
:Step to reproduce
Relevant log output
Expected behavior
The image should be imported into the project.
Platform
Linux
Platform version
6.1.51-1-MANJARO x86_64
Blender version
Other
ImagePaste Version
1.8.1
The text was updated successfully, but these errors were encountered: