我使用的一些软件使用 inkscape 将图像从一种格式转换为另一种格式,作为中间步骤。这意味着他们将图像写入该/tmp
文件夹,并尝试在这些图像上使用 inkscape 来获取他们需要的图像格式。但是,在我的系统上,inkscape 不喜欢该/tmp
文件夹。
当尝试使用 inkscape 打开/编辑目录中的 svg 文件时/tmp
,例如,inkscape /tmp/test.svg
它会抛出错误/警告
** (inkscape:6528): WARNING **: Can't open file: test.svg (doesn't exist)
Run Code Online (Sandbox Code Playgroud)
该文件存在,我可以使用 Budgie 的默认查看器打开它。
例如,在主文件夹中执行类似操作时,inkscape ~/test.svg
测试文件打开得很好。Inkscape 本身在调用文件夹inkscape
中的某个位置时运行/tmp
,它只是无法使用该文件夹中的文件。
我正在运行 Solus 4,并使用sudo snap install inkscape
.
上次使用 Solus 时一切正常,现在由于以下错误而无法启动。
让我们尝试在不使用实时 USB 的情况下解决它。
**Failed to start File System Check on /dev/disk/by-partuuid/5ff8cfe6-53e1-43b1-9275-dc6f24ad812a**
Run Code Online (Sandbox Code Playgroud)