Ubuntu 19.10 では xdg-desktop-portal が起動時に常にクラッシュする

Ubuntu 19.10 では xdg-desktop-portal が起動時に常にクラッシュする

xdg-document-portalUbuntu 19.10 の起動時に常にクラッシュします。クラッシュを防ぐ方法、またはシステム機能に干渉せずに無効にする方法はありますか?

アップデート:

システムの起動のたびにほぼクラッシュします。

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar  6 13:18:09 2020
DistroRelease: Ubuntu 19.10
ExecutablePath: /usr/libexec/xdg-document-portal
ExecutableTimestamp: 1578493564
ProcCmdline: /usr/libexec/xdg-document-portal
ProcCwd: /home/usr
ProcEnviron:
 LANG=en_US.UTF-8
 LC_ADDRESS=en_US.UTF-8
 LC_IDENTIFICATION=en_US.UTF-8
 LC_MEASUREMENT=en_US.UTF-8
 LC_MONETARY=en_US.UTF-8
 LC_NAME=en_US.UTF-8
 LC_NUMERIC=en_US.UTF-8
 LC_PAPER=en_US.UTF-8
 LC_TELEPHONE=en_US.UTF-8
 LC_TIME=en_US.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=<set>
ProcMaps:

アップデート2:

syslog を見ると、次のようなエラーがあります。

xdg-document-portal.service: Failed to set 'memory.limit_in_bytes' attribute on '/user.slice/user-1000.slice/user@1
000.service/xdg-document-portal.service' to '-1': No such file or directory
xdg-document-portal.service: Failed to set 'pids.max' attribute on '/user.slice/user-1000.slice/[email protected]/x
dg-document-portal.service' to '4915': No such file or directory

答え1

はい、問題を解決するには、ターミナルで次のコマンドを実行するだけです。

$ sudo apt upgrade xdg-desktop-portal

関連情報