[3rd-Party Apps] inkscape 商店安装的版本无法保存文件
Tofloor
poster avatar
打击越
deepin
2021-07-17 20:51
Author

保存的时候报错:

rhett@rhett-PC:/opt/apps/org.inkscape.inkscape/files$ ./AppRun 
Setting _INKSCAPE_GC=disable as a workaround for broken libgc
Run experimental bundle that bundles everything

(ld-linux-x86-64.so.2:11250): GLib-GObject-CRITICAL **: 12:33:09.808: g_value_set_boxed: assertion 'G_VALUE_HOLDS_BOXED (value)' failed

** (org.inkscape.Inkscape:11250): WARNING **: 12:33:10.104: Fonts dir '/home/rhett/.config/inkscape/fonts' does not exist and will be ignored.

(org.inkscape.Inkscape:11250): Gtk-WARNING **: 12:40:06.521: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.

(org.inkscape.Inkscape:11250): GLib-GIO-ERROR **: 12:40:06.571: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
追踪与中断点陷阱

 

看了下,的确缺少键:

rhett@rhett-PC:/opt/apps/org.inkscape.inkscape/files$ gsettings list-keys org.gtk.Settings.FileChooser
sort-column
clock-format
last-folder-uri
sidebar-width
window-position
show-size-column
startup-mode
show-hidden
window-size
sort-directories-first
expand-folders
date-format
sort-order
location-mode
Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-07-17 21:52
#1

这个好像是 AppImage 解包的版本?文件管理器窗口调用失败了......

 

目前能用的版本最好是直接去官网下载 AppImage,但是这个版本不能使用输入法输入中文。也可以去星火商店下载大佬自己编译的版本,这个各个功能都是正常的。

Reply View the author
打击越
deepin
2021-07-17 21:59
#2
忘记、过去

这个好像是 AppImage 解包的版本?文件管理器窗口调用失败了......

 

目前能用的版本最好是直接去官网下载 AppImage,但是这个版本不能使用输入法输入中文。也可以去星火商店下载大佬自己编译的版本,这个各个功能都是正常的。

哈哈,已经改好了, 

/usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml

文件里面少了两个key和一个enum

网上找到添加进去就好了!

Reply View the author
忘记、过去
deepin
2021-07-17 22:05
#3
打击越

哈哈,已经改好了, 

/usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml

文件里面少了两个key和一个enum

网上找到添加进去就好了!

收藏了~

Reply View the author