When I create a new document, draw some lines and click save, the program closes with no errors. If I open a previously drawn file, and click save, it does not crash. If I open a previously drawn file and click save as, it crashes.
Had the same issue with the snap version on KDE neon 5.27. Re-installing solved it. Here are some error messages it printed out in case this helps anyone debugging:
Failed to load module "colorreload-gtk-module" Failed to load module "window-decorations-gtk-module"
(org.inkscape.Inkscape:4429): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column' Trace/breakpoint trap
Hi,
Upgraded this morning:
Inkscape 1.1 (ce6663b3b7, 2021-05-25)
GLib version: 2.64.6
GTK version: 3.24.20
glibmm version: 2.64.2
gtkmm version: 3.24.2
libxml2 version: 2.9.10
libxslt version: 1.1.34
Cairo version: 1.16.0
Pango version: 1.44.7
HarfBuzz version: 2.6.4
Poppler version: 0.86.1
OS version: Ubuntu Core 20
When I create a new document, draw some lines and click save, the program closes with no errors. If I open a previously drawn file, and click save, it does not crash. If I open a previously drawn file and click save as, it crashes.
Thanks,
Justin
I uninstalled and reinstalled and it seems the issue is corrected. The forum will not let me delete this post.
Maybe this will help others in the future.
I have encountered the same problem. However I tried the save operation while running tail -f on the syslog. This is what is reported in the syslog:
Jun 11 11:14:04 office-Inspiron-3471 gnome-shell[40270]: Unable to find: org.inkscape.extensions.manager
Jun 11 11:14:04 office-Inspiron-3471 gnome-shell[40270]: build_menu: no verb with id: org.inkscape.extensions.manager
Jun 11 11:15:25 office-Inspiron-3471 kernel: [61330.012792] audit: type=1400 audit(1623406525.540:129): apparmor="DENIED" operation="open" profile="snap.inkscape.inkscape" name="/proc/40270/mountinfo" pid=40270 comm="gmain" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jun 11 11:15:25 office-Inspiron-3471 kernel: [61330.012872] audit: type=1400 audit(1623406525.540:130): apparmor="DENIED" operation="open" profile="snap.inkscape.inkscape" name="/etc/fstab" pid=40270 comm="inkscape" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Jun 11 11:15:25 office-Inspiron-3471 kernel: [61330.012873] audit: type=1400 audit(1623406525.540:131): apparmor="DENIED" operation="open" profile="snap.inkscape.inkscape" name="/proc/40270/mountinfo" pid=40270 comm="inkscape" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jun 11 11:15:25 office-Inspiron-3471 kernel: [61330.012874] audit: type=1400 audit(1623406525.540:132): apparmor="DENIED" operation="open" profile="snap.inkscape.inkscape" name="/proc/40270/mounts" pid=40270 comm="inkscape" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jun 11 11:15:25 office-Inspiron-3471 kernel: [61330.049609] traps: inkscape[40270] trap int3 ip:7fce5263d295 sp:7fffdeb60370 error:0 in libglib-2.0.so.0.6400.6[7fce52601000+84000]
Jun 11 11:15:25 office-Inspiron-3471 inkscape[40270]: Error creating IO channel for /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)
Jun 11 11:15:25 office-Inspiron-3471 inkscape[40270]: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
Jun 11 11:15:25 office-Inspiron-3471 systemd[6205]: snap.inkscape.inkscape.f12edb6c-dee1-49df-8915-c57c2949a1f7.scope: Succeeded.
My Inkscape version is Inkscape 1.1 (ce6663b3b7, 2021-05-25), and was installed automatically as an Ubuntu update
My system is Ubuntu 20.04.2 LTS
Same issue. My syslog errors are also the same as those reported by whart57 (also the same Inkscape and Ubuntu versions).
Like goyousalukis, the issue was fixed by running `snap remove inkscape` then `snap install inkscape`.
Same Issue .Thanks for the fix
Same here. Version 1.2.2 of 2022-12-01 Installed by snap store Ubuntu 22.04 LTS
Same here. Version Inkscape 1.2.2 (732a01da63, 2022-12-09) Installed on "Microsoft Windows 11 Home Single Language"
Had the same issue with the snap version on KDE neon 5.27. Re-installing solved it.
Here are some error messages it printed out in case this helps anyone debugging:
Failed to load module "colorreload-gtk-module"
Failed to load module "window-decorations-gtk-module"
(org.inkscape.Inkscape:4429): GLib-GIO-WARNING **: Error creating IO channel for /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)
(org.inkscape.Inkscape:4429): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
Trace/breakpoint trap