mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore(firefox-config): Store in /usr and copy to /var in bazzite-flatpak-manager, cleanup
This commit is contained in:
parent
d97fd2b0e2
commit
d97b450d62
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
[properties]
|
||||
ro.hardware.gralloc=minigbm_gbm_mesa
|
||||
persist.waydroid.udev=true
|
||||
persist.waydroid.uevent=true
|
||||
ro.sf.lcd_density=215
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# SCRIPT VERSION
|
||||
VER=10
|
||||
VER=11
|
||||
VER_FILE="/etc/bazzite/flatpak_manager_version"
|
||||
VER_RAN=$(cat $VER_FILE)
|
||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||
@ -69,6 +69,11 @@ else
|
||||
org.mozilla.firefox
|
||||
fi
|
||||
|
||||
# Set up Firefox default configuration
|
||||
mkdir -p /var/lib/flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/defaults/pref
|
||||
rm -f /var/lib/flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/defaults/pref/*bazzite*.js
|
||||
/usr/bin/cp -rf /usr/share/ublue-os/firefox-config/* /var/lib/flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/defaults/pref/
|
||||
|
||||
# Install flatpaks in list
|
||||
if [[ -f $INSTALL_LIST_FILE ]]; then
|
||||
if [[ -n $FLATPAK_LIST ]]; then
|
||||
|
@ -0,0 +1,3 @@
|
||||
// Bazzite Global
|
||||
pref("gfx.webrender.all", true);
|
||||
pref("media.ffmpeg.vaapi.enabled", true);
|
@ -1,3 +0,0 @@
|
||||
// Bazzite Global
|
||||
pref("gfx.webrender.all", 1);
|
||||
pref("media.ffmpeg.vaapi.enabled", 1);
|
@ -0,0 +1,2 @@
|
||||
// Bazzite GNOME
|
||||
pref("widget.gtk.rounded-bottom-corners.enabled", true);
|
@ -1,2 +0,0 @@
|
||||
// Bazzite GNOME
|
||||
pref("widget.gtk.rounded-bottom-corners.enabled", 1);
|
@ -0,0 +1,2 @@
|
||||
// Bazzite NVIDIA
|
||||
pref("widget.dmabuf.force-enabled", true);
|
@ -1,2 +0,0 @@
|
||||
// Bazzite NVIDIA
|
||||
pref("widget.dmabuf.force-enabled", 1);
|
Loading…
x
Reference in New Issue
Block a user