Skip to content

Commit

Permalink
electron 21 and flag --ozone-platform-hint=auto in .desktop command line
Browse files Browse the repository at this point in the history
  • Loading branch information
squalou committed Dec 20, 2022
1 parent cb70209 commit 4ae6721
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 1,135 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ An electron-base client for Google Hangouts Chat, since Google didn't see fit to

## CHANGELOG

### 5.21.18-3

- update to electron 21
- set `--ozone-platform-hint=auto` to for better wayland support when available. (https://releases.electronjs.org/releases/stable?version=21&page=6&limit=2)

### 5.20.18-2

- update to electron 20
- Fix #54 (systray in wayland)


### 5.15.17-1

Fix #40 : client breaks out to browser when login needed.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Dependency is taken care of in AUR Arch package and Debian package.

See full [CHANGELOG](./CHANGELOG.md).

### 5.21.18-3

- update to electron 21
- set `--ozone-platform-hint=auto` to for better wayland support when available.

### 5.20.18-2

- update to electron 20
Expand Down
2 changes: 1 addition & 1 deletion google-chat-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ echo $SCRIPTPATH
export NODE_PATH="$SCRIPTPATH/node_modules/.bin"
export PATH=$NODE_PATH:$PATH
# GTK_USE_PORTAL=1 is set from index.js
${NODE_PATH}/electron "${SCRIPTPATH}/src/index.js" --trace-warnings
${NODE_PATH}/electron "${SCRIPTPATH}/src/index.js" --trace-warnings --ozone-platform-hint=auto

Loading

0 comments on commit 4ae6721

Please sign in to comment.