diff options
author | 2022-02-21 03:14:43 +0530 | |
---|---|---|
committer | 2022-02-21 03:14:43 +0530 | |
commit | 0483b030043f13fe048f575882ffb78d4177b479 (patch) | |
tree | d9cd5db1d740cde06c75f344ce1d9dc10920c092 | |
parent | e9acf8e39c9eb3fca5e124df269974541c33aa76 (diff) | |
download | whatsie-0483b030043f13fe048f575882ffb78d4177b479.tar.gz whatsie-0483b030043f13fe048f575882ffb78d4177b479.zip |
set LANG en_US
Diffstat (limited to '')
-rw-r--r-- | snap/snapcraft.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4b5d7e8..1f901f3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -2,7 +2,8 @@ name: whatsie version: '2.0' summary: Qt Based WhatsApp Client description: | - Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies. + Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies. + grade: stable confinement: strict icon: snap/gui/icon.png @@ -28,8 +29,9 @@ apps: whatsie: command: bin/desktop-launch $SNAP/usr/bin/whatsie environment: - XDG_CURRENT_DESKTOP: $XDG_CURRENT_DESKTOP:Unity:Unity7 IS_SNAP: 1 + XDG_CURRENT_DESKTOP: $XDG_CURRENT_DESKTOP:Unity:Unity7 + LANG: en_US.UTF-8 #issue 7,21 desktop: usr/share/applications/whatsie.desktop plugs: - browser-support |