mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
chore: Update Zen Browser configuration files, icons, and metainfo
This commit is contained in:
parent
778ddda650
commit
ffa9590177
23 changed files with 86 additions and 123 deletions
|
@ -1,19 +1,4 @@
|
|||
#!/bin/bash
|
||||
export TMPDIR=$XDG_CACHE_HOME/tmp
|
||||
|
||||
MOZ_LAUNCHER="$MOZ_DIST_BIN/launch-script.sh"
|
||||
##
|
||||
## Enable Wayland backend?
|
||||
##
|
||||
if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then
|
||||
if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
## Enable Wayland on KDE/Sway
|
||||
##
|
||||
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
fi
|
||||
|
||||
exec /app/bin/zen "$@"
|
||||
exec /app/zen/zen "$@"
|
Loading…
Add table
Add a link
Reference in a new issue