xdg-document-portal always crashes when Ubuntu 19.10 starts up. Is there a way to prevent it crashing or to disable it without interfering with system functionality?

update:

It crashes almost on every system boot.

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: 

update2:

Look at the syslog, I have error like this:

xdg-document-portal.service: Failed to set 'memory.limit_in_bytes' attribute on '/ to '-1': No such file or directory xdg-document-portal.service: Failed to set 'pids.max' attribute on '/ dg-document-portal.service' to '4915': No such file or directory 
2

1 Answer

Yes, to fix the issue simply run the following command in Terminal:

$ sudo apt upgrade xdg-desktop-portal 
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy