wpe-webkit-snap:master

Last commit made on 2020-10-07
Get this branch:
git clone -b master https://git.launchpad.net/wpe-webkit-snap
Only glancr team can upload to this branch. If you are glancr team please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:wpe-webkit-snap

Recent commits

49bfecf... by glancr team

fix: Use snapcraft variable for architecture

Signed-off-by: Tobias Grasse <email address hidden>

ccf9873... by glancr team

Merge branch '15-backport-restart-watcher-script-to-2-26-x-for-1-8-0-release' into 'master'

Resolve "Backport restart-watcher script to 2.26.x for 1.8.0 release"

Closes #3 and #15

See merge request glancr/wpe-webkit-snap!3

5272156... by glancr team

fix: Restart the restart-watcher after a run

The latest script implementation exited after a successful run, but should be restarted afterwards by systemd.

Signed-off-by: Tobias Grasse <email address hidden>

adf5209... by glancr team

fix: Add path to desktop-launch command

Same as 09e4018f2cb2628d08101371236c6589ff787967, cherry-picking caused a merge conflict.

Signed-off-by: Tobias Grasse <email address hidden>

3eb8d13... by glancr team

fix: Resolve file conflict with glib-only part

Signed-off-by: Tobias Grasse <email address hidden>

bc67ced... by glancr team

fix: add stage-packages

Fixes snapcraft warnings, rest of the libraries comes from cog-0.4.0 deb dependencies in Debian sid.

Signed-off-by: Tobias Grasse <email address hidden>

d22e218... by glancr team

fix: Increase wait time if wayland socket is missing

Waiting for half a second spams the log in case of a mir-kiosk refresh; two seconds is fine as it’s still quite fast after the socket is available again.

Signed-off-by: Tobias Grasse <email address hidden>

99f84fc... by glancr team

fix: Wait for wayland socket when delete occured

When the wayland socket is deleted and away for a longer period (e.g. during a snap refresh of mir-kiosk instead of a simple service restart), we should wait for the socket to reoccur before we restart the browser.

Signed-off-by: Tobias Grasse <email address hidden>

2d3db35... by glancr team

fix: Improve watcher script

Add a wait condition in case the wayland socket is not ready yet. Using the DELETE_SELF event on the socket itself lead to race conditions where inotifywait seemed to listen, but probably to an outdated inode. The sleep delay should ensure that the browser is restarted after mir-kiosk is up again.

Signed-off-by: Tobias Grasse <email address hidden>

c30967b... by glancr team

build: Actually add the inotify-tools package

¯\_(ツ)_/¯

Signed-off-by: Tobias Grasse <email address hidden>