[snap] chromium-driver fails to create .cache/desktop-runtime-date on first run
Bug #2097403 reported by
Matthew Ruffell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd (Ubuntu) |
Fix Committed
|
Undecided
|
Sergio Costas |
Bug Description
[Impact]
Autopkgtests that rely on chromium-driver apt dependency fail due to the following error being printed to stderr during runtime:
touch: cannot touch '/home/
Affected packages are phpldapadmin for example:
https:/
[Testcase]
$ sudo snap install chromium
$ chromedriver
touch: cannot touch '/home/
...
Changed in snapd (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
The root cause is the following commit:
https:/ /github. com/canonical/ snapcraft- desktop- integration/ pull/30/ commits/ 19c397275516a39 95e95fbc5c8ef49 a85df0b758
We need to check if $SNAP_USER_ COMMON/ .cache exists first.