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
"1. installing Processing in command-line with : snap install processing
running processing
trying to save a sketch
being unable to do so (the message is : could not read the contents of (hdd))"
Additional context
I can't open previous sketches either, as they are not displayed in the open window.
It is how I first noticed that my second hdd wasn't available as a saving location. But it turned out I was unable to save a sketch in my first drive home folder either. The first problem (second hdd not available) seems to be a "sandbox problem" (the command snap connect processing:removable-media answers snap "processing" has no plug named "removable-media"). For the second problem (home directory not available), I was advised to perform the installation with the command-line snap install processing --classic, witch seems to work.
Also, I noticed that the save as prompt-window is the default X window and not my kde theme window.
Would you like to work on the issue?
I can perform tests
The text was updated successfully, but these errors were encountered:
Fixes#1051
I referenced the Firefox snap configuration and they also defined the `removable-media` plug so it makes sense to me that we should also support it.
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
4.4.1
Operating system
Ubuntu 24.04
Steps to reproduce this
"1. installing Processing in command-line with :
snap install processing
running processing
trying to save a sketch
being unable to do so (the message is : could not read the contents of (hdd))"
Additional context
I can't open previous sketches either, as they are not displayed in the open window.
It is how I first noticed that my second hdd wasn't available as a saving location. But it turned out I was unable to save a sketch in my first drive home folder either. The first problem (second hdd not available) seems to be a "sandbox problem" (the command
snap connect processing:removable-media
answerssnap "processing" has no plug named "removable-media"
). For the second problem (home directory not available), I was advised to perform the installation with the command-linesnap install processing --classic
, witch seems to work.Also, I noticed that the save as prompt-window is the default X window and not my kde theme window.
Would you like to work on the issue?
I can perform tests
The text was updated successfully, but these errors were encountered: