sep202328

Yann Gaillard


If you face this kind of error message on a newly installed system you can use this workaround to solve that issue.

  • boot on the install disk,
  • mount the newly installed disk,
  • create a /users folder at the root of installed system,
  • go to /users folder on install disk,
  • copy file 10-home.szs to /users folder of installed system,
  • umount the newly installed disk,
  • reboot to the newly installed disk.

I done a not very well tested last change before building the ISO image that causes this problem.

Classé dans: Issue

dec202207

Yann Gaillard

If, when you try to run GIMP the logo begin to appear, but after a time nothing happen, maybe there is an issue with some plugins.

Just to be sure, run the MATE Terminal, and type "gimp". If you get a message like below, then this is the case:

(gimp:1492): GLib-GObject-CRITICAL **: 09:29:42.333: g_param_spec_internal: assertion 'g_param_spec_is_valid_name (name)' failed

(pagecurl:1549): LibGimpBase-WARNING **: 09:29:42.338: pagecurl: gimp_wire_read(): error
Segmentation fault

To temporarily fix the problem use the following procedure in the MATE Terminal (logged in as administrator):

cd /usr/lib64/gimp/2.0/plug-ins
mv pagecurl ..
cd ..
chmod a-x pagecurl

Note: replace "pagecurl" with the name provided by the error message.

Then close the terminal and run Gimp again.

I will take care of the issue for the next version.

Classé dans: Issue