After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793182 - Create IM cache directory before updating it
Create IM cache directory before updating it
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Input Methods
3.93.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2018-02-05 11:08 UTC by Daniel Stone
Modified: 2018-02-05 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Create input method module cache directory (1.14 KB, patch)
2018-02-05 11:19 UTC, Daniel Stone
committed Details | Review

Description Daniel Stone 2018-02-05 11:08:48 UTC
When installing into a fresh prefix with Meson, the post-install IM module cache update fails as the directory doesn't yet exist. Make sure it's created first.
Comment 1 Daniel Stone 2018-02-05 11:19:10 UTC
Created attachment 367902 [details] [review]
build: Create input method module cache directory

Before running gtk-query-immodules, the cache output directory may not
actually exist. Make sure it does before we try to write into it.
Comment 2 Emmanuele Bassi (:ebassi) 2018-02-05 11:34:55 UTC
Review of attachment 367902 [details] [review]:

:thumbsup:
Comment 3 Emmanuele Bassi (:ebassi) 2018-02-05 14:23:35 UTC
Attachment 367902 [details] pushed as a5363b9 - build: Create input method module cache directory