mattermost-community/focalboard

Bug: Exporting boards on Manjaro Linux XFCE with Personal Desktop Edition results in an "Failed to open URI." error

Open

#1,638 opened on Oct 23, 2021

View on GitHub
 (7 comments) (0 reactions) (0 assignees)TypeScript (26,187 stars) (2,542 forks)user submission
BugHacktoberfestHelp WantedUp for grabs

Description

Steps to reproduce the behavior

  1. Go to a board
  2. Select "Export to CSV" or "Export to board archive"
  3. See error in popup window:
Failed to open URI.
The specified location is not supported.
data:text/csv;charset=utf-8,Name ...

or

Failed to open URI.
The specified location is not supported.
data:text/json, ...
  1. The Snackbar does not get that there was an error and says "Export Complete!"

  1. Select "Settings"
  2. Select "Export archive"
  3. See error in popup window:
Failed to open URI.
Operation not supported.
data:text/json, ...

Expected behavior

In the Windows App Store installation on my Windows PC a .csv or .focalboard file is created. The bug makes it impossible to export boards.

Screenshots

Not necessary since the error popup window was transcribed.

Edition and Platform

  • Edition: Personal Desktop
  • Version: v0.10.0 (built by myself), v0.9.2 (downloaded from GitHub releases)
  • Browser and OS: Manjaro Linux (21.2.0, kernel 5.14.13-1-MANJARO, XFCE 4.16, Pacman)

Additional context

To run the local desktop build I run:

make prebuild
make linux-app
cd linux
./bin/focalboard-app

because the in the README.md described linux/dist/focalboard-app path does not exist and running linux/bin/focalboard-app starts a completely white window.

Contributor guide