getsolus / packages

Solus Package Monorepo & Issue Tracker
64 stars 84 forks source link

Snapd font cache system (T7344) #54

Open celticmagic opened 1 year ago

celticmagic commented 1 year ago
FvG (#Girtablulu), 2018-12-17 10:29:51 UTC

With the latest Snapd update 2.36.2 it got a function which run an update for fontconfig cache after it installing a snap - Changelog: - snapstate: update fontconfig caches on install This does not work at the moment on solus and you have to run `usysconf run fonts -f` to get rid of the error Example: chromium snap ( For testing install chromium with `snap install chromium --channel=stable/core16` due an upstream issue [link](https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1808959) after install and start over terminal ``` main.go:224: cannot change mount namespace of snap "chromium" according to change mount (/snap/gtk-common-themes/818/share/icons/Suru /snap/chromium/538/data-dir/icons/Suru none bind,ro 0 0): cannot use "/snap/gtk-common-themes/818/share/icons/Suru" as bind-mount source: not a directory ``` this will be gone after I run the usysconf command above . The snapcraft commits [Link](https://github.com/snapcore/snapd/search?q=fontconfig&type=Commits)
TraceyC77 commented 1 week ago

@Girtablulu , are you still having this issue on an up to date Solus system?