Skip to content

community/fractal: add missing xdg-utils dep

Ghost User requested to merge (removed):fractal-missing-xdg-dep into master

without cmd:xdg-open, fractal crashes with the following error when opening a file:

thread '<unnamed>' panicked at 'failed to execute process:
  Os { code: 2, kind: NotFound, message: "No such file or directory" }',
  fractal-gtk/src/app/backend_loop.rs:175:21

and fractal-gtk/src/app/backend_loop.rs line 175 calls xdg-open.

Edited by Ghost User

Merge request reports