Skip to content
New issue

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

Align with master #792

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions org.signal.Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,27 @@ finish-args:
- --env=SIGNAL_PASSWORD_STORE=basic
# Use same mouse cursors as host
- --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

modules:
- name: libsecret
buildsystem: meson
config-opts:
- -Dmanpage=false
- -Dcrypto=disabled
- -Dvapi=false
- -Dgtk_doc=false
- -Dintrospection=false
- -Dbash_completion=disabled
cleanup:
- /bin
- /include
- /lib/pkgconfig
- /share/man
sources:
- type: archive
url: https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz
sha256: 163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20

- name: signal-desktop-beta
buildsystem: simple
build-commands:
Expand Down
4 changes: 4 additions & 0 deletions signal-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ basic | gnome-libsecret | kwallet | kwallet5 | kwallet6)
;;
esac

if [[ "${ELECTRON_OZONE_PLATFORM_HINT}" == "auto" || "${ELECTRON_OZONE_PLATFORM_HINT}" == "wayland" ]]; then
EXTRA_ARGS+=("--enable-wayland-ime" "--wayland-text-input-version=3")
fi

# Warn the user about plaintext password
# - if the user chose basic (this is the default)
# - and Signal starts for the first time
Expand Down