Skip to content

Commit

Permalink
switch to x11 by default
Browse files Browse the repository at this point in the history
Wayland support is blocked by electron/electron#33161
  • Loading branch information
proletarius101 committed Jul 23, 2022
1 parent b423cab commit 4db664e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.standardnotes.standardnotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ finish-args:
- --filesystem=xdg-run/keyring
- --share=ipc
- --share=network
- --socket=wayland
- --socket=fallback-x11
# Wayland support is blocked by https://github.com/electron/electron/issues/33161
- --socket=x11
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.freedesktop.secrets
- --persist=Standard Notes Backups
Expand Down
4 changes: 2 additions & 2 deletions start-standardnotes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -oue pipefail
export FLATPAK_ID="${FLATPAK_ID:-org.standardnotes.standardnotes}"
export TMPDIR="${XDG_RUNTIME_DIR}/app/${FLATPAK_ID}"

# Wayland support can be optionally disabled like so:
# flatpak override --user --env=USE_WAYLAND=0 org.standardnotes.standardnotes
# Wayland support can be optionally enabled like so:
# flatpak override --user --env=USE_WAYLAND=1 org.standardnotes.standardnotes
declare -i USE_WAYLAND="${USE_WAYLAND:-1}"
declare -i EXIT_CODE=0

Expand Down

0 comments on commit 4db664e

Please sign in to comment.