We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following ~/.config/user-dirs.dirs file in my home directory:
~/.config/user-dirs.dirs
XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOCUMENTS_DIR="/media/Shared storage/Documents" XDG_DOWNLOAD_DIR="/media/Shared storage/Downloads" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="/media/Shared storage/Pictures" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_TEMPLATES_DIR="$HOME/Templates" XDG_VIDEOS_DIR="/media/Shared storage/Videos"
When I install an app built by app-builder from snap, then nothing is running and no errors in the terminal. This is perplexing.
app-builder
After a long debug I came to the conclusion that the launch crashes here
desktop-common.sh tries to delete directory /media/Shared storage/Documents and sends all error messages into /dev/null
desktop-common.sh
/media/Shared storage/Documents
/dev/null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the following
~/.config/user-dirs.dirs
file in my home directory:When I install an app built by
app-builder
from snap, then nothing is running and no errors in the terminal. This is perplexing.After a long debug I came to the conclusion that the launch crashes here
desktop-common.sh
tries to delete directory/media/Shared storage/Documents
and sends all error messages into/dev/null
The text was updated successfully, but these errors were encountered: