Open wolsen opened 3 weeks ago
I'll note that this works fine from the dev instance using yarn dev assign -i --record
, but does not work within the confines of a snap. This does not appear that it was caught in testing because the installation used the --devmode
flag, which allows does not enforce the confinement and simply records apparmor errors in the kernel logs.
The ght recording feature added in PR#249 attempts to write the screen recording files to the
~/.ght/recordings
folder, however the snap does not have permissions to access this folder as snaps do not have access to hidden folders in the user's home directory by default. While this permission can be added, there is no need to actually store the recordings in this folder and instead the $SNAP_USER_COMMON directory can be used instead (e.g.~/snap/ght/common/recordings
).Steps to recreate
Expected outcome A recording of the chrome session to be successfully saved in a local directory.
Actual outcome