mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
fix(gnome): Remove unneeded GNOME plugin
chore: Install OBS plugin flatpaks automatically
This commit is contained in:
parent
948181cd3d
commit
39584e6f3b
@ -274,8 +274,14 @@ RUN rpm-ostree install \
|
||||
gamescope-session \
|
||||
wine-core \
|
||||
winetricks && \
|
||||
rpm-ostree override remove \
|
||||
gamemode
|
||||
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
rpm-ostree override remove \
|
||||
gamemode \
|
||||
; else \
|
||||
rpm-ostree override remove \
|
||||
gamemode \
|
||||
gnome-shell-extension-gamemode \
|
||||
; fi
|
||||
|
||||
# Cleanup & Finalize
|
||||
RUN rm /usr/share/applications/winetricks.desktop && \
|
||||
|
@ -143,10 +143,6 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- OBS Studio: com.obsproject.Studio
|
||||
- OBSVkCapture Layer: org.freedesktop.Platform.VulkanLayer.OBSVkCapture/22.08
|
||||
- OBSVkCapture Plugin: com.obsproject.Studio.Plugin.OBSVkCapture
|
||||
- Gstreamer for OBS: com.obsproject.Studio.Plugin.Gstreamer
|
||||
- Gstreamer VAAPI for OBS: com.obsproject.Studio.Plugin.GStreamerVaapi
|
||||
- Boatswain for Streamdeck: com.feaneron.Boatswain
|
||||
Music:
|
||||
description: "Rock and Roll!"
|
||||
|
@ -1,5 +1,9 @@
|
||||
net.davidotek.pupgui2
|
||||
org.freedesktop.Platform.VulkanLayer.MangoHud//22.08
|
||||
org.freedesktop.Platform.VulkanLayer.vkBasalt//22.08
|
||||
org.freedesktop.Platform.VulkanLayer.OBSVkCapture//22.08
|
||||
com.obsproject.Studio.Plugin.OBSVkCapture
|
||||
com.obsproject.Studio.Plugin.Gstreamer
|
||||
com.obsproject.Studio.Plugin.GStreamerVaapi
|
||||
org.mozilla.firefox
|
||||
com.github.tchx84.Flatseal
|
||||
|
@ -151,10 +151,6 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- OBS Studio: com.obsproject.Studio
|
||||
- OBSVkCapture Layer: org.freedesktop.Platform.VulkanLayer.OBSVkCapture/22.08
|
||||
- OBSVkCapture Plugin: com.obsproject.Studio.Plugin.OBSVkCapture
|
||||
- Gstreamer for OBS: com.obsproject.Studio.Plugin.Gstreamer
|
||||
- Gstreamer VAAPI for OBS: com.obsproject.Studio.Plugin.GStreamerVaapi
|
||||
- Boatswain for Streamdeck: com.feaneron.Boatswain
|
||||
Music:
|
||||
description: "Rock and Roll!"
|
||||
|
@ -1,6 +1,10 @@
|
||||
net.davidotek.pupgui2
|
||||
org.freedesktop.Platform.VulkanLayer.MangoHud//22.08
|
||||
org.freedesktop.Platform.VulkanLayer.vkBasalt//22.08
|
||||
org.freedesktop.Platform.VulkanLayer.OBSVkCapture//22.08
|
||||
com.obsproject.Studio.Plugin.OBSVkCapture
|
||||
com.obsproject.Studio.Plugin.Gstreamer
|
||||
com.obsproject.Studio.Plugin.GStreamerVaapi
|
||||
io.github.Foldex.AdwSteamGtk
|
||||
com.mattjakeman.ExtensionManager
|
||||
org.gtk.Gtk3theme.adw-gtk3
|
||||
|
Loading…
x
Reference in New Issue
Block a user