diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-08-14 21:52:34 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-08-14 21:52:34 +0200 |
commit | 6056b9602c09647861079fd4bfc5e506dbbb8ba5 (patch) | |
tree | bd60c9c9f16cf39b016ffb014d7b4fb53242484b | |
parent | a129dee2f0b68ceb94ebda7624fd9fec4eea4f92 (diff) | |
download | opt-6056b9602c09647861079fd4bfc5e506dbbb8ba5.tar.gz opt-6056b9602c09647861079fd4bfc5e506dbbb8ba5.tar.xz |
gtk3: added README
-rw-r--r-- | gtk3/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk3/README b/gtk3/README new file mode 100644 index 000000000..553cad0f0 --- /dev/null +++ b/gtk3/README @@ -0,0 +1,8 @@ +POST-INSTALL + +If you come across crashes such as: + +(transmission-gtk:19791): GLib-GIO-ERROR **: No GSettings schemas are installed on the system + +This can be resolved by generating a glib-schema with the command : +$ glib-compile-schemas /usr/share/glib-2.0/schemas/ |