Created attachment 1936805 [details] A recording showing the issue Description of problem: When trying to export as .jpg an error message shows up saying the module "PIL" was not found. Version-Release number of selected component (if applicable): Inkscape 1.2.2 (b0a84865, 2022-12-01) [Flatpak version, Fedora Flatpak) How reproducible: Steps to Reproduce: 1. Open Inkscape 2. Add any elements 3. File > Export > name the file and select "JPEG (.jpg) as the format Actual results: Error message pops up: "Traceback (most recent call last): File "/app/share/inkscape/extensions/raster_output_jpg.py", line 28, in JpegOutput().run() File "/app/share/inkscape/extensions/inkex/base.py", line 230, in run self.load_raw() File "/app/share/inkscape/extensions/inkex/base.py", line 244, in load_raw document = self.load(self.file_io) ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/share/inkscape/extensions/inkex/extensions.py", line 107, in load from PIL import Image ModuleNotFoundError: No module named 'PIL'" Expected results: It should export as .jpg Additional info: It only happens with the Fedora Flatpak version, rpm is working normally.
sudo dnf install python3-pillow should resolve this. I'll put out an update to have inkscape pull it in.
I'll go and build updated flatpak package with the fix as well.
FEDORA-2023-0d0d66b456 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-0d0d66b456
FEDORA-FLATPAK-2023-e2f715b093 has been submitted as an update to Fedora 37 Flatpaks. https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2023-e2f715b093
FEDORA-2023-0d0d66b456 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-0d0d66b456` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-0d0d66b456 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-bb86457cc5 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-bb86457cc5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-bb86457cc5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-FLATPAK-2023-e2f715b093 has been pushed to the Fedora 37 Flatpaks testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2023-e2f715b093 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-0d0d66b456 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-FLATPAK-2023-e2f715b093 has been pushed to the Fedora 37 Flatpaks stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-bb86457cc5 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.