Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
Quote from: Nermander on March 03, 2019, 05:41:55 PMQuote from: josefcarel on March 03, 2019, 03:15:27 PMWhat is strange in my case, is that Scribus sees the files in iCloud, and only some are not visible. The proposal to download those files to the computer seems to me a missed advice. Why can not you work directly with the Cloud? I hope there is some advice about this issue.
The key here is that Scribus does not store any images in the SLA, it only stores references. This means each time you open a document Scribus loads the images from disk.
I am not sure how iCloud works, but if it does not cache the images on your disk, the images will have to be downloaded from the cloud each time you open a document. And depending on your internet connection that may take some time.
That is why you are given the suggestion to download the images to your disk. Then they will always be available when Scribus is looking for them.
Quote from: a.l.e on August 24, 2026, 08:59:03 PMjust tested: pasteObject() does paste the content of the clipboard into a text frame that is in edit mode...
dpkg -L python3-pyperclip
/.
/usr
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/pyperclip
/usr/lib/python3/dist-packages/pyperclip/__init__.py
... snipped
/usr/share/doc/python3-pyperclip/copyright
"/usr/lib/python3/..." looks pretty system-wide, and yet it definitely isn't picked up by my script (see earlier posts).import requests
response = requests.get('https://forums.scribus.net')
print(response.text)