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 建立於 2021年10月23日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)TypeScript (26,187 star) (2,542 fork)user submission
BugHacktoberfestHelp WantedUp for grabs

描述

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.

貢獻者指南

Bug: Exporting boards on Manjaro Linux XFCE with Personal Desktop Edition results in an "Failed to open URI." error · mattermost-community/focalboard#1638 | Good First Issue