mattermost-community/focalboard
View on GitHubBug: 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
BugHacktoberfestHelp WantedUp for grabs
Description
Steps to reproduce the behavior
- Go to a board
- Select "Export to CSV" or "Export to board archive"
- 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, ...
- The Snackbar does not get that there was an error and says "Export Complete!"
- Select "Settings"
- Select "Export archive"
- 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.