* gimp freeze @ 2019-01-28 2:34 Yoshinori Arai 2019-01-28 6:57 ` Chris Marusich 0 siblings, 1 reply; 6+ messages in thread From: Yoshinori Arai @ 2019-01-28 2:34 UTC (permalink / raw) To: help-guix Hello, I use gimp to make logo for my new blog but gimp freeze on my locale, ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. I also use the gimp installed by guix on foreign system. I can use it normaly. My guix system configuration is based on light desktop example. I think gimp need a addtional package or service to use normaly on ja_JP.utf-8 locale. Plese advise me to resolve this. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gimp freeze 2019-01-28 2:34 gimp freeze Yoshinori Arai @ 2019-01-28 6:57 ` Chris Marusich 2019-01-28 9:20 ` Yoshinori Arai 2019-01-30 22:30 ` Yoshinori Arai 0 siblings, 2 replies; 6+ messages in thread From: Chris Marusich @ 2019-01-28 6:57 UTC (permalink / raw) To: Yoshinori Arai; +Cc: help-guix [-- Attachment #1: Type: text/plain, Size: 1257 bytes --] Yoshinori Arai <kumagusu08@gmail.com> writes: > I use gimp to make logo for my new blog but gimp freeze on my locale, > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. > > I also use the gimp installed by guix on foreign system. I can use it normaly. > > My guix system configuration is based on light desktop example. I think gimp > need a addtional package or service to use normaly on ja_JP.utf-8 locale. > > Plese advise me to resolve this. Is it easy to reproduce? I just launched my copy of GIMP with the invocation "LANG=ja_JP.utf-8 gimp", and I couldn't reproduce the problem. I only opened it for half a minute, though. I created a new file, drew some lines, and closed it. Japanese text was displayed correctly. My version of GIMP is 2.10.6. I installed it using Guix version v0.16.0-1278-g82328c010 on GuixSD. Please let us know if you can reproduce the issue. If you start GIMP on the terminal, you might get interesting error messages. Could you try invoking it using strace and see if you find anything interesting? Can you get more information when providing the "--verbose" option to gimp? Most importantly, if you can reproduce the issue, it will be helpful. -- Chris [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 832 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gimp freeze 2019-01-28 6:57 ` Chris Marusich @ 2019-01-28 9:20 ` Yoshinori Arai 2019-01-30 22:30 ` Yoshinori Arai 1 sibling, 0 replies; 6+ messages in thread From: Yoshinori Arai @ 2019-01-28 9:20 UTC (permalink / raw) To: Chris Marusich; +Cc: help-guix [-- Attachment #1: Type: text/plain, Size: 1522 bytes --] On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: > Yoshinori Arai <kumagusu08@gmail.com> writes: > > > I use gimp to make logo for my new blog but gimp freeze on my locale, > > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. > > > > I also use the gimp installed by guix on foreign system. I can use it normaly. > > > > My guix system configuration is based on light desktop example. I think gimp > > need a addtional package or service to use normaly on ja_JP.utf-8 locale. > > > > Plese advise me to resolve this. > > Is it easy to reproduce? I just launched my copy of GIMP with the > invocation "LANG=ja_JP.utf-8 gimp", and I couldn't reproduce the > problem. I only opened it for half a minute, though. I created a new > file, drew some lines, and closed it. Japanese text was displayed > correctly. My version of GIMP is 2.10.6. I installed it using Guix > version v0.16.0-1278-g82328c010 on GuixSD. > > Please let us know if you can reproduce the issue. If you start GIMP on > the terminal, you might get interesting error messages. Could you try > invoking it using strace and see if you find anything interesting? Can > you get more information when providing the "--verbose" option to gimp? > Most importantly, if you can reproduce the issue, it will be helpful. > > -- > Chris I can reproduce the issue everytime when I use text tool. I attached the log that is $ guix environment gimp --ad-hoc strace $ $GUIX_ENVIRONMENT/bin/strace -f -0 log gimp [-- Attachment #2: gimp.log.gz --] [-- Type: application/octet-stream, Size: 1039886 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gimp freeze 2019-01-28 6:57 ` Chris Marusich 2019-01-28 9:20 ` Yoshinori Arai @ 2019-01-30 22:30 ` Yoshinori Arai 2019-01-31 13:35 ` Maxim Cournoyer 1 sibling, 1 reply; 6+ messages in thread From: Yoshinori Arai @ 2019-01-30 22:30 UTC (permalink / raw) To: Chris Marusich; +Cc: help-guix On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: > Yoshinori Arai <kumagusu08@gmail.com> writes: > > > I use gimp to make logo for my new blog but gimp freeze on my locale, > > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. > > > > I also use the gimp installed by guix on foreign system. I can use it normaly. > > > > My guix system configuration is based on light desktop example. I think gimp > > need a addtional package or service to use normaly on ja_JP.utf-8 locale. > > > > Plese advise me to resolve this. > > Is it easy to reproduce? I just launched my copy of GIMP with the > invocation "LANG=ja_JP.utf-8 gimp", and I couldn't reproduce the > problem. I only opened it for half a minute, though. I created a new > file, drew some lines, and closed it. Japanese text was displayed > correctly. My version of GIMP is 2.10.6. I installed it using Guix > version v0.16.0-1278-g82328c010 on GuixSD. > > Please let us know if you can reproduce the issue. If you start GIMP on > the terminal, you might get interesting error messages. Could you try > invoking it using strace and see if you find anything interesting? Can > you get more information when providing the "--verbose" option to gimp? > Most importantly, if you can reproduce the issue, it will be helpful. > > -- > Chris I don't know the log of strace cause of too long. I got the diff between when I use it on ja_JP locale and on LC_ALL=C with verbose option. GDK-WARNING line is suspicious. diff -u /home/yoshi/gimp-verbose1.log /home/yoshi/gimp-verbose2.log --- /home/yoshi/gimp-verbose1.log 2019-01-31 07:07:37.528368182 +0900 +++ /home/yoshi/gimp-verbose2.log 2019-01-31 07:09:56.917469914 +0900 @@ -1,4 +1,4 @@ -yoshi@WaraToNora ~$ gimp --verbose +yoshi@WaraToNora ~$ LC_ALL=C gimp --verbose Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/etc/gimp/2.0/gimprc' for configured language. Parsing '/home/yoshi/.config/GIMP/2.10/gimprc' for configured language. No language property found. @@ -28,9 +28,9 @@ INIT: gimp_real_initialize Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/default.interp' Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp' -GIMP-警告: インタープリターファイル '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp' 内で参照しているインタープリター 'python2' は無効です。 +GIMP-Warning: Bad interpreter referenced in interpreter file /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp: python2 -GIMP-警告: インタープリターファイル /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp に不適切な形式のバイナリ列があります。 +GIMP-Warning: Bad binary format string in interpreter file /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/environ/default.env' Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/environ/pygimp.env' @@ -657,15 +657,69 @@ Parsing '/home/yoshi/.config/GIMP/2.10/devicerc' Parsing '/home/yoshi/.config/GIMP/2.10/controllerrc' loading menu '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/share/gimp/2.0/menus/image-menu.xml' for /image-menubar - -(gimp:936): Gdk-WARNING **: 07:06:26.774: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.786: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.792: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.798: gdkdrawable-x11.c:942 drawable is not a native X11 window -gimp: terminated: Terminated - -(script-fu:949): LibGimpBase-WARNING **: 07:06:48.013: script-fu: gimp_wire_read(): error +EXIT: gimp_exit +EXIT: gui_exit_callback +EXIT: gimp_exit +EXIT: gui_exit_callback +Writing '/home/yoshi/.config/GIMP/2.10/sessionrc' +Writing '/home/yoshi/.config/GIMP/2.10/dockrc' +Writing '/home/yoshi/.config/GIMP/2.10/devicerc' +Writing '/home/yoshi/.config/GIMP/2.10/controllerrc' +Writing '/home/yoshi/.config/GIMP/2.10/menurc' +Writing '/home/yoshi/.config/GIMP/2.10/contextrc' +Writing '/home/yoshi/.config/GIMP/2.10/internal-data/custom.ggr' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-rect-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-free-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-iscissors-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-vector-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-color-picker-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-zoom-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-measure-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-move-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-align-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-crop-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-rotate-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-scale-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-shear-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-perspective-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-flip-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-cage-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-warp-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-text-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-gradient-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-pencil-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-eraser-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-airbrush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-ink-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-clone-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-heal-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-convolve-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-smudge-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-threshold-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-levels-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-curves-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-gegl-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-operation-tool' +Writing '/home/yoshi/.config/GIMP/2.10/toolrc' +EXIT: gimp_real_exit +Terminating plug-in: '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/plug-ins/script-fu/script-fu' +Writing '/home/yoshi/.config/GIMP/2.10/colorrc' +Writing '/home/yoshi/.config/GIMP/2.10/templaterc' +Writing '/home/yoshi/.config/GIMP/2.10/parasiterc' +Writing '/home/yoshi/.config/GIMP/2.10/unitrc' +EXIT: gui_exit_after_callback +Writing '/home/yoshi/.config/GIMP/2.10/action-history' +EXIT: app_exit_after_callback yoshi@WaraToNora ~$ \ ファイル末尾に改行がありません Diff finished. Thu Jan 31 07:12:20 2019 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gimp freeze 2019-01-30 22:30 ` Yoshinori Arai @ 2019-01-31 13:35 ` Maxim Cournoyer 2019-02-01 23:57 ` Yoshinori Arai 0 siblings, 1 reply; 6+ messages in thread From: Maxim Cournoyer @ 2019-01-31 13:35 UTC (permalink / raw) To: Yoshinori Arai, Chris Marusich; +Cc: help-guix Hello! On January 30, 2019 10:30:47 PM UTC, Yoshinori Arai <kumagusu08@gmail.com> wrote: >On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: >> Yoshinori Arai <kumagusu08@gmail.com> writes: >> >> > I use gimp to make logo for my new blog but gimp freeze on my >locale, >> > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does >not freeze. Could it be caused by the same GTK bug I reported here [0] ? It was triggered by using ibus as an input system, since you might be using as well to type in Japanese? In my case I could more around it by unsetting the GTK_IM_MODULE variable. Maxim [0] http://issues.guix.info/issue/33958 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gimp freeze 2019-01-31 13:35 ` Maxim Cournoyer @ 2019-02-01 23:57 ` Yoshinori Arai 0 siblings, 0 replies; 6+ messages in thread From: Yoshinori Arai @ 2019-02-01 23:57 UTC (permalink / raw) To: Maxim Cournoyer; +Cc: help-guix On Thu, Jan 31, 2019 at 01:35:27PM +0000, Maxim Cournoyer wrote: > Hello! > > On January 30, 2019 10:30:47 PM UTC, Yoshinori Arai <kumagusu08@gmail.com> wrote: > >On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: > >> Yoshinori Arai <kumagusu08@gmail.com> writes: > >> > >> > I use gimp to make logo for my new blog but gimp freeze on my > >locale, > >> > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does > >not freeze. > > Could it be caused by the same GTK bug I reported here [0] ? It was triggered by using ibus as an input system, since you might be using as well to type in Japanese? > > In my case I could more around it by unsetting the GTK_IM_MODULE variable. > > Maxim > > [0] http://issues.guix.info/issue/33958 Hello, In my case, I don't use ibus. diff -u /home/yoshi/gimp-verbose1.log /home/yoshi/gimp-verbose2.log --- /home/yoshi/gimp-verbose1.log 2019-01-31 07:07:37.528368182 +0900 +++ /home/yoshi/gimp-verbose2.log 2019-01-31 07:09:56.917469914 +0900 @@ -1,4 +1,4 @@ -yoshi@WaraToNora ~$ gimp --verbose +yoshi@WaraToNora ~$ LC_ALL=C gimp --verbose Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/etc/gimp/2.0/gimprc' for configured language. Parsing '/home/yoshi/.config/GIMP/2.10/gimprc' for configured language. No language property found. @@ -28,9 +28,9 @@ INIT: gimp_real_initialize Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/default.interp' Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp' -GIMP-警告: インタープリターファイル '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp' 内で参照しているインタープリター 'python2' は無効です。 +GIMP-Warning: Bad interpreter referenced in interpreter file /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp: python2 -GIMP-警告: インタープリターファイル /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp に不適切な形式のバイナリ列があります。 +GIMP-Warning: Bad binary format string in interpreter file /gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/interpreters/pygimp.interp Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/environ/default.env' Parsing '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/environ/pygimp.env' @@ -657,15 +657,69 @@ Parsing '/home/yoshi/.config/GIMP/2.10/devicerc' Parsing '/home/yoshi/.config/GIMP/2.10/controllerrc' loading menu '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/share/gimp/2.0/menus/image-menu.xml' for /image-menubar - -(gimp:936): Gdk-WARNING **: 07:06:26.774: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.786: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.792: gdkdrawable-x11.c:942 drawable is not a native X11 window - -(gimp:936): Gdk-WARNING **: 07:06:26.798: gdkdrawable-x11.c:942 drawable is not a native X11 window -gimp: terminated: Terminated - -(script-fu:949): LibGimpBase-WARNING **: 07:06:48.013: script-fu: gimp_wire_read(): error +EXIT: gimp_exit +EXIT: gui_exit_callback +EXIT: gimp_exit +EXIT: gui_exit_callback +Writing '/home/yoshi/.config/GIMP/2.10/sessionrc' +Writing '/home/yoshi/.config/GIMP/2.10/dockrc' +Writing '/home/yoshi/.config/GIMP/2.10/devicerc' +Writing '/home/yoshi/.config/GIMP/2.10/controllerrc' +Writing '/home/yoshi/.config/GIMP/2.10/menurc' +Writing '/home/yoshi/.config/GIMP/2.10/contextrc' +Writing '/home/yoshi/.config/GIMP/2.10/internal-data/custom.ggr' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-rect-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-free-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-iscissors-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-vector-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-color-picker-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-zoom-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-measure-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-move-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-align-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-crop-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-rotate-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-scale-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-shear-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-perspective-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-flip-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-cage-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-warp-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-text-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-gradient-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-pencil-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-eraser-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-airbrush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-ink-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-clone-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-heal-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-convolve-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-smudge-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-threshold-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-levels-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-curves-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-gegl-tool' +Writing '/home/yoshi/.config/GIMP/2.10/tool-options/gimp-operation-tool' +Writing '/home/yoshi/.config/GIMP/2.10/toolrc' +EXIT: gimp_real_exit +Terminating plug-in: '/gnu/store/d8yw9pl94xflsaq67syqyaiaz0q601x7-gimp-2.10.6/lib/gimp/2.0/plug-ins/script-fu/script-fu' +Writing '/home/yoshi/.config/GIMP/2.10/colorrc' +Writing '/home/yoshi/.config/GIMP/2.10/templaterc' +Writing '/home/yoshi/.config/GIMP/2.10/parasiterc' +Writing '/home/yoshi/.config/GIMP/2.10/unitrc' +EXIT: gui_exit_after_callback +Writing '/home/yoshi/.config/GIMP/2.10/action-history' +EXIT: app_exit_after_callback yoshi@WaraToNora ~$ \ ファイル末尾に改行がありません Diff finished. Thu Jan 31 07:12:20 2019 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-02-01 23:57 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-01-28 2:34 gimp freeze Yoshinori Arai 2019-01-28 6:57 ` Chris Marusich 2019-01-28 9:20 ` Yoshinori Arai 2019-01-30 22:30 ` Yoshinori Arai 2019-01-31 13:35 ` Maxim Cournoyer 2019-02-01 23:57 ` Yoshinori Arai
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).